lifecycle

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// PluginName indicates the name of admission plug-in.
	PluginName = "NamespaceLifecycle"
)

Variables

This section is empty.

Functions

func Register

func Register(plugins *admission.Plugins)

Register registers a plugin.

Types

type Lifecycle

type Lifecycle struct {
	*admission.Handler
	// contains filtered or unexported fields
}

Lifecycle is an implementation of admission.Interface. It enforces life-cycle constraints around a Namespace depending on its Phase.

func NewLifecycle

func NewLifecycle(immortalNamespaces sets.String) (*Lifecycle, error)

NewLifecycle creates a new namespace Lifecycle admission control handler.

func (*Lifecycle) Admit

Admit makes an admission decision based on the request attributes.

func (*Lifecycle) SetExternalMinerClientSet

func (l *Lifecycle) SetExternalMinerClientSet(client clientset.Interface)

SetExternalMinerClientSet implements the WantsExternalMinerClientSet interface.

func (*Lifecycle) SetInternalMinerInformerFactory

func (l *Lifecycle) SetInternalMinerInformerFactory(f informers.SharedInformerFactory)

SetInternalMinerInformerFactory implements the WantsInternalMinerInformerFactory interface.

func (*Lifecycle) ValidateInitialization

func (l *Lifecycle) ValidateInitialization() error

ValidateInitialization implements the InitializationValidator interface.

Jump to

Keyboard shortcuts

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