Documentation ¶
Overview ¶
Package taints implements utilites for working with taints
Index ¶
Constants ¶
View Source
const ( MODIFIED = "modified" TAINTED = "tainted" UNTAINTED = "untainted" )
Exported taint constant strings
Variables ¶
This section is empty.
Functions ¶
func NewCmdTaint ¶
Types ¶
type TaintOptions ¶
type TaintOptions struct { PrintFlags *genericclioptions.PrintFlags ToPrinter func(string) (printers.ResourcePrinter, error) DryRunStrategy cmdutil.DryRunStrategy DryRunVerifier *resource.DryRunVerifier ClientForMapping func(*meta.RESTMapping) (resource.RESTClient, error) genericclioptions.IOStreams Mapper meta.RESTMapper // contains filtered or unexported fields }
TaintOptions have the data required to perform the taint operation
func (*TaintOptions) Complete ¶
Complete adapts from the command line args and factory to the data required.
func (TaintOptions) Validate ¶
func (o TaintOptions) Validate() error
Validate checks to the TaintOptions to see if there is sufficient information run the command.
Click to show internal directories.
Click to hide internal directories.