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