File tree Expand file tree Collapse file tree 2 files changed +45
-1
lines changed Expand file tree Collapse file tree 2 files changed +45
-1
lines changed Original file line number Diff line number Diff line change @@ -1012,7 +1012,7 @@ metadata:
1012
1012
capabilities : Basic Install
1013
1013
categories : OpenShift Optional
1014
1014
containerImage : quay.io/bpfman/bpfman-operator:latest
1015
- createdAt : " 2025-09-26T11:09:36Z "
1015
+ createdAt : " 2025-09-26T15:23:48Z "
1016
1016
description : The bpfman Operator is designed to manage eBPF programs for applications.
1017
1017
features.operators.openshift.io/cnf : " false"
1018
1018
features.operators.openshift.io/cni : " false"
Original file line number Diff line number Diff line change 79
79
Namespace holds the namespace where bpfman-operator resources shall be
80
80
deployed.
81
81
type : string
82
+ overrides :
83
+ description : |-
84
+ overrides is list of overides for components that are managed by
85
+ the operator. Marking a component unmanaged will prevent
86
+ the operator from creating or updating the object.
87
+ items :
88
+ description : ComponentOverride allows overriding the operator's
89
+ behavior for a component.
90
+ properties :
91
+ group :
92
+ description : group identifies the API group that the kind is
93
+ in.
94
+ type : string
95
+ kind :
96
+ description : kind indentifies which object to override.
97
+ type : string
98
+ name :
99
+ description : name is the component's name.
100
+ type : string
101
+ namespace :
102
+ description : |-
103
+ namespace is the component's namespace. If the resource is cluster
104
+ scoped, the namespace should be empty.
105
+ type : string
106
+ unmanaged :
107
+ description : |-
108
+ unmanaged controls if cluster version operator should stop managing the
109
+ resources in this cluster.
110
+ Default: false
111
+ type : boolean
112
+ required :
113
+ - group
114
+ - kind
115
+ - name
116
+ - namespace
117
+ - unmanaged
118
+ type : object
119
+ type : array
120
+ x-kubernetes-list-map-keys :
121
+ - kind
122
+ - group
123
+ - namespace
124
+ - name
125
+ x-kubernetes-list-type : map
82
126
required :
83
127
- configuration
84
128
- image
You can’t perform that action at this time.
0 commit comments