Uses of Class
io.fabric8.openshift.api.model.config.v1.APIServerSpec
-
Packages that use APIServerSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of APIServerSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return APIServerSpec Modifier and Type Method Description APIServerSpecAPIServerSpecBuilder. build()APIServerSpecAPIServerFluent. buildSpec()APIServerSpecAPIServer. getSpec()APIServer holds configuration (like serving certificates, client CA and CORS domains) shared by all API servers in the system, among them especially kube-apiserver and openshift-apiserver.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type APIServerSpec Modifier and Type Method Description protected voidAPIServerSpecFluent. copyInstance(APIServerSpec instance)APIServerFluent.SpecNested<A>APIServerFluent. editOrNewSpecLike(APIServerSpec item)voidAPIServer. setSpec(APIServerSpec spec)APIServer holds configuration (like serving certificates, client CA and CORS domains) shared by all API servers in the system, among them especially kube-apiserver and openshift-apiserver.APIServerFluent.SpecNested<A>APIServerFluent. withNewSpecLike(APIServerSpec item)AAPIServerFluent. withSpec(APIServerSpec spec)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type APIServerSpec Constructor Description APIServer(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, APIServerSpec spec, APIServerStatus status)APIServerSpecBuilder(APIServerSpec instance)APIServerSpecBuilder(APIServerSpecFluent<?> fluent, APIServerSpec instance)APIServerSpecFluent(APIServerSpec instance)
-