Package io.kubernetes.client.proto
Interface V1beta1Apps.DeploymentStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Apps.DeploymentStatus
,V1beta1Apps.DeploymentStatus.Builder
- Enclosing class:
- V1beta1Apps
public static interface V1beta1Apps.DeploymentStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.int
Count of hash collisions for the Deployment.getConditions
(int index) Represents the latest available observations of a deployment's current state.int
Represents the latest available observations of a deployment's current state.Represents the latest available observations of a deployment's current state.getConditionsOrBuilder
(int index) Represents the latest available observations of a deployment's current state.List<? extends V1beta1Apps.DeploymentConditionOrBuilder>
Represents the latest available observations of a deployment's current state.long
The generation observed by the deployment controller.int
readyReplicas is the number of pods targeted by this Deployment controller with a Ready Condition.int
Total number of non-terminated pods targeted by this deployment (their labels match the selector).int
Total number of unavailable pods targeted by this deployment.int
Total number of non-terminated pods targeted by this deployment that have the desired template spec.boolean
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.boolean
Count of hash collisions for the Deployment.boolean
The generation observed by the deployment controller.boolean
readyReplicas is the number of pods targeted by this Deployment controller with a Ready Condition.boolean
Total number of non-terminated pods targeted by this deployment (their labels match the selector).boolean
Total number of unavailable pods targeted by this deployment.boolean
Total number of non-terminated pods targeted by this deployment that have the desired template spec.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasObservedGeneration
boolean hasObservedGeneration()The generation observed by the deployment controller. +optional
optional int64 observedGeneration = 1;
-
getObservedGeneration
long getObservedGeneration()The generation observed by the deployment controller. +optional
optional int64 observedGeneration = 1;
-
hasReplicas
boolean hasReplicas()Total number of non-terminated pods targeted by this deployment (their labels match the selector). +optional
optional int32 replicas = 2;
-
getReplicas
int getReplicas()Total number of non-terminated pods targeted by this deployment (their labels match the selector). +optional
optional int32 replicas = 2;
-
hasUpdatedReplicas
boolean hasUpdatedReplicas()Total number of non-terminated pods targeted by this deployment that have the desired template spec. +optional
optional int32 updatedReplicas = 3;
-
getUpdatedReplicas
int getUpdatedReplicas()Total number of non-terminated pods targeted by this deployment that have the desired template spec. +optional
optional int32 updatedReplicas = 3;
-
hasReadyReplicas
boolean hasReadyReplicas()readyReplicas is the number of pods targeted by this Deployment controller with a Ready Condition. +optional
optional int32 readyReplicas = 7;
-
getReadyReplicas
int getReadyReplicas()readyReplicas is the number of pods targeted by this Deployment controller with a Ready Condition. +optional
optional int32 readyReplicas = 7;
-
hasAvailableReplicas
boolean hasAvailableReplicas()Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. +optional
optional int32 availableReplicas = 4;
-
getAvailableReplicas
int getAvailableReplicas()Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. +optional
optional int32 availableReplicas = 4;
-
getConditionsList
List<V1beta1Apps.DeploymentCondition> getConditionsList()Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.DeploymentCondition conditions = 6;
-
getConditions
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.DeploymentCondition conditions = 6;
-
getConditionsCount
int getConditionsCount()Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.DeploymentCondition conditions = 6;
-
getConditionsOrBuilderList
List<? extends V1beta1Apps.DeploymentConditionOrBuilder> getConditionsOrBuilderList()Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.DeploymentCondition conditions = 6;
-
getConditionsOrBuilder
Represents the latest available observations of a deployment's current state. +patchMergeKey=type +patchStrategy=merge
repeated .k8s.io.api.apps.v1beta1.DeploymentCondition conditions = 6;
-
hasCollisionCount
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;
-
getCollisionCount
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;
-