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:
committed by
Alena Prokharchyk
parent
716d86fa44
commit
0d82e7b6b6
@@ -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
|
||||
|
Reference in New Issue
Block a user