Skip to content

Commit

Permalink
ds: run make -f Makefile.bundle bundle
Browse files Browse the repository at this point in the history
Changes to CustomResourceDefinition have been introduced by
- k8snetworkplumbingwg/sriov-network-operator#497
- k8snetworkplumbingwg/sriov-network-operator#569

Signed-off-by: Andrea Panattoni <[email protected]>
  • Loading branch information
zeeke committed Feb 22, 2024
1 parent 4b878a3 commit c2e6843
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/openshift/origin-sriov-network-operator:4.16
createdAt: "2024-02-19T16:42:52Z"
createdAt: "2024-02-22T09:53:03Z"
description: An operator for configuring SR-IOV components and initializing SRIOV
network devices in Openshift cluster.
olm.skipRange: '>=4.3.0-0 <4.16.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ spec:
disableDrain:
description: Flag to disable nodes drain during debugging
type: boolean
disablePlugins:
description: DisablePlugins is a list of sriov-network-config-daemon
plugins to disable
items:
description: PluginNameValue defines the plugin name
enum:
- mellanox
type: string
type: array
enableInjector:
description: Flag to control whether the network resource injector
webhook shall be deployed
Expand All @@ -64,6 +73,11 @@ spec:
provision switchdev-configuration.service and enable OpenvSwitch
hw-offload on nodes.
type: boolean
featureGates:
additionalProperties:
type: boolean
description: FeatureGates to enable experimental features
type: object
logLevel:
description: Flag to control the log verbose level of the operator.
Set to '0' to show only the basic logs. And set to '2' to show all
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/openshift/origin-sriov-network-operator:4.16
createdAt: "2024-02-19T16:42:52Z"
createdAt: "2024-02-22T09:53:03Z"
description: An operator for configuring SR-IOV components and initializing SRIOV
network devices in Openshift cluster.
olm.skipRange: '>=4.3.0-0 <4.16.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ spec:
disableDrain:
description: Flag to disable nodes drain during debugging
type: boolean
disablePlugins:
description: DisablePlugins is a list of sriov-network-config-daemon
plugins to disable
items:
description: PluginNameValue defines the plugin name
enum:
- mellanox
type: string
type: array
enableInjector:
description: Flag to control whether the network resource injector
webhook shall be deployed
Expand All @@ -64,6 +73,11 @@ spec:
provision switchdev-configuration.service and enable OpenvSwitch
hw-offload on nodes.
type: boolean
featureGates:
additionalProperties:
type: boolean
description: FeatureGates to enable experimental features
type: object
logLevel:
description: Flag to control the log verbose level of the operator.
Set to '0' to show only the basic logs. And set to '2' to show all
Expand Down

0 comments on commit c2e6843

Please sign in to comment.