Versions in this module Expand all Collapse all v2 v2.1.1 Dec 22, 2021 v2.1.0 Dec 22, 2021 Changes in this version + func GetEndpoints(client k8sClient.Interface, namespace, name string) ([]v1.Endpoints, error) + type Endpoint struct + Host string + NodeName *string + ObjectMeta api.ObjectMeta + Ports []v1.EndpointPort + Ready bool + TypeMeta api.TypeMeta + type EndpointList struct + Endpoints []Endpoint + ListMeta api.ListMeta + func GetServiceEndpoints(client k8sClient.Interface, namespace, name string) (*EndpointList, error)