| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.flowcontrol.v1beta2 |
| Modifier and Type | Method and Description |
|---|---|
FlowSchemaStatus |
FlowSchemaStatusBuilder.build() |
FlowSchemaStatus |
FlowSchemaFluent.buildStatus() |
FlowSchemaStatus |
FlowSchema.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
FlowSchemaFluent.StatusNested<A> |
FlowSchemaFluent.editOrNewStatusLike(FlowSchemaStatus item) |
void |
FlowSchema.setStatus(FlowSchemaStatus status) |
FlowSchemaFluent.StatusNested<A> |
FlowSchemaFluent.withNewStatusLike(FlowSchemaStatus item) |
A |
FlowSchemaFluent.withStatus(FlowSchemaStatus status) |
| Constructor and Description |
|---|
FlowSchema(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
FlowSchemaSpec spec,
FlowSchemaStatus status) |
FlowSchemaStatusBuilder(FlowSchemaStatus instance) |
FlowSchemaStatusBuilder(FlowSchemaStatus instance,
Boolean validationEnabled) |
FlowSchemaStatusBuilder(FlowSchemaStatusFluent<?> fluent,
FlowSchemaStatus instance) |
FlowSchemaStatusBuilder(FlowSchemaStatusFluent<?> fluent,
FlowSchemaStatus instance,
Boolean validationEnabled) |
FlowSchemaStatusFluent(FlowSchemaStatus instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.