Interface V1ServiceStatusFluent<A extends V1ServiceStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1ServiceFluent.StatusNested<N>
- All Known Implementing Classes:
V1ServiceStatusBuilder
,V1ServiceStatusFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToConditions
(Collection<io.kubernetes.client.openapi.models.V1Condition> items) addNewConditionLike
(io.kubernetes.client.openapi.models.V1Condition item) addToConditions
(io.kubernetes.client.openapi.models.V1Condition... items) addToConditions
(Integer index, io.kubernetes.client.openapi.models.V1Condition item) io.kubernetes.client.openapi.models.V1Condition
buildCondition
(Integer index) List<io.kubernetes.client.openapi.models.V1Condition>
io.kubernetes.client.openapi.models.V1Condition
io.kubernetes.client.openapi.models.V1Condition
io.kubernetes.client.openapi.models.V1LoadBalancerStatus
io.kubernetes.client.openapi.models.V1Condition
buildMatchingCondition
(Predicate<V1ConditionBuilder> predicate) editCondition
(Integer index) editMatchingCondition
(Predicate<V1ConditionBuilder> predicate) editOrNewLoadBalancerLike
(io.kubernetes.client.openapi.models.V1LoadBalancerStatus item) List<io.kubernetes.client.openapi.models.V1Condition>
Deprecated.io.kubernetes.client.openapi.models.V1LoadBalancerStatus
Deprecated.hasMatchingCondition
(Predicate<V1ConditionBuilder> predicate) removeAllFromConditions
(Collection<io.kubernetes.client.openapi.models.V1Condition> items) removeFromConditions
(io.kubernetes.client.openapi.models.V1Condition... items) removeMatchingFromConditions
(Predicate<V1ConditionBuilder> predicate) setNewConditionLike
(Integer index, io.kubernetes.client.openapi.models.V1Condition item) setToConditions
(Integer index, io.kubernetes.client.openapi.models.V1Condition item) withConditions
(io.kubernetes.client.openapi.models.V1Condition... conditions) withConditions
(List<io.kubernetes.client.openapi.models.V1Condition> conditions) withLoadBalancer
(io.kubernetes.client.openapi.models.V1LoadBalancerStatus loadBalancer) withNewLoadBalancerLike
(io.kubernetes.client.openapi.models.V1LoadBalancerStatus item)
-
Method Details
-
addToConditions
-
setToConditions
-
addToConditions
-
addAllToConditions
-
removeFromConditions
-
removeAllFromConditions
-
removeMatchingFromConditions
-
getConditions
Deprecated.This method has been deprecated, please use method buildConditions instead.- Returns:
- The buildable object.
-
buildConditions
List<io.kubernetes.client.openapi.models.V1Condition> buildConditions() -
buildCondition
-
buildFirstCondition
io.kubernetes.client.openapi.models.V1Condition buildFirstCondition() -
buildLastCondition
io.kubernetes.client.openapi.models.V1Condition buildLastCondition() -
buildMatchingCondition
io.kubernetes.client.openapi.models.V1Condition buildMatchingCondition(Predicate<V1ConditionBuilder> predicate) -
hasMatchingCondition
-
withConditions
-
withConditions
-
hasConditions
Boolean hasConditions() -
addNewCondition
V1ServiceStatusFluent.ConditionsNested<A> addNewCondition() -
addNewConditionLike
V1ServiceStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1Condition item) -
setNewConditionLike
V1ServiceStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1Condition item) -
editCondition
-
editFirstCondition
V1ServiceStatusFluent.ConditionsNested<A> editFirstCondition() -
editLastCondition
V1ServiceStatusFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
V1ServiceStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1ConditionBuilder> predicate) -
getLoadBalancer
Deprecated.This method has been deprecated, please use method buildLoadBalancer instead.- Returns:
- The buildable object.
-
buildLoadBalancer
io.kubernetes.client.openapi.models.V1LoadBalancerStatus buildLoadBalancer() -
withLoadBalancer
-
hasLoadBalancer
Boolean hasLoadBalancer() -
withNewLoadBalancer
V1ServiceStatusFluent.LoadBalancerNested<A> withNewLoadBalancer() -
withNewLoadBalancerLike
V1ServiceStatusFluent.LoadBalancerNested<A> withNewLoadBalancerLike(io.kubernetes.client.openapi.models.V1LoadBalancerStatus item) -
editLoadBalancer
V1ServiceStatusFluent.LoadBalancerNested<A> editLoadBalancer() -
editOrNewLoadBalancer
V1ServiceStatusFluent.LoadBalancerNested<A> editOrNewLoadBalancer() -
editOrNewLoadBalancerLike
V1ServiceStatusFluent.LoadBalancerNested<A> editOrNewLoadBalancerLike(io.kubernetes.client.openapi.models.V1LoadBalancerStatus item)
-