Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustParseYaml ¶
MustParseYaml parses a YAML to objects.
Types ¶
type Namespaces ¶
type Namespaces []string
Namespaces holds kubernetes namespaces.
func (*Namespaces) Set ¶
func (ns *Namespaces) Set(str string) error
Set adds strings elem into the the parser it splits str on , and ;.
func (*Namespaces) SetValue ¶
func (ns *Namespaces) SetValue(val interface{})
SetValue sets []string into the parser.
Click to show internal directories.
Click to hide internal directories.