Skip to content

Commit

Permalink
Update pkg/portableresources/handlers/util.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yetkin Timocin <[email protected]>
Signed-off-by: SoTrx <[email protected]>
  • Loading branch information
SoTrx and ytimocin authored Sep 11, 2024
1 parent f380b23 commit 3a3ea2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/portableresources/handlers/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client"
)

const daprConflictFmt = "the Dapr component name '%q' is already in use by another resource. Dapr component and resource names must be unique across all Dapr types (eg: StateStores, PubSubBrokers, SecretStores, ConfigurationStores etc.). Please select a new name and try again"
const daprConflictFmt = "the Dapr component name '%q' is already in use by another resource. Dapr component and resource names must be unique across all Dapr types (e.g., StateStores, PubSubBrokers, SecretStores, ConfigurationStores, etc.). Please select a new name and try again."

// CheckDaprResourceNameUniqueness checks if the resource name is unique in the namespace. If the resource name is not unique, it returns an error.
//
Expand Down

0 comments on commit 3a3ea2f

Please sign in to comment.