Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlaybookReconciler ¶
type PlaybookReconciler struct { ctrlclient.Client record.EventRecorder MaxConcurrentReconciles int }
PlaybookReconciler reconcile playbook
func (*PlaybookReconciler) Name ¶
func (r *PlaybookReconciler) Name() string
Name implements controllers.controller.
func (*PlaybookReconciler) SetupWithManager ¶
func (r *PlaybookReconciler) SetupWithManager(mgr manager.Manager, o options.ControllerManagerServerOptions) error
SetupWithManager implements controllers.controller.
type PlaybookWebhook ¶
type PlaybookWebhook struct {
ctrlclient.Client
}
PlaybookWebhook handles mutating webhooks for Playbooks.
func (*PlaybookWebhook) Name ¶
func (w *PlaybookWebhook) Name() string
Name implements controllers.Controller.
func (*PlaybookWebhook) SetupWithManager ¶
func (w *PlaybookWebhook) SetupWithManager(mgr ctrl.Manager, o options.ControllerManagerServerOptions) error
SetupWithManager implements controllers.Controller.
Click to show internal directories.
Click to hide internal directories.