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 15, 2025
1 parent 52377f0 commit 70a6e5d
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 30 deletions.
2 changes: 1 addition & 1 deletion openapi/generated_openapi/zz_generated.openapi.go

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

2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -30306,7 +30306,7 @@
"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.",
"description": "disableMultiNetwork defaults to 'false' and this setting enables the pod multi-networking capability. disableMultiNetwork# when set to 'true' at cluster install time does not install the components, typically the Multus CNI and the network-attachment-definition CRD, that enable the pod multi-networking capability. Setting the parameter to 'true' might be useful when you need install third-party CNI plugins, but these plugins are not supported by Red Hat. Changing the parameter value as a postinstallation cluster task has no effect.",
"type": "boolean"
},
"disableNetworkDiagnostics": {
Expand Down
7 changes: 4 additions & 3 deletions operator/v1/types_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ 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 defaults to 'false' and this setting enables the pod multi-networking capability. disableMultiNetwork#
// when set to 'true' at cluster install time does not install the components, typically the Multus CNI and the network-attachment-definition CRD,
// that enable the pod multi-networking capability. Setting the parameter to 'true' might be useful when you need install third-party CNI plugins,
// but these plugins are not supported by Red Hat. Changing the parameter value as a postinstallation cluster task has no effect.
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 @@ -659,9 +659,10 @@ spec:
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.
disableMultiNetwork defaults to 'false' and this setting enables the pod multi-networking capability. disableMultiNetwork#
when set to 'true' at cluster install time does not install the components, typically the Multus CNI and the network-attachment-definition CRD,
that enable the pod multi-networking capability. Setting the parameter to 'true' might be useful when you need install third-party CNI plugins,
but these plugins are not supported by Red Hat. Changing the parameter value as a postinstallation cluster task has no effect.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -643,9 +643,10 @@ spec:
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.
disableMultiNetwork defaults to 'false' and this setting enables the pod multi-networking capability. disableMultiNetwork#
when set to 'true' at cluster install time does not install the components, typically the Multus CNI and the network-attachment-definition CRD,
that enable the pod multi-networking capability. Setting the parameter to 'true' might be useful when you need install third-party CNI plugins,
but these plugins are not supported by Red Hat. Changing the parameter value as a postinstallation cluster task has no effect.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +659,10 @@ spec:
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.
disableMultiNetwork defaults to 'false' and this setting enables the pod multi-networking capability. disableMultiNetwork#
when set to 'true' at cluster install time does not install the components, typically the Multus CNI and the network-attachment-definition CRD,
that enable the pod multi-networking capability. Setting the parameter to 'true' might be useful when you need install third-party CNI plugins,
but these plugins are not supported by Red Hat. Changing the parameter value as a postinstallation cluster task has no effect.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -659,9 +659,10 @@ spec:
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.
disableMultiNetwork defaults to 'false' and this setting enables the pod multi-networking capability. disableMultiNetwork#
when set to 'true' at cluster install time does not install the components, typically the Multus CNI and the network-attachment-definition CRD,
that enable the pod multi-networking capability. Setting the parameter to 'true' might be useful when you need install third-party CNI plugins,
but these plugins are not supported by Red Hat. Changing the parameter value as a postinstallation cluster task has no effect.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -610,9 +610,10 @@ spec:
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.
disableMultiNetwork defaults to 'false' and this setting enables the pod multi-networking capability. disableMultiNetwork#
when set to 'true' at cluster install time does not install the components, typically the Multus CNI and the network-attachment-definition CRD,
that enable the pod multi-networking capability. Setting the parameter to 'true' might be useful when you need install third-party CNI plugins,
but these plugins are not supported by Red Hat. Changing the parameter value as a postinstallation cluster task has no effect.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -643,9 +643,10 @@ spec:
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.
disableMultiNetwork defaults to 'false' and this setting enables the pod multi-networking capability. disableMultiNetwork#
when set to 'true' at cluster install time does not install the components, typically the Multus CNI and the network-attachment-definition CRD,
that enable the pod multi-networking capability. Setting the parameter to 'true' might be useful when you need install third-party CNI plugins,
but these plugins are not supported by Red Hat. Changing the parameter value as a postinstallation cluster task has no effect.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -610,9 +610,10 @@ spec:
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.
disableMultiNetwork defaults to 'false' and this setting enables the pod multi-networking capability. disableMultiNetwork#
when set to 'true' at cluster install time does not install the components, typically the Multus CNI and the network-attachment-definition CRD,
that enable the pod multi-networking capability. Setting the parameter to 'true' might be useful when you need install third-party CNI plugins,
but these plugins are not supported by Red Hat. Changing the parameter value as a postinstallation cluster task has no effect.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -626,9 +626,10 @@ spec:
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.
disableMultiNetwork defaults to 'false' and this setting enables the pod multi-networking capability. disableMultiNetwork#
when set to 'true' at cluster install time does not install the components, typically the Multus CNI and the network-attachment-definition CRD,
that enable the pod multi-networking capability. Setting the parameter to 'true' might be useful when you need install third-party CNI plugins,
but these plugins are not supported by Red Hat. Changing the parameter value as a postinstallation cluster task has no effect.
type: boolean
disableNetworkDiagnostics:
default: false
Expand Down
2 changes: 1 addition & 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 70a6e5d

Please sign in to comment.