Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + type NamespacesClient struct + Clientset *kubernetes.Clientset + func (nc *NamespacesClient) GetNamespace(name string) (*v1.Namespace, error) + func (nc *NamespacesClient) UpdateNamespace(namespace *v1.Namespace) (*v1.Namespace, error) + type NamespacesClientInterface interface + GetNamespace func(name string) (*v1.Namespace, error) + UpdateNamespace func(namespace *v1.Namespace) (*v1.Namespace, error)