Documentation ¶
Index ¶
Constants ¶
View Source
const PluginName = "NamespaceExists"
PluginName indicates name of admission plugin.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Exists ¶
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) SetInternalClientSet ¶
SetInternalClientSet implements the WantsInternalClientSet interface.
func (*Exists) SetInternalInformerFactory ¶
func (e *Exists) SetInternalInformerFactory(f informers.SharedInformerFactory)
SetInternalInformerFactory implements the WantsInternalInformerFactory interface.
func (*Exists) Validate ¶
func (e *Exists) Validate(ctx context.Context, a admission.Attributes, o admission.ObjectInterfaces) error
Validate makes an admission decision based on the request attributes.
func (*Exists) ValidateInitialization ¶
ValidateInitialization implements the InitializationValidator interface.
Click to show internal directories.
Click to hide internal directories.