Versions in this module Expand all Collapse all v1 v1.0.2 May 5, 2022 Changes in this version + func GetEndpoints(client k8sClient.Interface, namespace, name string) ([]v1.Endpoints, error) + type Endpoint struct + Host string + NodeName *string + ObjectMeta k8s.ObjectMeta + Ports []v1.EndpointPort + Ready bool + TypeMeta k8s.TypeMeta + type EndpointList struct + Endpoints []Endpoint + ListMeta k8s.ListMeta + func GetServiceEndpoints(client k8sClient.Interface, namespace, name string) (*EndpointList, error)