autoprovision

package
v1.2.0-alpha.5....-8a98da9 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2018 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const PluginName = "NamespaceAutoProvision"

PluginName indicates name of admission plugin.

Variables

This section is empty.

Functions

func Register

func Register(plugins *admission.Plugins)

Register registers a plugin

Types

type Provision

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

Provision is an implementation of admission.Interface. It looks at all incoming requests in a namespace context, and if the namespace does not exist, it creates one. It is useful in deployments that do not want to restrict creation of a namespace prior to its usage.

func NewProvision

func NewProvision() *Provision

NewProvision creates a new namespace provision admission control handler

func (*Provision) Admit

func (p *Provision) Admit(a admission.Attributes) error

Admit makes an admission decision based on the request attributes

func (*Provision) SetInternalKubeClientSet

func (p *Provision) SetInternalKubeClientSet(client internalclientset.Interface)

SetInternalKubeClientSet implements the WantsInternalKubeClientSet interface.

func (*Provision) SetInternalKubeInformerFactory

func (p *Provision) SetInternalKubeInformerFactory(f informers.SharedInformerFactory)

SetInternalKubeInformerFactory implements the WantsInternalKubeInformerFactory interface.

func (*Provision) ValidateInitialization

func (p *Provision) 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