Documentation
¶
Index ¶
Constants ¶
View Source
const ( EventReasonInvalidRestic = "InvalidRestic" EventReasonInvalidRecovery = "InvalidRecovery" EventReasonInvalidCronExpression = "InvalidCronExpression" EventReasonSuccessfulCronExpressionReset = "SuccessfulCronExpressionReset" EventReasonSuccessfulBackup = "SuccessfulBackup" EventReasonFailedToBackup = "FailedBackup" EventReasonFailedToRetention = "FailedRetention" EventReasonFailedToUpdate = "FailedUpdateBackup" EventReasonFailedCronJob = "FailedCronJob" )
Variables ¶
This section is empty.
Functions ¶
func NewEventRecorder ¶
func NewEventRecorder(client kubernetes.Interface, component string) record.EventRecorder
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(client kubernetes.Interface, opts Options) *Controller
func (*Controller) Run ¶
func (c *Controller) Run(threadiness int, stopCh chan struct{})
func (*Controller) Setup ¶
func (c *Controller) Setup() error
type TemplateData ¶
Click to show internal directories.
Click to hide internal directories.