package
2.1.0+incompatible
Repository: https://github.com/openebs/node-disk-manager.git
Documentation: pkg.go.dev

# Functions

NewFeatureGate gets a new map with the default feature gates for the application.
Ensures features are disabled if their dependencies are unmet Returns true if a feature is enabled after validation.

# Constants

APIService feature flag starts the GRPC server which provides functionality to manage block devices.
ChangeDetection is used to enable detecting changes to blockdevice size, filesystem, and mount-points.
GPTBasedUUID feature flag is used to enable the blockdevice UUID algorithm mentioned in https://github.com/openebs/openebs/pull/2666.
PartitionTableUUID feature flag is used to enable use a partition table uuid instead of create partition described in https://github.com/openebs/node-disk-manager/issues/621 .
No description provided by the author

# Variables

FeatureGates is the global feature gate that can be used to check if a feature flag is enabled or disabled.

# Type aliases

Feature is a typed string for a given feature.