
catools.k8s.base.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common.k8s Show documentation
Show all versions of common.k8s Show documentation
The toolset to work with Kubernetes in all other CATools projects
The newest version!
catools.k8s.connection {
// The connection type, can be DEFAULT, URL, CREDENTIAL, TOKEN, CONFIG
type = "DEFAULT"
type = ${?CATOOLS_K8S_CONNECTION_TYPE}
url = ""
url = ${?CATOOLS_K8S_CONNECTION_URL}
validate_ssl = true
validate_ssl = ${?CATOOLS_K8S_CONNECTION_VALIDATE_SSL}
username {
value = ${?CATOOLS_K8S_CONNECTION_USERNAME}
sensitive = true
}
password {
value = ${?CATOOLS_K8S_CONNECTION_PASSWORD}
sensitive = true
}
token {
value = ${?CATOOLS_K8S_CONNECTION_TOKEN}
sensitive = true
}
kube_config_path = ${?CATOOLS_K8S_CONNECTION_KUBE_CONFIG_PATH}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy