Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Controller ¶
type Controller struct { *amc.Controller *amc.StashInitializer // contains filtered or unexported fields }
func NewController ¶
func NewController( mgr *manager.Manager, ctrl *amc.Controller, initializer *amc.StashInitializer, restrictToNamespace string, ) *Controller
func (*Controller) StartAfterKubeStashInstalled ¶
func (c *Controller) StartAfterKubeStashInstalled(stopCh <-chan struct{}, selector metav1.LabelSelector)
func (*Controller) StartAfterStashInstalled ¶
func (c *Controller) StartAfterStashInstalled(stopCh <-chan struct{}, maxNumRequeues, numThreads int, selector metav1.LabelSelector)
type RestoreSessionReconciler ¶
type RestoreSessionReconciler struct {
// contains filtered or unexported fields
}
RestoreSessionReconciler reconciles a RestoreSession object
func (*RestoreSessionReconciler) SetupWithManager ¶
func (r *RestoreSessionReconciler) SetupWithManager(mgr ctrl.Manager, selector metav1.LabelSelector) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.