1
0
mirror of https://github.com/rancher/types.git synced 2025-09-17 23:38:20 +00:00

Add default k8s directory config option

This commit is contained in:
galal-hussein
2018-04-09 20:20:26 +02:00
parent f5eff9c096
commit 09f41cd895

View File

@@ -33,6 +33,8 @@ type RancherKubernetesEngineConfig struct {
ClusterName string `yaml:"cluster_name" json:"clusterName,omitempty"`
// Cloud Provider options
CloudProvider CloudProvider `yaml:"cloud_provider" json:"cloudProvider,omitempty"`
// kubernetes directory path
K8sDirPath string `yaml:"k8s_dir_path" json:"k8sDirPath,omitempty"`
}
type PrivateRegistry struct {