Uses of Class
io.fabric8.kubernetes.api.model.flowcontrol.v1beta2.FlowSchemaStatus
-
Packages that use FlowSchemaStatus Package Description io.fabric8.kubernetes.api.model.flowcontrol.v1beta2 -
-
Uses of FlowSchemaStatus in io.fabric8.kubernetes.api.model.flowcontrol.v1beta2
Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta2 that return FlowSchemaStatus Modifier and Type Method Description FlowSchemaStatusFlowSchemaStatusBuilder. build()FlowSchemaStatusFlowSchemaFluent. buildStatus()FlowSchemaStatusFlowSchema. getStatus()FlowSchema defines the schema of a group of flows.Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta2 with parameters of type FlowSchemaStatus Modifier and Type Method Description protected voidFlowSchemaStatusFluent. copyInstance(FlowSchemaStatus instance)FlowSchemaFluent.StatusNested<A>FlowSchemaFluent. editOrNewStatusLike(FlowSchemaStatus item)voidFlowSchema. setStatus(FlowSchemaStatus status)FlowSchema defines the schema of a group of flows.FlowSchemaFluent.StatusNested<A>FlowSchemaFluent. withNewStatusLike(FlowSchemaStatus item)AFlowSchemaFluent. withStatus(FlowSchemaStatus status)Constructors in io.fabric8.kubernetes.api.model.flowcontrol.v1beta2 with parameters of type FlowSchemaStatus Constructor Description FlowSchema(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, FlowSchemaSpec spec, FlowSchemaStatus status)FlowSchemaStatusBuilder(FlowSchemaStatus instance)FlowSchemaStatusBuilder(FlowSchemaStatusFluent<?> fluent, FlowSchemaStatus instance)FlowSchemaStatusFluent(FlowSchemaStatus instance)
-