package gates
import "helm.sh/helm/v3/pkg/gates"
Package gates provides a general tool for working with experimental feature gates.
This provides convenience methods where the user can determine if certain experimental features are enabled.
Index ¶
Types ¶
type Gate ¶
type Gate string
Gate is the name of the feature gate.
func (Gate) Error ¶
func (Gate) IsEnabled ¶
IsEnabled determines whether a certain feature gate is enabled.
func (Gate) String ¶
String returns the string representation of this feature gate.
Source Files ¶
doc.go gates.go
- Version
- v3.17.3 (latest)
- Published
- Apr 9, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 month ago –
Tools for package owners.