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