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:
parent
01c47593ba
commit
e7054a0f04
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user