Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeNetworkConfigurationEnactmentReconciler ¶
type NodeNetworkConfigurationEnactmentReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
NodeNetworkConfigurationEnactment reconciles a NodeNetworkConfigurationEnactment object
func (*NodeNetworkConfigurationEnactmentReconciler) Reconcile ¶
func (r *NodeNetworkConfigurationEnactmentReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
Reconcile reads that state of the cluster for a NodeNetworkConfigurationEnactment object and calculate metrics with `nmstatectl stat` 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 ¶
func (r *NodeNetworkConfigurationEnactmentReconciler) SetupWithManager(mgr ctrl.Manager) error
type NodeNetworkConfigurationEnactmentStatusReconciler ¶ added in v0.86.0
type NodeNetworkConfigurationEnactmentStatusReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
NodeNetworkConfigurationEnactmentStatusReconciler reconciles NNCE objects for per-node status metrics
func (*NodeNetworkConfigurationEnactmentStatusReconciler) SetupWithManager ¶ added in v0.86.0
func (r *NodeNetworkConfigurationEnactmentStatusReconciler) SetupWithManager(mgr ctrl.Manager) error
type NodeNetworkConfigurationPolicyReconciler ¶ added in v0.86.0
type NodeNetworkConfigurationPolicyReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
}
NodeNetworkConfigurationPolicyReconciler reconciles NNCP objects for status metrics
func (*NodeNetworkConfigurationPolicyReconciler) SetupWithManager ¶ added in v0.86.0
func (r *NodeNetworkConfigurationPolicyReconciler) SetupWithManager(mgr ctrl.Manager) error
type NodeNetworkStateReconciler ¶ added in v0.86.0
type NodeNetworkStateReconciler struct {
client.Client
Log logr.Logger
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
NodeNetworkStateReconciler reconciles a NodeNetworkState object for metrics
func (*NodeNetworkStateReconciler) Reconcile ¶ added in v0.86.0
func (r *NodeNetworkStateReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error)
Reconcile reads the state of the cluster for a NodeNetworkState object and calculates metrics for network interface counts by type and node.
func (*NodeNetworkStateReconciler) SetupWithManager ¶ added in v0.86.0
func (r *NodeNetworkStateReconciler) SetupWithManager(mgr ctrl.Manager) error