Interface V1NetworkPolicyStatusFluent<A extends V1NetworkPolicyStatusFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1NetworkPolicyFluent.StatusNested<N>
- All Known Implementing Classes:
V1NetworkPolicyStatusBuilder
,V1NetworkPolicyStatusFluentImpl
public interface V1NetworkPolicyStatusFluent<A extends V1NetworkPolicyStatusFluent<A>>
extends Fluent<A>
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic 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.V1Condition
buildMatchingCondition
(Predicate<V1ConditionBuilder> predicate) editCondition
(Integer index) editMatchingCondition
(Predicate<V1ConditionBuilder> predicate) List<io.kubernetes.client.openapi.models.V1Condition>
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)
-
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
V1NetworkPolicyStatusFluent.ConditionsNested<A> addNewCondition() -
addNewConditionLike
V1NetworkPolicyStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1Condition item) -
setNewConditionLike
V1NetworkPolicyStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, io.kubernetes.client.openapi.models.V1Condition item) -
editCondition
-
editFirstCondition
V1NetworkPolicyStatusFluent.ConditionsNested<A> editFirstCondition() -
editLastCondition
V1NetworkPolicyStatusFluent.ConditionsNested<A> editLastCondition() -
editMatchingCondition
V1NetworkPolicyStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1ConditionBuilder> predicate)
-