Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeClient ¶
type KubeClient struct {
// contains filtered or unexported fields
}
func NewKubeClient ¶
func NewKubeClient(inCluster bool) *KubeClient
func (*KubeClient) GetAllNamespaces ¶
func (c *KubeClient) GetAllNamespaces() (namespaces *v1.NamespaceList, err error)
func (*KubeClient) GetAllServices ¶
func (c *KubeClient) GetAllServices(namespaces *v1.NamespaceList) (services []Service, err error)
func (*KubeClient) UpdateLabelsToDataDogFormat ¶ added in v0.1.0
func (c *KubeClient) UpdateLabelsToDataDogFormat(elbTags []Label, service Service) Service
Click to show internal directories.
Click to hide internal directories.