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

docs: withKubernetesClient improved docs #2564

Merged
merged 3 commits into from
Oct 28, 2024
Merged

docs: withKubernetesClient improved docs #2564

merged 3 commits into from
Oct 28, 2024

Conversation

csviri
Copy link
Collaborator

@csviri csviri commented Oct 28, 2024

No description provided.

@csviri csviri requested a review from metacosm October 28, 2024 07:46
@csviri csviri linked an issue Oct 28, 2024 that may be closed by this pull request
@@ -121,6 +122,10 @@ public ConfigurationServiceOverrider withWorkflowExecutorService(
/**
* Replaces the default {@link KubernetesClient} instance by the specified one. This is the
* preferred mechanism to configure which client will be used to access the cluster.
* <p>
* Note that when {@link Operator#stop()} is called, by default the client is closed even if
* explicitly provided with this method. Use {@link #withKubernetesClient(KubernetesClient)} to
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't the correct link to the method to use

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh, sorry, fixed

Signed-off-by: Attila Mészáros <[email protected]>
@csviri csviri requested a review from metacosm October 28, 2024 08:16
Signed-off-by: Attila Mészáros <[email protected]>
@csviri csviri merged commit b4c6e0d into main Oct 28, 2024
20 checks passed
@csviri csviri deleted the with-client-docs branch October 28, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Surprising closing of caller-supplied clients
2 participants