Interface V1NamespaceStatusFluent<A extends V1NamespaceStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1NamespaceFluent.StatusNested<N>
- All Known Implementing Classes:
V1NamespaceStatusBuilder
,V1NamespaceStatusFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToConditions
(Collection<io.kubernetes.client.openapi.models.V1NamespaceCondition> items) addNewConditionLike
(io.kubernetes.client.openapi.models.V1NamespaceCondition item) addToConditions
(io.kubernetes.client.openapi.models.V1NamespaceCondition... items) addToConditions
(Integer index, io.kubernetes.client.openapi.models.V1NamespaceCondition item) io.kubernetes.client.openapi.models.V1NamespaceCondition
buildCondition
(Integer index) List<io.kubernetes.client.openapi.models.V1NamespaceCondition>
io.kubernetes.client.openapi.models.V1NamespaceCondition
io.kubernetes.client.openapi.models.V1NamespaceCondition
io.kubernetes.client.openapi.models.V1NamespaceCondition
editCondition
(Integer index) List<io.kubernetes.client.openapi.models.V1NamespaceCondition>
Deprecated.getPhase()
hasMatchingCondition
(Predicate<V1NamespaceConditionBuilder> predicate) hasPhase()
removeAllFromConditions
(Collection<io.kubernetes.client.openapi.models.V1NamespaceCondition> items) removeFromConditions
(io.kubernetes.client.openapi.models.V1NamespaceCondition... items) setNewConditionLike
(Integer index, io.kubernetes.client.openapi.models.V1NamespaceCondition item) setToConditions
(Integer index, io.kubernetes.client.openapi.models.V1NamespaceCondition item) withConditions
(io.kubernetes.client.openapi.models.V1NamespaceCondition... conditions) withConditions
(List<io.kubernetes.client.openapi.models.V1NamespaceCondition> conditions)
-
Method Details
-
addToConditions
-
setToConditions
-
addToConditions
-
addAllToConditions
-
removeFromConditions
-
removeAllFromConditions
A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1NamespaceCondition> 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.V1NamespaceCondition> buildConditions() -
buildCondition
-
buildFirstCondition
io.kubernetes.client.openapi.models.V1NamespaceCondition buildFirstCondition() -
buildLastCondition
io.kubernetes.client.openapi.models.V1NamespaceCondition buildLastCondition() -
buildMatchingCondition
io.kubernetes.client.openapi.models.V1NamespaceCondition buildMatchingCondition(Predicate<V1NamespaceConditionBuilder> predicate) -
hasMatchingCondition
-
withConditions
-
withConditions
-
hasConditions
Boolean hasConditions() -
addNewCondition
V1NamespaceStatusFluent.ConditionsNested<A> addNewCondition() -
addNewConditionLike
V1NamespaceStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1NamespaceCondition item) -
setNewConditionLike
V1NamespaceStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1NamespaceCondition item) -
editCondition
-
editFirstCondition
V1NamespaceStatusFluent.ConditionsNested<A> editFirstCondition() -
editLastCondition
V1NamespaceStatusFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
V1NamespaceStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1NamespaceConditionBuilder> predicate) -
getPhase
String getPhase() -
withPhase
-
hasPhase
Boolean hasPhase()
-