package taints
import "k8s.io/kubernetes/pkg/util/taints"
package taints implements uitilites for working with taints
Index ¶
Functions ¶
func NewTaintsVar ¶
NewTaintsVar wraps []api.Taint in a struct that implements flag.Value to allow taints to be bound to command line flags.
func ParseTaint ¶
ParseTaint parses a taint from a string. Taint must be of the format '<key>=<value>:<effect>'.
Source Files ¶
taints.go
- Version
- v1.7.7
- Published
- Sep 28, 2017
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 2 minutes ago –
Tools for package owners.