You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/nvidia/v1/clusterpolicy_types.go
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1120,12 +1120,20 @@ type DriverCertConfigSpec struct {
1120
1120
1121
1121
// DriverLicensingConfigSpec defines licensing server configuration for NVIDIA Driver container
1122
1122
typeDriverLicensingConfigSpecstruct {
1123
+
// Deprecated: ConfigMapName has been deprecated in favour of SecretName. Please use secrets to handle the licensing server configuration more securely
// Deprecated: ConfigMapName has been deprecated in favour of SecretName. Please use secrets to handle the licensing server configuration more securely
0 commit comments