1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 04:40:56 +00:00

add etcd to k8s service options

This commit is contained in:
kinarashah
2019-11-14 16:41:54 -08:00
committed by Alena Prokharchyk
parent 7193c71695
commit 99776d388c

View File

@@ -525,6 +525,8 @@ type WeaveNetworkProvider struct {
}
type KubernetesServicesOptions struct {
// Additional options passed to Etcd
Etcd map[string]string `json:"etcd"`
// Additional options passed to KubeAPI
KubeAPI map[string]string `json:"kubeapi"`
// Additional options passed to Kubelet