Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CommonDefaults = &Common{ SkipNamespaceRE: "kube-.*|.*(-system|monitoring|logging|ingress)", SkipLabels: []string{"created_by"}, TagTTL: "24h", }
CommonDefaults has opinionated default values for Common
Functions ¶
This section is empty.
Types ¶
type Common ¶
type Common struct { DryRun bool Namespace string SkipNamespaceRE string SkipLabels []string TagTTL string // contains filtered or unexported fields }
Common represents flags set from cmd/, conversion of these into more convenient type(s), and runtime clientset
func (*Common) Init ¶
func (c *Common) Init(clientset kubernetes.Interface)
Init initializes Common obj with ready-to-use values, must be called by callers before Run()
Click to show internal directories.
Click to hide internal directories.