diff --git a/apis/management.cattle.io/v3/globaldns_types.go b/apis/management.cattle.io/v3/globaldns_types.go index 7cc80ac2..f2367a29 100644 --- a/apis/management.cattle.io/v3/globaldns_types.go +++ b/apis/management.cattle.io/v3/globaldns_types.go @@ -26,7 +26,8 @@ type GlobalDNSSpec struct { } type GlobalDNSStatus struct { - Endpoints []string `json:"endpoints,omitempty"` + Endpoints []string `json:"endpoints,omitempty"` + ClusterEndpoints map[string][]string `json:"clusterEndpoints,omitempty"` } type GlobalDNSProvider struct {