nodepool

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2022 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(mgr manager.Manager, ctx context.Context) error

Add creates a new NodePool Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller and Start it when the Manager is Started.

Types

type EnqueueNodePoolForNode

type EnqueueNodePoolForNode struct{}

func (*EnqueueNodePoolForNode) Create

Create implements EventHandler

func (*EnqueueNodePoolForNode) Delete

Delete implements EventHandler

func (*EnqueueNodePoolForNode) Generic

Generic implements EventHandler

func (*EnqueueNodePoolForNode) Update

Update implements EventHandler

type NodePoolReconciler

type NodePoolReconciler struct {
	client.Client
	Scheme *runtime.Scheme
	// contains filtered or unexported fields
}

NodePoolReconciler reconciles a NodePool object

func (*NodePoolReconciler) Reconcile

func (r *NodePoolReconciler) Reconcile(_ context.Context, req ctrl.Request) (ctrl.Result, error)

type NodePoolRelatedAttributes

type NodePoolRelatedAttributes struct {
	Labels      map[string]string `json:"labels,omitempty"`
	Annotations map[string]string `json:"annotations,omitempty"`
	Taints      []corev1.Taint    `json:"taints,omitempty"`
}

Jump to

Keyboard shortcuts

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