package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewDefaultTolerationSeconds creates a new instance of the DefaultTolerationSeconds admission controller.
Register registers a plugin.

# Constants

PluginName indicates name of admission plugin.

# Structs

Plugin contains the client used by the admission controller It will add default tolerations for every pod that tolerate taints `notReady:NoExecute` and `unreachable:NoExecute`, with tolerationSeconds of 300s.