File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -1012,7 +1012,11 @@ metadata:
10121012 capabilities : Basic Install
10131013 categories : OpenShift Optional
10141014 containerImage : quay.io/bpfman/bpfman-operator:latest
1015+ <<<<<<< HEAD
10151016 createdAt : " 2025-09-26T11:09:36Z"
1017+ =======
1018+ createdAt : " 2025-09-10T14:34:35Z"
1019+ >>>>>>> 8034a9bc (Make bundle for Config .status)
10161020 description : The bpfman Operator is designed to manage eBPF programs for applications.
10171021 features.operators.openshift.io/cnf : " false"
10181022 features.operators.openshift.io/cni : " false"
@@ -1502,6 +1506,14 @@ spec:
15021506 - configs/finalizers
15031507 verbs :
15041508 - update
1509+ - apiGroups :
1510+ - bpfman.io
1511+ resources :
1512+ - configs/status
1513+ verbs :
1514+ - get
1515+ - patch
1516+ - update
15051517 - apiGroups :
15061518 - " "
15071519 resources :
@@ -1514,6 +1526,13 @@ spec:
15141526 - patch
15151527 - update
15161528 - watch
1529+ - apiGroups :
1530+ - " "
1531+ resources :
1532+ - events
1533+ verbs :
1534+ - create
1535+ - patch
15171536 - apiGroups :
15181537 - " "
15191538 resources :
Original file line number Diff line number Diff line change 1818 - jsonPath : .metadata.creationTimestamp
1919 name : Age
2020 type : date
21+ - jsonPath : .status.conditions[?(@.type=='Progressing')].status
22+ name : Progressing
23+ type : string
24+ - jsonPath : .status.conditions[?(@.type=='Available')].status
25+ name : Available
26+ type : string
2127 name : v1alpha1
2228 schema :
2329 openAPIV3Schema :
8692 status :
8793 description : status reflects the status of the bpfman-operator configuration.
8894 properties :
95+ componentStatuses :
96+ description : componentStatuses stores the status of all components.
97+ properties :
98+ configMap :
99+ description : configMap stores the status of the ConfigMap.
100+ type : string
101+ csiDriver :
102+ description : csiDriver stores the status of the CsiDriver.
103+ type : string
104+ daemonSet :
105+ description : daemonSet stores the status of the DaemonSet.
106+ type : string
107+ metricsProxyDaemonSet :
108+ description : metricsProxyDaemonSet stores the status of the MetricsProxyDaemonSet.
109+ type : string
110+ scc :
111+ description : scc stores the status of the Scc.
112+ type : string
113+ type : object
89114 conditions :
90115 description : conditions store the status conditions of the bpfman-operator.
91116 items :
You can’t perform that action at this time.
0 commit comments