struct
Kubernetes::StatefulSetStatus
- Kubernetes::StatefulSetStatus
- Struct
- Value
- Object
Overview
StatefulSetStatus represents the current state of a StatefulSet.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_apps_v1.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#available_replicas : Int32 | Nil
Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
-
#available_replicas=(available_replicas : Int32 | Nil)
Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
-
#collision_count : Int32 | Nil
collisionCount is the count of hash collisions for the StatefulSet.
-
#collision_count=(collision_count : Int32 | Nil)
collisionCount is the count of hash collisions for the StatefulSet.
-
#conditions : Array(StatefulSetCondition) | Nil
Represents the latest available observations of a statefulset's current state.
-
#conditions=(conditions : Array(StatefulSetCondition) | Nil)
Represents the latest available observations of a statefulset's current state.
-
#current_replicas : Int32 | Nil
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
-
#current_replicas=(current_replicas : Int32 | Nil)
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
-
#current_revision : String | Nil
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
-
#current_revision=(current_revision : String | Nil)
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
-
#observed_generation : Int64 | Nil
observedGeneration is the most recent generation observed for this StatefulSet.
-
#observed_generation=(observed_generation : Int64 | Nil)
observedGeneration is the most recent generation observed for this StatefulSet.
-
#ready_replicas : Int32 | Nil
readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
-
#ready_replicas=(ready_replicas : Int32 | Nil)
readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
-
#replicas : Int32 | Nil
replicas is the number of Pods created by the StatefulSet controller.
-
#replicas=(replicas : Int32 | Nil)
replicas is the number of Pods created by the StatefulSet controller.
-
#update_revision : String | Nil
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
-
#update_revision=(update_revision : String | Nil)
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
-
#updated_replicas : Int32 | Nil
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
-
#updated_replicas=(updated_replicas : Int32 | Nil)
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset.
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.
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.
Represents the latest available observations of a statefulset's current state.
Represents the latest available observations of a statefulset's current state.
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).
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.
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.
readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.
replicas is the number of Pods created by the StatefulSet controller.
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.
updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.