Skip to content

Commit a4d86d5

Browse files
committed
Autogenerated code for API changes
Signed-off-by: Andreas Karis <[email protected]>
1 parent e12916e commit a4d86d5

File tree

3 files changed

+57
-29
lines changed

3 files changed

+57
-29
lines changed

bundle/manifests/bpfman-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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-10-08T15:10:52Z"
1015+
createdAt: "2025-10-09T12:21:43Z"
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"

bundle/manifests/bpfman.io_configs.yaml

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,45 +47,57 @@ spec:
4747
metadata:
4848
type: object
4949
spec:
50-
description: Spec defines the desired state of the bpfman-operator.
50+
description: spec defines the desired state of the bpfman-operator.
5151
properties:
5252
agent:
53-
description: Agent holds the configuration for the bpfman agent.
53+
description: agent holds the configuration for the bpfman agent.
5454
properties:
5555
healthProbePort:
56-
default: 8175
57-
description: HealthProbePort holds the health probe bind port
58-
for the bpfman agent.
56+
description: |-
57+
healthProbePort configures the health probe bind port for the bpfman agent.
58+
If unspecified, the default port will be used.
59+
format: int32
5960
maximum: 65535
60-
minimum: 1
61+
minimum: 0
6162
type: integer
6263
image:
63-
description: Image holds the image for the bpfman agent.
64-
minLength: 1
64+
description: image holds the image for the bpfman agent.
6565
type: string
6666
logLevel:
67-
description: LogLevel holds the log level for the bpfman agent.
67+
description: |-
68+
logLevel holds the log level for the bpfman agent.
69+
Valid values are: "", "info", "debug", "trace".
70+
enum:
71+
- ""
72+
- info
73+
- debug
74+
- trace
6875
type: string
6976
required:
7077
- image
7178
type: object
7279
configuration:
73-
description: Configuration holds the content of bpfman.toml.
80+
description: configuration holds the content of bpfman.toml.
7481
minLength: 1
7582
type: string
7683
image:
77-
description: Image holds the image of the bpfman DaemonSets.
84+
description: image sets the image of the bpfman DaemonSets.
7885
minLength: 1
7986
type: string
8087
logLevel:
81-
description: LogLevel holds the log level for the bpfman-operator.
88+
description: |-
89+
logLevel sets the log level for the bpfman's DaemonSets via the RUST_LOG environment variable.
90+
The RUST_LOG environment variable controls logging with the syntax: RUST_LOG=[target][=][level][,...].
91+
For further information, see https://docs.rs/env_logger/latest/env_logger/.
8292
type: string
8393
namespace:
8494
description: |-
85-
Namespace holds the namespace where bpfman-operator resources shall be
86-
deployed.
95+
namespace sets the namespace where bpfman-operator resources shall be
96+
deployed. If not specified, resources will be deployed in the default
97+
bpfman namespace.
8798
type: string
8899
required:
100+
- agent
89101
- configuration
90102
- image
91103
type: object
@@ -94,6 +106,8 @@ spec:
94106
properties:
95107
components:
96108
additionalProperties:
109+
description: ConfigComponentStatus holds the status of a single
110+
Config component.
97111
type: string
98112
description: components stores the status of all components.
99113
type: object

config/crd/bases/bpfman.io_configs.yaml

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,45 +47,57 @@ spec:
4747
metadata:
4848
type: object
4949
spec:
50-
description: Spec defines the desired state of the bpfman-operator.
50+
description: spec defines the desired state of the bpfman-operator.
5151
properties:
5252
agent:
53-
description: Agent holds the configuration for the bpfman agent.
53+
description: agent holds the configuration for the bpfman agent.
5454
properties:
5555
healthProbePort:
56-
default: 8175
57-
description: HealthProbePort holds the health probe bind port
58-
for the bpfman agent.
56+
description: |-
57+
healthProbePort configures the health probe bind port for the bpfman agent.
58+
If unspecified, the default port will be used.
59+
format: int32
5960
maximum: 65535
60-
minimum: 1
61+
minimum: 0
6162
type: integer
6263
image:
63-
description: Image holds the image for the bpfman agent.
64-
minLength: 1
64+
description: image holds the image for the bpfman agent.
6565
type: string
6666
logLevel:
67-
description: LogLevel holds the log level for the bpfman agent.
67+
description: |-
68+
logLevel holds the log level for the bpfman agent.
69+
Valid values are: "", "info", "debug", "trace".
70+
enum:
71+
- ""
72+
- info
73+
- debug
74+
- trace
6875
type: string
6976
required:
7077
- image
7178
type: object
7279
configuration:
73-
description: Configuration holds the content of bpfman.toml.
80+
description: configuration holds the content of bpfman.toml.
7481
minLength: 1
7582
type: string
7683
image:
77-
description: Image holds the image of the bpfman DaemonSets.
84+
description: image sets the image of the bpfman DaemonSets.
7885
minLength: 1
7986
type: string
8087
logLevel:
81-
description: LogLevel holds the log level for the bpfman-operator.
88+
description: |-
89+
logLevel sets the log level for the bpfman's DaemonSets via the RUST_LOG environment variable.
90+
The RUST_LOG environment variable controls logging with the syntax: RUST_LOG=[target][=][level][,...].
91+
For further information, see https://docs.rs/env_logger/latest/env_logger/.
8292
type: string
8393
namespace:
8494
description: |-
85-
Namespace holds the namespace where bpfman-operator resources shall be
86-
deployed.
95+
namespace sets the namespace where bpfman-operator resources shall be
96+
deployed. If not specified, resources will be deployed in the default
97+
bpfman namespace.
8798
type: string
8899
required:
100+
- agent
89101
- configuration
90102
- image
91103
type: object
@@ -94,6 +106,8 @@ spec:
94106
properties:
95107
components:
96108
additionalProperties:
109+
description: ConfigComponentStatus holds the status of a single
110+
Config component.
97111
type: string
98112
description: components stores the status of all components.
99113
type: object

0 commit comments

Comments
 (0)