File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed 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-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"
Original file line number Diff line number Diff 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_]+.
Original file line number Diff line number Diff 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_]+.
Original file line number Diff line number Diff 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_]+.
Original file line number Diff line number Diff 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_]+.
You can’t perform that action at this time.
0 commit comments