Uses of Class
io.fabric8.openshift.api.model.config.v1.FeatureGateSpec
-
Packages that use FeatureGateSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of FeatureGateSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return FeatureGateSpec Modifier and Type Method Description FeatureGateSpecFeatureGateSpecBuilder. build()FeatureGateSpecFeatureGateFluent. buildSpec()FeatureGateSpecFeatureGate. getSpec()Feature holds cluster-wide information about feature gates.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type FeatureGateSpec Modifier and Type Method Description protected voidFeatureGateSpecFluent. copyInstance(FeatureGateSpec instance)FeatureGateFluent.SpecNested<A>FeatureGateFluent. editOrNewSpecLike(FeatureGateSpec item)voidFeatureGate. setSpec(FeatureGateSpec spec)Feature holds cluster-wide information about feature gates.FeatureGateFluent.SpecNested<A>FeatureGateFluent. withNewSpecLike(FeatureGateSpec item)AFeatureGateFluent. withSpec(FeatureGateSpec spec)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type FeatureGateSpec Constructor Description FeatureGate(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, FeatureGateSpec spec, FeatureGateStatus status)FeatureGateSpecBuilder(FeatureGateSpec instance)FeatureGateSpecBuilder(FeatureGateSpecFluent<?> fluent, FeatureGateSpec instance)FeatureGateSpecFluent(FeatureGateSpec instance)
-