Uses of Class
io.kubernetes.client.util.KubeConfig
Packages that use KubeConfig
-
Uses of KubeConfig in io.kubernetes.client.util
Methods in io.kubernetes.client.util that return KubeConfigModifier and TypeMethodDescriptionstatic KubeConfigKubeConfig.loadKubeConfig(Reader input) Load a Kubernetes config from a ReaderMethods in io.kubernetes.client.util with parameters of type KubeConfigModifier and TypeMethodDescriptionstatic io.kubernetes.client.openapi.ApiClientClientBuilder.fromCertificateSigningRequest(KubeConfig bootstrapKubeConfig, PrivateKey privateKey, io.kubernetes.client.openapi.models.V1CertificateSigningRequest csr) Returns a new ApiClient instance reading from CertificateSigningRequest.static io.kubernetes.client.openapi.ApiClientConfig.fromConfig(KubeConfig config) static ClientBuilderClientBuilder.kubeconfig(KubeConfig config) Creates a builder which is pre-configured from aKubeConfig. -
Uses of KubeConfig in io.kubernetes.client.util.credentials
Constructors in io.kubernetes.client.util.credentials with parameters of type KubeConfig