Skip to content

version 6.3.1 and Custom Resource Definitions #4767

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

You must be logged in to vote
KubernetesClient client = new KuberentesClientBuilder().build();

// this the main entry point for the fully type api
client.apiextensions().v1().customResourceDefinitions() 

// or you can just use the Resource api as there aren't any additional methods offered by customResourceDefinitions()
client.resources(CustomResourceDefintion.class) 

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by lirany1
Comment options

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

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