Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciliation ¶
type Reconciliation interface {
// CreateOrUpdate creates a new Agent installation or updates to the latest defined configuration
CreateOrUpdate(req ctrl.Request, crdInstance *vcV1.VcAgent) error
// Delete removes the Agent installation from the cluster
Delete(req ctrl.Request, crdInstance *vcV1.VcAgent) error
}
Click to show internal directories.
Click to hide internal directories.