Skip to content

CRD's don't have dry_run option #1165

Closed
@sniranjan

Description

@sniranjan

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions