package
24.9.2+incompatible
Repository: https://github.com/nvidia/gpu-operator.git
Documentation: pkg.go.dev
# Functions
NewClusterPolicyUpdater returns an instance to update conditions for ClusterPolicy.
NewNvDriverUpdater returns an instance to update conditions for NVIDIADriver.
# Constants
ConflictingNodeSelector indicates that the nodeSelector of the NVIDIADriver instance is leading to conflicting nodes with another instance.
DriverNotReady indicates that the driver daemonset pods are not ready.
Error condition type indicates one or more of the resources managed by the controller are in error state.
NFDLabelsMissing indicates that NFD labels for GPU nodes are missing.
NodeStatusExporterNotReady indicates that the node-status-exporter daemonset pods are not ready.
NoGPUNodes indicates that there are no GPU nodes in the cluster.
OperandNotReady is the generic reason for any operand pod failures.
Ready condition type indicates that all resources managed by the controller are in ready state.
Reconciled is the generic reason for successful reconciliation of all states.
ReconcileFailed is the generic reason for reconciliation failures.
# Interfaces
Updater interface.