tenantnamespace

package
v0.5.0-beta.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Overview

Package tenantnamespace provides an interface, and its implementation, to handle the creation and the management of tenant namespaces

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetNameForNamespace added in v0.4.0

func GetNameForNamespace(cluster discoveryv1alpha1.ClusterIdentity) string

GetNameForNamespace given a cluster identity it returns the name of the tenant namespace for the cluster.

Types

type Manager

type Manager interface {
	CreateNamespace(cluster discoveryv1alpha1.ClusterIdentity) (*v1.Namespace, error)
	GetNamespace(cluster discoveryv1alpha1.ClusterIdentity) (*v1.Namespace, error)
	BindClusterRoles(cluster discoveryv1alpha1.ClusterIdentity, clusterRoles ...*rbacv1.ClusterRole) ([]*rbacv1.RoleBinding, error)
	UnbindClusterRoles(cluster discoveryv1alpha1.ClusterIdentity, clusterRoles ...string) error
}

Manager provides the methods to handle the creation and the management of tenant namespaces.

func NewTenantNamespaceManager

func NewTenantNamespaceManager(client kubernetes.Interface) Manager

NewTenantNamespaceManager creates a new TenantNamespaceManager object.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL