kubernetes.aio.client.models.v1_replica_set_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.v1_replica_set_status.V1ReplicaSetStatus(available_replicas=None, conditions=None, fully_labeled_replicas=None, observed_generation=None, ready_replicas=None, replicas=None, terminating_replicas=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 = {'available_replicas': 'availableReplicas', 'conditions': 'conditions', 'fully_labeled_replicas': 'fullyLabeledReplicas', 'observed_generation': 'observedGeneration', 'ready_replicas': 'readyReplicas', 'replicas': 'replicas', 'terminating_replicas': 'terminatingReplicas'}¶
- property available_replicas¶
Gets the available_replicas of this V1ReplicaSetStatus. # noqa: E501
The number of available non-terminating pods (ready for at least minReadySeconds) for this replica set. # noqa: E501
- Returns:
The available_replicas of this V1ReplicaSetStatus. # noqa: E501
- Return type:
- property conditions¶
Gets the conditions of this V1ReplicaSetStatus. # noqa: E501
Represents the latest available observations of a replica set’s current state. # noqa: E501
- Returns:
The conditions of this V1ReplicaSetStatus. # noqa: E501
- Return type:
list[V1ReplicaSetCondition]
- property fully_labeled_replicas¶
Gets the fully_labeled_replicas of this V1ReplicaSetStatus. # noqa: E501
The number of non-terminating pods that have labels matching the labels of the pod template of the replicaset. # noqa: E501
- Returns:
The fully_labeled_replicas of this V1ReplicaSetStatus. # noqa: E501
- Return type:
- property observed_generation¶
Gets the observed_generation of this V1ReplicaSetStatus. # noqa: E501
ObservedGeneration reflects the generation of the most recently observed ReplicaSet. # noqa: E501
- Returns:
The observed_generation of this V1ReplicaSetStatus. # noqa: E501
- Return type:
- openapi_types = {'available_replicas': 'int', 'conditions': 'list[V1ReplicaSetCondition]', 'fully_labeled_replicas': 'int', 'observed_generation': 'int', 'ready_replicas': 'int', 'replicas': 'int', 'terminating_replicas': 'int'}¶
- property ready_replicas¶
Gets the ready_replicas of this V1ReplicaSetStatus. # noqa: E501
The number of non-terminating pods targeted by this ReplicaSet with a Ready Condition. # noqa: E501
- Returns:
The ready_replicas of this V1ReplicaSetStatus. # noqa: E501
- Return type:
- property replicas¶
Gets the replicas of this V1ReplicaSetStatus. # noqa: E501
Replicas is the most recently observed number of non-terminating pods. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset # noqa: E501
- Returns:
The replicas of this V1ReplicaSetStatus. # noqa: E501
- Return type:
- property terminating_replicas¶
Gets the terminating_replicas of this V1ReplicaSetStatus. # noqa: E501
The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase. This is a beta field and requires enabling DeploymentReplicaSetTerminatingReplicas feature (enabled by default). # noqa: E501
- Returns:
The terminating_replicas of this V1ReplicaSetStatus. # noqa: E501
- Return type:
- to_dict(serialize=False)¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model