server side dryRun using create_namespaced_custom_object of kubernetes library for python - Stack Overflow

admin2025-04-16  2

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

/

转载请注明原文地址:http://www.anycun.com/QandA/1744735410a86880.html