1
0
mirror of https://github.com/rancher/types.git synced 2025-09-15 22:39:05 +00:00

Add Cluster Name for KubeConfig

This commit is contained in:
David Lewis
2018-03-13 15:56:36 -07:00
committed by Darren Shepherd
parent 7aab8ab3f8
commit 2509276402

View File

@@ -29,6 +29,8 @@ type RancherKubernetesEngineConfig struct {
PrivateRegistries []PrivateRegistry `yaml:"private_registries" json:"privateRegistries,omitempty"`
// Ingress controller used in the cluster
Ingress IngressConfig `yaml:"ingress" json:"ingress,omitempty"`
// Cluster Name used in the kube config
ClusterName string `yaml:"cluster_name" json:"clusterName,omitempty"`
}
type PrivateRegistry struct {