Package | Description |
---|---|
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
List<V1beta1FlowSchemaCondition> |
V1beta1FlowSchemaStatusFluentImpl.buildConditions() |
List<V1beta1FlowSchemaCondition> |
V1beta1FlowSchemaStatusFluent.buildConditions() |
List<V1beta1FlowSchemaCondition> |
V1beta1FlowSchemaStatusFluentImpl.getConditions()
Deprecated.
|
List<V1beta1FlowSchemaCondition> |
V1beta1FlowSchemaStatusFluent.getConditions()
Deprecated.
|
List<V1beta1FlowSchemaCondition> |
V1beta1FlowSchemaStatus.getConditions()
`conditions` is a list of the current states of FlowSchema.
|
Modifier and Type | Method and Description |
---|---|
A |
V1beta1FlowSchemaStatusFluentImpl.addAllToConditions(Collection<V1beta1FlowSchemaCondition> items) |
A |
V1beta1FlowSchemaStatusFluent.addAllToConditions(Collection<V1beta1FlowSchemaCondition> items) |
V1beta1FlowSchemaStatus |
V1beta1FlowSchemaStatus.conditions(List<V1beta1FlowSchemaCondition> conditions) |
A |
V1beta1FlowSchemaStatusFluentImpl.removeAllFromConditions(Collection<V1beta1FlowSchemaCondition> items) |
A |
V1beta1FlowSchemaStatusFluent.removeAllFromConditions(Collection<V1beta1FlowSchemaCondition> items) |
void |
V1beta1FlowSchemaStatus.setConditions(List<V1beta1FlowSchemaCondition> conditions) |
A |
V1beta1FlowSchemaStatusFluentImpl.withConditions(List<V1beta1FlowSchemaCondition> conditions) |
A |
V1beta1FlowSchemaStatusFluent.withConditions(List<V1beta1FlowSchemaCondition> conditions) |
Constructor and Description |
---|
V1beta1FlowSchemaConditionBuilder(V1beta1FlowSchemaCondition instance) |
V1beta1FlowSchemaConditionBuilder(V1beta1FlowSchemaCondition instance,
Boolean validationEnabled) |
V1beta1FlowSchemaConditionBuilder(V1beta1FlowSchemaConditionFluent<?> fluent,
V1beta1FlowSchemaCondition instance) |
V1beta1FlowSchemaConditionBuilder(V1beta1FlowSchemaConditionFluent<?> fluent,
V1beta1FlowSchemaCondition instance,
Boolean validationEnabled) |
V1beta1FlowSchemaConditionFluentImpl(V1beta1FlowSchemaCondition instance) |
Copyright © 2021. All rights reserved.