metadata

package
v0.13.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2018 License: Apache-2.0 Imports: 0 Imported by: 6

Documentation

Index

Constants

View Source
const (
	// AnnotationGcTag annotation that triggers
	// garbage collection. Objects with value equal to
	// command-line flag that are *not* in config will be deleted.
	AnnotationGcTag = "kubecfg.ksonnet.io/garbage-collect-tag"

	// AnnotationGcStrategy controls gc logic.  Current values:
	// `auto` (default if absent) - do garbage collection
	// `ignore` - never garbage collect this object.
	AnnotationGcStrategy = "kubecfg.ksonnet.io/garbage-collect-strategy"

	// AnnotationManaged annotation holds the pristine object.
	AnnotationManaged = "ksonnet.io/managed"

	// LabelDeployManager label signifies an object is deployed with ksonnet.
	LabelDeployManager = "app.kubernetes.io/deploy-manager"

	// LabelComponent label contains the component the component an object is
	// created from.
	LabelComponent = "ksonnet.io/component"

	// GcStrategyAuto is the default automatic gc logic
	GcStrategyAuto = "auto"
	// GcStrategyIgnore means this object should be ignored by garbage collection
	GcStrategyIgnore = "ignore"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL