kubernetes_asyncio.client.models.v1_custom_resource_subresources module

Kubernetes

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech

class kubernetes_asyncio.client.models.v1_custom_resource_subresources.V1CustomResourceSubresources(scale=None, status=None, local_vars_configuration=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'scale': 'scale', 'status': 'status'}
openapi_types = {'scale': 'V1CustomResourceSubresourceScale', 'status': 'object'}
property scale

Gets the scale of this V1CustomResourceSubresources. # noqa: E501

Returns:

The scale of this V1CustomResourceSubresources. # noqa: E501

Return type:

V1CustomResourceSubresourceScale

property status

Gets the status of this V1CustomResourceSubresources. # noqa: E501

status indicates the custom resource should serve a /status subresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to the status stanza of the object. 2. requests to the custom resource /status subresource ignore changes to anything other than the status stanza of the object. # noqa: E501

Returns:

The status of this V1CustomResourceSubresources. # noqa: E501

Return type:

object

to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model