We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5c523 commit 44140dcCopy full SHA for 44140dc
controllers/spec/common.go
@@ -20,7 +20,6 @@ package spec
20
import (
21
"bytes"
22
"context"
23
-
24
// used for template
25
_ "embed"
26
"encoding/json"
@@ -132,7 +131,7 @@ const (
132
131
LabelComponent = "compute.functionmesh.io/component"
133
LabelName = "compute.functionmesh.io/name"
134
LabelNamespace = "compute.functionmesh.io/namespace"
135
- LabelCustomResourceUnit = "streamnative.io/custom-resource-unit"
+ LabelCustomResourceUnit = "compute.functionmesh.io/custom-resource-unit"
136
137
FunctionContainerName = "pulsar-function"
138
SinkContainerName = "pulsar-sink"
0 commit comments