controllers

package
v0.82.0 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: GPL-2.0 Imports: 39 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ReconcileFailed = "ReconcileFailed"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type NmstateUpdater

type NmstateUpdater func(
	client client.Client,
	node *corev1.Node,
	observedState shared.State,
	nns *nmstatev1beta1.NodeNetworkState,
	versions *nmstate.DependencyVersions,
) error

Added for test purposes

type NmstatectlShow

type NmstatectlShow func() (string, error)

type NodeNetworkConfigurationEnactmentReconciler

type NodeNetworkConfigurationEnactmentReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

NodeReconciler reconciles a Node object

func (*NodeNetworkConfigurationEnactmentReconciler) Reconcile

Reconcile reads that state of the cluster for a NodeNetworkConfigurationEnactment object and makes cleanup if needed. Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

func (*NodeNetworkConfigurationEnactmentReconciler) SetupWithManager

type NodeNetworkConfigurationPolicyReconciler

type NodeNetworkConfigurationPolicyReconciler struct {
	client.Client
	// APIClient controller-runtime client without cache, it will be used at
	// places where whole cluster resources need to be retrieved but not cached.
	APIClient client.Client
	Log       logr.Logger
	Scheme    *runtime.Scheme
	Recorder  record.EventRecorder
}

NodeNetworkConfigurationPolicyReconciler reconciles a NodeNetworkConfigurationPolicy object

func (*NodeNetworkConfigurationPolicyReconciler) Reconcile

Reconcile reads the state of the cluster for a NodeNetworkConfigurationPolicy object and makes changes based on the state read and what is in the NodeNetworkConfigurationPolicy.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

func (*NodeNetworkConfigurationPolicyReconciler) SetupWithManager

type NodeReconciler

type NodeReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
	// contains filtered or unexported fields
}

NodeReconciler reconciles a Node object

func (*NodeReconciler) Reconcile

func (r *NodeReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)

Reconcile reads that state of the cluster for a Node object and makes changes based on the state read and what is in the Node.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

func (*NodeReconciler) SetupWithManager

func (r *NodeReconciler) SetupWithManager(mgr ctrl.Manager) error

Jump to

Keyboard shortcuts

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