-
Notifications
You must be signed in to change notification settings - Fork 93
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
add blog post: Introduction to the various Java based Kubernetes/Open… #458
Conversation
_posts/2023-09-20-intro-to-the-various-java-based-k8s-oc-tools.adoc
Outdated
Show resolved
Hide resolved
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.
Overall this is good. However, I think we need to drive this as a WildFly based blog post.
_posts/2023-09-20-intro-to-the-various-java-based-k8s-oc-tools.adoc
Outdated
Show resolved
Hide resolved
_posts/2023-09-20-intro-to-the-various-java-based-k8s-oc-tools.adoc
Outdated
Show resolved
Hide resolved
_posts/2023-09-20-intro-to-the-various-java-based-k8s-oc-tools.adoc
Outdated
Show resolved
Hide resolved
_posts/2023-09-20-intro-to-the-various-java-based-k8s-oc-tools.adoc
Outdated
Show resolved
Hide resolved
_posts/2023-09-20-intro-to-the-various-java-based-k8s-oc-tools.adoc
Outdated
Show resolved
Hide resolved
_posts/2023-09-20-intro-to-the-various-java-based-k8s-oc-tools.adoc
Outdated
Show resolved
Hide resolved
|
||
[source,java] | ||
---- | ||
private void startResourcesInList(ExtensionContext context, KubernetesResource kubernetesResource, KubernetesList resourceList) { |
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.
We should be careful about showing these methods IMO. They could change, but it's okay to express the idea if that is the goal.
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 have added note to the code in above:
(please note these internal implementations may change in the future, and it's shown here just for expressing the idea)
@jamezp I have fixed most parts as review opinions, and I have some questions left in the comments. Could you please help to check this when you have time? Thanks! |
I'll add a section describing the usage of |
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.
Overall I think this looks okay. I think we should remove the references to the "JAX-RS" support in the Dekorate
annotation processing. That code will not work with any current version of WildFly.
The date in the path and in the header needs to be updated too before this could be merged.
_posts/2023-09-20-intro-to-the-various-java-based-k8s-oc-tools.adoc
Outdated
Show resolved
Hide resolved
Yes sir! |
I'll add the |
ac2a32a
to
14012a6
Compare
@jamezp I have finished updating the article, could you please help to review it again? Thanks! |
LGTM @liweinan. We'll once again just need a date update. |
Yes sir! |
…Shift tools and their usages in WildFly related projects.
14012a6
to
70b489c
Compare
@jamezp Done! |
…Shift tools and
their usages in WildFly related projects