package
0.21.4
Repository: https://github.com/easeway/kubernetes.git
Documentation: pkg.go.dev

# Functions

GetPlugin creates an instance of the named plugin, or nil if the name is not known.
GetPlugins enumerates the.
InitPlugin creates an instance of the named interface.
No description provided by the author
NewChainHandler creates a new chain handler from an array of handlers.
NewForbidden is a utility function to return a well-formatted admission control error response.
NewFromPlugins returns an admission.Interface that will enforce admission control decisions of all the given plugins.
NewHandler creates a new base handler that handles the passed in operations.
RegisterPlugin registers a plugin Factory by name.

# Constants

Operation constants.
Operation constants.
Operation constants.
Operation constants.

# Structs

Handler is a base for admission control handlers that support a predefined set of operations.

# Interfaces

Attributes is an interface used by AdmissionController to get information about a request that is used to make an admission decision.
Interface is an abstract, pluggable interface for Admission Control decisions.

# Type aliases

Factory is a function that returns an Interface for admission decisions.
Operation is the type of resource operation being checked for admission control.