GO-2022-0792: Privilege Escalation in Kubernetes in github.com/kubernetes/kubernetes
package
Version:
v1.7.12
Opens a new window with list of versions in this module.
Published: Dec 28, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
package taints implements uitilites for working with taints
func NewTaintsVar(ptr *[]api.Taint) taintsVar
NewTaintsVar wraps []api.Taint in a struct that implements flag.Value to allow taints to be
bound to command line flags.
ParseTaint parses a taint from a string. Taint must be of the format '<key>=<value>:<effect>'.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.