Skip to content

Commit 3611b17

Browse files
committed
Make manifest and bundle for API changes
Signed-off-by: Andreas Karis <[email protected]>
1 parent ded5c7d commit 3611b17

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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-09T13:50:06Z"
1015+
createdAt: "2025-10-09T15:42:38Z"
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_bpfapplications.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ spec:
134134
path:
135135
description: |-
136136
path is an optional field and used to specify a bytecode object file via
137-
filepath on a Kubernetes node.
137+
filepath on a Kubernetes node. The path must a a valid absolute path.
138138
pattern: ^(/[^/\0]+)+/?$
139139
type: string
140140
type: object
@@ -274,7 +274,7 @@ spec:
274274
name is a required field and is the name of the function that is the entry
275275
point for the eBPF program. name must not be an empty string, must not
276276
exceed 64 characters in length, must start with alpha characters and must
277-
only contain alphanumeric characters.
277+
only contain alphanumeric characters and underscores.
278278
maxLength: 64
279279
minLength: 1
280280
pattern: ^[a-zA-Z][a-zA-Z0-9_]+.

bundle/manifests/bpfman.io_clusterbpfapplications.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ spec:
135135
path:
136136
description: |-
137137
path is an optional field and used to specify a bytecode object file via
138-
filepath on a Kubernetes node.
138+
filepath on a Kubernetes node. The path must a a valid absolute path.
139139
pattern: ^(/[^/\0]+)+/?$
140140
type: string
141141
type: object
@@ -456,7 +456,7 @@ spec:
456456
name is a required field and is the name of the function that is the entry
457457
point for the eBPF program. name must not be an empty string, must not
458458
exceed 64 characters in length, must start with alpha characters and must
459-
only contain alphanumeric characters.
459+
only contain alphanumeric characters and underscores.
460460
maxLength: 64
461461
minLength: 1
462462
pattern: ^[a-zA-Z][a-zA-Z0-9_]+.

config/crd/bases/bpfman.io_bpfapplications.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ spec:
134134
path:
135135
description: |-
136136
path is an optional field and used to specify a bytecode object file via
137-
filepath on a Kubernetes node.
137+
filepath on a Kubernetes node. The path must a a valid absolute path.
138138
pattern: ^(/[^/\0]+)+/?$
139139
type: string
140140
type: object
@@ -274,7 +274,7 @@ spec:
274274
name is a required field and is the name of the function that is the entry
275275
point for the eBPF program. name must not be an empty string, must not
276276
exceed 64 characters in length, must start with alpha characters and must
277-
only contain alphanumeric characters.
277+
only contain alphanumeric characters and underscores.
278278
maxLength: 64
279279
minLength: 1
280280
pattern: ^[a-zA-Z][a-zA-Z0-9_]+.

config/crd/bases/bpfman.io_clusterbpfapplications.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ spec:
135135
path:
136136
description: |-
137137
path is an optional field and used to specify a bytecode object file via
138-
filepath on a Kubernetes node.
138+
filepath on a Kubernetes node. The path must a a valid absolute path.
139139
pattern: ^(/[^/\0]+)+/?$
140140
type: string
141141
type: object
@@ -456,7 +456,7 @@ spec:
456456
name is a required field and is the name of the function that is the entry
457457
point for the eBPF program. name must not be an empty string, must not
458458
exceed 64 characters in length, must start with alpha characters and must
459-
only contain alphanumeric characters.
459+
only contain alphanumeric characters and underscores.
460460
maxLength: 64
461461
minLength: 1
462462
pattern: ^[a-zA-Z][a-zA-Z0-9_]+.

0 commit comments

Comments
 (0)