BootstrapKubeletConfig interface
Kubelet configuration returned as part of FlexNode bootstrap data.
Properties
| ca |
Base64-encoded PEM certificate of the cluster CA. Do not cache or log. |
| cluster |
FQDN of the Kubernetes API server. |
Property Details
caCertData
Base64-encoded PEM certificate of the cluster CA. Do not cache or log.
caCertData?: string
Property Value
string
clusterFqdn
FQDN of the Kubernetes API server.
clusterFqdn?: string
Property Value
string