Documentation ¶
Index ¶
Constants ¶
View Source
const (
RecoveryEventComponent = "stash-recovery"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func New ¶
func New(k8sClient kubernetes.Interface, stashClient cs.StashV1alpha1Interface, namespace, name string, backoffMaxWait time.Duration) *Controller
func (*Controller) RecoverOrErr ¶
func (c *Controller) RecoverOrErr(recovery *api.Recovery) error
func (*Controller) Run ¶
func (c *Controller) Run()
Click to show internal directories.
Click to hide internal directories.