public interface IKubernetesCluster
Modifier and Type | Method and Description |
---|---|
String |
getAnalyticsBaseImageName()
The base docker image name for analytics jobs.
|
String |
getApiAccessToken()
The access token used to authenticate to the Kubernetes API server.
|
String |
getApiUrl()
This Kubernetes API server.
|
String |
getDockerHost()
The docker host URL with which you can build Docker images.
|
String |
getName()
The logical name of the cluster.
|
String |
getRegistryHostname()
Sometimes, OpenShift / Kubernetes nodes may not be able to resolve the
the public registry URL, and may use its internal service hostname to
pull images.
|
String |
getRegistryName()
Safe name of the private registry your Kubernetes cluster is using.
|
String |
getRegistryUrl()
The URL of the private registry your Kubernetes cluster is using.
|
String |
getRegistryUsername()
If defined, the username to use, to authenticate with the registry
your Kubernetes cluster is using;
|
String |
getRegitryPassword()
If defined, the password to use, to authenticate with the registry
your Kubernetes cluster is using;
|
String |
getTopologyBaseImageName()
The base docker image name for topology jobs.
|
Boolean |
registryRequiresAuthentication()
Whether or not the registry requires authentication.
|
Boolean |
shouldValidateSsl()
Whether or not the Kubernetes client should verify domain certificates.
|
String getName()
String getApiAccessToken()
String getApiUrl()
Boolean shouldValidateSsl()
String getDockerHost()
String getRegistryName()
String getRegistryUrl()
String getRegistryHostname()
String getRegistryUsername()
String getRegitryPassword()
Boolean registryRequiresAuthentication()
String getTopologyBaseImageName()
String getAnalyticsBaseImageName()
Copyright © 2014–2023. All rights reserved.