Skip to content

Commit

Permalink
Merge pull request #46 from msherif1234/dev-ui
Browse files Browse the repository at this point in the history
Add missing schema for BpfApplication object
  • Loading branch information
mergify[bot] authored Jul 12, 2024
2 parents 5815e34 + c54cf85 commit 8571060
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bundle/manifests/bpfman-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ metadata:
capabilities: Basic Install
categories: OpenShift Optional
containerImage: quay.io/bpfman/bpfman-operator:v0.0.0
createdAt: "2024-07-12T16:12:00Z"
createdAt: "2024-07-12T19:37:22Z"
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "true"
Expand Down Expand Up @@ -341,7 +341,9 @@ spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- kind: BpfApplication
- description: BpfApplication is the Schema for the bpfapplications API
displayName: Bpf Application
kind: BpfApplication
name: bpfapplications.bpfman.io
version: v1alpha1
- description: BpfProgram is the Schema for the BpfProgram API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- description: BpfApplication is the Schema for the bpfapplications API
displayName: Bpf Application
kind: BpfApplication
name: bpfapplications.bpfman.io
version: v1alpha1
- description: BpfProgram is the Schema for the BpfProgram API
displayName: Bpf Program
kind: BpfProgram
Expand Down

0 comments on commit 8571060

Please sign in to comment.