// Image specifies which container image to use for running etcd. If empty, automatically populated by kubeadm using the image repository and default etcd version
// Image specifies which container image to use for running etcd. If empty, automatically populated by kubeadm using the image repository and default etcd version
Imagestring
Imagestring
SelfHosted*SelfHostedEtcd
}
// SelfHostedEtcd describes options required to configure self-hosted etcd
typeSelfHostedEtcdstruct{
// CertificatesDir represents the directory where all etcd TLS assets are stored. By default this is
// a dir names "etcd" in the main CertificatesDir value.
CertificatesDirstring
// ClusterServiceName is the name of the service that load balances the etcd cluster
ClusterServiceNamestring
// EtcdVersion is the version of etcd running in the cluster.
EtcdVersionstring
// OperatorVersion is the version of the etcd-operator to use.
// Image specifies which container image to use for running etcd. If empty, automatically populated by kubeadm using the image repository and default etcd version
// Image specifies which container image to use for running etcd. If empty, automatically populated by kubeadm using the image repository and default etcd version