Skip to content

Commit

Permalink
OCPBUGS-42701-api: Updated the disableMultiNetwork parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
dfitzmau committed Jan 14, 2025
1 parent c1a063b commit b2aa868
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 40 deletions.
5 changes: 2 additions & 3 deletions openapi/generated_openapi/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -30306,7 +30306,6 @@
"type": "boolean"
},
"disableMultiNetwork": {
"description": "disableMultiNetwork specifies whether or not multiple pod network support should be disabled. If unset, this property defaults to 'false' and multiple network support is enabled.",
"type": "boolean"
},
"disableNetworkDiagnostics": {
Expand Down
8 changes: 5 additions & 3 deletions operator/v1/types_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,11 @@ type NetworkSpec struct {
// +listMapKey=name
AdditionalNetworks []AdditionalNetworkDefinition `json:"additionalNetworks,omitempty"`

// disableMultiNetwork specifies whether or not multiple pod network
// support should be disabled. If unset, this property defaults to
// 'false' and multiple network support is enabled.
// disableMultiNetwork enables multiple network support when the OVN-Kubernetes Container Network Interface (CNI)
// plugin sets the parameter to the default value of 'false'.During cluster installation only, you can use a
// third-party CNI, such as Multus CNI, to set the disableMultiNetwork parameter to 'true', and this setting disables
// multiple pod network support.Red{nbsp}Hat does not support third-party CNIs.

DisableMultiNetwork *bool `json:"disableMultiNetwork,omitempty"`

// useMultiNetworkPolicy enables a controller which allows for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -658,10 +658,6 @@ spec:
otherwise.
type: boolean
disableMultiNetwork:
description: |-
disableMultiNetwork specifies whether or not multiple pod network
support should be disabled. If unset, this property defaults to
'false' and multiple network support is enabled.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -642,10 +642,6 @@ spec:
otherwise.
type: boolean
disableMultiNetwork:
description: |-
disableMultiNetwork specifies whether or not multiple pod network
support should be disabled. If unset, this property defaults to
'false' and multiple network support is enabled.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -658,10 +658,6 @@ spec:
otherwise.
type: boolean
disableMultiNetwork:
description: |-
disableMultiNetwork specifies whether or not multiple pod network
support should be disabled. If unset, this property defaults to
'false' and multiple network support is enabled.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -658,10 +658,6 @@ spec:
otherwise.
type: boolean
disableMultiNetwork:
description: |-
disableMultiNetwork specifies whether or not multiple pod network
support should be disabled. If unset, this property defaults to
'false' and multiple network support is enabled.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -609,10 +609,6 @@ spec:
otherwise.
type: boolean
disableMultiNetwork:
description: |-
disableMultiNetwork specifies whether or not multiple pod network
support should be disabled. If unset, this property defaults to
'false' and multiple network support is enabled.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -642,10 +642,6 @@ spec:
otherwise.
type: boolean
disableMultiNetwork:
description: |-
disableMultiNetwork specifies whether or not multiple pod network
support should be disabled. If unset, this property defaults to
'false' and multiple network support is enabled.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -609,10 +609,6 @@ spec:
otherwise.
type: boolean
disableMultiNetwork:
description: |-
disableMultiNetwork specifies whether or not multiple pod network
support should be disabled. If unset, this property defaults to
'false' and multiple network support is enabled.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -625,10 +625,6 @@ spec:
otherwise.
type: boolean
disableMultiNetwork:
description: |-
disableMultiNetwork specifies whether or not multiple pod network
support should be disabled. If unset, this property defaults to
'false' and multiple network support is enabled.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
1 change: 0 additions & 1 deletion operator/v1/zz_generated.swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2aa868

Please sign in to comment.