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()OpenShiftAPIServerSpecOpenShiftAPIServerFluentImpl. buildSpec()OpenShiftAPIServerSpecOpenShiftAPIServer. getSpec()OpenShiftAPIServerSpecOpenShiftAPIServerFluent. getSpec()Deprecated.OpenShiftAPIServerSpecOpenShiftAPIServerFluentImpl. getSpec()Deprecated.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type OpenShiftAPIServerSpec Modifier and Type Method Description OpenShiftAPIServerFluent.SpecNested<A>OpenShiftAPIServerFluent. editOrNewSpecLike(OpenShiftAPIServerSpec item)OpenShiftAPIServerFluent.SpecNested<A>OpenShiftAPIServerFluentImpl. editOrNewSpecLike(OpenShiftAPIServerSpec item)voidOpenShiftAPIServer. setSpec(OpenShiftAPIServerSpec spec)OpenShiftAPIServerFluent.SpecNested<A>OpenShiftAPIServerFluent. withNewSpecLike(OpenShiftAPIServerSpec item)OpenShiftAPIServerFluent.SpecNested<A>OpenShiftAPIServerFluentImpl. withNewSpecLike(OpenShiftAPIServerSpec item)AOpenShiftAPIServerFluent. withSpec(OpenShiftAPIServerSpec spec)AOpenShiftAPIServerFluentImpl. 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)OpenShiftAPIServerSpecBuilder(OpenShiftAPIServerSpecFluent<?> fluent, OpenShiftAPIServerSpec instance, Boolean validationEnabled)OpenShiftAPIServerSpecBuilder(OpenShiftAPIServerSpec instance, Boolean validationEnabled)OpenShiftAPIServerSpecFluentImpl(OpenShiftAPIServerSpec instance)
-