Skip to content

Commit

Permalink
Merge pull request #260 from brendandburns/automated-generate-fdba9dd6
Browse files Browse the repository at this point in the history
Automated openapi generation from release-1.32
  • Loading branch information
k8s-ci-robot authored Feb 13, 2025
2 parents 3e4c6c4 + c419fa7 commit 84289d5
Show file tree
Hide file tree
Showing 1,710 changed files with 96,543 additions and 56,152 deletions.
1 change: 1 addition & 0 deletions examples/configmap/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ void delete_configmap(apiClient_t * apiClient, char *name, char *namespace_)
NULL, // char *pretty
NULL, // char *dryRun
NULL, // int *gracePeriodSeconds
NULL, // int *ignoreStoreReadErrorWithClusterBreakingPotential
NULL, // int *orphanDependents
NULL, // char *propagationPolicy
NULL // v1_delete_options_t *body
Expand Down
1 change: 1 addition & 0 deletions examples/delete_pod/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ void delete_a_pod(apiClient_t * apiClient)
NULL, // char *pretty
NULL, // char *dryRun
NULL, // int *gracePeriodSeconds
NULL, // int* ignoreStoreReadErrorWithClusterBreakingPotential
NULL, // int *orphanDependents
NULL, // char *propagationPolicy
NULL // v1_delete_options_t *body
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/.openapi-generator/COMMIT
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Requested Commit/Tag : master
Actual Commit : 462f4503668aab00181bc5ae8a788d46f809170b
Actual Commit : 187af2ec4e8a5f6f8f3bdf376134ba0a8cd677de
Loading

0 comments on commit 84289d5

Please sign in to comment.