public interface KubernetesAuth
ConfigBuilder.| Modifier and Type | Method and Description |
|---|---|
String |
buildKubeConfig(KubernetesAuthConfig config)
Builds a kube config file content based on the current authentication object.
|
io.fabric8.kubernetes.client.ConfigBuilder |
decorate(io.fabric8.kubernetes.client.ConfigBuilder builder,
KubernetesAuthConfig config)
Decorates a
ConfigBuilder to connect using the current authentication object. |
io.fabric8.kubernetes.client.ConfigBuilder decorate(io.fabric8.kubernetes.client.ConfigBuilder builder,
KubernetesAuthConfig config)
throws KubernetesAuthException
ConfigBuilder to connect using the current authentication object.builder - the configuration to decorateKubernetesAuthException - if anything fails during the processing of the authentication configurationString buildKubeConfig(KubernetesAuthConfig config) throws com.fasterxml.jackson.core.JsonProcessingException, KubernetesAuthException
com.fasterxml.jackson.core.JsonProcessingException - if something fails while generating the json document for kubeconfigKubernetesAuthException - if something fails while dealing with credentialsCopyright © 2016–2020. All rights reserved.