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 ¶
View Source
var FeatureGate featuregate.MutableFeatureGate = featuregate.NewFeatureGate()
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.
Click to show internal directories.
Click to hide internal directories.