Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DeletionErr = errors.New("deletion error")
)
View Source
var (
ErrNotFound = errors.New("not found")
)
View Source
var (
InstallationErr = errors.New("installation error")
)
Functions ¶
This section is empty.
Types ¶
type Cfg ¶
type Cfg struct { // the Finalizer identifies the module and is is used to delete // the module resources Finalizer string // the objects are module component parts; objects are applied // on the cluster one by one with given order Objs []unstructured.Unstructured }
module specific configuuration
Source Files ¶
Click to show internal directories.
Click to hide internal directories.