Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated openapi generation from release-1.32 #260

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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