Closed
Description
While working with CRDs (create/patch/delete), there is no dry_run option similar to the other native objects.
API Call for creating a custom object
api_instance.create_namespaced_custom_object(group, version, namespace, plural, body, pretty=pretty)
Reference - create_namespaced_custom_object
API Call for Deployment
api_instance.create_namespaced_deployment(namespace, body, pretty=pretty, dry_run=dry_run, field_manager=field_manager)
Is there any workaround to this?
Metadata
Metadata
Assignees
Labels
No labels