tenantnamespace

package
v0.3.1-rc.1 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2021 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

This section is empty.

Types

type Manager

type Manager interface {
	CreateNamespace(clusterID string) (*v1.Namespace, error)
	GetNamespace(clusterID string) (*v1.Namespace, error)
	BindClusterRoles(clusterID string, clusterRoles ...*rbacv1.ClusterRole) ([]*rbacv1.RoleBinding, error)
	UnbindClusterRoles(clusterID string, clusterRoles ...string) error
	BindOutgoingClusterWideRole(ctx context.Context, clusterID string) (*rbacv1.ClusterRoleBinding, error)
	UnbindOutgoingClusterWideRole(ctx context.Context, clusterID 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