public static interface V1beta1Extensions.DeploymentStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailableReplicas()
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
int |
getCollisionCount()
Count of hash collisions for the Deployment.
|
V1beta1Extensions.DeploymentCondition |
getConditions(int index)
Represents the latest available observations of a deployment's current state.
|
int |
getConditionsCount()
Represents the latest available observations of a deployment's current state.
|
List<V1beta1Extensions.DeploymentCondition> |
getConditionsList()
Represents the latest available observations of a deployment's current state.
|
V1beta1Extensions.DeploymentConditionOrBuilder |
getConditionsOrBuilder(int index)
Represents the latest available observations of a deployment's current state.
|
List<? extends V1beta1Extensions.DeploymentConditionOrBuilder> |
getConditionsOrBuilderList()
Represents the latest available observations of a deployment's current state.
|
long |
getObservedGeneration()
The generation observed by the deployment controller.
|
int |
getReadyReplicas()
Total number of ready pods targeted by this deployment.
|
int |
getReplicas()
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
int |
getUnavailableReplicas()
Total number of unavailable pods targeted by this deployment.
|
int |
getUpdatedReplicas()
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
boolean |
hasAvailableReplicas()
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
boolean |
hasCollisionCount()
Count of hash collisions for the Deployment.
|
boolean |
hasObservedGeneration()
The generation observed by the deployment controller.
|
boolean |
hasReadyReplicas()
Total number of ready pods targeted by this deployment.
|
boolean |
hasReplicas()
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
boolean |
hasUnavailableReplicas()
Total number of unavailable pods targeted by this deployment.
|
boolean |
hasUpdatedReplicas()
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasObservedGeneration()
The generation observed by the deployment controller. +optional
optional int64 observedGeneration = 1;long getObservedGeneration()
The generation observed by the deployment controller. +optional
optional int64 observedGeneration = 1;boolean hasReplicas()
Total number of non-terminated pods targeted by this deployment (their labels match the selector). +optional
optional int32 replicas = 2;int getReplicas()
Total number of non-terminated pods targeted by this deployment (their labels match the selector). +optional
optional int32 replicas = 2;boolean hasUpdatedReplicas()
Total number of non-terminated pods targeted by this deployment that have the desired template spec. +optional
optional int32 updatedReplicas = 3;int getUpdatedReplicas()
Total number of non-terminated pods targeted by this deployment that have the desired template spec. +optional
optional int32 updatedReplicas = 3;boolean hasReadyReplicas()
Total number of ready pods targeted by this deployment. +optional
optional int32 readyReplicas = 7;int getReadyReplicas()
Total number of ready pods targeted by this deployment. +optional
optional int32 readyReplicas = 7;boolean hasAvailableReplicas()
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. +optional
optional int32 availableReplicas = 4;int getAvailableReplicas()
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. +optional
optional int32 availableReplicas = 4;boolean hasUnavailableReplicas()
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created. +optional
optional int32 unavailableReplicas = 5;int getUnavailableReplicas()
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created. +optional
optional int32 unavailableReplicas = 5;List<V1beta1Extensions.DeploymentCondition> getConditionsList()
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.DeploymentCondition conditions = 6;V1beta1Extensions.DeploymentCondition getConditions(int index)
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.DeploymentCondition conditions = 6;int getConditionsCount()
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.DeploymentCondition conditions = 6;List<? extends V1beta1Extensions.DeploymentConditionOrBuilder> getConditionsOrBuilderList()
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.DeploymentCondition conditions = 6;V1beta1Extensions.DeploymentConditionOrBuilder getConditionsOrBuilder(int index)
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.extensions.v1beta1.DeploymentCondition conditions = 6;boolean hasCollisionCount()
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. +optional
optional int32 collisionCount = 8;int getCollisionCount()
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. +optional
optional int32 collisionCount = 8;Copyright © 2020. All rights reserved.