Uses of Class
io.fabric8.kubernetes.api.model.flowcontrol.v1beta1.FlowSchemaSpec
-
Packages that use FlowSchemaSpec Package Description io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 -
-
Uses of FlowSchemaSpec in io.fabric8.kubernetes.api.model.flowcontrol.v1beta1
Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 that return FlowSchemaSpec Modifier and Type Method Description FlowSchemaSpecFlowSchemaSpecBuilder. build()FlowSchemaSpecFlowSchemaFluent. buildSpec()FlowSchemaSpecFlowSchema. getSpec()Methods in io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 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)FlowSchemaFluent.SpecNested<A>FlowSchemaFluent. withNewSpecLike(FlowSchemaSpec item)AFlowSchemaFluent. withSpec(FlowSchemaSpec spec)Constructors in io.fabric8.kubernetes.api.model.flowcontrol.v1beta1 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)
-