Documentation
¶
Index ¶
Constants ¶
View Source
const ControllerName = "cluster-taint-policy-controller"
ControllerName is the controller name that will be used when reporting events.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterTaintPolicyController ¶
type ClusterTaintPolicyController struct {
client.Client
EventRecorder record.EventRecorder
RateLimiterOptions ratelimiterflag.Options
}
ClusterTaintPolicyController is to sync ClusterTaintPolicy.
func (*ClusterTaintPolicyController) Reconcile ¶
func (c *ClusterTaintPolicyController) Reconcile(ctx context.Context, req controllerruntime.Request) (controllerruntime.Result, error)
Reconcile performs a full reconciliation for the object referred to by the Request. The Controller will requeue the Request to be processed again if an error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
func (*ClusterTaintPolicyController) SetupWithManager ¶
func (c *ClusterTaintPolicyController) SetupWithManager(mgr controllerruntime.Manager) error
SetupWithManager creates a controller and register to controller manager.
Click to show internal directories.
Click to hide internal directories.