Skip to content

Commit

Permalink
Merge pull request #81 from kubescape/wl-version
Browse files Browse the repository at this point in the history
add ResourceVersionMetadataKey for related wl version
  • Loading branch information
matthyx committed Nov 22, 2023
2 parents b98c261 + 7952001 commit bbc3f6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instanceidhandler/v1/instanceidhandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const (
KindMetadataKey = metadataPrefix + "/workload-kind"
NameMetadataKey = metadataPrefix + "/workload-name"
NamespaceMetadataKey = metadataPrefix + "/workload-namespace"
ResourceVersionMetadataKey = metadataPrefix + "/workload-resource-version"
StatusMetadataKey = metadataPrefix + "/status"
WlidMetadataKey = metadataPrefix + "/wlid"
ContextMetadataKey = metadataPrefix + "/context"
Expand Down

0 comments on commit bbc3f6e

Please sign in to comment.