Skip to content

Commit fadc69b

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

File tree

3 files changed

+29
-27
lines changed

3 files changed

+29
-27
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-08T15:11:37Z"
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: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,43 +47,44 @@ 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 holds the health probe bind port for the bpfman agent.
58+
The default port is 8175. The value or behavior is subject to change over time.
5959
maximum: 65535
60-
minimum: 1
60+
minimum: 0
6161
type: integer
6262
image:
63-
description: Image holds the image for the bpfman agent.
63+
description: image holds the image for the bpfman agent.
6464
minLength: 1
6565
type: string
6666
logLevel:
67-
description: LogLevel holds the log level for the bpfman agent.
67+
description: logLevel holds the log level for the bpfman agent.
6868
type: string
6969
required:
7070
- image
7171
type: object
7272
configuration:
73-
description: Configuration holds the content of bpfman.toml.
73+
description: configuration holds the content of bpfman.toml.
7474
minLength: 1
7575
type: string
7676
image:
77-
description: Image holds the image of the bpfman DaemonSets.
77+
description: image holds the image of the bpfman DaemonSets.
7878
minLength: 1
7979
type: string
8080
logLevel:
81-
description: LogLevel holds the log level for the bpfman-operator.
81+
description: logLevel holds the log level for the bpfman-operator.
8282
type: string
8383
namespace:
8484
description: |-
85-
Namespace holds the namespace where bpfman-operator resources shall be
86-
deployed.
85+
namespace holds the namespace where bpfman-operator resources shall be
86+
deployed. If not specified, resources will be deployed in the default
87+
bpfman namespace.
8788
type: string
8889
required:
8990
- configuration

config/crd/bases/bpfman.io_configs.yaml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,43 +47,44 @@ 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 holds the health probe bind port for the bpfman agent.
58+
The default port is 8175. The value or behavior is subject to change over time.
5959
maximum: 65535
60-
minimum: 1
60+
minimum: 0
6161
type: integer
6262
image:
63-
description: Image holds the image for the bpfman agent.
63+
description: image holds the image for the bpfman agent.
6464
minLength: 1
6565
type: string
6666
logLevel:
67-
description: LogLevel holds the log level for the bpfman agent.
67+
description: logLevel holds the log level for the bpfman agent.
6868
type: string
6969
required:
7070
- image
7171
type: object
7272
configuration:
73-
description: Configuration holds the content of bpfman.toml.
73+
description: configuration holds the content of bpfman.toml.
7474
minLength: 1
7575
type: string
7676
image:
77-
description: Image holds the image of the bpfman DaemonSets.
77+
description: image holds the image of the bpfman DaemonSets.
7878
minLength: 1
7979
type: string
8080
logLevel:
81-
description: LogLevel holds the log level for the bpfman-operator.
81+
description: logLevel holds the log level for the bpfman-operator.
8282
type: string
8383
namespace:
8484
description: |-
85-
Namespace holds the namespace where bpfman-operator resources shall be
86-
deployed.
85+
namespace holds the namespace where bpfman-operator resources shall be
86+
deployed. If not specified, resources will be deployed in the default
87+
bpfman namespace.
8788
type: string
8889
required:
8990
- configuration

0 commit comments

Comments
 (0)