Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: test docs #1166

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/v1alpha1/nicclusterpolicy_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ type DOCATelemetryServiceSpec struct {

// NicClusterPolicySpec defines the desired state of NicClusterPolicy
type NicClusterPolicySpec struct {
// OFEDDriver is a specialized driver for NVIDIA NICs which can replace the inbox driver that comes with an OS.
// OFEDDriver DOCA is a specialized driver for NVIDIA NICs which can replace the inbox driver that comes with an OS.
// See https://network.nvidia.com/support/mlnx-ofed-matrix/
OFEDDriver *OFEDDriverSpec `json:"ofedDriver,omitempty"`
// RdmaSharedDevicePlugin manages support IB and RoCE HCAs through the Kubernetes device plugin framework.
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/mellanox.com_nicclusterpolicies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ spec:
type: object
ofedDriver:
description: |-
OFEDDriver is a specialized driver for NVIDIA NICs which can replace the inbox driver that comes with an OS.
OFEDDriver DOCA is a specialized driver for NVIDIA NICs which can replace the inbox driver that comes with an OS.
See https://network.nvidia.com/support/mlnx-ofed-matrix/
properties:
certConfig:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ spec:
type: object
ofedDriver:
description: |-
OFEDDriver is a specialized driver for NVIDIA NICs which can replace the inbox driver that comes with an OS.
OFEDDriver DOCA is a specialized driver for NVIDIA NICs which can replace the inbox driver that comes with an OS.
See https://network.nvidia.com/support/mlnx-ofed-matrix/
properties:
certConfig:
Expand Down
Loading