Uses of Class
io.fabric8.openshift.api.model.config.v1.KubeClientConfig
-
Packages that use KubeClientConfig Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of KubeClientConfig in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return KubeClientConfig Modifier and Type Method Description KubeClientConfigKubeClientConfigBuilder. build()KubeClientConfigGenericAPIServerConfigFluent. buildKubeClientConfig()KubeClientConfigGenericAPIServerConfig. getKubeClientConfig()GenericAPIServerConfig is an inline-able struct for aggregated apiservers that need to store data in etcdMethods in io.fabric8.openshift.api.model.config.v1 with parameters of type KubeClientConfig Modifier and Type Method Description protected voidKubeClientConfigFluent. copyInstance(KubeClientConfig instance)GenericAPIServerConfigFluent.KubeClientConfigNested<A>GenericAPIServerConfigFluent. editOrNewKubeClientConfigLike(KubeClientConfig item)voidGenericAPIServerConfig. setKubeClientConfig(KubeClientConfig kubeClientConfig)GenericAPIServerConfig is an inline-able struct for aggregated apiservers that need to store data in etcdAGenericAPIServerConfigFluent. withKubeClientConfig(KubeClientConfig kubeClientConfig)GenericAPIServerConfigFluent.KubeClientConfigNested<A>GenericAPIServerConfigFluent. withNewKubeClientConfigLike(KubeClientConfig item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type KubeClientConfig Constructor Description GenericAPIServerConfig(AdmissionConfig admission, AuditConfig auditConfig, List<String> corsAllowedOrigins, KubeClientConfig kubeClientConfig, HTTPServingInfo servingInfo, EtcdStorageConfig storageConfig)KubeClientConfigBuilder(KubeClientConfig instance)KubeClientConfigBuilder(KubeClientConfigFluent<?> fluent, KubeClientConfig instance)KubeClientConfigFluent(KubeClientConfig instance)
-