Skip to content

Commit

Permalink
Update label
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed May 8, 2024
1 parent 9b5c523 commit 44140dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controllers/spec/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package spec
import (
"bytes"
"context"

Check failure on line 22 in controllers/spec/common.go

View workflow job for this annotation

GitHub Actions / unit-tests (1.21.9)

File is not `goimports`-ed (goimports)

Check failure on line 22 in controllers/spec/common.go

View workflow job for this annotation

GitHub Actions / unit-tests (1.22.2)

File is not `goimports`-ed (goimports)

// used for template
_ "embed"
"encoding/json"
Expand Down Expand Up @@ -132,7 +131,7 @@ const (
LabelComponent = "compute.functionmesh.io/component"
LabelName = "compute.functionmesh.io/name"
LabelNamespace = "compute.functionmesh.io/namespace"
LabelCustomResourceUnit = "streamnative.io/custom-resource-unit"
LabelCustomResourceUnit = "compute.functionmesh.io/custom-resource-unit"

FunctionContainerName = "pulsar-function"
SinkContainerName = "pulsar-sink"
Expand Down

0 comments on commit 44140dc

Please sign in to comment.