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 . |
static ClientBuilder |
ClientBuilder.oldCluster()
[DEPRECATED] Creates a builder which is pre-configured from the cluster configuration.
|
ClientBuilder |
ClientBuilder.setAuthentication(Authentication authentication) |
ClientBuilder |
ClientBuilder.setBasePath(String basePath) |
protected ClientBuilder |
ClientBuilder.setBasePath(String host,
String port) |
ClientBuilder |
ClientBuilder.setCertificateAuthority(byte[] caCertBytes) |
ClientBuilder |
ClientBuilder.setKeyStorePassphrase(String keyStorePassphrase) |
ClientBuilder |
ClientBuilder.setPingInterval(Duration pingInterval) |
ClientBuilder |
ClientBuilder.setProtocols(List<okhttp3.Protocol> protocols) |
ClientBuilder |
ClientBuilder.setReadTimeout(Duration readTimeout) |
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 © 2022. All rights reserved.