v3helm.sh/helm/v3/pkg/gates Index | Files

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 (g Gate) Error() error

func (Gate) IsEnabled

func (g Gate) IsEnabled() bool

IsEnabled determines whether a certain feature gate is enabled.

func (Gate) String

func (g Gate) String() 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.