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:
committed by
Alena Prokharchyk
parent
7193c71695
commit
99776d388c
@@ -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