Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDeploymentInterceptorWebhook ¶ added in v1.33.0
func NewDeploymentInterceptorWebhook(c client.Client, decoder *admission.Decoder) webhook.AdmissionHandler
NewDeploymentInterceptorWebhook creates a new deployment mutating webhook to be registered
Types ¶
type NamespaceReconciler ¶
type NamespaceReconciler struct {
// contains filtered or unexported fields
}
NamespaceReconciler reconciles a Deployment object
func NewNamespaceReconciler ¶
func NewNamespaceReconciler(client client.Client, clientReader client.Reader, scheme *runtime.Scheme) *NamespaceReconciler
NewNamespaceReconciler creates a new namespace reconcilier controller
func (*NamespaceReconciler) Reconcile ¶
func (r *NamespaceReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
Reconcile namespace resource
func (*NamespaceReconciler) SetupWithManager ¶
func (r *NamespaceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.