mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
7 lines
75 B
Go
7 lines
75 B
Go
package endpoint
|
|
|
|
type Endpoint struct {
|
|
DNSName string
|
|
Target string
|
|
}
|