kubernetes.aio.client.models.v1alpha2_pod_group_resource_claim_status module

Kubernetes

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

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

class kubernetes.aio.client.models.v1alpha2_pod_group_resource_claim_status.V1alpha2PodGroupResourceClaimStatus(name=None, resource_claim_name=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 = {'name': 'name', 'resource_claim_name': 'resourceClaimName'}
property name

Gets the name of this V1alpha2PodGroupResourceClaimStatus. # noqa: E501

Name uniquely identifies this resource claim inside the PodGroup. This must match the name of an entry in podgroup.spec.resourceClaims, which implies that the string must be a DNS_LABEL. # noqa: E501

Returns:

The name of this V1alpha2PodGroupResourceClaimStatus. # noqa: E501

Return type:

str

openapi_types = {'name': 'str', 'resource_claim_name': 'str'}
property resource_claim_name

Gets the resource_claim_name of this V1alpha2PodGroupResourceClaimStatus. # noqa: E501

ResourceClaimName is the name of the ResourceClaim that was generated for the PodGroup in the namespace of the PodGroup. If this is unset, then generating a ResourceClaim was not necessary. The podgroup.spec.resourceClaims entry can be ignored in this case. # noqa: E501

Returns:

The resource_claim_name of this V1alpha2PodGroupResourceClaimStatus. # noqa: E501

Return type:

str

to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model