kubernetes.aio.client.models.v1alpha2_pod_group_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_status.V1alpha2PodGroupStatus(conditions=None, resource_claim_statuses=None, local_vars_configuration=None)¶
Bases:
objectNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'conditions': 'conditions', 'resource_claim_statuses': 'resourceClaimStatuses'}¶
- property conditions¶
Gets the conditions of this V1alpha2PodGroupStatus. # noqa: E501
Conditions represent the latest observations of the PodGroup’s state. Known condition types: - “PodGroupScheduled”: Indicates whether the scheduling requirement has been satisfied. - “DisruptionTarget”: Indicates whether the PodGroup is about to be terminated due to disruption such as preemption. Known reasons for the PodGroupScheduled condition: - “Unschedulable”: The PodGroup cannot be scheduled due to resource constraints, affinity/anti-affinity rules, or insufficient capacity for the gang. - “SchedulerError”: The PodGroup cannot be scheduled due to some internal error that happened during scheduling, for example due to nodeAffinity parsing errors. Known reasons for the DisruptionTarget condition: - “PreemptionByScheduler”: The PodGroup was preempted by the scheduler to make room for higher-priority PodGroups or Pods. # noqa: E501
- Returns:
The conditions of this V1alpha2PodGroupStatus. # noqa: E501
- Return type:
list[V1Condition]
- openapi_types = {'conditions': 'list[V1Condition]', 'resource_claim_statuses': 'list[V1alpha2PodGroupResourceClaimStatus]'}¶
- property resource_claim_statuses¶
Gets the resource_claim_statuses of this V1alpha2PodGroupStatus. # noqa: E501
Status of resource claims. # noqa: E501
- Returns:
The resource_claim_statuses of this V1alpha2PodGroupStatus. # noqa: E501
- Return type:
- to_dict(serialize=False)¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model