-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added tier label #95
Added tier label #95
Conversation
Signed-off-by: Amir Malka <amirm@armosec.io>
PR Description updated to latest commit (4b1bdda) |
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
Summary:
|
1 similar comment
Summary:
|
User description
Part of : https://github.com/kubescape/helm-charts/pull/408/files
Type
enhancement
Description
TierMetadataKey
to categorize resources by tier.CoreTier
to define core tier resources, enhancing the metadata categorization.Changes walkthrough
keys.go
Introduce Tier Metadata and Core Tier Constant
instanceidhandler/v1/helpers/keys.go
TierMetadataKey
for tier metadata.CoreTier
representing the core tier value.