Skip to content

Commit

Permalink
add user application profile data
Browse files Browse the repository at this point in the history
Signed-off-by: jnathangreeg <[email protected]>
  • Loading branch information
jnathangreeg committed Sep 9, 2024
1 parent e362838 commit 8812e57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions instanceidhandler/v1/helpers/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,18 @@ const (
CompletionMetadataKey = metadataPrefix + "/completion"
TierMetadataKey = metadataPrefix + "/tier"
ManagedByMetadataKey = metadataPrefix + "/managed-by"
UserApplicationMetadataKey = metadataPrefix + "/user-application-profile"
)

// metadata values
const (
ContextMetadataKeyFiltered = "filtered"
ContextMetadataKeyNonFiltered = "non-filtered"
)
// application profile metadata
const(
ManagedByUserValue = "User"
)

// string format: apiVersion-<apiVersion>/namespace-<namespace>/kind-<kind>/name-<name>/...
const (
Expand Down

0 comments on commit 8812e57

Please sign in to comment.