Skip to content

Commit

Permalink
dsonly: make -f Makefile.bundle bundle
Browse files Browse the repository at this point in the history
Aligned field `SriovNetworkNodeState.Status.Interfaces.Vfs.VdpaType`

Refs:
- k8snetworkplumbingwg/sriov-network-operator#583

Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
  • Loading branch information
zeeke committed Feb 1, 2024
1 parent d0cebac commit e1d5400
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=sriov-network-operator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.31.0
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.25.2
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/openshift/origin-sriov-network-operator:4.16
createdAt: "2024-01-05T17:19:10Z"
createdAt: 2019/04/30
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'
operatorframework.io/suggested-namespace: openshift-sriov-network-operator
operators.openshift.io/infrastructure-features: '["disconnected", "cni"]'
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/builder: operator-sdk-v1.25.2
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/k8snetworkplumbingwg/sriov-network-operator
support: Red Hat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ spec:
type: string
pciAddress:
type: string
vdpaType:
type: string
vendor:
type: string
vfID:
Expand Down
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ annotations:
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: sriov-network-operator
operators.operatorframework.io.bundle.channels.v1: alpha
operators.operatorframework.io.metrics.builder: operator-sdk-v1.31.0
operators.operatorframework.io.metrics.builder: operator-sdk-v1.25.2
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ metadata:
categories: Networking
certified: "false"
containerImage: quay.io/openshift/origin-sriov-network-operator:4.16
createdAt: "2024-01-05T17:19:10Z"
createdAt: 2019/04/30
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'
operatorframework.io/suggested-namespace: openshift-sriov-network-operator
operators.openshift.io/infrastructure-features: '["disconnected", "cni"]'
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/builder: operator-sdk-v1.25.2
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/k8snetworkplumbingwg/sriov-network-operator
support: Red Hat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ spec:
type: string
pciAddress:
type: string
vdpaType:
type: string
vendor:
type: string
vfID:
Expand Down

0 comments on commit e1d5400

Please sign in to comment.