We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
e.g. a warning like the below is emitted when kube-scoring a Deployment file
[WARNING] Stable version * The apiVersion and kind extensions/v1beta1/Deployment is deprecated It's recommended to use apps/v1 instead
Deprecation information is Kubernetes version-specific I'm guessing, so this warning should depend on the version of Kubernetes being used.
The text was updated successfully, but these errors were encountered:
@jameshiew Thanks for the suggestion, this feature makes a lot of sense.
Sorry, something went wrong.
renewed interest! https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
5c377c7
Successfully merging a pull request may close this issue.
e.g. a warning like the below is emitted when kube-scoring a Deployment file
Deprecation information is Kubernetes version-specific I'm guessing, so this warning should depend on the version of Kubernetes being used.
The text was updated successfully, but these errors were encountered: