Skip to content

Commit 5eb506c

Browse files
committed
Fix examples
1 parent b1181ee commit 5eb506c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/configmap/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ void delete_configmap(apiClient_t * apiClient, char *name, char *namespace_)
122122
NULL, // char *pretty
123123
NULL, // char *dryRun
124124
NULL, // int *gracePeriodSeconds
125+
NULL, // int *ignoreStoreReadErrorWithClusterBreakingPotential
125126
NULL, // int *orphanDependents
126127
NULL, // char *propagationPolicy
127128
NULL // v1_delete_options_t *body

examples/delete_pod/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ void delete_a_pod(apiClient_t * apiClient)
1313
NULL, // char *pretty
1414
NULL, // char *dryRun
1515
NULL, // int *gracePeriodSeconds
16+
NULL, // int* ignoreStoreReadErrorWithClusterBreakingPotential
1617
NULL, // int *orphanDependents
1718
NULL, // char *propagationPolicy
1819
NULL // v1_delete_options_t *body

0 commit comments

Comments
 (0)