Versions in this module Expand all Collapse all v1 v1.11.0 Dec 24, 2018 v1.10.0 Aug 16, 2018 Changes in this version + func MapEtcHosts(pod *v1.Pod, container *v1.Container, readOnly bool) + func MarkPodAsCritical(pod *v1.Pod) + type ImageRemapFunction func(image string) (string, error) + type Manifest struct + func LoadManifestsFrom(contents []byte) ([]*Manifest, error) + func (m *Manifest) RemapImages(mapper ImageRemapFunction) error + func (m *Manifest) ToYAML() ([]byte, error) + type Visitor interface + VisitBool func(path []string, v bool, mutator func(bool)) error + VisitFloat64 func(path []string, v float64, mutator func(float64)) error + VisitString func(path []string, v string, mutator func(string)) error