package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-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.