We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dca019 commit ab0c7fcCopy full SHA for ab0c7fc
examples/delete_pod/main.c
@@ -12,7 +12,7 @@ void delete_a_pod(apiClient_t * apiClient)
12
"default", // char *namespace
13
NULL, // char *pretty
14
NULL, // char *dryRun
15
- 0, // int gracePeriodSeconds
+ 30, // int gracePeriodSeconds
16
0, // int orphanDependents
17
NULL, // char *propagationPolicy
18
NULL // v1_delete_options_t *body
0 commit comments