Uses of Class
io.kubernetes.client.openapi.models.V1ReplicaSetStatus
Packages that use V1ReplicaSetStatus
-
Uses of V1ReplicaSetStatus in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ReplicaSetStatusModifier and TypeMethodDescriptionV1ReplicaSetStatus.addConditionsItem
(V1ReplicaSetCondition conditionsItem) V1ReplicaSetStatus.availableReplicas
(Integer availableReplicas) V1ReplicaSetStatus.conditions
(List<V1ReplicaSetCondition> conditions) V1ReplicaSetStatus.fullyLabeledReplicas
(Integer fullyLabeledReplicas) V1ReplicaSet.getStatus()
Get statusV1ReplicaSetStatus.observedGeneration
(Long observedGeneration) V1ReplicaSetStatus.readyReplicas
(Integer readyReplicas) Methods in io.kubernetes.client.openapi.models with parameters of type V1ReplicaSetStatusModifier and TypeMethodDescriptionvoid
V1ReplicaSet.setStatus
(V1ReplicaSetStatus status) V1ReplicaSet.status
(V1ReplicaSetStatus status)