Versions in this module Expand all Collapse all v0 v0.26.4 Jan 20, 2026 Changes in this version + type EnabledState string + const Disabled + const Enabled + type ExperimentalModuleError struct + ModuleName string + func (e *ExperimentalModuleError) Error() string + type Result struct + Status ResultStatus + func SetEnabledState(dynamicClient dynamic.Interface, name string, state EnabledState) (*Result, error) + type ResultStatus int + const AlreadyInState + const Changed