Versions in this module Expand all Collapse all v1 v1.0.0 May 2, 2020 Changes in this version + type KubeService struct + ClientSet *kubernetes.Clientset + func NewService(kubecontext *string) (*KubeService, error) + func (k *KubeService) Create(ctx context.Context, name string) error + func (k *KubeService) Delete(ctx context.Context, name string) error + func (k *KubeService) Exist(ctx context.Context, name string) (bool, error) + func (k *KubeService) Get(ctx context.Context, name string) (*v1.Namespace, error) + func (k *KubeService) GetEndpoints(ctx context.Context, namespace string) (*v1.EndpointsList, error) + func (k *KubeService) GetPods(ctx context.Context, namespace string) (*v1.PodList, error) + func (k *KubeService) Update(ctx context.Context, namespace string, labelsToUpdate map[string]string) error