features

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// InstanceConditionEvents enables emitting Kubernetes Events on instance
	// status condition transitions (e.g. ResourcesReady False → True). When
	// enabled, every condition change is surfaced as an Event on the instance
	// object, visible via `kubectl describe`.
	InstanceConditionEvents featuregate.Feature = "InstanceConditionEvents"

	// CELOmitFunction enables the omit() CEL function for conditional field
	// omission in resource templates. When enabled, CEL expressions can return
	// omit() to remove the containing field from the rendered object instead
	// of writing a value. When disabled, any use of omit() in an RGD is
	// rejected at build time.
	CELOmitFunction featuregate.Feature = "CELOmitFunction"
)

Variables

FeatureGate is the shared global MutableFeatureGate for KRO. It is populated at init time and can be configured via the --feature-gates command-line flag in the controller binary.

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