'StatefulSetStatus represents the current state of a StatefulSet.',
class=>'V1beta2StatefulSetStatus',
required=>[],# TODO
}
);
__PACKAGE__->method_documentation(
{
'collision_count'=>{
datatype=>'int',
base_name=>'collisionCount',
description=>
'collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.',
format=>'',
read_only=>'',
},
'conditions'=>{
datatype=>'ARRAY[V1beta2StatefulSetCondition]',
base_name=>'conditions',
description=>
'Represents the latest available observations of a statefulset's current state.',
format=>'',
read_only=>'',
},
'current_replicas'=>{
datatype=>'int',
base_name=>'currentReplicas',
description=>
'currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.',
format=>'',
read_only=>'',
},
'current_revision'=>{
datatype=>'string',
base_name=>'currentRevision',
description=>
'currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).',
format=>'',
read_only=>'',
},
'observed_generation'=>{
datatype=>'int',
base_name=>'observedGeneration',
description=>
'observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.',
format=>'',
read_only=>'',
},
'ready_replicas'=>{
datatype=>'int',
base_name=>'readyReplicas',
description=>
'readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.',
format=>'',
read_only=>'',
},
'replicas'=>{
datatype=>'int',
base_name=>'replicas',
description=>
'replicas is the number of Pods created by the StatefulSet controller.',
format=>'',
read_only=>'',
},
'update_revision'=>{
datatype=>'string',
base_name=>'updateRevision',
description=>
'updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)',
format=>'',
read_only=>'',
},
'updated_replicas'=>{
datatype=>'int',
base_name=>'updatedReplicas',
description=>
'updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.',