public interface V1beta1FlowSchemaStatusFluent<A extends V1beta1FlowSchemaStatusFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1beta1FlowSchemaStatusFluent.ConditionsNested<N> |
Modifier and Type | Method and Description |
---|---|
A |
addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition> items) |
V1beta1FlowSchemaStatusFluent.ConditionsNested<A> |
addNewCondition() |
V1beta1FlowSchemaStatusFluent.ConditionsNested<A> |
addNewConditionLike(io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition item) |
A |
addToConditions(int index,
io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition item) |
A |
addToConditions(io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition... items) |
io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition |
buildCondition(int index) |
List<io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition> |
buildConditions() |
io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition |
buildFirstCondition() |
io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition |
buildLastCondition() |
io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition |
buildMatchingCondition(Predicate<V1beta1FlowSchemaConditionBuilder> predicate) |
V1beta1FlowSchemaStatusFluent.ConditionsNested<A> |
editCondition(int index) |
V1beta1FlowSchemaStatusFluent.ConditionsNested<A> |
editFirstCondition() |
V1beta1FlowSchemaStatusFluent.ConditionsNested<A> |
editLastCondition() |
V1beta1FlowSchemaStatusFluent.ConditionsNested<A> |
editMatchingCondition(Predicate<V1beta1FlowSchemaConditionBuilder> predicate) |
List<io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition> |
getConditions()
Deprecated.
|
Boolean |
hasConditions() |
Boolean |
hasMatchingCondition(Predicate<V1beta1FlowSchemaConditionBuilder> predicate) |
A |
removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition> items) |
A |
removeFromConditions(io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition... items) |
A |
removeMatchingFromConditions(Predicate<V1beta1FlowSchemaConditionBuilder> predicate) |
V1beta1FlowSchemaStatusFluent.ConditionsNested<A> |
setNewConditionLike(int index,
io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition item) |
A |
setToConditions(int index,
io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition item) |
A |
withConditions(List<io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition> conditions) |
A |
withConditions(io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition... conditions) |
A addToConditions(int index, io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition item)
A setToConditions(int index, io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition item)
A addToConditions(io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition... items)
A addAllToConditions(Collection<io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition> items)
A removeFromConditions(io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition... items)
A removeAllFromConditions(Collection<io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition> items)
A removeMatchingFromConditions(Predicate<V1beta1FlowSchemaConditionBuilder> predicate)
@Deprecated List<io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition> getConditions()
List<io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition> buildConditions()
io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition buildCondition(int index)
io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition buildFirstCondition()
io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition buildLastCondition()
io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition buildMatchingCondition(Predicate<V1beta1FlowSchemaConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<V1beta1FlowSchemaConditionBuilder> predicate)
A withConditions(List<io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition> conditions)
A withConditions(io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition... conditions)
Boolean hasConditions()
V1beta1FlowSchemaStatusFluent.ConditionsNested<A> addNewCondition()
V1beta1FlowSchemaStatusFluent.ConditionsNested<A> addNewConditionLike(io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition item)
V1beta1FlowSchemaStatusFluent.ConditionsNested<A> setNewConditionLike(int index, io.kubernetes.client.openapi.models.V1beta1FlowSchemaCondition item)
V1beta1FlowSchemaStatusFluent.ConditionsNested<A> editCondition(int index)
V1beta1FlowSchemaStatusFluent.ConditionsNested<A> editFirstCondition()
V1beta1FlowSchemaStatusFluent.ConditionsNested<A> editLastCondition()
V1beta1FlowSchemaStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<V1beta1FlowSchemaConditionBuilder> predicate)
Copyright © 2021. All rights reserved.