Skip to content

Commit

Permalink
change slash with hyphen in tag keys for better support across clouds
Browse files Browse the repository at this point in the history
Signed-off-by: Muvaffak Onus <onus.muvaffak@gmail.com>
  • Loading branch information
muvaf committed Mar 3, 2020
1 parent 0232d94 commit e84033e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/resource/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ const (
// External resources are tagged/labelled with the following keys in the cloud
// provider API if the type supports.
const (
ExternalResourceTagKeyKind = "crossplane.io/kind"
ExternalResourceTagKeyName = "crossplane.io/name"
ExternalResourceTagKeyClass = "crossplane.io/class"
ExternalResourceTagKeyProvider = "crossplane.io/provider"
ExternalResourceTagKeyKind = "crossplane.io-kind"
ExternalResourceTagKeyName = "crossplane.io-name"
ExternalResourceTagKeyClass = "crossplane.io-class"
ExternalResourceTagKeyProvider = "crossplane.io-provider"
)

// A ClaimKind contains the type metadata for a kind of resource claim.
Expand Down

0 comments on commit e84033e

Please sign in to comment.