policy

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2021 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const ControllerName = "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 PropagationPolicyController

type PropagationPolicyController struct {
	client.Client                            // used to operate PropagationPolicy resources.
	DynamicClient dynamic.Interface          // used to fetch arbitrary resources.
	KarmadaClient karmadaclientset.Interface // used to create/update PropagationBinding resources.
	EventRecorder record.EventRecorder
	RESTMapper    meta.RESTMapper
}

PropagationPolicyController is to sync PropagationPolicy.

func (*PropagationPolicyController) Reconcile

func (c *PropagationPolicyController) Reconcile(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 (*PropagationPolicyController) SetupWithManager

func (c *PropagationPolicyController) SetupWithManager(mgr controllerruntime.Manager) error

SetupWithManager creates a controller and register to controller manager.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL