Skip to content

I have an ApiClient, how can I obtain a NamespacedVolcanoClient? #5649

Answered by shawkins
hzp01 asked this question in Q&A
Discussion options

You must be logged in to vote

The prefered way is to use the client builder:

Config configuration = new ConfigBuilder().withMasterUrl(master).withOauthToken(oauthToken).build();
VolcanoClient client = new KubernetesClientBuilder().withConfig(configuration).build().adapt(VolcanoClient.class);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shawkins
Comment options

Answer selected by manusa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants