Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Setter ¶
Setter - env setter
func DownwardAPI ¶
DownwardAPI - set env from FieldRef->FieldPath, e.g. status.podIP
type SetterList ¶
type SetterList []SetterPair
SetterList -
func SortSetterMapByKey ¶
func SortSetterMapByKey(in map[string]Setter) SetterList
SortSetterMapByKey - Creates a sorted List contain key/value of a map[string]string sorted by key
func (SetterList) Len ¶
func (p SetterList) Len() int
func (SetterList) Less ¶
func (p SetterList) Less(i, j int) bool
func (SetterList) Swap ¶
func (p SetterList) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.