-
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
Bump k8s go sdk client #41
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor, I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@liranbg please add in the description the list of changes in this PR (GH actions etc...)
I feel like we should rename metricsGroupName
and metricsGroupKind
to metricsResourceGroup
and metricsResourceKind
.
IIUC k8s calls it GroupKind
simply because it's the group and the kind, not the group and the kind of the group (it's the kind of the resource)
Required changes made on
custom_metrics
to receive bothGroup
andGroupKind
in order to use new k8scustom_metrics
. Thanks to https://github.com/v3io/scaler-types/pull/9/files it is now possible.GroupKind
instance (as oppose to groupKind as a string)