Interface V1ReplicaSetStatusFluent<A extends V1ReplicaSetStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1ReplicaSetFluent.StatusNested<N>
- All Known Implementing Classes:
V1ReplicaSetStatusBuilder,V1ReplicaSetStatusFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionaddAllToConditions(Collection<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> items) addNewConditionLike(io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) addToConditions(io.kubernetes.client.openapi.models.V1ReplicaSetCondition... items) addToConditions(Integer index, io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) io.kubernetes.client.openapi.models.V1ReplicaSetConditionbuildCondition(Integer index) List<io.kubernetes.client.openapi.models.V1ReplicaSetCondition>io.kubernetes.client.openapi.models.V1ReplicaSetConditionio.kubernetes.client.openapi.models.V1ReplicaSetConditionio.kubernetes.client.openapi.models.V1ReplicaSetConditioneditCondition(Integer index) List<io.kubernetes.client.openapi.models.V1ReplicaSetCondition>Deprecated.removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> items) removeFromConditions(io.kubernetes.client.openapi.models.V1ReplicaSetCondition... items) setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) setToConditions(Integer index, io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) withAvailableReplicas(Integer availableReplicas) withConditions(io.kubernetes.client.openapi.models.V1ReplicaSetCondition... conditions) withConditions(List<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> conditions) withFullyLabeledReplicas(Integer fullyLabeledReplicas) withObservedGeneration(Long observedGeneration) withReadyReplicas(Integer readyReplicas) withReplicas(Integer replicas)
-
Method Details
-
getAvailableReplicas
Integer getAvailableReplicas() -
withAvailableReplicas
-
hasAvailableReplicas
Boolean hasAvailableReplicas() -
addToConditions
-
setToConditions
-
addToConditions
-
addAllToConditions
-
removeFromConditions
-
removeAllFromConditions
A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> items) -
removeMatchingFromConditions
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildConditions
List<io.kubernetes.client.openapi.models.V1ReplicaSetCondition> buildConditions() -
buildCondition
-
buildFirstCondition
io.kubernetes.client.openapi.models.V1ReplicaSetCondition buildFirstCondition() -
buildLastCondition
io.kubernetes.client.openapi.models.V1ReplicaSetCondition buildLastCondition() -
buildMatchingCondition
io.kubernetes.client.openapi.models.V1ReplicaSetCondition buildMatchingCondition(Predicate<V1ReplicaSetConditionBuilder> predicate) -
hasMatchingCondition
-
withConditions
-
withConditions
-
hasConditions
Boolean hasConditions() -
addNewCondition
V1ReplicaSetStatusFluent.ConditionsNested<A> addNewCondition() -
addNewConditionLike
V1ReplicaSetStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) -
setNewConditionLike
V1ReplicaSetStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1ReplicaSetCondition item) -
editCondition
-
editFirstCondition
V1ReplicaSetStatusFluent.ConditionsNested<A> editFirstCondition() -
editLastCondition
V1ReplicaSetStatusFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
V1ReplicaSetStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1ReplicaSetConditionBuilder> predicate) -
getFullyLabeledReplicas
Integer getFullyLabeledReplicas() -
withFullyLabeledReplicas
-
hasFullyLabeledReplicas
Boolean hasFullyLabeledReplicas() -
getObservedGeneration
Long getObservedGeneration() -
withObservedGeneration
-
hasObservedGeneration
Boolean hasObservedGeneration() -
getReadyReplicas
Integer getReadyReplicas() -
withReadyReplicas
-
hasReadyReplicas
Boolean hasReadyReplicas() -
getReplicas
Integer getReplicas() -
withReplicas
-
hasReplicas
Boolean hasReplicas()
-