Uses of Class
io.fabric8.kubernetes.api.model.flowcontrol.v1.FlowSchemaStatus
-
Packages that use FlowSchemaStatus Package Description io.fabric8.kubernetes.api.model.flowcontrol.v1 -
-
Uses of FlowSchemaStatus in io.fabric8.kubernetes.api.model.flowcontrol.v1
Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1 that return FlowSchemaStatus Modifier and Type Method Description FlowSchemaStatusFlowSchemaStatusBuilder. build()FlowSchemaStatusFlowSchemaFluent. buildStatus()FlowSchemaStatusFlowSchema. getStatus()Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1 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)FlowSchemaFluent.StatusNested<A>FlowSchemaFluent. withNewStatusLike(FlowSchemaStatus item)AFlowSchemaFluent. withStatus(FlowSchemaStatus status)Constructors in io.fabric8.kubernetes.api.model.flowcontrol.v1 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)
-