Interface V1StatefulSetStatusFluent<A extends V1StatefulSetStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1StatefulSetFluent.StatusNested<N>
- All Known Implementing Classes:
V1StatefulSetStatusBuilder
,V1StatefulSetStatusFluentImpl
public interface V1StatefulSetStatusFluent<A extends V1StatefulSetStatusFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToConditions
(Collection<io.kubernetes.client.openapi.models.V1StatefulSetCondition> items) addNewConditionLike
(io.kubernetes.client.openapi.models.V1StatefulSetCondition item) addToConditions
(io.kubernetes.client.openapi.models.V1StatefulSetCondition... items) addToConditions
(Integer index, io.kubernetes.client.openapi.models.V1StatefulSetCondition item) io.kubernetes.client.openapi.models.V1StatefulSetCondition
buildCondition
(Integer index) List<io.kubernetes.client.openapi.models.V1StatefulSetCondition>
io.kubernetes.client.openapi.models.V1StatefulSetCondition
io.kubernetes.client.openapi.models.V1StatefulSetCondition
io.kubernetes.client.openapi.models.V1StatefulSetCondition
editCondition
(Integer index) List<io.kubernetes.client.openapi.models.V1StatefulSetCondition>
Deprecated.removeAllFromConditions
(Collection<io.kubernetes.client.openapi.models.V1StatefulSetCondition> items) removeFromConditions
(io.kubernetes.client.openapi.models.V1StatefulSetCondition... items) setNewConditionLike
(Integer index, io.kubernetes.client.openapi.models.V1StatefulSetCondition item) setToConditions
(Integer index, io.kubernetes.client.openapi.models.V1StatefulSetCondition item) withAvailableReplicas
(Integer availableReplicas) withCollisionCount
(Integer collisionCount) withConditions
(io.kubernetes.client.openapi.models.V1StatefulSetCondition... conditions) withConditions
(List<io.kubernetes.client.openapi.models.V1StatefulSetCondition> conditions) withCurrentReplicas
(Integer currentReplicas) withCurrentRevision
(String currentRevision) withObservedGeneration
(Long observedGeneration) withReadyReplicas
(Integer readyReplicas) withReplicas
(Integer replicas) withUpdatedReplicas
(Integer updatedReplicas) withUpdateRevision
(String updateRevision)
-
Method Details
-
getAvailableReplicas
Integer getAvailableReplicas() -
withAvailableReplicas
-
hasAvailableReplicas
Boolean hasAvailableReplicas() -
getCollisionCount
Integer getCollisionCount() -
withCollisionCount
-
hasCollisionCount
Boolean hasCollisionCount() -
addToConditions
-
setToConditions
-
addToConditions
-
addAllToConditions
-
removeFromConditions
-
removeAllFromConditions
A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1StatefulSetCondition> 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.V1StatefulSetCondition> buildConditions() -
buildCondition
-
buildFirstCondition
io.kubernetes.client.openapi.models.V1StatefulSetCondition buildFirstCondition() -
buildLastCondition
io.kubernetes.client.openapi.models.V1StatefulSetCondition buildLastCondition() -
buildMatchingCondition
io.kubernetes.client.openapi.models.V1StatefulSetCondition buildMatchingCondition(Predicate<V1StatefulSetConditionBuilder> predicate) -
hasMatchingCondition
-
withConditions
-
withConditions
-
hasConditions
Boolean hasConditions() -
addNewCondition
V1StatefulSetStatusFluent.ConditionsNested<A> addNewCondition() -
addNewConditionLike
V1StatefulSetStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1StatefulSetCondition item) -
setNewConditionLike
V1StatefulSetStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1StatefulSetCondition item) -
editCondition
-
editFirstCondition
V1StatefulSetStatusFluent.ConditionsNested<A> editFirstCondition() -
editLastCondition
V1StatefulSetStatusFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
V1StatefulSetStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1StatefulSetConditionBuilder> predicate) -
getCurrentReplicas
Integer getCurrentReplicas() -
withCurrentReplicas
-
hasCurrentReplicas
Boolean hasCurrentReplicas() -
getCurrentRevision
String getCurrentRevision() -
withCurrentRevision
-
hasCurrentRevision
Boolean hasCurrentRevision() -
getObservedGeneration
Long getObservedGeneration() -
withObservedGeneration
-
hasObservedGeneration
Boolean hasObservedGeneration() -
getReadyReplicas
Integer getReadyReplicas() -
withReadyReplicas
-
hasReadyReplicas
Boolean hasReadyReplicas() -
getReplicas
Integer getReplicas() -
withReplicas
-
hasReplicas
Boolean hasReplicas() -
getUpdateRevision
String getUpdateRevision() -
withUpdateRevision
-
hasUpdateRevision
Boolean hasUpdateRevision() -
getUpdatedReplicas
Integer getUpdatedReplicas() -
withUpdatedReplicas
-
hasUpdatedReplicas
Boolean hasUpdatedReplicas()
-