Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FeatGateEnvVarsPrefix = caps.ToScreamingSnake(common.Brand) + "_FEAT_" FeatGates = []*FeatGate{} // TODO(v2): always enable FeatGateRemoteCharts = NewFeatGate( "remote-charts", `Allow not only local, but also remote charts as an argument to cli commands. Also adds the "--chart-version" option`, ) )
Functions ¶
This section is empty.
Types ¶
type FeatGate ¶ added in v1.4.0
func NewFeatGate ¶ added in v1.4.0
func (*FeatGate) EnvVarName ¶ added in v1.4.0
Click to show internal directories.
Click to hide internal directories.