nodegroup

package
v1.16.1 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

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

	LabelBelongingTo              = "apps.kubeedge.io/belonging-to"
	NodeGroupControllerFinalizer  = "apps.kubeedge.io/nodegroup-controller"
	ServiceTopologyAnnotation     = "apps.kubeedge.io/service-topology"
	ServiceTopologyRangeNodegroup = "range-nodegroup"
)

Variables

This section is empty.

Functions

func IfMatchNodeGroup

func IfMatchNodeGroup(node *corev1.Node, nodegroup *appsv1alpha1.NodeGroup) bool

IfMatchNodeGroup will check if the node is selected by the nodegroup.

Types

type Controller

type Controller struct {
	client.Client
}

Controller is to sync NodeGroup.

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 (c *Controller) SetupWithManager(ctx context.Context, 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