Uses of Class
io.fabric8.openshift.api.model.config.v1.APIServerStatus
-
Packages that use APIServerStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of APIServerStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return APIServerStatus Modifier and Type Method Description APIServerStatusAPIServerStatusBuilder. build()APIServerStatusAPIServerFluent. buildStatus()APIServerStatusAPIServer. getStatus()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 APIServerStatus Modifier and Type Method Description protected voidAPIServerStatusFluent. copyInstance(APIServerStatus instance)APIServerFluent.StatusNested<A>APIServerFluent. editOrNewStatusLike(APIServerStatus item)voidAPIServer. setStatus(APIServerStatus status)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.StatusNested<A>APIServerFluent. withNewStatusLike(APIServerStatus item)AAPIServerFluent. withStatus(APIServerStatus status)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type APIServerStatus Constructor Description APIServer(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, APIServerSpec spec, APIServerStatus status)APIServerStatusBuilder(APIServerStatus instance)APIServerStatusBuilder(APIServerStatusFluent<?> fluent, APIServerStatus instance)APIServerStatusFluent(APIServerStatus instance)
-