Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NMStateReconciler ¶
NMStateReconciler reconciles a NMState object
func (*NMStateReconciler) SetupWithManager ¶
func (r *NMStateReconciler) SetupWithManager(mgr ctrl.Manager) error
type NmstateUpdater ¶
type NmstateUpdater func(client client.Client, node *corev1.Node, namespace client.ObjectKey, observedStateRaw string) error
Added for test purposes
type NmstatectlShow ¶ added in v0.36.0
type NodeNetworkConfigurationPolicyReconciler ¶
type NodeNetworkConfigurationPolicyReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme }
NodeNetworkConfigurationPolicyReconciler reconciles a NodeNetworkConfigurationPolicy object
func (*NodeNetworkConfigurationPolicyReconciler) Reconcile ¶
func (r *NodeNetworkConfigurationPolicyReconciler) Reconcile(request ctrl.Request) (ctrl.Result, error)
Reconcile reads that 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 ¶
func (r *NodeNetworkConfigurationPolicyReconciler) SetupWithManager(mgr ctrl.Manager) error
type NodeNetworkStateReconciler ¶ added in v0.36.0
NodeNetworkStateReconciler reconciles a NodeNetworkState object
func (*NodeNetworkStateReconciler) Reconcile ¶ added in v0.36.0
Reconcile reads that state of the cluster for a NodeNetworkState object and makes changes based on the state read and what is in the NodeNetworkState.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 (*NodeNetworkStateReconciler) SetupWithManager ¶ added in v0.36.0
func (r *NodeNetworkStateReconciler) SetupWithManager(mgr ctrl.Manager) error
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 ¶
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