File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ type AgentSpec struct {
6666 // +kubebuilder:default=8175
6767 // +kubebuilder:validation:Minimum=1
6868 // +kubebuilder:validation:Maximum=65535
69- HealthProbePort int `json:"healthProbeAddr "`
69+ HealthProbePort int `json:"healthProbePort "`
7070 // Image holds the image for the bpfman agent.
7171 // +required
7272 // +kubebuilder:validation:Required
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-26T11:09:36Z "
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 4646 agent :
4747 description : Agent holds the configuration for the bpfman agent.
4848 properties :
49- healthProbeAddr :
49+ healthProbePort :
5050 default : 8175
5151 description : HealthProbePort holds the health probe bind port
5252 for the bpfman agent.
Original file line number Diff line number Diff line change 4646 agent :
4747 description : Agent holds the configuration for the bpfman agent.
4848 properties :
49- healthProbeAddr :
49+ healthProbePort :
5050 default : 8175
5151 description : HealthProbePort holds the health probe bind port
5252 for the bpfman agent.
You can’t perform that action at this time.
0 commit comments