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

[receiver/k8scluster] Check resource support before setting up watchers #9523

Merged
merged 1 commit into from
Apr 29, 2022

Commits on Apr 28, 2022

  1. [receiver/k8scluster] Check resource support before setting up watchers

    This change adds additional validation using discovery API before setting up watchers on particular k8s resources. Otherwise, if k8s API doesn't support a k8s resource, setting up watchers breaks the receiver.
    
    This change also adds support of batch/v1beta1 CronJob resources. This makes the receiver able to work with k8s server versions 1.19 and 1.20 which are still available on some cloud providers.
    dmitryax committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    8d159e3 View commit details
    Browse the repository at this point in the history