Skip to content

Commit

Permalink
Merge pull request #107 from kubescape/feature/user_application_profile
Browse files Browse the repository at this point in the history
add network neighborhood prefix
  • Loading branch information
jnathangreeg authored Sep 23, 2024
2 parents a719e19 + acbcb46 commit 0ebc3fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instanceidhandler/v1/helpers/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const (
const (
ManagedByUserValue = "User"
UserApplicationProfilePrefix = "ug-"
UserNetworkNeighborhoodPrefix = "ug-"
)

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

0 comments on commit 0ebc3fc

Please sign in to comment.