Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller controls backup.
func NewController ¶
func NewController(deps *controller.Dependencies) *Controller
NewController creates a backup controller.
func (*Controller) Name ¶
func (c *Controller) Name() string
Name returns compact backup controller name.
func (*Controller) Run ¶
func (c *Controller) Run(workers int, stopCh <-chan struct{})
Run runs the compact backup controller.
func (*Controller) UpdateStatus ¶
func (c *Controller) UpdateStatus(compact *v1alpha1.CompactBackup, newState string, message ...string) error
Click to show internal directories.
Click to hide internal directories.