Skip to content

Commit ab0c7fc

Browse files
committed
Provide a grace period (30 seconds) for pod deletion
1 parent 9dca019 commit ab0c7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/delete_pod/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ void delete_a_pod(apiClient_t * apiClient)
1212
"default", // char *namespace
1313
NULL, // char *pretty
1414
NULL, // char *dryRun
15-
0, // int gracePeriodSeconds
15+
30, // int gracePeriodSeconds
1616
0, // int orphanDependents
1717
NULL, // char *propagationPolicy
1818
NULL // v1_delete_options_t *body

0 commit comments

Comments
 (0)