Package | Description |
---|---|
io.kubernetes.client.util |
Modifier and Type | Method and Description |
---|---|
static ClientBuilder |
ClientBuilder.cluster()
Creates a builder which is pre-configured from the cluster configuration.
|
static ClientBuilder |
ClientBuilder.kubeconfig(KubeConfig config)
Creates a builder which is pre-configured from a
KubeConfig . |
ClientBuilder |
ClientBuilder.setAuthentication(Authentication authentication) |
ClientBuilder |
ClientBuilder.setBasePath(String basePath) |
ClientBuilder |
ClientBuilder.setCertificateAuthority(byte[] caCertBytes) |
ClientBuilder |
ClientBuilder.setVerifyingSsl(boolean verifyingSsl) |
static ClientBuilder |
ClientBuilder.standard()
Creates a builder which is pre-configured in the following way
If $KUBECONFIG is defined, use that config file.
|
static ClientBuilder |
ClientBuilder.standard(boolean persistConfig) |
Copyright © 2019. All rights reserved.