Skip to content

Commit 8571060

Browse files
authored
Merge pull request #46 from msherif1234/dev-ui
Add missing schema for BpfApplication object
2 parents 5815e34 + c54cf85 commit 8571060

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

bundle/manifests/bpfman-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ metadata:
296296
capabilities: Basic Install
297297
categories: OpenShift Optional
298298
containerImage: quay.io/bpfman/bpfman-operator:v0.0.0
299-
createdAt: "2024-07-12T16:12:00Z"
299+
createdAt: "2024-07-12T19:37:22Z"
300300
features.operators.openshift.io/cnf: "false"
301301
features.operators.openshift.io/cni: "false"
302302
features.operators.openshift.io/csi: "true"
@@ -341,7 +341,9 @@ spec:
341341
apiservicedefinitions: {}
342342
customresourcedefinitions:
343343
owned:
344-
- kind: BpfApplication
344+
- description: BpfApplication is the Schema for the bpfapplications API
345+
displayName: Bpf Application
346+
kind: BpfApplication
345347
name: bpfapplications.bpfman.io
346348
version: v1alpha1
347349
- description: BpfProgram is the Schema for the BpfProgram API

config/manifests/bases/bpfman-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ spec:
4747
apiservicedefinitions: {}
4848
customresourcedefinitions:
4949
owned:
50+
- description: BpfApplication is the Schema for the bpfapplications API
51+
displayName: Bpf Application
52+
kind: BpfApplication
53+
name: bpfapplications.bpfman.io
54+
version: v1alpha1
5055
- description: BpfProgram is the Schema for the BpfProgram API
5156
displayName: Bpf Program
5257
kind: BpfProgram

0 commit comments

Comments
 (0)