Uses of Class
io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerSpec
-
Packages that use OpenShiftAPIServerSpec Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of OpenShiftAPIServerSpec in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return OpenShiftAPIServerSpec Modifier and Type Method Description OpenShiftAPIServerSpecOpenShiftAPIServerSpecBuilder. build()OpenShiftAPIServerSpecOpenShiftAPIServerFluent. buildSpec()OpenShiftAPIServerSpecOpenShiftAPIServer. getSpec()OpenShiftAPIServer provides information to configure an operator to manage openshift-apiserver.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type OpenShiftAPIServerSpec Modifier and Type Method Description protected voidOpenShiftAPIServerSpecFluent. copyInstance(OpenShiftAPIServerSpec instance)OpenShiftAPIServerFluent.SpecNested<A>OpenShiftAPIServerFluent. editOrNewSpecLike(OpenShiftAPIServerSpec item)voidOpenShiftAPIServer. setSpec(OpenShiftAPIServerSpec spec)OpenShiftAPIServer provides information to configure an operator to manage openshift-apiserver.OpenShiftAPIServerFluent.SpecNested<A>OpenShiftAPIServerFluent. withNewSpecLike(OpenShiftAPIServerSpec item)AOpenShiftAPIServerFluent. withSpec(OpenShiftAPIServerSpec spec)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type OpenShiftAPIServerSpec Constructor Description OpenShiftAPIServer(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, OpenShiftAPIServerSpec spec, OpenShiftAPIServerStatus status)OpenShiftAPIServerSpecBuilder(OpenShiftAPIServerSpec instance)OpenShiftAPIServerSpecBuilder(OpenShiftAPIServerSpecFluent<?> fluent, OpenShiftAPIServerSpec instance)OpenShiftAPIServerSpecFluent(OpenShiftAPIServerSpec instance)
-