-
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
adding new consts for KDR feature #94
Conversation
PR Description updated to latest commit (f02ecbd) |
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:
|
Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
Summary:
|
Type
enhancement
Description
ResourceSizeMetadataKey
to track the size of resources.Partial
,Full
,MissingRuntime
,TooLarge
) to provide more detailed information about the state of resources.Changes walkthrough
keys.go
Add Resource Size Metadata Key and New Status Constants
instanceidhandler/v1/helpers/keys.go
ResourceSizeMetadataKey
constant for tracking resource size.Partial
,Full
,MissingRuntime
, andTooLarge
to better describe the state of resources.