Uses of Class
io.fabric8.kubernetes.api.model.flowcontrol.v1beta2.FlowSchemaSpec
-
Packages that use FlowSchemaSpec Package Description io.fabric8.kubernetes.api.model.flowcontrol.v1beta2 -
-
Uses of FlowSchemaSpec in io.fabric8.kubernetes.api.model.flowcontrol.v1beta2
Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta2 that return FlowSchemaSpec Modifier and Type Method Description FlowSchemaSpecFlowSchemaSpecBuilder. build()FlowSchemaSpecFlowSchemaFluent. buildSpec()FlowSchemaSpecFlowSchema. getSpec()FlowSchema defines the schema of a group of flows.Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta2 with parameters of type FlowSchemaSpec Modifier and Type Method Description protected voidFlowSchemaSpecFluent. copyInstance(FlowSchemaSpec instance)FlowSchemaFluent.SpecNested<A>FlowSchemaFluent. editOrNewSpecLike(FlowSchemaSpec item)voidFlowSchema. setSpec(FlowSchemaSpec spec)FlowSchema defines the schema of a group of flows.FlowSchemaFluent.SpecNested<A>FlowSchemaFluent. withNewSpecLike(FlowSchemaSpec item)AFlowSchemaFluent. withSpec(FlowSchemaSpec spec)Constructors in io.fabric8.kubernetes.api.model.flowcontrol.v1beta2 with parameters of type FlowSchemaSpec Constructor Description FlowSchema(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, FlowSchemaSpec spec, FlowSchemaStatus status)FlowSchemaSpecBuilder(FlowSchemaSpec instance)FlowSchemaSpecBuilder(FlowSchemaSpecFluent<?> fluent, FlowSchemaSpec instance)FlowSchemaSpecFluent(FlowSchemaSpec instance)
-