Uses of Class
io.fabric8.openshift.api.model.config.v1.ProxyStatus
-
Packages that use ProxyStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ProxyStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ProxyStatus Modifier and Type Method Description ProxyStatusProxyStatusBuilder. build()ProxyStatusProxyFluent. buildStatus()ProxyStatusProxy. getStatus()Proxy holds cluster-wide information on how to configure default proxies for the cluster.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type ProxyStatus Modifier and Type Method Description protected voidProxyStatusFluent. copyInstance(ProxyStatus instance)ProxyFluent.StatusNested<A>ProxyFluent. editOrNewStatusLike(ProxyStatus item)voidProxy. setStatus(ProxyStatus status)Proxy holds cluster-wide information on how to configure default proxies for the cluster.ProxyFluent.StatusNested<A>ProxyFluent. withNewStatusLike(ProxyStatus item)AProxyFluent. withStatus(ProxyStatus status)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type ProxyStatus Constructor Description Proxy(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, ProxySpec spec, ProxyStatus status)ProxyStatusBuilder(ProxyStatus instance)ProxyStatusBuilder(ProxyStatusFluent<?> fluent, ProxyStatus instance)ProxyStatusFluent(ProxyStatus instance)
-