1
0
mirror of https://github.com/rancher/types.git synced 2025-09-16 06:49:21 +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 716d86fa44
commit 0d82e7b6b6

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