Skip to content
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

Fix label resolution for maps #2007

Merged
merged 1 commit into from
Feb 23, 2023

Commits on Feb 22, 2023

  1. Fix label resolution for maps

    The `map[string]interface{}` resolution searched for values within various nested fields, but not the relative path itself.
    
    Ref.: https://github.com/kubernetes/kube-state-metrics/blob/ca1da6b22ed28fe3aa6cac98705cff71c614eac0/pkg/customresourcestate/registry_factory.go#L603
    
    Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
    rexagod committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    3f0532b View commit details
    Browse the repository at this point in the history