1
0
mirror of https://github.com/rancher/types.git synced 2025-06-27 22:16:48 +00:00

Adding Cluster scoped endpoints for GlobalDNS

This commit is contained in:
Prachi Damle 2019-01-24 22:46:50 -08:00 committed by Alena Prokharchyk
parent 01c47593ba
commit e7054a0f04

View File

@ -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 {