Versions in this module Expand all Collapse all v0 v0.2.1 Apr 29, 2021 Changes in this version + type TenantControlNamespaceManager interface + BindClusterRoles func(clusterID string, clusterRoles ...*rbacv1.ClusterRole) ([]*rbacv1.RoleBinding, error) + CreateNamespace func(clusterID string) (*v1.Namespace, error) + GetNamespace func(clusterID string) (*v1.Namespace, error) + UnbindClusterRoles func(clusterID string, clusterRoles ...string) error + func NewTenantControlNamespaceManager(client kubernetes.Interface) TenantControlNamespaceManager