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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user