Documentation
¶
Index ¶
- Constants
- type TeamController
- func (r *TeamController) EnsureCreated(ctx context.Context, object lifecycle.RuntimeObject) (ctrl.Result, lifecycle.ReconcileResult, error)
- func (r *TeamController) EnsureDeleted(_ context.Context, _ lifecycle.RuntimeObject) (ctrl.Result, lifecycle.ReconcileResult, error)
- func (r *TeamController) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *TeamController) SetupWithManager(name string, mgr ctrl.Manager) error
Constants ¶
View Source
const RequeueInterval = 10 * time.Minute
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TeamController ¶
func (*TeamController) EnsureCreated ¶
func (r *TeamController) EnsureCreated(ctx context.Context, object lifecycle.RuntimeObject) (ctrl.Result, lifecycle.ReconcileResult, error)
func (*TeamController) EnsureDeleted ¶
func (r *TeamController) EnsureDeleted(_ context.Context, _ lifecycle.RuntimeObject) (ctrl.Result, lifecycle.ReconcileResult, error)
func (*TeamController) SetupWithManager ¶
func (r *TeamController) SetupWithManager(name string, mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.