Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterHook ¶
Types ¶
type Args ¶
type Args struct { ModuleName string `json:"moduleName"` Namespace string `json:"namespace"` LabelSelectorKey string `json:"labelSelectorKey"` LabelSelectorValue string `json:"labelSelectorValue"` ObjectKind string `json:"objectKind"` ObjectName string `json:"objectName"` InternalValuesSubPath string `json:"internalValuesSubPath,omitempty"` D8ConfigStorageClassParamName string `json:"d8ConfigStorageClassParamName,omitempty"` // if return value is false - hook will stop its execution // if return value is true - hook will continue BeforeHookCheck func(input *go_hook.HookInput) bool }
type DefaultStorageClass ¶
Click to show internal directories.
Click to hide internal directories.