package exists

import "k8s.io/kubernetes/plugin/pkg/admission/namespace/exists"

Index

Constants

const PluginName = "NamespaceExists"

PluginName indicates name of admission plugin.

Functions

func Register

func Register(plugins *admission.Plugins)

Register registers a plugin

Types

type Exists

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

Exists is an implementation of admission.Interface. It rejects all incoming requests in a namespace context if the namespace does not exist. It is useful in deployments that want to enforce pre-declaration of a Namespace resource.

func NewExists

func NewExists() *Exists

NewExists creates a new namespace exists admission control handler

func (*Exists) SetInternalKubeClientSet

func (e *Exists) SetInternalKubeClientSet(client internalclientset.Interface)

SetInternalKubeClientSet implements the WantsInternalKubeClientSet interface.

func (*Exists) SetInternalKubeInformerFactory

func (e *Exists) SetInternalKubeInformerFactory(f informers.SharedInformerFactory)

SetInternalKubeInformerFactory implements the WantsInternalKubeInformerFactory interface.

func (*Exists) Validate

func (e *Exists) Validate(a admission.Attributes) error

Validate makes an admission decision based on the request attributes

func (*Exists) ValidateInitialization

func (e *Exists) ValidateInitialization() error

ValidateInitialization implements the InitializationValidator interface.

Source Files

admission.go

Version
v1.11.0
Published
Jun 27, 2018
Platform
js/wasm
Imports
10 packages
Last checked
3 minutes ago

Tools for package owners.