Skip to content

Commit

Permalink
capitalization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
punkerpunker committed Jan 29, 2025
1 parent 071cf10 commit 1347246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1/sriovibnetwork_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type SriovIBNetworkSpec struct {
// by the operator.
MetaPluginsConfig string `json:"metaPlugins,omitempty"`
InterfaceName string `json:"interfaceName,omitempty"`
Pkey string `json:"pkey,omitempty"`
PKey string `json:"pKey,omitempty"`
ScanGUIDs bool `json:"scanGuids,omitempty"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ spec:
resourceName:
description: SRIOV Network device plugin endpoint resource name
type: string
pkey:
pKey:
description: pKey for the Infiniband network.
type: string
scanGUIDs:
description: Whether to scan for GUIDs.
type: boolean
InterfaceName:
interfaceName:
description: Name of the IB interface
type: string
required:
Expand Down

0 comments on commit 1347246

Please sign in to comment.