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:
10121012 capabilities : Basic Install
10131013 categories : OpenShift Optional
10141014 containerImage : quay.io/bpfman/bpfman-operator:latest
1015- createdAt : " 2025-08-19T21:12:21Z "
1015+ createdAt : " 2025-09-10T12:16:33Z "
10161016 description : The bpfman Operator is designed to manage eBPF programs for applications.
10171017 features.operators.openshift.io/cnf : " false"
10181018 features.operators.openshift.io/cni : " false"
Original file line number Diff line number Diff line change 7979 Namespace holds the namespace where bpfman-operator resources shall be
8080 deployed.
8181 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
82126 required :
83127 - configuration
84128 - image
You can’t perform that action at this time.
0 commit comments