mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
Change the ToEndpoints method comment to replace the Service with Endpoints (#3146)
This commit is contained in:
committed by
Chris O'Haver
parent
6f028d0427
commit
81bba80159
@@ -43,7 +43,7 @@ type EndpointPort struct {
|
|||||||
// EndpointsKey return a string using for the index.
|
// EndpointsKey return a string using for the index.
|
||||||
func EndpointsKey(name, namespace string) string { return name + "." + namespace }
|
func EndpointsKey(name, namespace string) string { return name + "." + namespace }
|
||||||
|
|
||||||
// ToEndpoints converts an api.Service to a *Service.
|
// ToEndpoints converts an api.Endpoints to a *Endpoints.
|
||||||
func ToEndpoints(obj interface{}) interface{} {
|
func ToEndpoints(obj interface{}) interface{} {
|
||||||
end, ok := obj.(*api.Endpoints)
|
end, ok := obj.(*api.Endpoints)
|
||||||
if !ok {
|
if !ok {
|
||||||
|
|||||||
Reference in New Issue
Block a user