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:
committed by
Darren Shepherd
parent
7aab8ab3f8
commit
2509276402
@@ -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 {
|
||||
|
Reference in New Issue
Block a user