karmada

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2024 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ControllerName is the controller name that will be used when reporting events.
	ControllerName = "karmada-operator-controller"

	// ControllerFinalizerName is the name of the karmada controller finalizer
	ControllerFinalizerName = "operator.karmada.io/finalizer"

	// DisableCascadingDeletionLabel is the label that determine whether to perform cascade deletion
	DisableCascadingDeletionLabel = "operator.karmada.io/disable-cascading-deletion"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Action added in v1.6.0

type Action string

Action is an intention corresponding karmada resource modification

const (
	// InitAction represents init karmada instance
	InitAction Action = "init"
	// DeInitAction represents delete karmada instance
	DeInitAction Action = "deInit"
)

type Controller

type Controller struct {
	client.Client
	Config        *rest.Config
	EventRecorder record.EventRecorder
}

Controller controls the Karmada resource.

func (*Controller) Reconcile

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 (*Controller) SetupWithManager

func (ctrl *Controller) SetupWithManager(mgr controllerruntime.Manager) error

SetupWithManager creates a controller and register to controller manager.

type Planner added in v1.6.0

type Planner struct {
	client.Client
	// contains filtered or unexported fields
}

Planner represents a planner to build a job workflow and startup it. the karmada resource change and enqueue is corresponded to an action. it will create different job workflow according to action.

func NewPlannerFor added in v1.6.0

func NewPlannerFor(karmada *operatorv1alpha1.Karmada, c client.Client, config *rest.Config) (*Planner, error)

NewPlannerFor creates planner, it will recognize the karmada resource action and create different job.

func (*Planner) Execute added in v1.6.0

func (p *Planner) Execute() error

Execute starts a job workflow. if the workflow is error, TODO: the karmada resource will requeue and reconcile

Jump to

Keyboard shortcuts

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