Skip to content

Commit 84289d5

Browse files
authored
Merge pull request #260 from brendandburns/automated-generate-fdba9dd6
Automated openapi generation from release-1.32
2 parents 3e4c6c4 + c419fa7 commit 84289d5

File tree

1,710 files changed

+96543
-56152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,710 files changed

+96543
-56152
lines changed

examples/configmap/main.c

+1
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

+1
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

kubernetes/.openapi-generator/COMMIT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Requested Commit/Tag : master
2-
Actual Commit : 462f4503668aab00181bc5ae8a788d46f809170b
2+
Actual Commit : 187af2ec4e8a5f6f8f3bdf376134ba0a8cd677de

0 commit comments

Comments
 (0)