-
Notifications
You must be signed in to change notification settings - Fork 220
chore: update to Quarkus 1.12.0 and fabric8 kubernetes-client 5.1.0 #345
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
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.
LGTM
return crd; | ||
public void loadCRDAndApplyToCluster(String classPathYaml) { | ||
var crd = loadYaml(CustomResourceDefinition.class, classPathYaml); | ||
if ("apiextensions.k8s.io/v1".equals(crd.getApiVersion())) { |
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.
clever
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.
I would rather describe this as hackish but it works… 🤷🏼 😁
No description provided.