Documentation ¶
Index ¶
Constants ¶
View Source
const (
FeatureGatesFlag = "feature-gates"
)
Variables ¶
View Source
var ( // PrometheusOperatorIsAvailable is the feature gate that enables features associated to the Prometheus Operator. PrometheusOperatorIsAvailable = featuregate.GlobalRegistry().MustRegister( "operator.observability.prometheus", featuregate.StageBeta, featuregate.WithRegisterDescription("enables features associated to the Prometheus Operator"), featuregate.WithRegisterFromVersion("v0.82.0"), ) // SetGolangFlags is the feature gate that enables automatically setting GOMEMLIMIT and GOMAXPROCS for the // collector, bridge, and target allocator. SetGolangFlags = featuregate.GlobalRegistry().MustRegister( "operator.golang.flags", featuregate.StageAlpha, featuregate.WithRegisterDescription("enables feature to set GOMEMLIMIT and GOMAXPROCS automatically"), featuregate.WithRegisterFromVersion("v0.100.0"), ) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.