I want to create a custom resource using python's kubernetes library which has create_namespaced_custom_object function to achieve this. Before applying the resources I want to make a server side dry run as well to make sure my CRDs are not faulty.
However, I'm seeing only two possible values for dry_run argument in create_namespaced_custom_object.
Can someone help please?
Tried getting references from the following resources but got no help:
.md
/