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