Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NAMESPACE = os.Getenv("SRIOV_FEC_NAMESPACE")
Functions ¶
This section is empty.
Types ¶
type NodeConfigurationCtx ¶
type NodeConfigurationCtx struct { vrbv1.SriovVrbNodeConfig AcceleratorConfigContext *orderedmap.OrderedMap[string, vrbv1.SriovVrbClusterConfig] }
key: accelerator pciAddress
type SriovVrbClusterConfigReconciler ¶
VrbclusterconfigReconciler reconciles a Vrbclusterconfig object
func (*SriovVrbClusterConfigReconciler) Reconcile ¶
func (r *SriovVrbClusterConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.14.4/pkg/reconcile
func (*SriovVrbClusterConfigReconciler) SetupWithManager ¶
func (r *SriovVrbClusterConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.