kubernetes_asyncio.client.models.v1_replication_controller_status 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_replication_controller_status.V1ReplicationControllerStatus(available_replicas=None, conditions=None, fully_labeled_replicas=None, observed_generation=None, ready_replicas=None, 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'}
- property available_replicas
Gets the available_replicas of this V1ReplicationControllerStatus. # noqa: E501
The number of available replicas (ready for at least minReadySeconds) for this replication controller. # noqa: E501
- Returns:
The available_replicas of this V1ReplicationControllerStatus. # noqa: E501
- Return type:
int
- property conditions
Gets the conditions of this V1ReplicationControllerStatus. # noqa: E501
Represents the latest available observations of a replication controller’s current state. # noqa: E501
- Returns:
The conditions of this V1ReplicationControllerStatus. # noqa: E501
- Return type:
- property fully_labeled_replicas
Gets the fully_labeled_replicas of this V1ReplicationControllerStatus. # noqa: E501
The number of pods that have labels matching the labels of the pod template of the replication controller. # noqa: E501
- Returns:
The fully_labeled_replicas of this V1ReplicationControllerStatus. # noqa: E501
- Return type:
int
- property observed_generation
Gets the observed_generation of this V1ReplicationControllerStatus. # noqa: E501
ObservedGeneration reflects the generation of the most recently observed replication controller. # noqa: E501
- Returns:
The observed_generation of this V1ReplicationControllerStatus. # noqa: E501
- Return type:
int
- openapi_types = {'available_replicas': 'int', 'conditions': 'list[V1ReplicationControllerCondition]', 'fully_labeled_replicas': 'int', 'observed_generation': 'int', 'ready_replicas': 'int', 'replicas': 'int'}
- property ready_replicas
Gets the ready_replicas of this V1ReplicationControllerStatus. # noqa: E501
The number of ready replicas for this replication controller. # noqa: E501
- Returns:
The ready_replicas of this V1ReplicationControllerStatus. # noqa: E501
- Return type:
int
- property replicas
Gets the replicas of this V1ReplicationControllerStatus. # noqa: E501
Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller # noqa: E501
- Returns:
The replicas of this V1ReplicationControllerStatus. # noqa: E501
- Return type:
int
- to_dict(serialize=False)
Returns the model properties as a dict
- to_str()
Returns the string representation of the model