diff --git a/kubernetes/docs/AdmissionregistrationV1API.md b/kubernetes/docs/AdmissionregistrationV1API.md index 1136da61..84be1ff7 100644 --- a/kubernetes/docs/AdmissionregistrationV1API.md +++ b/kubernetes/docs/AdmissionregistrationV1API.md @@ -25,7 +25,7 @@ Method | HTTP request | Description ```c // create a MutatingWebhookConfiguration // -v1_mutating_webhook_configuration_t* AdmissionregistrationV1API_createMutatingWebhookConfiguration(apiClient_t *apiClient, v1_mutating_webhook_configuration_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_mutating_webhook_configuration_t* AdmissionregistrationV1API_createMutatingWebhookConfiguration(apiClient_t *apiClient, v1_mutating_webhook_configuration_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -58,7 +58,7 @@ Name | Type | Description | Notes ```c // create a ValidatingWebhookConfiguration // -v1_validating_webhook_configuration_t* AdmissionregistrationV1API_createValidatingWebhookConfiguration(apiClient_t *apiClient, v1_validating_webhook_configuration_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_validating_webhook_configuration_t* AdmissionregistrationV1API_createValidatingWebhookConfiguration(apiClient_t *apiClient, v1_validating_webhook_configuration_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -91,7 +91,7 @@ Name | Type | Description | Notes ```c // delete collection of MutatingWebhookConfiguration // -v1_status_t* AdmissionregistrationV1API_deleteCollectionMutatingWebhookConfiguration(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* AdmissionregistrationV1API_deleteCollectionMutatingWebhookConfiguration(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -133,7 +133,7 @@ Name | Type | Description | Notes ```c // delete collection of ValidatingWebhookConfiguration // -v1_status_t* AdmissionregistrationV1API_deleteCollectionValidatingWebhookConfiguration(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* AdmissionregistrationV1API_deleteCollectionValidatingWebhookConfiguration(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -175,7 +175,7 @@ Name | Type | Description | Notes ```c // delete a MutatingWebhookConfiguration // -v1_status_t* AdmissionregistrationV1API_deleteMutatingWebhookConfiguration(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* AdmissionregistrationV1API_deleteMutatingWebhookConfiguration(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -210,7 +210,7 @@ Name | Type | Description | Notes ```c // delete a ValidatingWebhookConfiguration // -v1_status_t* AdmissionregistrationV1API_deleteValidatingWebhookConfiguration(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* AdmissionregistrationV1API_deleteValidatingWebhookConfiguration(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -273,7 +273,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind MutatingWebhookConfiguration // -v1_mutating_webhook_configuration_list_t* AdmissionregistrationV1API_listMutatingWebhookConfiguration(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_mutating_webhook_configuration_list_t* AdmissionregistrationV1API_listMutatingWebhookConfiguration(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -312,7 +312,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ValidatingWebhookConfiguration // -v1_validating_webhook_configuration_list_t* AdmissionregistrationV1API_listValidatingWebhookConfiguration(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_validating_webhook_configuration_list_t* AdmissionregistrationV1API_listValidatingWebhookConfiguration(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -351,7 +351,7 @@ Name | Type | Description | Notes ```c // partially update the specified MutatingWebhookConfiguration // -v1_mutating_webhook_configuration_t* AdmissionregistrationV1API_patchMutatingWebhookConfiguration(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_mutating_webhook_configuration_t* AdmissionregistrationV1API_patchMutatingWebhookConfiguration(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -386,7 +386,7 @@ Name | Type | Description | Notes ```c // partially update the specified ValidatingWebhookConfiguration // -v1_validating_webhook_configuration_t* AdmissionregistrationV1API_patchValidatingWebhookConfiguration(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_validating_webhook_configuration_t* AdmissionregistrationV1API_patchValidatingWebhookConfiguration(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -421,7 +421,7 @@ Name | Type | Description | Notes ```c // read the specified MutatingWebhookConfiguration // -v1_mutating_webhook_configuration_t* AdmissionregistrationV1API_readMutatingWebhookConfiguration(apiClient_t *apiClient, char * name, char * pretty); +v1_mutating_webhook_configuration_t* AdmissionregistrationV1API_readMutatingWebhookConfiguration(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -451,7 +451,7 @@ Name | Type | Description | Notes ```c // read the specified ValidatingWebhookConfiguration // -v1_validating_webhook_configuration_t* AdmissionregistrationV1API_readValidatingWebhookConfiguration(apiClient_t *apiClient, char * name, char * pretty); +v1_validating_webhook_configuration_t* AdmissionregistrationV1API_readValidatingWebhookConfiguration(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -481,7 +481,7 @@ Name | Type | Description | Notes ```c // replace the specified MutatingWebhookConfiguration // -v1_mutating_webhook_configuration_t* AdmissionregistrationV1API_replaceMutatingWebhookConfiguration(apiClient_t *apiClient, char * name, v1_mutating_webhook_configuration_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_mutating_webhook_configuration_t* AdmissionregistrationV1API_replaceMutatingWebhookConfiguration(apiClient_t *apiClient, char *name, v1_mutating_webhook_configuration_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -515,7 +515,7 @@ Name | Type | Description | Notes ```c // replace the specified ValidatingWebhookConfiguration // -v1_validating_webhook_configuration_t* AdmissionregistrationV1API_replaceValidatingWebhookConfiguration(apiClient_t *apiClient, char * name, v1_validating_webhook_configuration_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_validating_webhook_configuration_t* AdmissionregistrationV1API_replaceValidatingWebhookConfiguration(apiClient_t *apiClient, char *name, v1_validating_webhook_configuration_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/AdmissionregistrationV1alpha1API.md b/kubernetes/docs/AdmissionregistrationV1alpha1API.md index 9547624c..22bd3346 100644 --- a/kubernetes/docs/AdmissionregistrationV1alpha1API.md +++ b/kubernetes/docs/AdmissionregistrationV1alpha1API.md @@ -28,7 +28,7 @@ Method | HTTP request | Description ```c // create a ValidatingAdmissionPolicy // -v1alpha1_validating_admission_policy_t* AdmissionregistrationV1alpha1API_createValidatingAdmissionPolicy(apiClient_t *apiClient, v1alpha1_validating_admission_policy_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha1_validating_admission_policy_t* AdmissionregistrationV1alpha1API_createValidatingAdmissionPolicy(apiClient_t *apiClient, v1alpha1_validating_admission_policy_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -61,7 +61,7 @@ Name | Type | Description | Notes ```c // create a ValidatingAdmissionPolicyBinding // -v1alpha1_validating_admission_policy_binding_t* AdmissionregistrationV1alpha1API_createValidatingAdmissionPolicyBinding(apiClient_t *apiClient, v1alpha1_validating_admission_policy_binding_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha1_validating_admission_policy_binding_t* AdmissionregistrationV1alpha1API_createValidatingAdmissionPolicyBinding(apiClient_t *apiClient, v1alpha1_validating_admission_policy_binding_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -94,7 +94,7 @@ Name | Type | Description | Notes ```c // delete collection of ValidatingAdmissionPolicy // -v1_status_t* AdmissionregistrationV1alpha1API_deleteCollectionValidatingAdmissionPolicy(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* AdmissionregistrationV1alpha1API_deleteCollectionValidatingAdmissionPolicy(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -136,7 +136,7 @@ Name | Type | Description | Notes ```c // delete collection of ValidatingAdmissionPolicyBinding // -v1_status_t* AdmissionregistrationV1alpha1API_deleteCollectionValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* AdmissionregistrationV1alpha1API_deleteCollectionValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -178,7 +178,7 @@ Name | Type | Description | Notes ```c // delete a ValidatingAdmissionPolicy // -v1_status_t* AdmissionregistrationV1alpha1API_deleteValidatingAdmissionPolicy(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* AdmissionregistrationV1alpha1API_deleteValidatingAdmissionPolicy(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -213,7 +213,7 @@ Name | Type | Description | Notes ```c // delete a ValidatingAdmissionPolicyBinding // -v1_status_t* AdmissionregistrationV1alpha1API_deleteValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* AdmissionregistrationV1alpha1API_deleteValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -276,7 +276,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ValidatingAdmissionPolicy // -v1alpha1_validating_admission_policy_list_t* AdmissionregistrationV1alpha1API_listValidatingAdmissionPolicy(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1alpha1_validating_admission_policy_list_t* AdmissionregistrationV1alpha1API_listValidatingAdmissionPolicy(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -315,7 +315,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ValidatingAdmissionPolicyBinding // -v1alpha1_validating_admission_policy_binding_list_t* AdmissionregistrationV1alpha1API_listValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1alpha1_validating_admission_policy_binding_list_t* AdmissionregistrationV1alpha1API_listValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -354,7 +354,7 @@ Name | Type | Description | Notes ```c // partially update the specified ValidatingAdmissionPolicy // -v1alpha1_validating_admission_policy_t* AdmissionregistrationV1alpha1API_patchValidatingAdmissionPolicy(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1alpha1_validating_admission_policy_t* AdmissionregistrationV1alpha1API_patchValidatingAdmissionPolicy(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -389,7 +389,7 @@ Name | Type | Description | Notes ```c // partially update the specified ValidatingAdmissionPolicyBinding // -v1alpha1_validating_admission_policy_binding_t* AdmissionregistrationV1alpha1API_patchValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1alpha1_validating_admission_policy_binding_t* AdmissionregistrationV1alpha1API_patchValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -424,7 +424,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified ValidatingAdmissionPolicy // -v1alpha1_validating_admission_policy_t* AdmissionregistrationV1alpha1API_patchValidatingAdmissionPolicyStatus(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1alpha1_validating_admission_policy_t* AdmissionregistrationV1alpha1API_patchValidatingAdmissionPolicyStatus(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -459,7 +459,7 @@ Name | Type | Description | Notes ```c // read the specified ValidatingAdmissionPolicy // -v1alpha1_validating_admission_policy_t* AdmissionregistrationV1alpha1API_readValidatingAdmissionPolicy(apiClient_t *apiClient, char * name, char * pretty); +v1alpha1_validating_admission_policy_t* AdmissionregistrationV1alpha1API_readValidatingAdmissionPolicy(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -489,7 +489,7 @@ Name | Type | Description | Notes ```c // read the specified ValidatingAdmissionPolicyBinding // -v1alpha1_validating_admission_policy_binding_t* AdmissionregistrationV1alpha1API_readValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char * name, char * pretty); +v1alpha1_validating_admission_policy_binding_t* AdmissionregistrationV1alpha1API_readValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -519,7 +519,7 @@ Name | Type | Description | Notes ```c // read status of the specified ValidatingAdmissionPolicy // -v1alpha1_validating_admission_policy_t* AdmissionregistrationV1alpha1API_readValidatingAdmissionPolicyStatus(apiClient_t *apiClient, char * name, char * pretty); +v1alpha1_validating_admission_policy_t* AdmissionregistrationV1alpha1API_readValidatingAdmissionPolicyStatus(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -549,7 +549,7 @@ Name | Type | Description | Notes ```c // replace the specified ValidatingAdmissionPolicy // -v1alpha1_validating_admission_policy_t* AdmissionregistrationV1alpha1API_replaceValidatingAdmissionPolicy(apiClient_t *apiClient, char * name, v1alpha1_validating_admission_policy_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha1_validating_admission_policy_t* AdmissionregistrationV1alpha1API_replaceValidatingAdmissionPolicy(apiClient_t *apiClient, char *name, v1alpha1_validating_admission_policy_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -583,7 +583,7 @@ Name | Type | Description | Notes ```c // replace the specified ValidatingAdmissionPolicyBinding // -v1alpha1_validating_admission_policy_binding_t* AdmissionregistrationV1alpha1API_replaceValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char * name, v1alpha1_validating_admission_policy_binding_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha1_validating_admission_policy_binding_t* AdmissionregistrationV1alpha1API_replaceValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char *name, v1alpha1_validating_admission_policy_binding_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -617,7 +617,7 @@ Name | Type | Description | Notes ```c // replace status of the specified ValidatingAdmissionPolicy // -v1alpha1_validating_admission_policy_t* AdmissionregistrationV1alpha1API_replaceValidatingAdmissionPolicyStatus(apiClient_t *apiClient, char * name, v1alpha1_validating_admission_policy_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha1_validating_admission_policy_t* AdmissionregistrationV1alpha1API_replaceValidatingAdmissionPolicyStatus(apiClient_t *apiClient, char *name, v1alpha1_validating_admission_policy_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/AdmissionregistrationV1beta1API.md b/kubernetes/docs/AdmissionregistrationV1beta1API.md index b7ab0a27..146b5cbb 100644 --- a/kubernetes/docs/AdmissionregistrationV1beta1API.md +++ b/kubernetes/docs/AdmissionregistrationV1beta1API.md @@ -28,7 +28,7 @@ Method | HTTP request | Description ```c // create a ValidatingAdmissionPolicy // -v1beta1_validating_admission_policy_t* AdmissionregistrationV1beta1API_createValidatingAdmissionPolicy(apiClient_t *apiClient, v1beta1_validating_admission_policy_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta1_validating_admission_policy_t* AdmissionregistrationV1beta1API_createValidatingAdmissionPolicy(apiClient_t *apiClient, v1beta1_validating_admission_policy_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -61,7 +61,7 @@ Name | Type | Description | Notes ```c // create a ValidatingAdmissionPolicyBinding // -v1beta1_validating_admission_policy_binding_t* AdmissionregistrationV1beta1API_createValidatingAdmissionPolicyBinding(apiClient_t *apiClient, v1beta1_validating_admission_policy_binding_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta1_validating_admission_policy_binding_t* AdmissionregistrationV1beta1API_createValidatingAdmissionPolicyBinding(apiClient_t *apiClient, v1beta1_validating_admission_policy_binding_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -94,7 +94,7 @@ Name | Type | Description | Notes ```c // delete collection of ValidatingAdmissionPolicy // -v1_status_t* AdmissionregistrationV1beta1API_deleteCollectionValidatingAdmissionPolicy(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* AdmissionregistrationV1beta1API_deleteCollectionValidatingAdmissionPolicy(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -136,7 +136,7 @@ Name | Type | Description | Notes ```c // delete collection of ValidatingAdmissionPolicyBinding // -v1_status_t* AdmissionregistrationV1beta1API_deleteCollectionValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* AdmissionregistrationV1beta1API_deleteCollectionValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -178,7 +178,7 @@ Name | Type | Description | Notes ```c // delete a ValidatingAdmissionPolicy // -v1_status_t* AdmissionregistrationV1beta1API_deleteValidatingAdmissionPolicy(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* AdmissionregistrationV1beta1API_deleteValidatingAdmissionPolicy(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -213,7 +213,7 @@ Name | Type | Description | Notes ```c // delete a ValidatingAdmissionPolicyBinding // -v1_status_t* AdmissionregistrationV1beta1API_deleteValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* AdmissionregistrationV1beta1API_deleteValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -276,7 +276,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ValidatingAdmissionPolicy // -v1beta1_validating_admission_policy_list_t* AdmissionregistrationV1beta1API_listValidatingAdmissionPolicy(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1beta1_validating_admission_policy_list_t* AdmissionregistrationV1beta1API_listValidatingAdmissionPolicy(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -315,7 +315,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ValidatingAdmissionPolicyBinding // -v1beta1_validating_admission_policy_binding_list_t* AdmissionregistrationV1beta1API_listValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1beta1_validating_admission_policy_binding_list_t* AdmissionregistrationV1beta1API_listValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -354,7 +354,7 @@ Name | Type | Description | Notes ```c // partially update the specified ValidatingAdmissionPolicy // -v1beta1_validating_admission_policy_t* AdmissionregistrationV1beta1API_patchValidatingAdmissionPolicy(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1beta1_validating_admission_policy_t* AdmissionregistrationV1beta1API_patchValidatingAdmissionPolicy(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -389,7 +389,7 @@ Name | Type | Description | Notes ```c // partially update the specified ValidatingAdmissionPolicyBinding // -v1beta1_validating_admission_policy_binding_t* AdmissionregistrationV1beta1API_patchValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1beta1_validating_admission_policy_binding_t* AdmissionregistrationV1beta1API_patchValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -424,7 +424,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified ValidatingAdmissionPolicy // -v1beta1_validating_admission_policy_t* AdmissionregistrationV1beta1API_patchValidatingAdmissionPolicyStatus(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1beta1_validating_admission_policy_t* AdmissionregistrationV1beta1API_patchValidatingAdmissionPolicyStatus(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -459,7 +459,7 @@ Name | Type | Description | Notes ```c // read the specified ValidatingAdmissionPolicy // -v1beta1_validating_admission_policy_t* AdmissionregistrationV1beta1API_readValidatingAdmissionPolicy(apiClient_t *apiClient, char * name, char * pretty); +v1beta1_validating_admission_policy_t* AdmissionregistrationV1beta1API_readValidatingAdmissionPolicy(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -489,7 +489,7 @@ Name | Type | Description | Notes ```c // read the specified ValidatingAdmissionPolicyBinding // -v1beta1_validating_admission_policy_binding_t* AdmissionregistrationV1beta1API_readValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char * name, char * pretty); +v1beta1_validating_admission_policy_binding_t* AdmissionregistrationV1beta1API_readValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -519,7 +519,7 @@ Name | Type | Description | Notes ```c // read status of the specified ValidatingAdmissionPolicy // -v1beta1_validating_admission_policy_t* AdmissionregistrationV1beta1API_readValidatingAdmissionPolicyStatus(apiClient_t *apiClient, char * name, char * pretty); +v1beta1_validating_admission_policy_t* AdmissionregistrationV1beta1API_readValidatingAdmissionPolicyStatus(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -549,7 +549,7 @@ Name | Type | Description | Notes ```c // replace the specified ValidatingAdmissionPolicy // -v1beta1_validating_admission_policy_t* AdmissionregistrationV1beta1API_replaceValidatingAdmissionPolicy(apiClient_t *apiClient, char * name, v1beta1_validating_admission_policy_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta1_validating_admission_policy_t* AdmissionregistrationV1beta1API_replaceValidatingAdmissionPolicy(apiClient_t *apiClient, char *name, v1beta1_validating_admission_policy_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -583,7 +583,7 @@ Name | Type | Description | Notes ```c // replace the specified ValidatingAdmissionPolicyBinding // -v1beta1_validating_admission_policy_binding_t* AdmissionregistrationV1beta1API_replaceValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char * name, v1beta1_validating_admission_policy_binding_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta1_validating_admission_policy_binding_t* AdmissionregistrationV1beta1API_replaceValidatingAdmissionPolicyBinding(apiClient_t *apiClient, char *name, v1beta1_validating_admission_policy_binding_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -617,7 +617,7 @@ Name | Type | Description | Notes ```c // replace status of the specified ValidatingAdmissionPolicy // -v1beta1_validating_admission_policy_t* AdmissionregistrationV1beta1API_replaceValidatingAdmissionPolicyStatus(apiClient_t *apiClient, char * name, v1beta1_validating_admission_policy_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta1_validating_admission_policy_t* AdmissionregistrationV1beta1API_replaceValidatingAdmissionPolicyStatus(apiClient_t *apiClient, char *name, v1beta1_validating_admission_policy_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/ApiextensionsV1API.md b/kubernetes/docs/ApiextensionsV1API.md index bb30dcd2..372c90f8 100644 --- a/kubernetes/docs/ApiextensionsV1API.md +++ b/kubernetes/docs/ApiextensionsV1API.md @@ -21,7 +21,7 @@ Method | HTTP request | Description ```c // create a CustomResourceDefinition // -v1_custom_resource_definition_t* ApiextensionsV1API_createCustomResourceDefinition(apiClient_t *apiClient, v1_custom_resource_definition_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_custom_resource_definition_t* ApiextensionsV1API_createCustomResourceDefinition(apiClient_t *apiClient, v1_custom_resource_definition_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -54,7 +54,7 @@ Name | Type | Description | Notes ```c // delete collection of CustomResourceDefinition // -v1_status_t* ApiextensionsV1API_deleteCollectionCustomResourceDefinition(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* ApiextensionsV1API_deleteCollectionCustomResourceDefinition(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -96,7 +96,7 @@ Name | Type | Description | Notes ```c // delete a CustomResourceDefinition // -v1_status_t* ApiextensionsV1API_deleteCustomResourceDefinition(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* ApiextensionsV1API_deleteCustomResourceDefinition(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -159,7 +159,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind CustomResourceDefinition // -v1_custom_resource_definition_list_t* ApiextensionsV1API_listCustomResourceDefinition(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_custom_resource_definition_list_t* ApiextensionsV1API_listCustomResourceDefinition(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -198,7 +198,7 @@ Name | Type | Description | Notes ```c // partially update the specified CustomResourceDefinition // -v1_custom_resource_definition_t* ApiextensionsV1API_patchCustomResourceDefinition(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_custom_resource_definition_t* ApiextensionsV1API_patchCustomResourceDefinition(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -233,7 +233,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified CustomResourceDefinition // -v1_custom_resource_definition_t* ApiextensionsV1API_patchCustomResourceDefinitionStatus(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_custom_resource_definition_t* ApiextensionsV1API_patchCustomResourceDefinitionStatus(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -268,7 +268,7 @@ Name | Type | Description | Notes ```c // read the specified CustomResourceDefinition // -v1_custom_resource_definition_t* ApiextensionsV1API_readCustomResourceDefinition(apiClient_t *apiClient, char * name, char * pretty); +v1_custom_resource_definition_t* ApiextensionsV1API_readCustomResourceDefinition(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -298,7 +298,7 @@ Name | Type | Description | Notes ```c // read status of the specified CustomResourceDefinition // -v1_custom_resource_definition_t* ApiextensionsV1API_readCustomResourceDefinitionStatus(apiClient_t *apiClient, char * name, char * pretty); +v1_custom_resource_definition_t* ApiextensionsV1API_readCustomResourceDefinitionStatus(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -328,7 +328,7 @@ Name | Type | Description | Notes ```c // replace the specified CustomResourceDefinition // -v1_custom_resource_definition_t* ApiextensionsV1API_replaceCustomResourceDefinition(apiClient_t *apiClient, char * name, v1_custom_resource_definition_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_custom_resource_definition_t* ApiextensionsV1API_replaceCustomResourceDefinition(apiClient_t *apiClient, char *name, v1_custom_resource_definition_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -362,7 +362,7 @@ Name | Type | Description | Notes ```c // replace status of the specified CustomResourceDefinition // -v1_custom_resource_definition_t* ApiextensionsV1API_replaceCustomResourceDefinitionStatus(apiClient_t *apiClient, char * name, v1_custom_resource_definition_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_custom_resource_definition_t* ApiextensionsV1API_replaceCustomResourceDefinitionStatus(apiClient_t *apiClient, char *name, v1_custom_resource_definition_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/ApiregistrationV1API.md b/kubernetes/docs/ApiregistrationV1API.md index 288b4159..815ce878 100644 --- a/kubernetes/docs/ApiregistrationV1API.md +++ b/kubernetes/docs/ApiregistrationV1API.md @@ -21,7 +21,7 @@ Method | HTTP request | Description ```c // create an APIService // -v1_api_service_t* ApiregistrationV1API_createAPIService(apiClient_t *apiClient, v1_api_service_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_api_service_t* ApiregistrationV1API_createAPIService(apiClient_t *apiClient, v1_api_service_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -54,7 +54,7 @@ Name | Type | Description | Notes ```c // delete an APIService // -v1_status_t* ApiregistrationV1API_deleteAPIService(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* ApiregistrationV1API_deleteAPIService(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -89,7 +89,7 @@ Name | Type | Description | Notes ```c // delete collection of APIService // -v1_status_t* ApiregistrationV1API_deleteCollectionAPIService(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* ApiregistrationV1API_deleteCollectionAPIService(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -159,7 +159,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind APIService // -v1_api_service_list_t* ApiregistrationV1API_listAPIService(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_api_service_list_t* ApiregistrationV1API_listAPIService(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -198,7 +198,7 @@ Name | Type | Description | Notes ```c // partially update the specified APIService // -v1_api_service_t* ApiregistrationV1API_patchAPIService(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_api_service_t* ApiregistrationV1API_patchAPIService(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -233,7 +233,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified APIService // -v1_api_service_t* ApiregistrationV1API_patchAPIServiceStatus(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_api_service_t* ApiregistrationV1API_patchAPIServiceStatus(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -268,7 +268,7 @@ Name | Type | Description | Notes ```c // read the specified APIService // -v1_api_service_t* ApiregistrationV1API_readAPIService(apiClient_t *apiClient, char * name, char * pretty); +v1_api_service_t* ApiregistrationV1API_readAPIService(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -298,7 +298,7 @@ Name | Type | Description | Notes ```c // read status of the specified APIService // -v1_api_service_t* ApiregistrationV1API_readAPIServiceStatus(apiClient_t *apiClient, char * name, char * pretty); +v1_api_service_t* ApiregistrationV1API_readAPIServiceStatus(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -328,7 +328,7 @@ Name | Type | Description | Notes ```c // replace the specified APIService // -v1_api_service_t* ApiregistrationV1API_replaceAPIService(apiClient_t *apiClient, char * name, v1_api_service_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_api_service_t* ApiregistrationV1API_replaceAPIService(apiClient_t *apiClient, char *name, v1_api_service_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -362,7 +362,7 @@ Name | Type | Description | Notes ```c // replace status of the specified APIService // -v1_api_service_t* ApiregistrationV1API_replaceAPIServiceStatus(apiClient_t *apiClient, char * name, v1_api_service_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_api_service_t* ApiregistrationV1API_replaceAPIServiceStatus(apiClient_t *apiClient, char *name, v1_api_service_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/AppsV1API.md b/kubernetes/docs/AppsV1API.md index e40376be..d29ad0cd 100644 --- a/kubernetes/docs/AppsV1API.md +++ b/kubernetes/docs/AppsV1API.md @@ -72,7 +72,7 @@ Method | HTTP request | Description ```c // create a ControllerRevision // -v1_controller_revision_t* AppsV1API_createNamespacedControllerRevision(apiClient_t *apiClient, char * _namespace, v1_controller_revision_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_controller_revision_t* AppsV1API_createNamespacedControllerRevision(apiClient_t *apiClient, char *_namespace, v1_controller_revision_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -106,7 +106,7 @@ Name | Type | Description | Notes ```c // create a DaemonSet // -v1_daemon_set_t* AppsV1API_createNamespacedDaemonSet(apiClient_t *apiClient, char * _namespace, v1_daemon_set_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_daemon_set_t* AppsV1API_createNamespacedDaemonSet(apiClient_t *apiClient, char *_namespace, v1_daemon_set_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -140,7 +140,7 @@ Name | Type | Description | Notes ```c // create a Deployment // -v1_deployment_t* AppsV1API_createNamespacedDeployment(apiClient_t *apiClient, char * _namespace, v1_deployment_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_deployment_t* AppsV1API_createNamespacedDeployment(apiClient_t *apiClient, char *_namespace, v1_deployment_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -174,7 +174,7 @@ Name | Type | Description | Notes ```c // create a ReplicaSet // -v1_replica_set_t* AppsV1API_createNamespacedReplicaSet(apiClient_t *apiClient, char * _namespace, v1_replica_set_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_replica_set_t* AppsV1API_createNamespacedReplicaSet(apiClient_t *apiClient, char *_namespace, v1_replica_set_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -208,7 +208,7 @@ Name | Type | Description | Notes ```c // create a StatefulSet // -v1_stateful_set_t* AppsV1API_createNamespacedStatefulSet(apiClient_t *apiClient, char * _namespace, v1_stateful_set_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_stateful_set_t* AppsV1API_createNamespacedStatefulSet(apiClient_t *apiClient, char *_namespace, v1_stateful_set_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -242,7 +242,7 @@ Name | Type | Description | Notes ```c // delete collection of ControllerRevision // -v1_status_t* AppsV1API_deleteCollectionNamespacedControllerRevision(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* AppsV1API_deleteCollectionNamespacedControllerRevision(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -285,7 +285,7 @@ Name | Type | Description | Notes ```c // delete collection of DaemonSet // -v1_status_t* AppsV1API_deleteCollectionNamespacedDaemonSet(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* AppsV1API_deleteCollectionNamespacedDaemonSet(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -328,7 +328,7 @@ Name | Type | Description | Notes ```c // delete collection of Deployment // -v1_status_t* AppsV1API_deleteCollectionNamespacedDeployment(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* AppsV1API_deleteCollectionNamespacedDeployment(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -371,7 +371,7 @@ Name | Type | Description | Notes ```c // delete collection of ReplicaSet // -v1_status_t* AppsV1API_deleteCollectionNamespacedReplicaSet(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* AppsV1API_deleteCollectionNamespacedReplicaSet(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -414,7 +414,7 @@ Name | Type | Description | Notes ```c // delete collection of StatefulSet // -v1_status_t* AppsV1API_deleteCollectionNamespacedStatefulSet(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* AppsV1API_deleteCollectionNamespacedStatefulSet(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -457,7 +457,7 @@ Name | Type | Description | Notes ```c // delete a ControllerRevision // -v1_status_t* AppsV1API_deleteNamespacedControllerRevision(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* AppsV1API_deleteNamespacedControllerRevision(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -493,7 +493,7 @@ Name | Type | Description | Notes ```c // delete a DaemonSet // -v1_status_t* AppsV1API_deleteNamespacedDaemonSet(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* AppsV1API_deleteNamespacedDaemonSet(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -529,7 +529,7 @@ Name | Type | Description | Notes ```c // delete a Deployment // -v1_status_t* AppsV1API_deleteNamespacedDeployment(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* AppsV1API_deleteNamespacedDeployment(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -565,7 +565,7 @@ Name | Type | Description | Notes ```c // delete a ReplicaSet // -v1_status_t* AppsV1API_deleteNamespacedReplicaSet(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* AppsV1API_deleteNamespacedReplicaSet(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -601,7 +601,7 @@ Name | Type | Description | Notes ```c // delete a StatefulSet // -v1_status_t* AppsV1API_deleteNamespacedStatefulSet(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* AppsV1API_deleteNamespacedStatefulSet(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -665,7 +665,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ControllerRevision // -v1_controller_revision_list_t* AppsV1API_listControllerRevisionForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_controller_revision_list_t* AppsV1API_listControllerRevisionForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -704,7 +704,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind DaemonSet // -v1_daemon_set_list_t* AppsV1API_listDaemonSetForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_daemon_set_list_t* AppsV1API_listDaemonSetForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -743,7 +743,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Deployment // -v1_deployment_list_t* AppsV1API_listDeploymentForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_deployment_list_t* AppsV1API_listDeploymentForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -782,7 +782,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ControllerRevision // -v1_controller_revision_list_t* AppsV1API_listNamespacedControllerRevision(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_controller_revision_list_t* AppsV1API_listNamespacedControllerRevision(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -822,7 +822,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind DaemonSet // -v1_daemon_set_list_t* AppsV1API_listNamespacedDaemonSet(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_daemon_set_list_t* AppsV1API_listNamespacedDaemonSet(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -862,7 +862,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Deployment // -v1_deployment_list_t* AppsV1API_listNamespacedDeployment(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_deployment_list_t* AppsV1API_listNamespacedDeployment(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -902,7 +902,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ReplicaSet // -v1_replica_set_list_t* AppsV1API_listNamespacedReplicaSet(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_replica_set_list_t* AppsV1API_listNamespacedReplicaSet(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -942,7 +942,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind StatefulSet // -v1_stateful_set_list_t* AppsV1API_listNamespacedStatefulSet(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_stateful_set_list_t* AppsV1API_listNamespacedStatefulSet(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -982,7 +982,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ReplicaSet // -v1_replica_set_list_t* AppsV1API_listReplicaSetForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_replica_set_list_t* AppsV1API_listReplicaSetForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -1021,7 +1021,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind StatefulSet // -v1_stateful_set_list_t* AppsV1API_listStatefulSetForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_stateful_set_list_t* AppsV1API_listStatefulSetForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -1060,7 +1060,7 @@ Name | Type | Description | Notes ```c // partially update the specified ControllerRevision // -v1_controller_revision_t* AppsV1API_patchNamespacedControllerRevision(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_controller_revision_t* AppsV1API_patchNamespacedControllerRevision(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1096,7 +1096,7 @@ Name | Type | Description | Notes ```c // partially update the specified DaemonSet // -v1_daemon_set_t* AppsV1API_patchNamespacedDaemonSet(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_daemon_set_t* AppsV1API_patchNamespacedDaemonSet(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1132,7 +1132,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified DaemonSet // -v1_daemon_set_t* AppsV1API_patchNamespacedDaemonSetStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_daemon_set_t* AppsV1API_patchNamespacedDaemonSetStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1168,7 +1168,7 @@ Name | Type | Description | Notes ```c // partially update the specified Deployment // -v1_deployment_t* AppsV1API_patchNamespacedDeployment(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_deployment_t* AppsV1API_patchNamespacedDeployment(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1204,7 +1204,7 @@ Name | Type | Description | Notes ```c // partially update scale of the specified Deployment // -v1_scale_t* AppsV1API_patchNamespacedDeploymentScale(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_scale_t* AppsV1API_patchNamespacedDeploymentScale(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1240,7 +1240,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified Deployment // -v1_deployment_t* AppsV1API_patchNamespacedDeploymentStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_deployment_t* AppsV1API_patchNamespacedDeploymentStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1276,7 +1276,7 @@ Name | Type | Description | Notes ```c // partially update the specified ReplicaSet // -v1_replica_set_t* AppsV1API_patchNamespacedReplicaSet(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_replica_set_t* AppsV1API_patchNamespacedReplicaSet(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1312,7 +1312,7 @@ Name | Type | Description | Notes ```c // partially update scale of the specified ReplicaSet // -v1_scale_t* AppsV1API_patchNamespacedReplicaSetScale(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_scale_t* AppsV1API_patchNamespacedReplicaSetScale(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1348,7 +1348,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified ReplicaSet // -v1_replica_set_t* AppsV1API_patchNamespacedReplicaSetStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_replica_set_t* AppsV1API_patchNamespacedReplicaSetStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1384,7 +1384,7 @@ Name | Type | Description | Notes ```c // partially update the specified StatefulSet // -v1_stateful_set_t* AppsV1API_patchNamespacedStatefulSet(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_stateful_set_t* AppsV1API_patchNamespacedStatefulSet(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1420,7 +1420,7 @@ Name | Type | Description | Notes ```c // partially update scale of the specified StatefulSet // -v1_scale_t* AppsV1API_patchNamespacedStatefulSetScale(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_scale_t* AppsV1API_patchNamespacedStatefulSetScale(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1456,7 +1456,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified StatefulSet // -v1_stateful_set_t* AppsV1API_patchNamespacedStatefulSetStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_stateful_set_t* AppsV1API_patchNamespacedStatefulSetStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1492,7 +1492,7 @@ Name | Type | Description | Notes ```c // read the specified ControllerRevision // -v1_controller_revision_t* AppsV1API_readNamespacedControllerRevision(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_controller_revision_t* AppsV1API_readNamespacedControllerRevision(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1523,7 +1523,7 @@ Name | Type | Description | Notes ```c // read the specified DaemonSet // -v1_daemon_set_t* AppsV1API_readNamespacedDaemonSet(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_daemon_set_t* AppsV1API_readNamespacedDaemonSet(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1554,7 +1554,7 @@ Name | Type | Description | Notes ```c // read status of the specified DaemonSet // -v1_daemon_set_t* AppsV1API_readNamespacedDaemonSetStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_daemon_set_t* AppsV1API_readNamespacedDaemonSetStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1585,7 +1585,7 @@ Name | Type | Description | Notes ```c // read the specified Deployment // -v1_deployment_t* AppsV1API_readNamespacedDeployment(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_deployment_t* AppsV1API_readNamespacedDeployment(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1616,7 +1616,7 @@ Name | Type | Description | Notes ```c // read scale of the specified Deployment // -v1_scale_t* AppsV1API_readNamespacedDeploymentScale(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_scale_t* AppsV1API_readNamespacedDeploymentScale(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1647,7 +1647,7 @@ Name | Type | Description | Notes ```c // read status of the specified Deployment // -v1_deployment_t* AppsV1API_readNamespacedDeploymentStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_deployment_t* AppsV1API_readNamespacedDeploymentStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1678,7 +1678,7 @@ Name | Type | Description | Notes ```c // read the specified ReplicaSet // -v1_replica_set_t* AppsV1API_readNamespacedReplicaSet(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_replica_set_t* AppsV1API_readNamespacedReplicaSet(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1709,7 +1709,7 @@ Name | Type | Description | Notes ```c // read scale of the specified ReplicaSet // -v1_scale_t* AppsV1API_readNamespacedReplicaSetScale(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_scale_t* AppsV1API_readNamespacedReplicaSetScale(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1740,7 +1740,7 @@ Name | Type | Description | Notes ```c // read status of the specified ReplicaSet // -v1_replica_set_t* AppsV1API_readNamespacedReplicaSetStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_replica_set_t* AppsV1API_readNamespacedReplicaSetStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1771,7 +1771,7 @@ Name | Type | Description | Notes ```c // read the specified StatefulSet // -v1_stateful_set_t* AppsV1API_readNamespacedStatefulSet(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_stateful_set_t* AppsV1API_readNamespacedStatefulSet(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1802,7 +1802,7 @@ Name | Type | Description | Notes ```c // read scale of the specified StatefulSet // -v1_scale_t* AppsV1API_readNamespacedStatefulSetScale(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_scale_t* AppsV1API_readNamespacedStatefulSetScale(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1833,7 +1833,7 @@ Name | Type | Description | Notes ```c // read status of the specified StatefulSet // -v1_stateful_set_t* AppsV1API_readNamespacedStatefulSetStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_stateful_set_t* AppsV1API_readNamespacedStatefulSetStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1864,7 +1864,7 @@ Name | Type | Description | Notes ```c // replace the specified ControllerRevision // -v1_controller_revision_t* AppsV1API_replaceNamespacedControllerRevision(apiClient_t *apiClient, char * name, char * _namespace, v1_controller_revision_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_controller_revision_t* AppsV1API_replaceNamespacedControllerRevision(apiClient_t *apiClient, char *name, char *_namespace, v1_controller_revision_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1899,7 +1899,7 @@ Name | Type | Description | Notes ```c // replace the specified DaemonSet // -v1_daemon_set_t* AppsV1API_replaceNamespacedDaemonSet(apiClient_t *apiClient, char * name, char * _namespace, v1_daemon_set_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_daemon_set_t* AppsV1API_replaceNamespacedDaemonSet(apiClient_t *apiClient, char *name, char *_namespace, v1_daemon_set_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1934,7 +1934,7 @@ Name | Type | Description | Notes ```c // replace status of the specified DaemonSet // -v1_daemon_set_t* AppsV1API_replaceNamespacedDaemonSetStatus(apiClient_t *apiClient, char * name, char * _namespace, v1_daemon_set_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_daemon_set_t* AppsV1API_replaceNamespacedDaemonSetStatus(apiClient_t *apiClient, char *name, char *_namespace, v1_daemon_set_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1969,7 +1969,7 @@ Name | Type | Description | Notes ```c // replace the specified Deployment // -v1_deployment_t* AppsV1API_replaceNamespacedDeployment(apiClient_t *apiClient, char * name, char * _namespace, v1_deployment_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_deployment_t* AppsV1API_replaceNamespacedDeployment(apiClient_t *apiClient, char *name, char *_namespace, v1_deployment_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2004,7 +2004,7 @@ Name | Type | Description | Notes ```c // replace scale of the specified Deployment // -v1_scale_t* AppsV1API_replaceNamespacedDeploymentScale(apiClient_t *apiClient, char * name, char * _namespace, v1_scale_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_scale_t* AppsV1API_replaceNamespacedDeploymentScale(apiClient_t *apiClient, char *name, char *_namespace, v1_scale_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2039,7 +2039,7 @@ Name | Type | Description | Notes ```c // replace status of the specified Deployment // -v1_deployment_t* AppsV1API_replaceNamespacedDeploymentStatus(apiClient_t *apiClient, char * name, char * _namespace, v1_deployment_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_deployment_t* AppsV1API_replaceNamespacedDeploymentStatus(apiClient_t *apiClient, char *name, char *_namespace, v1_deployment_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2074,7 +2074,7 @@ Name | Type | Description | Notes ```c // replace the specified ReplicaSet // -v1_replica_set_t* AppsV1API_replaceNamespacedReplicaSet(apiClient_t *apiClient, char * name, char * _namespace, v1_replica_set_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_replica_set_t* AppsV1API_replaceNamespacedReplicaSet(apiClient_t *apiClient, char *name, char *_namespace, v1_replica_set_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2109,7 +2109,7 @@ Name | Type | Description | Notes ```c // replace scale of the specified ReplicaSet // -v1_scale_t* AppsV1API_replaceNamespacedReplicaSetScale(apiClient_t *apiClient, char * name, char * _namespace, v1_scale_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_scale_t* AppsV1API_replaceNamespacedReplicaSetScale(apiClient_t *apiClient, char *name, char *_namespace, v1_scale_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2144,7 +2144,7 @@ Name | Type | Description | Notes ```c // replace status of the specified ReplicaSet // -v1_replica_set_t* AppsV1API_replaceNamespacedReplicaSetStatus(apiClient_t *apiClient, char * name, char * _namespace, v1_replica_set_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_replica_set_t* AppsV1API_replaceNamespacedReplicaSetStatus(apiClient_t *apiClient, char *name, char *_namespace, v1_replica_set_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2179,7 +2179,7 @@ Name | Type | Description | Notes ```c // replace the specified StatefulSet // -v1_stateful_set_t* AppsV1API_replaceNamespacedStatefulSet(apiClient_t *apiClient, char * name, char * _namespace, v1_stateful_set_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_stateful_set_t* AppsV1API_replaceNamespacedStatefulSet(apiClient_t *apiClient, char *name, char *_namespace, v1_stateful_set_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2214,7 +2214,7 @@ Name | Type | Description | Notes ```c // replace scale of the specified StatefulSet // -v1_scale_t* AppsV1API_replaceNamespacedStatefulSetScale(apiClient_t *apiClient, char * name, char * _namespace, v1_scale_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_scale_t* AppsV1API_replaceNamespacedStatefulSetScale(apiClient_t *apiClient, char *name, char *_namespace, v1_scale_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2249,7 +2249,7 @@ Name | Type | Description | Notes ```c // replace status of the specified StatefulSet // -v1_stateful_set_t* AppsV1API_replaceNamespacedStatefulSetStatus(apiClient_t *apiClient, char * name, char * _namespace, v1_stateful_set_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_stateful_set_t* AppsV1API_replaceNamespacedStatefulSetStatus(apiClient_t *apiClient, char *name, char *_namespace, v1_stateful_set_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/AuthenticationV1API.md b/kubernetes/docs/AuthenticationV1API.md index d96acaf7..bc03b6cf 100644 --- a/kubernetes/docs/AuthenticationV1API.md +++ b/kubernetes/docs/AuthenticationV1API.md @@ -13,7 +13,7 @@ Method | HTTP request | Description ```c // create a SelfSubjectReview // -v1_self_subject_review_t* AuthenticationV1API_createSelfSubjectReview(apiClient_t *apiClient, v1_self_subject_review_t * body, char * dryRun, char * fieldManager, char * fieldValidation, char * pretty); +v1_self_subject_review_t* AuthenticationV1API_createSelfSubjectReview(apiClient_t *apiClient, v1_self_subject_review_t *body, char *dryRun, char *fieldManager, char *fieldValidation, char *pretty); ``` ### Parameters @@ -46,7 +46,7 @@ Name | Type | Description | Notes ```c // create a TokenReview // -v1_token_review_t* AuthenticationV1API_createTokenReview(apiClient_t *apiClient, v1_token_review_t * body, char * dryRun, char * fieldManager, char * fieldValidation, char * pretty); +v1_token_review_t* AuthenticationV1API_createTokenReview(apiClient_t *apiClient, v1_token_review_t *body, char *dryRun, char *fieldManager, char *fieldValidation, char *pretty); ``` ### Parameters diff --git a/kubernetes/docs/AuthenticationV1alpha1API.md b/kubernetes/docs/AuthenticationV1alpha1API.md index b03d3ca1..e787a7ea 100644 --- a/kubernetes/docs/AuthenticationV1alpha1API.md +++ b/kubernetes/docs/AuthenticationV1alpha1API.md @@ -12,7 +12,7 @@ Method | HTTP request | Description ```c // create a SelfSubjectReview // -v1alpha1_self_subject_review_t* AuthenticationV1alpha1API_createSelfSubjectReview(apiClient_t *apiClient, v1alpha1_self_subject_review_t * body, char * dryRun, char * fieldManager, char * fieldValidation, char * pretty); +v1alpha1_self_subject_review_t* AuthenticationV1alpha1API_createSelfSubjectReview(apiClient_t *apiClient, v1alpha1_self_subject_review_t *body, char *dryRun, char *fieldManager, char *fieldValidation, char *pretty); ``` ### Parameters diff --git a/kubernetes/docs/AuthenticationV1beta1API.md b/kubernetes/docs/AuthenticationV1beta1API.md index ae8930a9..2946206a 100644 --- a/kubernetes/docs/AuthenticationV1beta1API.md +++ b/kubernetes/docs/AuthenticationV1beta1API.md @@ -12,7 +12,7 @@ Method | HTTP request | Description ```c // create a SelfSubjectReview // -v1beta1_self_subject_review_t* AuthenticationV1beta1API_createSelfSubjectReview(apiClient_t *apiClient, v1beta1_self_subject_review_t * body, char * dryRun, char * fieldManager, char * fieldValidation, char * pretty); +v1beta1_self_subject_review_t* AuthenticationV1beta1API_createSelfSubjectReview(apiClient_t *apiClient, v1beta1_self_subject_review_t *body, char *dryRun, char *fieldManager, char *fieldValidation, char *pretty); ``` ### Parameters diff --git a/kubernetes/docs/AuthorizationV1API.md b/kubernetes/docs/AuthorizationV1API.md index addacacc..48f58808 100644 --- a/kubernetes/docs/AuthorizationV1API.md +++ b/kubernetes/docs/AuthorizationV1API.md @@ -15,7 +15,7 @@ Method | HTTP request | Description ```c // create a LocalSubjectAccessReview // -v1_local_subject_access_review_t* AuthorizationV1API_createNamespacedLocalSubjectAccessReview(apiClient_t *apiClient, char * _namespace, v1_local_subject_access_review_t * body, char * dryRun, char * fieldManager, char * fieldValidation, char * pretty); +v1_local_subject_access_review_t* AuthorizationV1API_createNamespacedLocalSubjectAccessReview(apiClient_t *apiClient, char *_namespace, v1_local_subject_access_review_t *body, char *dryRun, char *fieldManager, char *fieldValidation, char *pretty); ``` ### Parameters @@ -49,7 +49,7 @@ Name | Type | Description | Notes ```c // create a SelfSubjectAccessReview // -v1_self_subject_access_review_t* AuthorizationV1API_createSelfSubjectAccessReview(apiClient_t *apiClient, v1_self_subject_access_review_t * body, char * dryRun, char * fieldManager, char * fieldValidation, char * pretty); +v1_self_subject_access_review_t* AuthorizationV1API_createSelfSubjectAccessReview(apiClient_t *apiClient, v1_self_subject_access_review_t *body, char *dryRun, char *fieldManager, char *fieldValidation, char *pretty); ``` ### Parameters @@ -82,7 +82,7 @@ Name | Type | Description | Notes ```c // create a SelfSubjectRulesReview // -v1_self_subject_rules_review_t* AuthorizationV1API_createSelfSubjectRulesReview(apiClient_t *apiClient, v1_self_subject_rules_review_t * body, char * dryRun, char * fieldManager, char * fieldValidation, char * pretty); +v1_self_subject_rules_review_t* AuthorizationV1API_createSelfSubjectRulesReview(apiClient_t *apiClient, v1_self_subject_rules_review_t *body, char *dryRun, char *fieldManager, char *fieldValidation, char *pretty); ``` ### Parameters @@ -115,7 +115,7 @@ Name | Type | Description | Notes ```c // create a SubjectAccessReview // -v1_subject_access_review_t* AuthorizationV1API_createSubjectAccessReview(apiClient_t *apiClient, v1_subject_access_review_t * body, char * dryRun, char * fieldManager, char * fieldValidation, char * pretty); +v1_subject_access_review_t* AuthorizationV1API_createSubjectAccessReview(apiClient_t *apiClient, v1_subject_access_review_t *body, char *dryRun, char *fieldManager, char *fieldValidation, char *pretty); ``` ### Parameters diff --git a/kubernetes/docs/AutoscalingV1API.md b/kubernetes/docs/AutoscalingV1API.md index 7d236290..2f7fbf3f 100644 --- a/kubernetes/docs/AutoscalingV1API.md +++ b/kubernetes/docs/AutoscalingV1API.md @@ -22,7 +22,7 @@ Method | HTTP request | Description ```c // create a HorizontalPodAutoscaler // -v1_horizontal_pod_autoscaler_t* AutoscalingV1API_createNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char * _namespace, v1_horizontal_pod_autoscaler_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_horizontal_pod_autoscaler_t* AutoscalingV1API_createNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char *_namespace, v1_horizontal_pod_autoscaler_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -56,7 +56,7 @@ Name | Type | Description | Notes ```c // delete collection of HorizontalPodAutoscaler // -v1_status_t* AutoscalingV1API_deleteCollectionNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* AutoscalingV1API_deleteCollectionNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -99,7 +99,7 @@ Name | Type | Description | Notes ```c // delete a HorizontalPodAutoscaler // -v1_status_t* AutoscalingV1API_deleteNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* AutoscalingV1API_deleteNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -163,7 +163,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind HorizontalPodAutoscaler // -v1_horizontal_pod_autoscaler_list_t* AutoscalingV1API_listHorizontalPodAutoscalerForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_horizontal_pod_autoscaler_list_t* AutoscalingV1API_listHorizontalPodAutoscalerForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -202,7 +202,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind HorizontalPodAutoscaler // -v1_horizontal_pod_autoscaler_list_t* AutoscalingV1API_listNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_horizontal_pod_autoscaler_list_t* AutoscalingV1API_listNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -242,7 +242,7 @@ Name | Type | Description | Notes ```c // partially update the specified HorizontalPodAutoscaler // -v1_horizontal_pod_autoscaler_t* AutoscalingV1API_patchNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_horizontal_pod_autoscaler_t* AutoscalingV1API_patchNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -278,7 +278,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified HorizontalPodAutoscaler // -v1_horizontal_pod_autoscaler_t* AutoscalingV1API_patchNamespacedHorizontalPodAutoscalerStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_horizontal_pod_autoscaler_t* AutoscalingV1API_patchNamespacedHorizontalPodAutoscalerStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -314,7 +314,7 @@ Name | Type | Description | Notes ```c // read the specified HorizontalPodAutoscaler // -v1_horizontal_pod_autoscaler_t* AutoscalingV1API_readNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_horizontal_pod_autoscaler_t* AutoscalingV1API_readNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -345,7 +345,7 @@ Name | Type | Description | Notes ```c // read status of the specified HorizontalPodAutoscaler // -v1_horizontal_pod_autoscaler_t* AutoscalingV1API_readNamespacedHorizontalPodAutoscalerStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_horizontal_pod_autoscaler_t* AutoscalingV1API_readNamespacedHorizontalPodAutoscalerStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -376,7 +376,7 @@ Name | Type | Description | Notes ```c // replace the specified HorizontalPodAutoscaler // -v1_horizontal_pod_autoscaler_t* AutoscalingV1API_replaceNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char * name, char * _namespace, v1_horizontal_pod_autoscaler_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_horizontal_pod_autoscaler_t* AutoscalingV1API_replaceNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char *name, char *_namespace, v1_horizontal_pod_autoscaler_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -411,7 +411,7 @@ Name | Type | Description | Notes ```c // replace status of the specified HorizontalPodAutoscaler // -v1_horizontal_pod_autoscaler_t* AutoscalingV1API_replaceNamespacedHorizontalPodAutoscalerStatus(apiClient_t *apiClient, char * name, char * _namespace, v1_horizontal_pod_autoscaler_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_horizontal_pod_autoscaler_t* AutoscalingV1API_replaceNamespacedHorizontalPodAutoscalerStatus(apiClient_t *apiClient, char *name, char *_namespace, v1_horizontal_pod_autoscaler_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/AutoscalingV2API.md b/kubernetes/docs/AutoscalingV2API.md index f99daeef..1e8b1c2d 100644 --- a/kubernetes/docs/AutoscalingV2API.md +++ b/kubernetes/docs/AutoscalingV2API.md @@ -22,7 +22,7 @@ Method | HTTP request | Description ```c // create a HorizontalPodAutoscaler // -v2_horizontal_pod_autoscaler_t* AutoscalingV2API_createNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char * _namespace, v2_horizontal_pod_autoscaler_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v2_horizontal_pod_autoscaler_t* AutoscalingV2API_createNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char *_namespace, v2_horizontal_pod_autoscaler_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -56,7 +56,7 @@ Name | Type | Description | Notes ```c // delete collection of HorizontalPodAutoscaler // -v1_status_t* AutoscalingV2API_deleteCollectionNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* AutoscalingV2API_deleteCollectionNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -99,7 +99,7 @@ Name | Type | Description | Notes ```c // delete a HorizontalPodAutoscaler // -v1_status_t* AutoscalingV2API_deleteNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* AutoscalingV2API_deleteNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -163,7 +163,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind HorizontalPodAutoscaler // -v2_horizontal_pod_autoscaler_list_t* AutoscalingV2API_listHorizontalPodAutoscalerForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v2_horizontal_pod_autoscaler_list_t* AutoscalingV2API_listHorizontalPodAutoscalerForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -202,7 +202,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind HorizontalPodAutoscaler // -v2_horizontal_pod_autoscaler_list_t* AutoscalingV2API_listNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v2_horizontal_pod_autoscaler_list_t* AutoscalingV2API_listNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -242,7 +242,7 @@ Name | Type | Description | Notes ```c // partially update the specified HorizontalPodAutoscaler // -v2_horizontal_pod_autoscaler_t* AutoscalingV2API_patchNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v2_horizontal_pod_autoscaler_t* AutoscalingV2API_patchNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -278,7 +278,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified HorizontalPodAutoscaler // -v2_horizontal_pod_autoscaler_t* AutoscalingV2API_patchNamespacedHorizontalPodAutoscalerStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v2_horizontal_pod_autoscaler_t* AutoscalingV2API_patchNamespacedHorizontalPodAutoscalerStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -314,7 +314,7 @@ Name | Type | Description | Notes ```c // read the specified HorizontalPodAutoscaler // -v2_horizontal_pod_autoscaler_t* AutoscalingV2API_readNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v2_horizontal_pod_autoscaler_t* AutoscalingV2API_readNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -345,7 +345,7 @@ Name | Type | Description | Notes ```c // read status of the specified HorizontalPodAutoscaler // -v2_horizontal_pod_autoscaler_t* AutoscalingV2API_readNamespacedHorizontalPodAutoscalerStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v2_horizontal_pod_autoscaler_t* AutoscalingV2API_readNamespacedHorizontalPodAutoscalerStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -376,7 +376,7 @@ Name | Type | Description | Notes ```c // replace the specified HorizontalPodAutoscaler // -v2_horizontal_pod_autoscaler_t* AutoscalingV2API_replaceNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char * name, char * _namespace, v2_horizontal_pod_autoscaler_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v2_horizontal_pod_autoscaler_t* AutoscalingV2API_replaceNamespacedHorizontalPodAutoscaler(apiClient_t *apiClient, char *name, char *_namespace, v2_horizontal_pod_autoscaler_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -411,7 +411,7 @@ Name | Type | Description | Notes ```c // replace status of the specified HorizontalPodAutoscaler // -v2_horizontal_pod_autoscaler_t* AutoscalingV2API_replaceNamespacedHorizontalPodAutoscalerStatus(apiClient_t *apiClient, char * name, char * _namespace, v2_horizontal_pod_autoscaler_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v2_horizontal_pod_autoscaler_t* AutoscalingV2API_replaceNamespacedHorizontalPodAutoscalerStatus(apiClient_t *apiClient, char *name, char *_namespace, v2_horizontal_pod_autoscaler_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/BatchV1API.md b/kubernetes/docs/BatchV1API.md index d9286f03..8172ec92 100644 --- a/kubernetes/docs/BatchV1API.md +++ b/kubernetes/docs/BatchV1API.md @@ -33,7 +33,7 @@ Method | HTTP request | Description ```c // create a CronJob // -v1_cron_job_t* BatchV1API_createNamespacedCronJob(apiClient_t *apiClient, char * _namespace, v1_cron_job_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_cron_job_t* BatchV1API_createNamespacedCronJob(apiClient_t *apiClient, char *_namespace, v1_cron_job_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -67,7 +67,7 @@ Name | Type | Description | Notes ```c // create a Job // -v1_job_t* BatchV1API_createNamespacedJob(apiClient_t *apiClient, char * _namespace, v1_job_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_job_t* BatchV1API_createNamespacedJob(apiClient_t *apiClient, char *_namespace, v1_job_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -101,7 +101,7 @@ Name | Type | Description | Notes ```c // delete collection of CronJob // -v1_status_t* BatchV1API_deleteCollectionNamespacedCronJob(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* BatchV1API_deleteCollectionNamespacedCronJob(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -144,7 +144,7 @@ Name | Type | Description | Notes ```c // delete collection of Job // -v1_status_t* BatchV1API_deleteCollectionNamespacedJob(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* BatchV1API_deleteCollectionNamespacedJob(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -187,7 +187,7 @@ Name | Type | Description | Notes ```c // delete a CronJob // -v1_status_t* BatchV1API_deleteNamespacedCronJob(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* BatchV1API_deleteNamespacedCronJob(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -223,7 +223,7 @@ Name | Type | Description | Notes ```c // delete a Job // -v1_status_t* BatchV1API_deleteNamespacedJob(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* BatchV1API_deleteNamespacedJob(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -287,7 +287,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind CronJob // -v1_cron_job_list_t* BatchV1API_listCronJobForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_cron_job_list_t* BatchV1API_listCronJobForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -326,7 +326,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Job // -v1_job_list_t* BatchV1API_listJobForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_job_list_t* BatchV1API_listJobForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -365,7 +365,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind CronJob // -v1_cron_job_list_t* BatchV1API_listNamespacedCronJob(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_cron_job_list_t* BatchV1API_listNamespacedCronJob(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -405,7 +405,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Job // -v1_job_list_t* BatchV1API_listNamespacedJob(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_job_list_t* BatchV1API_listNamespacedJob(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -445,7 +445,7 @@ Name | Type | Description | Notes ```c // partially update the specified CronJob // -v1_cron_job_t* BatchV1API_patchNamespacedCronJob(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_cron_job_t* BatchV1API_patchNamespacedCronJob(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -481,7 +481,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified CronJob // -v1_cron_job_t* BatchV1API_patchNamespacedCronJobStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_cron_job_t* BatchV1API_patchNamespacedCronJobStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -517,7 +517,7 @@ Name | Type | Description | Notes ```c // partially update the specified Job // -v1_job_t* BatchV1API_patchNamespacedJob(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_job_t* BatchV1API_patchNamespacedJob(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -553,7 +553,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified Job // -v1_job_t* BatchV1API_patchNamespacedJobStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_job_t* BatchV1API_patchNamespacedJobStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -589,7 +589,7 @@ Name | Type | Description | Notes ```c // read the specified CronJob // -v1_cron_job_t* BatchV1API_readNamespacedCronJob(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_cron_job_t* BatchV1API_readNamespacedCronJob(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -620,7 +620,7 @@ Name | Type | Description | Notes ```c // read status of the specified CronJob // -v1_cron_job_t* BatchV1API_readNamespacedCronJobStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_cron_job_t* BatchV1API_readNamespacedCronJobStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -651,7 +651,7 @@ Name | Type | Description | Notes ```c // read the specified Job // -v1_job_t* BatchV1API_readNamespacedJob(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_job_t* BatchV1API_readNamespacedJob(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -682,7 +682,7 @@ Name | Type | Description | Notes ```c // read status of the specified Job // -v1_job_t* BatchV1API_readNamespacedJobStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_job_t* BatchV1API_readNamespacedJobStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -713,7 +713,7 @@ Name | Type | Description | Notes ```c // replace the specified CronJob // -v1_cron_job_t* BatchV1API_replaceNamespacedCronJob(apiClient_t *apiClient, char * name, char * _namespace, v1_cron_job_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_cron_job_t* BatchV1API_replaceNamespacedCronJob(apiClient_t *apiClient, char *name, char *_namespace, v1_cron_job_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -748,7 +748,7 @@ Name | Type | Description | Notes ```c // replace status of the specified CronJob // -v1_cron_job_t* BatchV1API_replaceNamespacedCronJobStatus(apiClient_t *apiClient, char * name, char * _namespace, v1_cron_job_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_cron_job_t* BatchV1API_replaceNamespacedCronJobStatus(apiClient_t *apiClient, char *name, char *_namespace, v1_cron_job_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -783,7 +783,7 @@ Name | Type | Description | Notes ```c // replace the specified Job // -v1_job_t* BatchV1API_replaceNamespacedJob(apiClient_t *apiClient, char * name, char * _namespace, v1_job_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_job_t* BatchV1API_replaceNamespacedJob(apiClient_t *apiClient, char *name, char *_namespace, v1_job_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -818,7 +818,7 @@ Name | Type | Description | Notes ```c // replace status of the specified Job // -v1_job_t* BatchV1API_replaceNamespacedJobStatus(apiClient_t *apiClient, char * name, char * _namespace, v1_job_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_job_t* BatchV1API_replaceNamespacedJobStatus(apiClient_t *apiClient, char *name, char *_namespace, v1_job_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/CertificatesV1API.md b/kubernetes/docs/CertificatesV1API.md index a872cf02..e6990fad 100644 --- a/kubernetes/docs/CertificatesV1API.md +++ b/kubernetes/docs/CertificatesV1API.md @@ -24,7 +24,7 @@ Method | HTTP request | Description ```c // create a CertificateSigningRequest // -v1_certificate_signing_request_t* CertificatesV1API_createCertificateSigningRequest(apiClient_t *apiClient, v1_certificate_signing_request_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_certificate_signing_request_t* CertificatesV1API_createCertificateSigningRequest(apiClient_t *apiClient, v1_certificate_signing_request_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -57,7 +57,7 @@ Name | Type | Description | Notes ```c // delete a CertificateSigningRequest // -v1_status_t* CertificatesV1API_deleteCertificateSigningRequest(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* CertificatesV1API_deleteCertificateSigningRequest(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -92,7 +92,7 @@ Name | Type | Description | Notes ```c // delete collection of CertificateSigningRequest // -v1_status_t* CertificatesV1API_deleteCollectionCertificateSigningRequest(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CertificatesV1API_deleteCollectionCertificateSigningRequest(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -162,7 +162,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind CertificateSigningRequest // -v1_certificate_signing_request_list_t* CertificatesV1API_listCertificateSigningRequest(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_certificate_signing_request_list_t* CertificatesV1API_listCertificateSigningRequest(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -201,7 +201,7 @@ Name | Type | Description | Notes ```c // partially update the specified CertificateSigningRequest // -v1_certificate_signing_request_t* CertificatesV1API_patchCertificateSigningRequest(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_certificate_signing_request_t* CertificatesV1API_patchCertificateSigningRequest(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -236,7 +236,7 @@ Name | Type | Description | Notes ```c // partially update approval of the specified CertificateSigningRequest // -v1_certificate_signing_request_t* CertificatesV1API_patchCertificateSigningRequestApproval(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_certificate_signing_request_t* CertificatesV1API_patchCertificateSigningRequestApproval(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -271,7 +271,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified CertificateSigningRequest // -v1_certificate_signing_request_t* CertificatesV1API_patchCertificateSigningRequestStatus(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_certificate_signing_request_t* CertificatesV1API_patchCertificateSigningRequestStatus(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -306,7 +306,7 @@ Name | Type | Description | Notes ```c // read the specified CertificateSigningRequest // -v1_certificate_signing_request_t* CertificatesV1API_readCertificateSigningRequest(apiClient_t *apiClient, char * name, char * pretty); +v1_certificate_signing_request_t* CertificatesV1API_readCertificateSigningRequest(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -336,7 +336,7 @@ Name | Type | Description | Notes ```c // read approval of the specified CertificateSigningRequest // -v1_certificate_signing_request_t* CertificatesV1API_readCertificateSigningRequestApproval(apiClient_t *apiClient, char * name, char * pretty); +v1_certificate_signing_request_t* CertificatesV1API_readCertificateSigningRequestApproval(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -366,7 +366,7 @@ Name | Type | Description | Notes ```c // read status of the specified CertificateSigningRequest // -v1_certificate_signing_request_t* CertificatesV1API_readCertificateSigningRequestStatus(apiClient_t *apiClient, char * name, char * pretty); +v1_certificate_signing_request_t* CertificatesV1API_readCertificateSigningRequestStatus(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -396,7 +396,7 @@ Name | Type | Description | Notes ```c // replace the specified CertificateSigningRequest // -v1_certificate_signing_request_t* CertificatesV1API_replaceCertificateSigningRequest(apiClient_t *apiClient, char * name, v1_certificate_signing_request_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_certificate_signing_request_t* CertificatesV1API_replaceCertificateSigningRequest(apiClient_t *apiClient, char *name, v1_certificate_signing_request_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -430,7 +430,7 @@ Name | Type | Description | Notes ```c // replace approval of the specified CertificateSigningRequest // -v1_certificate_signing_request_t* CertificatesV1API_replaceCertificateSigningRequestApproval(apiClient_t *apiClient, char * name, v1_certificate_signing_request_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_certificate_signing_request_t* CertificatesV1API_replaceCertificateSigningRequestApproval(apiClient_t *apiClient, char *name, v1_certificate_signing_request_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -464,7 +464,7 @@ Name | Type | Description | Notes ```c // replace status of the specified CertificateSigningRequest // -v1_certificate_signing_request_t* CertificatesV1API_replaceCertificateSigningRequestStatus(apiClient_t *apiClient, char * name, v1_certificate_signing_request_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_certificate_signing_request_t* CertificatesV1API_replaceCertificateSigningRequestStatus(apiClient_t *apiClient, char *name, v1_certificate_signing_request_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/CertificatesV1alpha1API.md b/kubernetes/docs/CertificatesV1alpha1API.md index 2a13eafd..bfc68610 100644 --- a/kubernetes/docs/CertificatesV1alpha1API.md +++ b/kubernetes/docs/CertificatesV1alpha1API.md @@ -18,7 +18,7 @@ Method | HTTP request | Description ```c // create a ClusterTrustBundle // -v1alpha1_cluster_trust_bundle_t* CertificatesV1alpha1API_createClusterTrustBundle(apiClient_t *apiClient, v1alpha1_cluster_trust_bundle_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha1_cluster_trust_bundle_t* CertificatesV1alpha1API_createClusterTrustBundle(apiClient_t *apiClient, v1alpha1_cluster_trust_bundle_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -51,7 +51,7 @@ Name | Type | Description | Notes ```c // delete a ClusterTrustBundle // -v1_status_t* CertificatesV1alpha1API_deleteClusterTrustBundle(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* CertificatesV1alpha1API_deleteClusterTrustBundle(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -86,7 +86,7 @@ Name | Type | Description | Notes ```c // delete collection of ClusterTrustBundle // -v1_status_t* CertificatesV1alpha1API_deleteCollectionClusterTrustBundle(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CertificatesV1alpha1API_deleteCollectionClusterTrustBundle(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -156,7 +156,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ClusterTrustBundle // -v1alpha1_cluster_trust_bundle_list_t* CertificatesV1alpha1API_listClusterTrustBundle(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1alpha1_cluster_trust_bundle_list_t* CertificatesV1alpha1API_listClusterTrustBundle(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -195,7 +195,7 @@ Name | Type | Description | Notes ```c // partially update the specified ClusterTrustBundle // -v1alpha1_cluster_trust_bundle_t* CertificatesV1alpha1API_patchClusterTrustBundle(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1alpha1_cluster_trust_bundle_t* CertificatesV1alpha1API_patchClusterTrustBundle(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -230,7 +230,7 @@ Name | Type | Description | Notes ```c // read the specified ClusterTrustBundle // -v1alpha1_cluster_trust_bundle_t* CertificatesV1alpha1API_readClusterTrustBundle(apiClient_t *apiClient, char * name, char * pretty); +v1alpha1_cluster_trust_bundle_t* CertificatesV1alpha1API_readClusterTrustBundle(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -260,7 +260,7 @@ Name | Type | Description | Notes ```c // replace the specified ClusterTrustBundle // -v1alpha1_cluster_trust_bundle_t* CertificatesV1alpha1API_replaceClusterTrustBundle(apiClient_t *apiClient, char * name, v1alpha1_cluster_trust_bundle_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha1_cluster_trust_bundle_t* CertificatesV1alpha1API_replaceClusterTrustBundle(apiClient_t *apiClient, char *name, v1alpha1_cluster_trust_bundle_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/CoordinationV1API.md b/kubernetes/docs/CoordinationV1API.md index c2b8d2e5..7df784d3 100644 --- a/kubernetes/docs/CoordinationV1API.md +++ b/kubernetes/docs/CoordinationV1API.md @@ -19,7 +19,7 @@ Method | HTTP request | Description ```c // create a Lease // -v1_lease_t* CoordinationV1API_createNamespacedLease(apiClient_t *apiClient, char * _namespace, v1_lease_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_lease_t* CoordinationV1API_createNamespacedLease(apiClient_t *apiClient, char *_namespace, v1_lease_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -53,7 +53,7 @@ Name | Type | Description | Notes ```c // delete collection of Lease // -v1_status_t* CoordinationV1API_deleteCollectionNamespacedLease(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CoordinationV1API_deleteCollectionNamespacedLease(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -96,7 +96,7 @@ Name | Type | Description | Notes ```c // delete a Lease // -v1_status_t* CoordinationV1API_deleteNamespacedLease(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* CoordinationV1API_deleteNamespacedLease(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -160,7 +160,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Lease // -v1_lease_list_t* CoordinationV1API_listLeaseForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_lease_list_t* CoordinationV1API_listLeaseForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -199,7 +199,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Lease // -v1_lease_list_t* CoordinationV1API_listNamespacedLease(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_lease_list_t* CoordinationV1API_listNamespacedLease(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -239,7 +239,7 @@ Name | Type | Description | Notes ```c // partially update the specified Lease // -v1_lease_t* CoordinationV1API_patchNamespacedLease(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_lease_t* CoordinationV1API_patchNamespacedLease(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -275,7 +275,7 @@ Name | Type | Description | Notes ```c // read the specified Lease // -v1_lease_t* CoordinationV1API_readNamespacedLease(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_lease_t* CoordinationV1API_readNamespacedLease(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -306,7 +306,7 @@ Name | Type | Description | Notes ```c // replace the specified Lease // -v1_lease_t* CoordinationV1API_replaceNamespacedLease(apiClient_t *apiClient, char * name, char * _namespace, v1_lease_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_lease_t* CoordinationV1API_replaceNamespacedLease(apiClient_t *apiClient, char *name, char *_namespace, v1_lease_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/CoreV1API.md b/kubernetes/docs/CoreV1API.md index d0b7d261..9a502567 100644 --- a/kubernetes/docs/CoreV1API.md +++ b/kubernetes/docs/CoreV1API.md @@ -213,7 +213,7 @@ Method | HTTP request | Description ```c // connect DELETE requests to proxy of Pod // -char* CoreV1API_connectDeleteNamespacedPodProxy(apiClient_t *apiClient, char * name, char * _namespace, char * path); +char* CoreV1API_connectDeleteNamespacedPodProxy(apiClient_t *apiClient, char *name, char *_namespace, char *path); ``` ### Parameters @@ -245,7 +245,7 @@ char* ```c // connect DELETE requests to proxy of Pod // -char* CoreV1API_connectDeleteNamespacedPodProxyWithPath(apiClient_t *apiClient, char * name, char * _namespace, char * path, char * path2); +char* CoreV1API_connectDeleteNamespacedPodProxyWithPath(apiClient_t *apiClient, char *name, char *_namespace, char *path, char *path2); ``` ### Parameters @@ -278,7 +278,7 @@ char* ```c // connect DELETE requests to proxy of Service // -char* CoreV1API_connectDeleteNamespacedServiceProxy(apiClient_t *apiClient, char * name, char * _namespace, char * path); +char* CoreV1API_connectDeleteNamespacedServiceProxy(apiClient_t *apiClient, char *name, char *_namespace, char *path); ``` ### Parameters @@ -310,7 +310,7 @@ char* ```c // connect DELETE requests to proxy of Service // -char* CoreV1API_connectDeleteNamespacedServiceProxyWithPath(apiClient_t *apiClient, char * name, char * _namespace, char * path, char * path2); +char* CoreV1API_connectDeleteNamespacedServiceProxyWithPath(apiClient_t *apiClient, char *name, char *_namespace, char *path, char *path2); ``` ### Parameters @@ -343,7 +343,7 @@ char* ```c // connect DELETE requests to proxy of Node // -char* CoreV1API_connectDeleteNodeProxy(apiClient_t *apiClient, char * name, char * path); +char* CoreV1API_connectDeleteNodeProxy(apiClient_t *apiClient, char *name, char *path); ``` ### Parameters @@ -374,7 +374,7 @@ char* ```c // connect DELETE requests to proxy of Node // -char* CoreV1API_connectDeleteNodeProxyWithPath(apiClient_t *apiClient, char * name, char * path, char * path2); +char* CoreV1API_connectDeleteNodeProxyWithPath(apiClient_t *apiClient, char *name, char *path, char *path2); ``` ### Parameters @@ -406,7 +406,7 @@ char* ```c // connect GET requests to attach of Pod // -char* CoreV1API_connectGetNamespacedPodAttach(apiClient_t *apiClient, char * name, char * _namespace, char * container, int _stderr, int _stdin, int _stdout, int tty); +char* CoreV1API_connectGetNamespacedPodAttach(apiClient_t *apiClient, char *name, char *_namespace, char *container, int *_stderr, int *_stdin, int *_stdout, int *tty); ``` ### Parameters @@ -442,7 +442,7 @@ char* ```c // connect GET requests to exec of Pod // -char* CoreV1API_connectGetNamespacedPodExec(apiClient_t *apiClient, char * name, char * _namespace, char * command, char * container, int _stderr, int _stdin, int _stdout, int tty); +char* CoreV1API_connectGetNamespacedPodExec(apiClient_t *apiClient, char *name, char *_namespace, char *command, char *container, int *_stderr, int *_stdin, int *_stdout, int *tty); ``` ### Parameters @@ -479,7 +479,7 @@ char* ```c // connect GET requests to portforward of Pod // -char* CoreV1API_connectGetNamespacedPodPortforward(apiClient_t *apiClient, char * name, char * _namespace, int ports); +char* CoreV1API_connectGetNamespacedPodPortforward(apiClient_t *apiClient, char *name, char *_namespace, int *ports); ``` ### Parameters @@ -511,7 +511,7 @@ char* ```c // connect GET requests to proxy of Pod // -char* CoreV1API_connectGetNamespacedPodProxy(apiClient_t *apiClient, char * name, char * _namespace, char * path); +char* CoreV1API_connectGetNamespacedPodProxy(apiClient_t *apiClient, char *name, char *_namespace, char *path); ``` ### Parameters @@ -543,7 +543,7 @@ char* ```c // connect GET requests to proxy of Pod // -char* CoreV1API_connectGetNamespacedPodProxyWithPath(apiClient_t *apiClient, char * name, char * _namespace, char * path, char * path2); +char* CoreV1API_connectGetNamespacedPodProxyWithPath(apiClient_t *apiClient, char *name, char *_namespace, char *path, char *path2); ``` ### Parameters @@ -576,7 +576,7 @@ char* ```c // connect GET requests to proxy of Service // -char* CoreV1API_connectGetNamespacedServiceProxy(apiClient_t *apiClient, char * name, char * _namespace, char * path); +char* CoreV1API_connectGetNamespacedServiceProxy(apiClient_t *apiClient, char *name, char *_namespace, char *path); ``` ### Parameters @@ -608,7 +608,7 @@ char* ```c // connect GET requests to proxy of Service // -char* CoreV1API_connectGetNamespacedServiceProxyWithPath(apiClient_t *apiClient, char * name, char * _namespace, char * path, char * path2); +char* CoreV1API_connectGetNamespacedServiceProxyWithPath(apiClient_t *apiClient, char *name, char *_namespace, char *path, char *path2); ``` ### Parameters @@ -641,7 +641,7 @@ char* ```c // connect GET requests to proxy of Node // -char* CoreV1API_connectGetNodeProxy(apiClient_t *apiClient, char * name, char * path); +char* CoreV1API_connectGetNodeProxy(apiClient_t *apiClient, char *name, char *path); ``` ### Parameters @@ -672,7 +672,7 @@ char* ```c // connect GET requests to proxy of Node // -char* CoreV1API_connectGetNodeProxyWithPath(apiClient_t *apiClient, char * name, char * path, char * path2); +char* CoreV1API_connectGetNodeProxyWithPath(apiClient_t *apiClient, char *name, char *path, char *path2); ``` ### Parameters @@ -704,7 +704,7 @@ char* ```c // connect HEAD requests to proxy of Pod // -char* CoreV1API_connectHeadNamespacedPodProxy(apiClient_t *apiClient, char * name, char * _namespace, char * path); +char* CoreV1API_connectHeadNamespacedPodProxy(apiClient_t *apiClient, char *name, char *_namespace, char *path); ``` ### Parameters @@ -736,7 +736,7 @@ char* ```c // connect HEAD requests to proxy of Pod // -char* CoreV1API_connectHeadNamespacedPodProxyWithPath(apiClient_t *apiClient, char * name, char * _namespace, char * path, char * path2); +char* CoreV1API_connectHeadNamespacedPodProxyWithPath(apiClient_t *apiClient, char *name, char *_namespace, char *path, char *path2); ``` ### Parameters @@ -769,7 +769,7 @@ char* ```c // connect HEAD requests to proxy of Service // -char* CoreV1API_connectHeadNamespacedServiceProxy(apiClient_t *apiClient, char * name, char * _namespace, char * path); +char* CoreV1API_connectHeadNamespacedServiceProxy(apiClient_t *apiClient, char *name, char *_namespace, char *path); ``` ### Parameters @@ -801,7 +801,7 @@ char* ```c // connect HEAD requests to proxy of Service // -char* CoreV1API_connectHeadNamespacedServiceProxyWithPath(apiClient_t *apiClient, char * name, char * _namespace, char * path, char * path2); +char* CoreV1API_connectHeadNamespacedServiceProxyWithPath(apiClient_t *apiClient, char *name, char *_namespace, char *path, char *path2); ``` ### Parameters @@ -834,7 +834,7 @@ char* ```c // connect HEAD requests to proxy of Node // -char* CoreV1API_connectHeadNodeProxy(apiClient_t *apiClient, char * name, char * path); +char* CoreV1API_connectHeadNodeProxy(apiClient_t *apiClient, char *name, char *path); ``` ### Parameters @@ -865,7 +865,7 @@ char* ```c // connect HEAD requests to proxy of Node // -char* CoreV1API_connectHeadNodeProxyWithPath(apiClient_t *apiClient, char * name, char * path, char * path2); +char* CoreV1API_connectHeadNodeProxyWithPath(apiClient_t *apiClient, char *name, char *path, char *path2); ``` ### Parameters @@ -897,7 +897,7 @@ char* ```c // connect OPTIONS requests to proxy of Pod // -char* CoreV1API_connectOptionsNamespacedPodProxy(apiClient_t *apiClient, char * name, char * _namespace, char * path); +char* CoreV1API_connectOptionsNamespacedPodProxy(apiClient_t *apiClient, char *name, char *_namespace, char *path); ``` ### Parameters @@ -929,7 +929,7 @@ char* ```c // connect OPTIONS requests to proxy of Pod // -char* CoreV1API_connectOptionsNamespacedPodProxyWithPath(apiClient_t *apiClient, char * name, char * _namespace, char * path, char * path2); +char* CoreV1API_connectOptionsNamespacedPodProxyWithPath(apiClient_t *apiClient, char *name, char *_namespace, char *path, char *path2); ``` ### Parameters @@ -962,7 +962,7 @@ char* ```c // connect OPTIONS requests to proxy of Service // -char* CoreV1API_connectOptionsNamespacedServiceProxy(apiClient_t *apiClient, char * name, char * _namespace, char * path); +char* CoreV1API_connectOptionsNamespacedServiceProxy(apiClient_t *apiClient, char *name, char *_namespace, char *path); ``` ### Parameters @@ -994,7 +994,7 @@ char* ```c // connect OPTIONS requests to proxy of Service // -char* CoreV1API_connectOptionsNamespacedServiceProxyWithPath(apiClient_t *apiClient, char * name, char * _namespace, char * path, char * path2); +char* CoreV1API_connectOptionsNamespacedServiceProxyWithPath(apiClient_t *apiClient, char *name, char *_namespace, char *path, char *path2); ``` ### Parameters @@ -1027,7 +1027,7 @@ char* ```c // connect OPTIONS requests to proxy of Node // -char* CoreV1API_connectOptionsNodeProxy(apiClient_t *apiClient, char * name, char * path); +char* CoreV1API_connectOptionsNodeProxy(apiClient_t *apiClient, char *name, char *path); ``` ### Parameters @@ -1058,7 +1058,7 @@ char* ```c // connect OPTIONS requests to proxy of Node // -char* CoreV1API_connectOptionsNodeProxyWithPath(apiClient_t *apiClient, char * name, char * path, char * path2); +char* CoreV1API_connectOptionsNodeProxyWithPath(apiClient_t *apiClient, char *name, char *path, char *path2); ``` ### Parameters @@ -1090,7 +1090,7 @@ char* ```c // connect PATCH requests to proxy of Pod // -char* CoreV1API_connectPatchNamespacedPodProxy(apiClient_t *apiClient, char * name, char * _namespace, char * path); +char* CoreV1API_connectPatchNamespacedPodProxy(apiClient_t *apiClient, char *name, char *_namespace, char *path); ``` ### Parameters @@ -1122,7 +1122,7 @@ char* ```c // connect PATCH requests to proxy of Pod // -char* CoreV1API_connectPatchNamespacedPodProxyWithPath(apiClient_t *apiClient, char * name, char * _namespace, char * path, char * path2); +char* CoreV1API_connectPatchNamespacedPodProxyWithPath(apiClient_t *apiClient, char *name, char *_namespace, char *path, char *path2); ``` ### Parameters @@ -1155,7 +1155,7 @@ char* ```c // connect PATCH requests to proxy of Service // -char* CoreV1API_connectPatchNamespacedServiceProxy(apiClient_t *apiClient, char * name, char * _namespace, char * path); +char* CoreV1API_connectPatchNamespacedServiceProxy(apiClient_t *apiClient, char *name, char *_namespace, char *path); ``` ### Parameters @@ -1187,7 +1187,7 @@ char* ```c // connect PATCH requests to proxy of Service // -char* CoreV1API_connectPatchNamespacedServiceProxyWithPath(apiClient_t *apiClient, char * name, char * _namespace, char * path, char * path2); +char* CoreV1API_connectPatchNamespacedServiceProxyWithPath(apiClient_t *apiClient, char *name, char *_namespace, char *path, char *path2); ``` ### Parameters @@ -1220,7 +1220,7 @@ char* ```c // connect PATCH requests to proxy of Node // -char* CoreV1API_connectPatchNodeProxy(apiClient_t *apiClient, char * name, char * path); +char* CoreV1API_connectPatchNodeProxy(apiClient_t *apiClient, char *name, char *path); ``` ### Parameters @@ -1251,7 +1251,7 @@ char* ```c // connect PATCH requests to proxy of Node // -char* CoreV1API_connectPatchNodeProxyWithPath(apiClient_t *apiClient, char * name, char * path, char * path2); +char* CoreV1API_connectPatchNodeProxyWithPath(apiClient_t *apiClient, char *name, char *path, char *path2); ``` ### Parameters @@ -1283,7 +1283,7 @@ char* ```c // connect POST requests to attach of Pod // -char* CoreV1API_connectPostNamespacedPodAttach(apiClient_t *apiClient, char * name, char * _namespace, char * container, int _stderr, int _stdin, int _stdout, int tty); +char* CoreV1API_connectPostNamespacedPodAttach(apiClient_t *apiClient, char *name, char *_namespace, char *container, int *_stderr, int *_stdin, int *_stdout, int *tty); ``` ### Parameters @@ -1319,7 +1319,7 @@ char* ```c // connect POST requests to exec of Pod // -char* CoreV1API_connectPostNamespacedPodExec(apiClient_t *apiClient, char * name, char * _namespace, char * command, char * container, int _stderr, int _stdin, int _stdout, int tty); +char* CoreV1API_connectPostNamespacedPodExec(apiClient_t *apiClient, char *name, char *_namespace, char *command, char *container, int *_stderr, int *_stdin, int *_stdout, int *tty); ``` ### Parameters @@ -1356,7 +1356,7 @@ char* ```c // connect POST requests to portforward of Pod // -char* CoreV1API_connectPostNamespacedPodPortforward(apiClient_t *apiClient, char * name, char * _namespace, int ports); +char* CoreV1API_connectPostNamespacedPodPortforward(apiClient_t *apiClient, char *name, char *_namespace, int *ports); ``` ### Parameters @@ -1388,7 +1388,7 @@ char* ```c // connect POST requests to proxy of Pod // -char* CoreV1API_connectPostNamespacedPodProxy(apiClient_t *apiClient, char * name, char * _namespace, char * path); +char* CoreV1API_connectPostNamespacedPodProxy(apiClient_t *apiClient, char *name, char *_namespace, char *path); ``` ### Parameters @@ -1420,7 +1420,7 @@ char* ```c // connect POST requests to proxy of Pod // -char* CoreV1API_connectPostNamespacedPodProxyWithPath(apiClient_t *apiClient, char * name, char * _namespace, char * path, char * path2); +char* CoreV1API_connectPostNamespacedPodProxyWithPath(apiClient_t *apiClient, char *name, char *_namespace, char *path, char *path2); ``` ### Parameters @@ -1453,7 +1453,7 @@ char* ```c // connect POST requests to proxy of Service // -char* CoreV1API_connectPostNamespacedServiceProxy(apiClient_t *apiClient, char * name, char * _namespace, char * path); +char* CoreV1API_connectPostNamespacedServiceProxy(apiClient_t *apiClient, char *name, char *_namespace, char *path); ``` ### Parameters @@ -1485,7 +1485,7 @@ char* ```c // connect POST requests to proxy of Service // -char* CoreV1API_connectPostNamespacedServiceProxyWithPath(apiClient_t *apiClient, char * name, char * _namespace, char * path, char * path2); +char* CoreV1API_connectPostNamespacedServiceProxyWithPath(apiClient_t *apiClient, char *name, char *_namespace, char *path, char *path2); ``` ### Parameters @@ -1518,7 +1518,7 @@ char* ```c // connect POST requests to proxy of Node // -char* CoreV1API_connectPostNodeProxy(apiClient_t *apiClient, char * name, char * path); +char* CoreV1API_connectPostNodeProxy(apiClient_t *apiClient, char *name, char *path); ``` ### Parameters @@ -1549,7 +1549,7 @@ char* ```c // connect POST requests to proxy of Node // -char* CoreV1API_connectPostNodeProxyWithPath(apiClient_t *apiClient, char * name, char * path, char * path2); +char* CoreV1API_connectPostNodeProxyWithPath(apiClient_t *apiClient, char *name, char *path, char *path2); ``` ### Parameters @@ -1581,7 +1581,7 @@ char* ```c // connect PUT requests to proxy of Pod // -char* CoreV1API_connectPutNamespacedPodProxy(apiClient_t *apiClient, char * name, char * _namespace, char * path); +char* CoreV1API_connectPutNamespacedPodProxy(apiClient_t *apiClient, char *name, char *_namespace, char *path); ``` ### Parameters @@ -1613,7 +1613,7 @@ char* ```c // connect PUT requests to proxy of Pod // -char* CoreV1API_connectPutNamespacedPodProxyWithPath(apiClient_t *apiClient, char * name, char * _namespace, char * path, char * path2); +char* CoreV1API_connectPutNamespacedPodProxyWithPath(apiClient_t *apiClient, char *name, char *_namespace, char *path, char *path2); ``` ### Parameters @@ -1646,7 +1646,7 @@ char* ```c // connect PUT requests to proxy of Service // -char* CoreV1API_connectPutNamespacedServiceProxy(apiClient_t *apiClient, char * name, char * _namespace, char * path); +char* CoreV1API_connectPutNamespacedServiceProxy(apiClient_t *apiClient, char *name, char *_namespace, char *path); ``` ### Parameters @@ -1678,7 +1678,7 @@ char* ```c // connect PUT requests to proxy of Service // -char* CoreV1API_connectPutNamespacedServiceProxyWithPath(apiClient_t *apiClient, char * name, char * _namespace, char * path, char * path2); +char* CoreV1API_connectPutNamespacedServiceProxyWithPath(apiClient_t *apiClient, char *name, char *_namespace, char *path, char *path2); ``` ### Parameters @@ -1711,7 +1711,7 @@ char* ```c // connect PUT requests to proxy of Node // -char* CoreV1API_connectPutNodeProxy(apiClient_t *apiClient, char * name, char * path); +char* CoreV1API_connectPutNodeProxy(apiClient_t *apiClient, char *name, char *path); ``` ### Parameters @@ -1742,7 +1742,7 @@ char* ```c // connect PUT requests to proxy of Node // -char* CoreV1API_connectPutNodeProxyWithPath(apiClient_t *apiClient, char * name, char * path, char * path2); +char* CoreV1API_connectPutNodeProxyWithPath(apiClient_t *apiClient, char *name, char *path, char *path2); ``` ### Parameters @@ -1774,7 +1774,7 @@ char* ```c // create a Namespace // -v1_namespace_t* CoreV1API_createNamespace(apiClient_t *apiClient, v1_namespace_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_namespace_t* CoreV1API_createNamespace(apiClient_t *apiClient, v1_namespace_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1807,7 +1807,7 @@ Name | Type | Description | Notes ```c // create a Binding // -v1_binding_t* CoreV1API_createNamespacedBinding(apiClient_t *apiClient, char * _namespace, v1_binding_t * body, char * dryRun, char * fieldManager, char * fieldValidation, char * pretty); +v1_binding_t* CoreV1API_createNamespacedBinding(apiClient_t *apiClient, char *_namespace, v1_binding_t *body, char *dryRun, char *fieldManager, char *fieldValidation, char *pretty); ``` ### Parameters @@ -1841,7 +1841,7 @@ Name | Type | Description | Notes ```c // create a ConfigMap // -v1_config_map_t* CoreV1API_createNamespacedConfigMap(apiClient_t *apiClient, char * _namespace, v1_config_map_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_config_map_t* CoreV1API_createNamespacedConfigMap(apiClient_t *apiClient, char *_namespace, v1_config_map_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1875,7 +1875,7 @@ Name | Type | Description | Notes ```c // create Endpoints // -v1_endpoints_t* CoreV1API_createNamespacedEndpoints(apiClient_t *apiClient, char * _namespace, v1_endpoints_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_endpoints_t* CoreV1API_createNamespacedEndpoints(apiClient_t *apiClient, char *_namespace, v1_endpoints_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1909,7 +1909,7 @@ Name | Type | Description | Notes ```c // create an Event // -core_v1_event_t* CoreV1API_createNamespacedEvent(apiClient_t *apiClient, char * _namespace, core_v1_event_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +core_v1_event_t* CoreV1API_createNamespacedEvent(apiClient_t *apiClient, char *_namespace, core_v1_event_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1943,7 +1943,7 @@ Name | Type | Description | Notes ```c // create a LimitRange // -v1_limit_range_t* CoreV1API_createNamespacedLimitRange(apiClient_t *apiClient, char * _namespace, v1_limit_range_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_limit_range_t* CoreV1API_createNamespacedLimitRange(apiClient_t *apiClient, char *_namespace, v1_limit_range_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1977,7 +1977,7 @@ Name | Type | Description | Notes ```c // create a PersistentVolumeClaim // -v1_persistent_volume_claim_t* CoreV1API_createNamespacedPersistentVolumeClaim(apiClient_t *apiClient, char * _namespace, v1_persistent_volume_claim_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_persistent_volume_claim_t* CoreV1API_createNamespacedPersistentVolumeClaim(apiClient_t *apiClient, char *_namespace, v1_persistent_volume_claim_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2011,7 +2011,7 @@ Name | Type | Description | Notes ```c // create a Pod // -v1_pod_t* CoreV1API_createNamespacedPod(apiClient_t *apiClient, char * _namespace, v1_pod_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_pod_t* CoreV1API_createNamespacedPod(apiClient_t *apiClient, char *_namespace, v1_pod_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2045,7 +2045,7 @@ Name | Type | Description | Notes ```c // create binding of a Pod // -v1_binding_t* CoreV1API_createNamespacedPodBinding(apiClient_t *apiClient, char * name, char * _namespace, v1_binding_t * body, char * dryRun, char * fieldManager, char * fieldValidation, char * pretty); +v1_binding_t* CoreV1API_createNamespacedPodBinding(apiClient_t *apiClient, char *name, char *_namespace, v1_binding_t *body, char *dryRun, char *fieldManager, char *fieldValidation, char *pretty); ``` ### Parameters @@ -2080,7 +2080,7 @@ Name | Type | Description | Notes ```c // create eviction of a Pod // -v1_eviction_t* CoreV1API_createNamespacedPodEviction(apiClient_t *apiClient, char * name, char * _namespace, v1_eviction_t * body, char * dryRun, char * fieldManager, char * fieldValidation, char * pretty); +v1_eviction_t* CoreV1API_createNamespacedPodEviction(apiClient_t *apiClient, char *name, char *_namespace, v1_eviction_t *body, char *dryRun, char *fieldManager, char *fieldValidation, char *pretty); ``` ### Parameters @@ -2115,7 +2115,7 @@ Name | Type | Description | Notes ```c // create a PodTemplate // -v1_pod_template_t* CoreV1API_createNamespacedPodTemplate(apiClient_t *apiClient, char * _namespace, v1_pod_template_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_pod_template_t* CoreV1API_createNamespacedPodTemplate(apiClient_t *apiClient, char *_namespace, v1_pod_template_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2149,7 +2149,7 @@ Name | Type | Description | Notes ```c // create a ReplicationController // -v1_replication_controller_t* CoreV1API_createNamespacedReplicationController(apiClient_t *apiClient, char * _namespace, v1_replication_controller_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_replication_controller_t* CoreV1API_createNamespacedReplicationController(apiClient_t *apiClient, char *_namespace, v1_replication_controller_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2183,7 +2183,7 @@ Name | Type | Description | Notes ```c // create a ResourceQuota // -v1_resource_quota_t* CoreV1API_createNamespacedResourceQuota(apiClient_t *apiClient, char * _namespace, v1_resource_quota_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_resource_quota_t* CoreV1API_createNamespacedResourceQuota(apiClient_t *apiClient, char *_namespace, v1_resource_quota_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2217,7 +2217,7 @@ Name | Type | Description | Notes ```c // create a Secret // -v1_secret_t* CoreV1API_createNamespacedSecret(apiClient_t *apiClient, char * _namespace, v1_secret_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_secret_t* CoreV1API_createNamespacedSecret(apiClient_t *apiClient, char *_namespace, v1_secret_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2251,7 +2251,7 @@ Name | Type | Description | Notes ```c // create a Service // -v1_service_t* CoreV1API_createNamespacedService(apiClient_t *apiClient, char * _namespace, v1_service_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_service_t* CoreV1API_createNamespacedService(apiClient_t *apiClient, char *_namespace, v1_service_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2285,7 +2285,7 @@ Name | Type | Description | Notes ```c // create a ServiceAccount // -v1_service_account_t* CoreV1API_createNamespacedServiceAccount(apiClient_t *apiClient, char * _namespace, v1_service_account_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_service_account_t* CoreV1API_createNamespacedServiceAccount(apiClient_t *apiClient, char *_namespace, v1_service_account_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2319,7 +2319,7 @@ Name | Type | Description | Notes ```c // create token of a ServiceAccount // -authentication_v1_token_request_t* CoreV1API_createNamespacedServiceAccountToken(apiClient_t *apiClient, char * name, char * _namespace, authentication_v1_token_request_t * body, char * dryRun, char * fieldManager, char * fieldValidation, char * pretty); +authentication_v1_token_request_t* CoreV1API_createNamespacedServiceAccountToken(apiClient_t *apiClient, char *name, char *_namespace, authentication_v1_token_request_t *body, char *dryRun, char *fieldManager, char *fieldValidation, char *pretty); ``` ### Parameters @@ -2354,7 +2354,7 @@ Name | Type | Description | Notes ```c // create a Node // -v1_node_t* CoreV1API_createNode(apiClient_t *apiClient, v1_node_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_node_t* CoreV1API_createNode(apiClient_t *apiClient, v1_node_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2387,7 +2387,7 @@ Name | Type | Description | Notes ```c // create a PersistentVolume // -v1_persistent_volume_t* CoreV1API_createPersistentVolume(apiClient_t *apiClient, v1_persistent_volume_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_persistent_volume_t* CoreV1API_createPersistentVolume(apiClient_t *apiClient, v1_persistent_volume_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -2420,7 +2420,7 @@ Name | Type | Description | Notes ```c // delete collection of ConfigMap // -v1_status_t* CoreV1API_deleteCollectionNamespacedConfigMap(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteCollectionNamespacedConfigMap(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -2463,7 +2463,7 @@ Name | Type | Description | Notes ```c // delete collection of Endpoints // -v1_status_t* CoreV1API_deleteCollectionNamespacedEndpoints(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteCollectionNamespacedEndpoints(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -2506,7 +2506,7 @@ Name | Type | Description | Notes ```c // delete collection of Event // -v1_status_t* CoreV1API_deleteCollectionNamespacedEvent(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteCollectionNamespacedEvent(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -2549,7 +2549,7 @@ Name | Type | Description | Notes ```c // delete collection of LimitRange // -v1_status_t* CoreV1API_deleteCollectionNamespacedLimitRange(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteCollectionNamespacedLimitRange(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -2592,7 +2592,7 @@ Name | Type | Description | Notes ```c // delete collection of PersistentVolumeClaim // -v1_status_t* CoreV1API_deleteCollectionNamespacedPersistentVolumeClaim(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteCollectionNamespacedPersistentVolumeClaim(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -2635,7 +2635,7 @@ Name | Type | Description | Notes ```c // delete collection of Pod // -v1_status_t* CoreV1API_deleteCollectionNamespacedPod(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteCollectionNamespacedPod(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -2678,7 +2678,7 @@ Name | Type | Description | Notes ```c // delete collection of PodTemplate // -v1_status_t* CoreV1API_deleteCollectionNamespacedPodTemplate(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteCollectionNamespacedPodTemplate(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -2721,7 +2721,7 @@ Name | Type | Description | Notes ```c // delete collection of ReplicationController // -v1_status_t* CoreV1API_deleteCollectionNamespacedReplicationController(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteCollectionNamespacedReplicationController(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -2764,7 +2764,7 @@ Name | Type | Description | Notes ```c // delete collection of ResourceQuota // -v1_status_t* CoreV1API_deleteCollectionNamespacedResourceQuota(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteCollectionNamespacedResourceQuota(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -2807,7 +2807,7 @@ Name | Type | Description | Notes ```c // delete collection of Secret // -v1_status_t* CoreV1API_deleteCollectionNamespacedSecret(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteCollectionNamespacedSecret(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -2850,7 +2850,7 @@ Name | Type | Description | Notes ```c // delete collection of Service // -v1_status_t* CoreV1API_deleteCollectionNamespacedService(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteCollectionNamespacedService(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -2893,7 +2893,7 @@ Name | Type | Description | Notes ```c // delete collection of ServiceAccount // -v1_status_t* CoreV1API_deleteCollectionNamespacedServiceAccount(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteCollectionNamespacedServiceAccount(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -2936,7 +2936,7 @@ Name | Type | Description | Notes ```c // delete collection of Node // -v1_status_t* CoreV1API_deleteCollectionNode(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteCollectionNode(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -2978,7 +2978,7 @@ Name | Type | Description | Notes ```c // delete collection of PersistentVolume // -v1_status_t* CoreV1API_deleteCollectionPersistentVolume(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteCollectionPersistentVolume(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -3020,7 +3020,7 @@ Name | Type | Description | Notes ```c // delete a Namespace // -v1_status_t* CoreV1API_deleteNamespace(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteNamespace(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -3055,7 +3055,7 @@ Name | Type | Description | Notes ```c // delete a ConfigMap // -v1_status_t* CoreV1API_deleteNamespacedConfigMap(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteNamespacedConfigMap(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -3091,7 +3091,7 @@ Name | Type | Description | Notes ```c // delete Endpoints // -v1_status_t* CoreV1API_deleteNamespacedEndpoints(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteNamespacedEndpoints(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -3127,7 +3127,7 @@ Name | Type | Description | Notes ```c // delete an Event // -v1_status_t* CoreV1API_deleteNamespacedEvent(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteNamespacedEvent(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -3163,7 +3163,7 @@ Name | Type | Description | Notes ```c // delete a LimitRange // -v1_status_t* CoreV1API_deleteNamespacedLimitRange(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteNamespacedLimitRange(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -3199,7 +3199,7 @@ Name | Type | Description | Notes ```c // delete a PersistentVolumeClaim // -v1_persistent_volume_claim_t* CoreV1API_deleteNamespacedPersistentVolumeClaim(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_persistent_volume_claim_t* CoreV1API_deleteNamespacedPersistentVolumeClaim(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -3235,7 +3235,7 @@ Name | Type | Description | Notes ```c // delete a Pod // -v1_pod_t* CoreV1API_deleteNamespacedPod(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_pod_t* CoreV1API_deleteNamespacedPod(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -3271,7 +3271,7 @@ Name | Type | Description | Notes ```c // delete a PodTemplate // -v1_pod_template_t* CoreV1API_deleteNamespacedPodTemplate(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_pod_template_t* CoreV1API_deleteNamespacedPodTemplate(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -3307,7 +3307,7 @@ Name | Type | Description | Notes ```c // delete a ReplicationController // -v1_status_t* CoreV1API_deleteNamespacedReplicationController(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteNamespacedReplicationController(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -3343,7 +3343,7 @@ Name | Type | Description | Notes ```c // delete a ResourceQuota // -v1_resource_quota_t* CoreV1API_deleteNamespacedResourceQuota(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_resource_quota_t* CoreV1API_deleteNamespacedResourceQuota(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -3379,7 +3379,7 @@ Name | Type | Description | Notes ```c // delete a Secret // -v1_status_t* CoreV1API_deleteNamespacedSecret(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteNamespacedSecret(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -3415,7 +3415,7 @@ Name | Type | Description | Notes ```c // delete a Service // -v1_service_t* CoreV1API_deleteNamespacedService(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_service_t* CoreV1API_deleteNamespacedService(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -3451,7 +3451,7 @@ Name | Type | Description | Notes ```c // delete a ServiceAccount // -v1_service_account_t* CoreV1API_deleteNamespacedServiceAccount(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_service_account_t* CoreV1API_deleteNamespacedServiceAccount(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -3487,7 +3487,7 @@ Name | Type | Description | Notes ```c // delete a Node // -v1_status_t* CoreV1API_deleteNode(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* CoreV1API_deleteNode(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -3522,7 +3522,7 @@ Name | Type | Description | Notes ```c // delete a PersistentVolume // -v1_persistent_volume_t* CoreV1API_deletePersistentVolume(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_persistent_volume_t* CoreV1API_deletePersistentVolume(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -3585,7 +3585,7 @@ Name | Type | Description | Notes ```c // list objects of kind ComponentStatus // -v1_component_status_list_t* CoreV1API_listComponentStatus(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_component_status_list_t* CoreV1API_listComponentStatus(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -3624,7 +3624,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ConfigMap // -v1_config_map_list_t* CoreV1API_listConfigMapForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_config_map_list_t* CoreV1API_listConfigMapForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -3663,7 +3663,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Endpoints // -v1_endpoints_list_t* CoreV1API_listEndpointsForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_endpoints_list_t* CoreV1API_listEndpointsForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -3702,7 +3702,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Event // -core_v1_event_list_t* CoreV1API_listEventForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +core_v1_event_list_t* CoreV1API_listEventForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -3741,7 +3741,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind LimitRange // -v1_limit_range_list_t* CoreV1API_listLimitRangeForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_limit_range_list_t* CoreV1API_listLimitRangeForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -3780,7 +3780,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Namespace // -v1_namespace_list_t* CoreV1API_listNamespace(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_namespace_list_t* CoreV1API_listNamespace(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -3819,7 +3819,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ConfigMap // -v1_config_map_list_t* CoreV1API_listNamespacedConfigMap(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_config_map_list_t* CoreV1API_listNamespacedConfigMap(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -3859,7 +3859,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Endpoints // -v1_endpoints_list_t* CoreV1API_listNamespacedEndpoints(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_endpoints_list_t* CoreV1API_listNamespacedEndpoints(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -3899,7 +3899,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Event // -core_v1_event_list_t* CoreV1API_listNamespacedEvent(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +core_v1_event_list_t* CoreV1API_listNamespacedEvent(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -3939,7 +3939,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind LimitRange // -v1_limit_range_list_t* CoreV1API_listNamespacedLimitRange(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_limit_range_list_t* CoreV1API_listNamespacedLimitRange(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -3979,7 +3979,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind PersistentVolumeClaim // -v1_persistent_volume_claim_list_t* CoreV1API_listNamespacedPersistentVolumeClaim(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_persistent_volume_claim_list_t* CoreV1API_listNamespacedPersistentVolumeClaim(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4019,7 +4019,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Pod // -v1_pod_list_t* CoreV1API_listNamespacedPod(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_pod_list_t* CoreV1API_listNamespacedPod(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4059,7 +4059,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind PodTemplate // -v1_pod_template_list_t* CoreV1API_listNamespacedPodTemplate(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_pod_template_list_t* CoreV1API_listNamespacedPodTemplate(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4099,7 +4099,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ReplicationController // -v1_replication_controller_list_t* CoreV1API_listNamespacedReplicationController(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_replication_controller_list_t* CoreV1API_listNamespacedReplicationController(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4139,7 +4139,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ResourceQuota // -v1_resource_quota_list_t* CoreV1API_listNamespacedResourceQuota(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_resource_quota_list_t* CoreV1API_listNamespacedResourceQuota(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4179,7 +4179,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Secret // -v1_secret_list_t* CoreV1API_listNamespacedSecret(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_secret_list_t* CoreV1API_listNamespacedSecret(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4219,7 +4219,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Service // -v1_service_list_t* CoreV1API_listNamespacedService(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_service_list_t* CoreV1API_listNamespacedService(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4259,7 +4259,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ServiceAccount // -v1_service_account_list_t* CoreV1API_listNamespacedServiceAccount(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_service_account_list_t* CoreV1API_listNamespacedServiceAccount(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4299,7 +4299,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Node // -v1_node_list_t* CoreV1API_listNode(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_node_list_t* CoreV1API_listNode(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4338,7 +4338,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind PersistentVolume // -v1_persistent_volume_list_t* CoreV1API_listPersistentVolume(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_persistent_volume_list_t* CoreV1API_listPersistentVolume(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4377,7 +4377,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind PersistentVolumeClaim // -v1_persistent_volume_claim_list_t* CoreV1API_listPersistentVolumeClaimForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_persistent_volume_claim_list_t* CoreV1API_listPersistentVolumeClaimForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4416,7 +4416,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Pod // -v1_pod_list_t* CoreV1API_listPodForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_pod_list_t* CoreV1API_listPodForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4455,7 +4455,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind PodTemplate // -v1_pod_template_list_t* CoreV1API_listPodTemplateForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_pod_template_list_t* CoreV1API_listPodTemplateForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4494,7 +4494,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ReplicationController // -v1_replication_controller_list_t* CoreV1API_listReplicationControllerForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_replication_controller_list_t* CoreV1API_listReplicationControllerForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4533,7 +4533,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ResourceQuota // -v1_resource_quota_list_t* CoreV1API_listResourceQuotaForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_resource_quota_list_t* CoreV1API_listResourceQuotaForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4572,7 +4572,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Secret // -v1_secret_list_t* CoreV1API_listSecretForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_secret_list_t* CoreV1API_listSecretForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4611,7 +4611,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ServiceAccount // -v1_service_account_list_t* CoreV1API_listServiceAccountForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_service_account_list_t* CoreV1API_listServiceAccountForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4650,7 +4650,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Service // -v1_service_list_t* CoreV1API_listServiceForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_service_list_t* CoreV1API_listServiceForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -4689,7 +4689,7 @@ Name | Type | Description | Notes ```c // partially update the specified Namespace // -v1_namespace_t* CoreV1API_patchNamespace(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_namespace_t* CoreV1API_patchNamespace(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -4724,7 +4724,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified Namespace // -v1_namespace_t* CoreV1API_patchNamespaceStatus(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_namespace_t* CoreV1API_patchNamespaceStatus(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -4759,7 +4759,7 @@ Name | Type | Description | Notes ```c // partially update the specified ConfigMap // -v1_config_map_t* CoreV1API_patchNamespacedConfigMap(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_config_map_t* CoreV1API_patchNamespacedConfigMap(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -4795,7 +4795,7 @@ Name | Type | Description | Notes ```c // partially update the specified Endpoints // -v1_endpoints_t* CoreV1API_patchNamespacedEndpoints(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_endpoints_t* CoreV1API_patchNamespacedEndpoints(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -4831,7 +4831,7 @@ Name | Type | Description | Notes ```c // partially update the specified Event // -core_v1_event_t* CoreV1API_patchNamespacedEvent(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +core_v1_event_t* CoreV1API_patchNamespacedEvent(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -4867,7 +4867,7 @@ Name | Type | Description | Notes ```c // partially update the specified LimitRange // -v1_limit_range_t* CoreV1API_patchNamespacedLimitRange(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_limit_range_t* CoreV1API_patchNamespacedLimitRange(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -4903,7 +4903,7 @@ Name | Type | Description | Notes ```c // partially update the specified PersistentVolumeClaim // -v1_persistent_volume_claim_t* CoreV1API_patchNamespacedPersistentVolumeClaim(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_persistent_volume_claim_t* CoreV1API_patchNamespacedPersistentVolumeClaim(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -4939,7 +4939,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified PersistentVolumeClaim // -v1_persistent_volume_claim_t* CoreV1API_patchNamespacedPersistentVolumeClaimStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_persistent_volume_claim_t* CoreV1API_patchNamespacedPersistentVolumeClaimStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -4975,7 +4975,7 @@ Name | Type | Description | Notes ```c // partially update the specified Pod // -v1_pod_t* CoreV1API_patchNamespacedPod(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_pod_t* CoreV1API_patchNamespacedPod(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5011,7 +5011,7 @@ Name | Type | Description | Notes ```c // partially update ephemeralcontainers of the specified Pod // -v1_pod_t* CoreV1API_patchNamespacedPodEphemeralcontainers(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_pod_t* CoreV1API_patchNamespacedPodEphemeralcontainers(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5047,7 +5047,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified Pod // -v1_pod_t* CoreV1API_patchNamespacedPodStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_pod_t* CoreV1API_patchNamespacedPodStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5083,7 +5083,7 @@ Name | Type | Description | Notes ```c // partially update the specified PodTemplate // -v1_pod_template_t* CoreV1API_patchNamespacedPodTemplate(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_pod_template_t* CoreV1API_patchNamespacedPodTemplate(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5119,7 +5119,7 @@ Name | Type | Description | Notes ```c // partially update the specified ReplicationController // -v1_replication_controller_t* CoreV1API_patchNamespacedReplicationController(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_replication_controller_t* CoreV1API_patchNamespacedReplicationController(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5155,7 +5155,7 @@ Name | Type | Description | Notes ```c // partially update scale of the specified ReplicationController // -v1_scale_t* CoreV1API_patchNamespacedReplicationControllerScale(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_scale_t* CoreV1API_patchNamespacedReplicationControllerScale(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5191,7 +5191,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified ReplicationController // -v1_replication_controller_t* CoreV1API_patchNamespacedReplicationControllerStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_replication_controller_t* CoreV1API_patchNamespacedReplicationControllerStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5227,7 +5227,7 @@ Name | Type | Description | Notes ```c // partially update the specified ResourceQuota // -v1_resource_quota_t* CoreV1API_patchNamespacedResourceQuota(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_resource_quota_t* CoreV1API_patchNamespacedResourceQuota(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5263,7 +5263,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified ResourceQuota // -v1_resource_quota_t* CoreV1API_patchNamespacedResourceQuotaStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_resource_quota_t* CoreV1API_patchNamespacedResourceQuotaStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5299,7 +5299,7 @@ Name | Type | Description | Notes ```c // partially update the specified Secret // -v1_secret_t* CoreV1API_patchNamespacedSecret(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_secret_t* CoreV1API_patchNamespacedSecret(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5335,7 +5335,7 @@ Name | Type | Description | Notes ```c // partially update the specified Service // -v1_service_t* CoreV1API_patchNamespacedService(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_service_t* CoreV1API_patchNamespacedService(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5371,7 +5371,7 @@ Name | Type | Description | Notes ```c // partially update the specified ServiceAccount // -v1_service_account_t* CoreV1API_patchNamespacedServiceAccount(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_service_account_t* CoreV1API_patchNamespacedServiceAccount(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5407,7 +5407,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified Service // -v1_service_t* CoreV1API_patchNamespacedServiceStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_service_t* CoreV1API_patchNamespacedServiceStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5443,7 +5443,7 @@ Name | Type | Description | Notes ```c // partially update the specified Node // -v1_node_t* CoreV1API_patchNode(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_node_t* CoreV1API_patchNode(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5478,7 +5478,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified Node // -v1_node_t* CoreV1API_patchNodeStatus(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_node_t* CoreV1API_patchNodeStatus(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5513,7 +5513,7 @@ Name | Type | Description | Notes ```c // partially update the specified PersistentVolume // -v1_persistent_volume_t* CoreV1API_patchPersistentVolume(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_persistent_volume_t* CoreV1API_patchPersistentVolume(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5548,7 +5548,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified PersistentVolume // -v1_persistent_volume_t* CoreV1API_patchPersistentVolumeStatus(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_persistent_volume_t* CoreV1API_patchPersistentVolumeStatus(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -5583,7 +5583,7 @@ Name | Type | Description | Notes ```c // read the specified ComponentStatus // -v1_component_status_t* CoreV1API_readComponentStatus(apiClient_t *apiClient, char * name, char * pretty); +v1_component_status_t* CoreV1API_readComponentStatus(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -5613,7 +5613,7 @@ Name | Type | Description | Notes ```c // read the specified Namespace // -v1_namespace_t* CoreV1API_readNamespace(apiClient_t *apiClient, char * name, char * pretty); +v1_namespace_t* CoreV1API_readNamespace(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -5643,7 +5643,7 @@ Name | Type | Description | Notes ```c // read status of the specified Namespace // -v1_namespace_t* CoreV1API_readNamespaceStatus(apiClient_t *apiClient, char * name, char * pretty); +v1_namespace_t* CoreV1API_readNamespaceStatus(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -5673,7 +5673,7 @@ Name | Type | Description | Notes ```c // read the specified ConfigMap // -v1_config_map_t* CoreV1API_readNamespacedConfigMap(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_config_map_t* CoreV1API_readNamespacedConfigMap(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -5704,7 +5704,7 @@ Name | Type | Description | Notes ```c // read the specified Endpoints // -v1_endpoints_t* CoreV1API_readNamespacedEndpoints(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_endpoints_t* CoreV1API_readNamespacedEndpoints(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -5735,7 +5735,7 @@ Name | Type | Description | Notes ```c // read the specified Event // -core_v1_event_t* CoreV1API_readNamespacedEvent(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +core_v1_event_t* CoreV1API_readNamespacedEvent(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -5766,7 +5766,7 @@ Name | Type | Description | Notes ```c // read the specified LimitRange // -v1_limit_range_t* CoreV1API_readNamespacedLimitRange(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_limit_range_t* CoreV1API_readNamespacedLimitRange(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -5797,7 +5797,7 @@ Name | Type | Description | Notes ```c // read the specified PersistentVolumeClaim // -v1_persistent_volume_claim_t* CoreV1API_readNamespacedPersistentVolumeClaim(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_persistent_volume_claim_t* CoreV1API_readNamespacedPersistentVolumeClaim(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -5828,7 +5828,7 @@ Name | Type | Description | Notes ```c // read status of the specified PersistentVolumeClaim // -v1_persistent_volume_claim_t* CoreV1API_readNamespacedPersistentVolumeClaimStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_persistent_volume_claim_t* CoreV1API_readNamespacedPersistentVolumeClaimStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -5859,7 +5859,7 @@ Name | Type | Description | Notes ```c // read the specified Pod // -v1_pod_t* CoreV1API_readNamespacedPod(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_pod_t* CoreV1API_readNamespacedPod(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -5890,7 +5890,7 @@ Name | Type | Description | Notes ```c // read ephemeralcontainers of the specified Pod // -v1_pod_t* CoreV1API_readNamespacedPodEphemeralcontainers(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_pod_t* CoreV1API_readNamespacedPodEphemeralcontainers(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -5921,7 +5921,7 @@ Name | Type | Description | Notes ```c // read log of the specified Pod // -char* CoreV1API_readNamespacedPodLog(apiClient_t *apiClient, char * name, char * _namespace, char * container, int follow, int insecureSkipTLSVerifyBackend, int limitBytes, char * pretty, int previous, int sinceSeconds, int tailLines, int timestamps); +char* CoreV1API_readNamespacedPodLog(apiClient_t *apiClient, char *name, char *_namespace, char *container, int *follow, int *insecureSkipTLSVerifyBackend, int *limitBytes, char *pretty, int *previous, int *sinceSeconds, int *tailLines, int *timestamps); ``` ### Parameters @@ -5961,7 +5961,7 @@ char* ```c // read status of the specified Pod // -v1_pod_t* CoreV1API_readNamespacedPodStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_pod_t* CoreV1API_readNamespacedPodStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -5992,7 +5992,7 @@ Name | Type | Description | Notes ```c // read the specified PodTemplate // -v1_pod_template_t* CoreV1API_readNamespacedPodTemplate(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_pod_template_t* CoreV1API_readNamespacedPodTemplate(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -6023,7 +6023,7 @@ Name | Type | Description | Notes ```c // read the specified ReplicationController // -v1_replication_controller_t* CoreV1API_readNamespacedReplicationController(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_replication_controller_t* CoreV1API_readNamespacedReplicationController(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -6054,7 +6054,7 @@ Name | Type | Description | Notes ```c // read scale of the specified ReplicationController // -v1_scale_t* CoreV1API_readNamespacedReplicationControllerScale(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_scale_t* CoreV1API_readNamespacedReplicationControllerScale(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -6085,7 +6085,7 @@ Name | Type | Description | Notes ```c // read status of the specified ReplicationController // -v1_replication_controller_t* CoreV1API_readNamespacedReplicationControllerStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_replication_controller_t* CoreV1API_readNamespacedReplicationControllerStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -6116,7 +6116,7 @@ Name | Type | Description | Notes ```c // read the specified ResourceQuota // -v1_resource_quota_t* CoreV1API_readNamespacedResourceQuota(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_resource_quota_t* CoreV1API_readNamespacedResourceQuota(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -6147,7 +6147,7 @@ Name | Type | Description | Notes ```c // read status of the specified ResourceQuota // -v1_resource_quota_t* CoreV1API_readNamespacedResourceQuotaStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_resource_quota_t* CoreV1API_readNamespacedResourceQuotaStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -6178,7 +6178,7 @@ Name | Type | Description | Notes ```c // read the specified Secret // -v1_secret_t* CoreV1API_readNamespacedSecret(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_secret_t* CoreV1API_readNamespacedSecret(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -6209,7 +6209,7 @@ Name | Type | Description | Notes ```c // read the specified Service // -v1_service_t* CoreV1API_readNamespacedService(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_service_t* CoreV1API_readNamespacedService(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -6240,7 +6240,7 @@ Name | Type | Description | Notes ```c // read the specified ServiceAccount // -v1_service_account_t* CoreV1API_readNamespacedServiceAccount(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_service_account_t* CoreV1API_readNamespacedServiceAccount(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -6271,7 +6271,7 @@ Name | Type | Description | Notes ```c // read status of the specified Service // -v1_service_t* CoreV1API_readNamespacedServiceStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_service_t* CoreV1API_readNamespacedServiceStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -6302,7 +6302,7 @@ Name | Type | Description | Notes ```c // read the specified Node // -v1_node_t* CoreV1API_readNode(apiClient_t *apiClient, char * name, char * pretty); +v1_node_t* CoreV1API_readNode(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -6332,7 +6332,7 @@ Name | Type | Description | Notes ```c // read status of the specified Node // -v1_node_t* CoreV1API_readNodeStatus(apiClient_t *apiClient, char * name, char * pretty); +v1_node_t* CoreV1API_readNodeStatus(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -6362,7 +6362,7 @@ Name | Type | Description | Notes ```c // read the specified PersistentVolume // -v1_persistent_volume_t* CoreV1API_readPersistentVolume(apiClient_t *apiClient, char * name, char * pretty); +v1_persistent_volume_t* CoreV1API_readPersistentVolume(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -6392,7 +6392,7 @@ Name | Type | Description | Notes ```c // read status of the specified PersistentVolume // -v1_persistent_volume_t* CoreV1API_readPersistentVolumeStatus(apiClient_t *apiClient, char * name, char * pretty); +v1_persistent_volume_t* CoreV1API_readPersistentVolumeStatus(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -6422,7 +6422,7 @@ Name | Type | Description | Notes ```c // replace the specified Namespace // -v1_namespace_t* CoreV1API_replaceNamespace(apiClient_t *apiClient, char * name, v1_namespace_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_namespace_t* CoreV1API_replaceNamespace(apiClient_t *apiClient, char *name, v1_namespace_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -6456,7 +6456,7 @@ Name | Type | Description | Notes ```c // replace finalize of the specified Namespace // -v1_namespace_t* CoreV1API_replaceNamespaceFinalize(apiClient_t *apiClient, char * name, v1_namespace_t * body, char * dryRun, char * fieldManager, char * fieldValidation, char * pretty); +v1_namespace_t* CoreV1API_replaceNamespaceFinalize(apiClient_t *apiClient, char *name, v1_namespace_t *body, char *dryRun, char *fieldManager, char *fieldValidation, char *pretty); ``` ### Parameters @@ -6490,7 +6490,7 @@ Name | Type | Description | Notes ```c // replace status of the specified Namespace // -v1_namespace_t* CoreV1API_replaceNamespaceStatus(apiClient_t *apiClient, char * name, v1_namespace_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_namespace_t* CoreV1API_replaceNamespaceStatus(apiClient_t *apiClient, char *name, v1_namespace_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -6524,7 +6524,7 @@ Name | Type | Description | Notes ```c // replace the specified ConfigMap // -v1_config_map_t* CoreV1API_replaceNamespacedConfigMap(apiClient_t *apiClient, char * name, char * _namespace, v1_config_map_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_config_map_t* CoreV1API_replaceNamespacedConfigMap(apiClient_t *apiClient, char *name, char *_namespace, v1_config_map_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -6559,7 +6559,7 @@ Name | Type | Description | Notes ```c // replace the specified Endpoints // -v1_endpoints_t* CoreV1API_replaceNamespacedEndpoints(apiClient_t *apiClient, char * name, char * _namespace, v1_endpoints_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_endpoints_t* CoreV1API_replaceNamespacedEndpoints(apiClient_t *apiClient, char *name, char *_namespace, v1_endpoints_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -6594,7 +6594,7 @@ Name | Type | Description | Notes ```c // replace the specified Event // -core_v1_event_t* CoreV1API_replaceNamespacedEvent(apiClient_t *apiClient, char * name, char * _namespace, core_v1_event_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +core_v1_event_t* CoreV1API_replaceNamespacedEvent(apiClient_t *apiClient, char *name, char *_namespace, core_v1_event_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -6629,7 +6629,7 @@ Name | Type | Description | Notes ```c // replace the specified LimitRange // -v1_limit_range_t* CoreV1API_replaceNamespacedLimitRange(apiClient_t *apiClient, char * name, char * _namespace, v1_limit_range_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_limit_range_t* CoreV1API_replaceNamespacedLimitRange(apiClient_t *apiClient, char *name, char *_namespace, v1_limit_range_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -6664,7 +6664,7 @@ Name | Type | Description | Notes ```c // replace the specified PersistentVolumeClaim // -v1_persistent_volume_claim_t* CoreV1API_replaceNamespacedPersistentVolumeClaim(apiClient_t *apiClient, char * name, char * _namespace, v1_persistent_volume_claim_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_persistent_volume_claim_t* CoreV1API_replaceNamespacedPersistentVolumeClaim(apiClient_t *apiClient, char *name, char *_namespace, v1_persistent_volume_claim_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -6699,7 +6699,7 @@ Name | Type | Description | Notes ```c // replace status of the specified PersistentVolumeClaim // -v1_persistent_volume_claim_t* CoreV1API_replaceNamespacedPersistentVolumeClaimStatus(apiClient_t *apiClient, char * name, char * _namespace, v1_persistent_volume_claim_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_persistent_volume_claim_t* CoreV1API_replaceNamespacedPersistentVolumeClaimStatus(apiClient_t *apiClient, char *name, char *_namespace, v1_persistent_volume_claim_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -6734,7 +6734,7 @@ Name | Type | Description | Notes ```c // replace the specified Pod // -v1_pod_t* CoreV1API_replaceNamespacedPod(apiClient_t *apiClient, char * name, char * _namespace, v1_pod_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_pod_t* CoreV1API_replaceNamespacedPod(apiClient_t *apiClient, char *name, char *_namespace, v1_pod_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -6769,7 +6769,7 @@ Name | Type | Description | Notes ```c // replace ephemeralcontainers of the specified Pod // -v1_pod_t* CoreV1API_replaceNamespacedPodEphemeralcontainers(apiClient_t *apiClient, char * name, char * _namespace, v1_pod_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_pod_t* CoreV1API_replaceNamespacedPodEphemeralcontainers(apiClient_t *apiClient, char *name, char *_namespace, v1_pod_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -6804,7 +6804,7 @@ Name | Type | Description | Notes ```c // replace status of the specified Pod // -v1_pod_t* CoreV1API_replaceNamespacedPodStatus(apiClient_t *apiClient, char * name, char * _namespace, v1_pod_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_pod_t* CoreV1API_replaceNamespacedPodStatus(apiClient_t *apiClient, char *name, char *_namespace, v1_pod_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -6839,7 +6839,7 @@ Name | Type | Description | Notes ```c // replace the specified PodTemplate // -v1_pod_template_t* CoreV1API_replaceNamespacedPodTemplate(apiClient_t *apiClient, char * name, char * _namespace, v1_pod_template_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_pod_template_t* CoreV1API_replaceNamespacedPodTemplate(apiClient_t *apiClient, char *name, char *_namespace, v1_pod_template_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -6874,7 +6874,7 @@ Name | Type | Description | Notes ```c // replace the specified ReplicationController // -v1_replication_controller_t* CoreV1API_replaceNamespacedReplicationController(apiClient_t *apiClient, char * name, char * _namespace, v1_replication_controller_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_replication_controller_t* CoreV1API_replaceNamespacedReplicationController(apiClient_t *apiClient, char *name, char *_namespace, v1_replication_controller_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -6909,7 +6909,7 @@ Name | Type | Description | Notes ```c // replace scale of the specified ReplicationController // -v1_scale_t* CoreV1API_replaceNamespacedReplicationControllerScale(apiClient_t *apiClient, char * name, char * _namespace, v1_scale_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_scale_t* CoreV1API_replaceNamespacedReplicationControllerScale(apiClient_t *apiClient, char *name, char *_namespace, v1_scale_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -6944,7 +6944,7 @@ Name | Type | Description | Notes ```c // replace status of the specified ReplicationController // -v1_replication_controller_t* CoreV1API_replaceNamespacedReplicationControllerStatus(apiClient_t *apiClient, char * name, char * _namespace, v1_replication_controller_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_replication_controller_t* CoreV1API_replaceNamespacedReplicationControllerStatus(apiClient_t *apiClient, char *name, char *_namespace, v1_replication_controller_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -6979,7 +6979,7 @@ Name | Type | Description | Notes ```c // replace the specified ResourceQuota // -v1_resource_quota_t* CoreV1API_replaceNamespacedResourceQuota(apiClient_t *apiClient, char * name, char * _namespace, v1_resource_quota_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_resource_quota_t* CoreV1API_replaceNamespacedResourceQuota(apiClient_t *apiClient, char *name, char *_namespace, v1_resource_quota_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -7014,7 +7014,7 @@ Name | Type | Description | Notes ```c // replace status of the specified ResourceQuota // -v1_resource_quota_t* CoreV1API_replaceNamespacedResourceQuotaStatus(apiClient_t *apiClient, char * name, char * _namespace, v1_resource_quota_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_resource_quota_t* CoreV1API_replaceNamespacedResourceQuotaStatus(apiClient_t *apiClient, char *name, char *_namespace, v1_resource_quota_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -7049,7 +7049,7 @@ Name | Type | Description | Notes ```c // replace the specified Secret // -v1_secret_t* CoreV1API_replaceNamespacedSecret(apiClient_t *apiClient, char * name, char * _namespace, v1_secret_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_secret_t* CoreV1API_replaceNamespacedSecret(apiClient_t *apiClient, char *name, char *_namespace, v1_secret_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -7084,7 +7084,7 @@ Name | Type | Description | Notes ```c // replace the specified Service // -v1_service_t* CoreV1API_replaceNamespacedService(apiClient_t *apiClient, char * name, char * _namespace, v1_service_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_service_t* CoreV1API_replaceNamespacedService(apiClient_t *apiClient, char *name, char *_namespace, v1_service_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -7119,7 +7119,7 @@ Name | Type | Description | Notes ```c // replace the specified ServiceAccount // -v1_service_account_t* CoreV1API_replaceNamespacedServiceAccount(apiClient_t *apiClient, char * name, char * _namespace, v1_service_account_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_service_account_t* CoreV1API_replaceNamespacedServiceAccount(apiClient_t *apiClient, char *name, char *_namespace, v1_service_account_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -7154,7 +7154,7 @@ Name | Type | Description | Notes ```c // replace status of the specified Service // -v1_service_t* CoreV1API_replaceNamespacedServiceStatus(apiClient_t *apiClient, char * name, char * _namespace, v1_service_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_service_t* CoreV1API_replaceNamespacedServiceStatus(apiClient_t *apiClient, char *name, char *_namespace, v1_service_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -7189,7 +7189,7 @@ Name | Type | Description | Notes ```c // replace the specified Node // -v1_node_t* CoreV1API_replaceNode(apiClient_t *apiClient, char * name, v1_node_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_node_t* CoreV1API_replaceNode(apiClient_t *apiClient, char *name, v1_node_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -7223,7 +7223,7 @@ Name | Type | Description | Notes ```c // replace status of the specified Node // -v1_node_t* CoreV1API_replaceNodeStatus(apiClient_t *apiClient, char * name, v1_node_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_node_t* CoreV1API_replaceNodeStatus(apiClient_t *apiClient, char *name, v1_node_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -7257,7 +7257,7 @@ Name | Type | Description | Notes ```c // replace the specified PersistentVolume // -v1_persistent_volume_t* CoreV1API_replacePersistentVolume(apiClient_t *apiClient, char * name, v1_persistent_volume_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_persistent_volume_t* CoreV1API_replacePersistentVolume(apiClient_t *apiClient, char *name, v1_persistent_volume_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -7291,7 +7291,7 @@ Name | Type | Description | Notes ```c // replace status of the specified PersistentVolume // -v1_persistent_volume_t* CoreV1API_replacePersistentVolumeStatus(apiClient_t *apiClient, char * name, v1_persistent_volume_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_persistent_volume_t* CoreV1API_replacePersistentVolumeStatus(apiClient_t *apiClient, char *name, v1_persistent_volume_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/CustomObjectsAPI.md b/kubernetes/docs/CustomObjectsAPI.md index 9b3665b8..f413ae37 100644 --- a/kubernetes/docs/CustomObjectsAPI.md +++ b/kubernetes/docs/CustomObjectsAPI.md @@ -37,7 +37,7 @@ Method | HTTP request | Description ```c // Creates a cluster scoped Custom object // -object_t* CustomObjectsAPI_createClusterCustomObject(apiClient_t *apiClient, char * group, char * version, char * plural, object_t * body, char * pretty, char * dryRun, char * fieldManager); +object_t* CustomObjectsAPI_createClusterCustomObject(apiClient_t *apiClient, char *group, char *version, char *plural, object_t *body, char *pretty, char *dryRun, char *fieldManager); ``` ### Parameters @@ -72,7 +72,7 @@ Name | Type | Description | Notes ```c // Creates a namespace scoped Custom object // -object_t* CustomObjectsAPI_createNamespacedCustomObject(apiClient_t *apiClient, char * group, char * version, char * _namespace, char * plural, object_t * body, char * pretty, char * dryRun, char * fieldManager); +object_t* CustomObjectsAPI_createNamespacedCustomObject(apiClient_t *apiClient, char *group, char *version, char *_namespace, char *plural, object_t *body, char *pretty, char *dryRun, char *fieldManager); ``` ### Parameters @@ -108,7 +108,7 @@ Name | Type | Description | Notes ```c // Deletes the specified cluster scoped custom object // -object_t* CustomObjectsAPI_deleteClusterCustomObject(apiClient_t *apiClient, char * group, char * version, char * plural, char * name, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, char * dryRun, v1_delete_options_t * body); +object_t* CustomObjectsAPI_deleteClusterCustomObject(apiClient_t *apiClient, char *group, char *version, char *plural, char *name, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, char *dryRun, v1_delete_options_t *body); ``` ### Parameters @@ -145,7 +145,7 @@ Name | Type | Description | Notes ```c // Delete collection of cluster scoped custom objects // -object_t* CustomObjectsAPI_deleteCollectionClusterCustomObject(apiClient_t *apiClient, char * group, char * version, char * plural, char * pretty, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, char * dryRun, v1_delete_options_t * body); +object_t* CustomObjectsAPI_deleteCollectionClusterCustomObject(apiClient_t *apiClient, char *group, char *version, char *plural, char *pretty, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, char *dryRun, v1_delete_options_t *body); ``` ### Parameters @@ -182,7 +182,7 @@ Name | Type | Description | Notes ```c // Delete collection of namespace scoped custom objects // -object_t* CustomObjectsAPI_deleteCollectionNamespacedCustomObject(apiClient_t *apiClient, char * group, char * version, char * _namespace, char * plural, char * pretty, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, char * dryRun, v1_delete_options_t * body); +object_t* CustomObjectsAPI_deleteCollectionNamespacedCustomObject(apiClient_t *apiClient, char *group, char *version, char *_namespace, char *plural, char *pretty, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, char *dryRun, v1_delete_options_t *body); ``` ### Parameters @@ -220,7 +220,7 @@ Name | Type | Description | Notes ```c // Deletes the specified namespace scoped custom object // -object_t* CustomObjectsAPI_deleteNamespacedCustomObject(apiClient_t *apiClient, char * group, char * version, char * _namespace, char * plural, char * name, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, char * dryRun, v1_delete_options_t * body); +object_t* CustomObjectsAPI_deleteNamespacedCustomObject(apiClient_t *apiClient, char *group, char *version, char *_namespace, char *plural, char *name, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, char *dryRun, v1_delete_options_t *body); ``` ### Parameters @@ -258,7 +258,7 @@ Name | Type | Description | Notes ```c // get available resources // -v1_api_resource_list_t* CustomObjectsAPI_getAPIResources(apiClient_t *apiClient, char * group, char * version); +v1_api_resource_list_t* CustomObjectsAPI_getAPIResources(apiClient_t *apiClient, char *group, char *version); ``` ### Parameters @@ -288,7 +288,7 @@ Name | Type | Description | Notes ```c // Returns a cluster scoped custom object // -object_t* CustomObjectsAPI_getClusterCustomObject(apiClient_t *apiClient, char * group, char * version, char * plural, char * name); +object_t* CustomObjectsAPI_getClusterCustomObject(apiClient_t *apiClient, char *group, char *version, char *plural, char *name); ``` ### Parameters @@ -320,7 +320,7 @@ Name | Type | Description | Notes ```c // read scale of the specified custom object // -object_t* CustomObjectsAPI_getClusterCustomObjectScale(apiClient_t *apiClient, char * group, char * version, char * plural, char * name); +object_t* CustomObjectsAPI_getClusterCustomObjectScale(apiClient_t *apiClient, char *group, char *version, char *plural, char *name); ``` ### Parameters @@ -352,7 +352,7 @@ Name | Type | Description | Notes ```c // read status of the specified cluster scoped custom object // -object_t* CustomObjectsAPI_getClusterCustomObjectStatus(apiClient_t *apiClient, char * group, char * version, char * plural, char * name); +object_t* CustomObjectsAPI_getClusterCustomObjectStatus(apiClient_t *apiClient, char *group, char *version, char *plural, char *name); ``` ### Parameters @@ -384,7 +384,7 @@ Name | Type | Description | Notes ```c // Returns a namespace scoped custom object // -object_t* CustomObjectsAPI_getNamespacedCustomObject(apiClient_t *apiClient, char * group, char * version, char * _namespace, char * plural, char * name); +object_t* CustomObjectsAPI_getNamespacedCustomObject(apiClient_t *apiClient, char *group, char *version, char *_namespace, char *plural, char *name); ``` ### Parameters @@ -417,7 +417,7 @@ Name | Type | Description | Notes ```c // read scale of the specified namespace scoped custom object // -object_t* CustomObjectsAPI_getNamespacedCustomObjectScale(apiClient_t *apiClient, char * group, char * version, char * _namespace, char * plural, char * name); +object_t* CustomObjectsAPI_getNamespacedCustomObjectScale(apiClient_t *apiClient, char *group, char *version, char *_namespace, char *plural, char *name); ``` ### Parameters @@ -450,7 +450,7 @@ Name | Type | Description | Notes ```c // read status of the specified namespace scoped custom object // -object_t* CustomObjectsAPI_getNamespacedCustomObjectStatus(apiClient_t *apiClient, char * group, char * version, char * _namespace, char * plural, char * name); +object_t* CustomObjectsAPI_getNamespacedCustomObjectStatus(apiClient_t *apiClient, char *group, char *version, char *_namespace, char *plural, char *name); ``` ### Parameters @@ -483,7 +483,7 @@ Name | Type | Description | Notes ```c // list or watch cluster scoped custom objects // -object_t* CustomObjectsAPI_listClusterCustomObject(apiClient_t *apiClient, char * group, char * version, char * plural, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int timeoutSeconds, int watch); +object_t* CustomObjectsAPI_listClusterCustomObject(apiClient_t *apiClient, char *group, char *version, char *plural, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -524,7 +524,7 @@ Name | Type | Description | Notes ```c // list or watch namespace scoped custom objects // -object_t* CustomObjectsAPI_listNamespacedCustomObject(apiClient_t *apiClient, char * group, char * version, char * _namespace, char * plural, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int timeoutSeconds, int watch); +object_t* CustomObjectsAPI_listNamespacedCustomObject(apiClient_t *apiClient, char *group, char *version, char *_namespace, char *plural, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -566,7 +566,7 @@ Name | Type | Description | Notes ```c // patch the specified cluster scoped custom object // -object_t* CustomObjectsAPI_patchClusterCustomObject(apiClient_t *apiClient, char * group, char * version, char * plural, char * name, object_t * body, char * dryRun, char * fieldManager, int force); +object_t* CustomObjectsAPI_patchClusterCustomObject(apiClient_t *apiClient, char *group, char *version, char *plural, char *name, object_t *body, char *dryRun, char *fieldManager, int *force); ``` ### Parameters @@ -602,7 +602,7 @@ Name | Type | Description | Notes ```c // partially update scale of the specified cluster scoped custom object // -object_t* CustomObjectsAPI_patchClusterCustomObjectScale(apiClient_t *apiClient, char * group, char * version, char * plural, char * name, object_t * body, char * dryRun, char * fieldManager, int force); +object_t* CustomObjectsAPI_patchClusterCustomObjectScale(apiClient_t *apiClient, char *group, char *version, char *plural, char *name, object_t *body, char *dryRun, char *fieldManager, int *force); ``` ### Parameters @@ -638,7 +638,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified cluster scoped custom object // -object_t* CustomObjectsAPI_patchClusterCustomObjectStatus(apiClient_t *apiClient, char * group, char * version, char * plural, char * name, object_t * body, char * dryRun, char * fieldManager, int force); +object_t* CustomObjectsAPI_patchClusterCustomObjectStatus(apiClient_t *apiClient, char *group, char *version, char *plural, char *name, object_t *body, char *dryRun, char *fieldManager, int *force); ``` ### Parameters @@ -674,7 +674,7 @@ Name | Type | Description | Notes ```c // patch the specified namespace scoped custom object // -object_t* CustomObjectsAPI_patchNamespacedCustomObject(apiClient_t *apiClient, char * group, char * version, char * _namespace, char * plural, char * name, object_t * body, char * dryRun, char * fieldManager, int force); +object_t* CustomObjectsAPI_patchNamespacedCustomObject(apiClient_t *apiClient, char *group, char *version, char *_namespace, char *plural, char *name, object_t *body, char *dryRun, char *fieldManager, int *force); ``` ### Parameters @@ -711,7 +711,7 @@ Name | Type | Description | Notes ```c // partially update scale of the specified namespace scoped custom object // -object_t* CustomObjectsAPI_patchNamespacedCustomObjectScale(apiClient_t *apiClient, char * group, char * version, char * _namespace, char * plural, char * name, object_t * body, char * dryRun, char * fieldManager, int force); +object_t* CustomObjectsAPI_patchNamespacedCustomObjectScale(apiClient_t *apiClient, char *group, char *version, char *_namespace, char *plural, char *name, object_t *body, char *dryRun, char *fieldManager, int *force); ``` ### Parameters @@ -748,7 +748,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified namespace scoped custom object // -object_t* CustomObjectsAPI_patchNamespacedCustomObjectStatus(apiClient_t *apiClient, char * group, char * version, char * _namespace, char * plural, char * name, object_t * body, char * dryRun, char * fieldManager, int force); +object_t* CustomObjectsAPI_patchNamespacedCustomObjectStatus(apiClient_t *apiClient, char *group, char *version, char *_namespace, char *plural, char *name, object_t *body, char *dryRun, char *fieldManager, int *force); ``` ### Parameters @@ -785,7 +785,7 @@ Name | Type | Description | Notes ```c // replace the specified cluster scoped custom object // -object_t* CustomObjectsAPI_replaceClusterCustomObject(apiClient_t *apiClient, char * group, char * version, char * plural, char * name, object_t * body, char * dryRun, char * fieldManager); +object_t* CustomObjectsAPI_replaceClusterCustomObject(apiClient_t *apiClient, char *group, char *version, char *plural, char *name, object_t *body, char *dryRun, char *fieldManager); ``` ### Parameters @@ -820,7 +820,7 @@ Name | Type | Description | Notes ```c // replace scale of the specified cluster scoped custom object // -object_t* CustomObjectsAPI_replaceClusterCustomObjectScale(apiClient_t *apiClient, char * group, char * version, char * plural, char * name, object_t * body, char * dryRun, char * fieldManager); +object_t* CustomObjectsAPI_replaceClusterCustomObjectScale(apiClient_t *apiClient, char *group, char *version, char *plural, char *name, object_t *body, char *dryRun, char *fieldManager); ``` ### Parameters @@ -855,7 +855,7 @@ Name | Type | Description | Notes ```c // replace status of the cluster scoped specified custom object // -object_t* CustomObjectsAPI_replaceClusterCustomObjectStatus(apiClient_t *apiClient, char * group, char * version, char * plural, char * name, object_t * body, char * dryRun, char * fieldManager); +object_t* CustomObjectsAPI_replaceClusterCustomObjectStatus(apiClient_t *apiClient, char *group, char *version, char *plural, char *name, object_t *body, char *dryRun, char *fieldManager); ``` ### Parameters @@ -890,7 +890,7 @@ Name | Type | Description | Notes ```c // replace the specified namespace scoped custom object // -object_t* CustomObjectsAPI_replaceNamespacedCustomObject(apiClient_t *apiClient, char * group, char * version, char * _namespace, char * plural, char * name, object_t * body, char * dryRun, char * fieldManager); +object_t* CustomObjectsAPI_replaceNamespacedCustomObject(apiClient_t *apiClient, char *group, char *version, char *_namespace, char *plural, char *name, object_t *body, char *dryRun, char *fieldManager); ``` ### Parameters @@ -926,7 +926,7 @@ Name | Type | Description | Notes ```c // replace scale of the specified namespace scoped custom object // -object_t* CustomObjectsAPI_replaceNamespacedCustomObjectScale(apiClient_t *apiClient, char * group, char * version, char * _namespace, char * plural, char * name, object_t * body, char * dryRun, char * fieldManager); +object_t* CustomObjectsAPI_replaceNamespacedCustomObjectScale(apiClient_t *apiClient, char *group, char *version, char *_namespace, char *plural, char *name, object_t *body, char *dryRun, char *fieldManager); ``` ### Parameters @@ -962,7 +962,7 @@ Name | Type | Description | Notes ```c // replace status of the specified namespace scoped custom object // -object_t* CustomObjectsAPI_replaceNamespacedCustomObjectStatus(apiClient_t *apiClient, char * group, char * version, char * _namespace, char * plural, char * name, object_t * body, char * dryRun, char * fieldManager); +object_t* CustomObjectsAPI_replaceNamespacedCustomObjectStatus(apiClient_t *apiClient, char *group, char *version, char *_namespace, char *plural, char *name, object_t *body, char *dryRun, char *fieldManager); ``` ### Parameters diff --git a/kubernetes/docs/DiscoveryV1API.md b/kubernetes/docs/DiscoveryV1API.md index 2ae450bd..4e869b42 100644 --- a/kubernetes/docs/DiscoveryV1API.md +++ b/kubernetes/docs/DiscoveryV1API.md @@ -19,7 +19,7 @@ Method | HTTP request | Description ```c // create an EndpointSlice // -v1_endpoint_slice_t* DiscoveryV1API_createNamespacedEndpointSlice(apiClient_t *apiClient, char * _namespace, v1_endpoint_slice_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_endpoint_slice_t* DiscoveryV1API_createNamespacedEndpointSlice(apiClient_t *apiClient, char *_namespace, v1_endpoint_slice_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -53,7 +53,7 @@ Name | Type | Description | Notes ```c // delete collection of EndpointSlice // -v1_status_t* DiscoveryV1API_deleteCollectionNamespacedEndpointSlice(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* DiscoveryV1API_deleteCollectionNamespacedEndpointSlice(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -96,7 +96,7 @@ Name | Type | Description | Notes ```c // delete an EndpointSlice // -v1_status_t* DiscoveryV1API_deleteNamespacedEndpointSlice(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* DiscoveryV1API_deleteNamespacedEndpointSlice(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -160,7 +160,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind EndpointSlice // -v1_endpoint_slice_list_t* DiscoveryV1API_listEndpointSliceForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_endpoint_slice_list_t* DiscoveryV1API_listEndpointSliceForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -199,7 +199,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind EndpointSlice // -v1_endpoint_slice_list_t* DiscoveryV1API_listNamespacedEndpointSlice(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_endpoint_slice_list_t* DiscoveryV1API_listNamespacedEndpointSlice(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -239,7 +239,7 @@ Name | Type | Description | Notes ```c // partially update the specified EndpointSlice // -v1_endpoint_slice_t* DiscoveryV1API_patchNamespacedEndpointSlice(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_endpoint_slice_t* DiscoveryV1API_patchNamespacedEndpointSlice(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -275,7 +275,7 @@ Name | Type | Description | Notes ```c // read the specified EndpointSlice // -v1_endpoint_slice_t* DiscoveryV1API_readNamespacedEndpointSlice(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_endpoint_slice_t* DiscoveryV1API_readNamespacedEndpointSlice(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -306,7 +306,7 @@ Name | Type | Description | Notes ```c // replace the specified EndpointSlice // -v1_endpoint_slice_t* DiscoveryV1API_replaceNamespacedEndpointSlice(apiClient_t *apiClient, char * name, char * _namespace, v1_endpoint_slice_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_endpoint_slice_t* DiscoveryV1API_replaceNamespacedEndpointSlice(apiClient_t *apiClient, char *name, char *_namespace, v1_endpoint_slice_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/EventsV1API.md b/kubernetes/docs/EventsV1API.md index 62a778d6..98ac305c 100644 --- a/kubernetes/docs/EventsV1API.md +++ b/kubernetes/docs/EventsV1API.md @@ -19,7 +19,7 @@ Method | HTTP request | Description ```c // create an Event // -events_v1_event_t* EventsV1API_createNamespacedEvent(apiClient_t *apiClient, char * _namespace, events_v1_event_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +events_v1_event_t* EventsV1API_createNamespacedEvent(apiClient_t *apiClient, char *_namespace, events_v1_event_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -53,7 +53,7 @@ Name | Type | Description | Notes ```c // delete collection of Event // -v1_status_t* EventsV1API_deleteCollectionNamespacedEvent(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* EventsV1API_deleteCollectionNamespacedEvent(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -96,7 +96,7 @@ Name | Type | Description | Notes ```c // delete an Event // -v1_status_t* EventsV1API_deleteNamespacedEvent(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* EventsV1API_deleteNamespacedEvent(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -160,7 +160,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Event // -events_v1_event_list_t* EventsV1API_listEventForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +events_v1_event_list_t* EventsV1API_listEventForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -199,7 +199,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Event // -events_v1_event_list_t* EventsV1API_listNamespacedEvent(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +events_v1_event_list_t* EventsV1API_listNamespacedEvent(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -239,7 +239,7 @@ Name | Type | Description | Notes ```c // partially update the specified Event // -events_v1_event_t* EventsV1API_patchNamespacedEvent(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +events_v1_event_t* EventsV1API_patchNamespacedEvent(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -275,7 +275,7 @@ Name | Type | Description | Notes ```c // read the specified Event // -events_v1_event_t* EventsV1API_readNamespacedEvent(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +events_v1_event_t* EventsV1API_readNamespacedEvent(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -306,7 +306,7 @@ Name | Type | Description | Notes ```c // replace the specified Event // -events_v1_event_t* EventsV1API_replaceNamespacedEvent(apiClient_t *apiClient, char * name, char * _namespace, events_v1_event_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +events_v1_event_t* EventsV1API_replaceNamespacedEvent(apiClient_t *apiClient, char *name, char *_namespace, events_v1_event_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/FlowcontrolApiserverV1beta2API.md b/kubernetes/docs/FlowcontrolApiserverV1beta2API.md index c0071f94..9ae2c9d5 100644 --- a/kubernetes/docs/FlowcontrolApiserverV1beta2API.md +++ b/kubernetes/docs/FlowcontrolApiserverV1beta2API.md @@ -31,7 +31,7 @@ Method | HTTP request | Description ```c // create a FlowSchema // -v1beta2_flow_schema_t* FlowcontrolApiserverV1beta2API_createFlowSchema(apiClient_t *apiClient, v1beta2_flow_schema_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta2_flow_schema_t* FlowcontrolApiserverV1beta2API_createFlowSchema(apiClient_t *apiClient, v1beta2_flow_schema_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -64,7 +64,7 @@ Name | Type | Description | Notes ```c // create a PriorityLevelConfiguration // -v1beta2_priority_level_configuration_t* FlowcontrolApiserverV1beta2API_createPriorityLevelConfiguration(apiClient_t *apiClient, v1beta2_priority_level_configuration_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta2_priority_level_configuration_t* FlowcontrolApiserverV1beta2API_createPriorityLevelConfiguration(apiClient_t *apiClient, v1beta2_priority_level_configuration_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -97,7 +97,7 @@ Name | Type | Description | Notes ```c // delete collection of FlowSchema // -v1_status_t* FlowcontrolApiserverV1beta2API_deleteCollectionFlowSchema(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* FlowcontrolApiserverV1beta2API_deleteCollectionFlowSchema(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -139,7 +139,7 @@ Name | Type | Description | Notes ```c // delete collection of PriorityLevelConfiguration // -v1_status_t* FlowcontrolApiserverV1beta2API_deleteCollectionPriorityLevelConfiguration(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* FlowcontrolApiserverV1beta2API_deleteCollectionPriorityLevelConfiguration(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -181,7 +181,7 @@ Name | Type | Description | Notes ```c // delete a FlowSchema // -v1_status_t* FlowcontrolApiserverV1beta2API_deleteFlowSchema(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* FlowcontrolApiserverV1beta2API_deleteFlowSchema(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -216,7 +216,7 @@ Name | Type | Description | Notes ```c // delete a PriorityLevelConfiguration // -v1_status_t* FlowcontrolApiserverV1beta2API_deletePriorityLevelConfiguration(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* FlowcontrolApiserverV1beta2API_deletePriorityLevelConfiguration(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -279,7 +279,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind FlowSchema // -v1beta2_flow_schema_list_t* FlowcontrolApiserverV1beta2API_listFlowSchema(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1beta2_flow_schema_list_t* FlowcontrolApiserverV1beta2API_listFlowSchema(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -318,7 +318,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind PriorityLevelConfiguration // -v1beta2_priority_level_configuration_list_t* FlowcontrolApiserverV1beta2API_listPriorityLevelConfiguration(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1beta2_priority_level_configuration_list_t* FlowcontrolApiserverV1beta2API_listPriorityLevelConfiguration(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -357,7 +357,7 @@ Name | Type | Description | Notes ```c // partially update the specified FlowSchema // -v1beta2_flow_schema_t* FlowcontrolApiserverV1beta2API_patchFlowSchema(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1beta2_flow_schema_t* FlowcontrolApiserverV1beta2API_patchFlowSchema(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -392,7 +392,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified FlowSchema // -v1beta2_flow_schema_t* FlowcontrolApiserverV1beta2API_patchFlowSchemaStatus(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1beta2_flow_schema_t* FlowcontrolApiserverV1beta2API_patchFlowSchemaStatus(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -427,7 +427,7 @@ Name | Type | Description | Notes ```c // partially update the specified PriorityLevelConfiguration // -v1beta2_priority_level_configuration_t* FlowcontrolApiserverV1beta2API_patchPriorityLevelConfiguration(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1beta2_priority_level_configuration_t* FlowcontrolApiserverV1beta2API_patchPriorityLevelConfiguration(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -462,7 +462,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified PriorityLevelConfiguration // -v1beta2_priority_level_configuration_t* FlowcontrolApiserverV1beta2API_patchPriorityLevelConfigurationStatus(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1beta2_priority_level_configuration_t* FlowcontrolApiserverV1beta2API_patchPriorityLevelConfigurationStatus(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -497,7 +497,7 @@ Name | Type | Description | Notes ```c // read the specified FlowSchema // -v1beta2_flow_schema_t* FlowcontrolApiserverV1beta2API_readFlowSchema(apiClient_t *apiClient, char * name, char * pretty); +v1beta2_flow_schema_t* FlowcontrolApiserverV1beta2API_readFlowSchema(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -527,7 +527,7 @@ Name | Type | Description | Notes ```c // read status of the specified FlowSchema // -v1beta2_flow_schema_t* FlowcontrolApiserverV1beta2API_readFlowSchemaStatus(apiClient_t *apiClient, char * name, char * pretty); +v1beta2_flow_schema_t* FlowcontrolApiserverV1beta2API_readFlowSchemaStatus(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -557,7 +557,7 @@ Name | Type | Description | Notes ```c // read the specified PriorityLevelConfiguration // -v1beta2_priority_level_configuration_t* FlowcontrolApiserverV1beta2API_readPriorityLevelConfiguration(apiClient_t *apiClient, char * name, char * pretty); +v1beta2_priority_level_configuration_t* FlowcontrolApiserverV1beta2API_readPriorityLevelConfiguration(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -587,7 +587,7 @@ Name | Type | Description | Notes ```c // read status of the specified PriorityLevelConfiguration // -v1beta2_priority_level_configuration_t* FlowcontrolApiserverV1beta2API_readPriorityLevelConfigurationStatus(apiClient_t *apiClient, char * name, char * pretty); +v1beta2_priority_level_configuration_t* FlowcontrolApiserverV1beta2API_readPriorityLevelConfigurationStatus(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -617,7 +617,7 @@ Name | Type | Description | Notes ```c // replace the specified FlowSchema // -v1beta2_flow_schema_t* FlowcontrolApiserverV1beta2API_replaceFlowSchema(apiClient_t *apiClient, char * name, v1beta2_flow_schema_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta2_flow_schema_t* FlowcontrolApiserverV1beta2API_replaceFlowSchema(apiClient_t *apiClient, char *name, v1beta2_flow_schema_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -651,7 +651,7 @@ Name | Type | Description | Notes ```c // replace status of the specified FlowSchema // -v1beta2_flow_schema_t* FlowcontrolApiserverV1beta2API_replaceFlowSchemaStatus(apiClient_t *apiClient, char * name, v1beta2_flow_schema_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta2_flow_schema_t* FlowcontrolApiserverV1beta2API_replaceFlowSchemaStatus(apiClient_t *apiClient, char *name, v1beta2_flow_schema_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -685,7 +685,7 @@ Name | Type | Description | Notes ```c // replace the specified PriorityLevelConfiguration // -v1beta2_priority_level_configuration_t* FlowcontrolApiserverV1beta2API_replacePriorityLevelConfiguration(apiClient_t *apiClient, char * name, v1beta2_priority_level_configuration_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta2_priority_level_configuration_t* FlowcontrolApiserverV1beta2API_replacePriorityLevelConfiguration(apiClient_t *apiClient, char *name, v1beta2_priority_level_configuration_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -719,7 +719,7 @@ Name | Type | Description | Notes ```c // replace status of the specified PriorityLevelConfiguration // -v1beta2_priority_level_configuration_t* FlowcontrolApiserverV1beta2API_replacePriorityLevelConfigurationStatus(apiClient_t *apiClient, char * name, v1beta2_priority_level_configuration_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta2_priority_level_configuration_t* FlowcontrolApiserverV1beta2API_replacePriorityLevelConfigurationStatus(apiClient_t *apiClient, char *name, v1beta2_priority_level_configuration_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/FlowcontrolApiserverV1beta3API.md b/kubernetes/docs/FlowcontrolApiserverV1beta3API.md index 7e1a8767..9499a6a4 100644 --- a/kubernetes/docs/FlowcontrolApiserverV1beta3API.md +++ b/kubernetes/docs/FlowcontrolApiserverV1beta3API.md @@ -31,7 +31,7 @@ Method | HTTP request | Description ```c // create a FlowSchema // -v1beta3_flow_schema_t* FlowcontrolApiserverV1beta3API_createFlowSchema(apiClient_t *apiClient, v1beta3_flow_schema_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta3_flow_schema_t* FlowcontrolApiserverV1beta3API_createFlowSchema(apiClient_t *apiClient, v1beta3_flow_schema_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -64,7 +64,7 @@ Name | Type | Description | Notes ```c // create a PriorityLevelConfiguration // -v1beta3_priority_level_configuration_t* FlowcontrolApiserverV1beta3API_createPriorityLevelConfiguration(apiClient_t *apiClient, v1beta3_priority_level_configuration_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta3_priority_level_configuration_t* FlowcontrolApiserverV1beta3API_createPriorityLevelConfiguration(apiClient_t *apiClient, v1beta3_priority_level_configuration_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -97,7 +97,7 @@ Name | Type | Description | Notes ```c // delete collection of FlowSchema // -v1_status_t* FlowcontrolApiserverV1beta3API_deleteCollectionFlowSchema(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* FlowcontrolApiserverV1beta3API_deleteCollectionFlowSchema(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -139,7 +139,7 @@ Name | Type | Description | Notes ```c // delete collection of PriorityLevelConfiguration // -v1_status_t* FlowcontrolApiserverV1beta3API_deleteCollectionPriorityLevelConfiguration(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* FlowcontrolApiserverV1beta3API_deleteCollectionPriorityLevelConfiguration(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -181,7 +181,7 @@ Name | Type | Description | Notes ```c // delete a FlowSchema // -v1_status_t* FlowcontrolApiserverV1beta3API_deleteFlowSchema(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* FlowcontrolApiserverV1beta3API_deleteFlowSchema(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -216,7 +216,7 @@ Name | Type | Description | Notes ```c // delete a PriorityLevelConfiguration // -v1_status_t* FlowcontrolApiserverV1beta3API_deletePriorityLevelConfiguration(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* FlowcontrolApiserverV1beta3API_deletePriorityLevelConfiguration(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -279,7 +279,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind FlowSchema // -v1beta3_flow_schema_list_t* FlowcontrolApiserverV1beta3API_listFlowSchema(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1beta3_flow_schema_list_t* FlowcontrolApiserverV1beta3API_listFlowSchema(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -318,7 +318,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind PriorityLevelConfiguration // -v1beta3_priority_level_configuration_list_t* FlowcontrolApiserverV1beta3API_listPriorityLevelConfiguration(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1beta3_priority_level_configuration_list_t* FlowcontrolApiserverV1beta3API_listPriorityLevelConfiguration(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -357,7 +357,7 @@ Name | Type | Description | Notes ```c // partially update the specified FlowSchema // -v1beta3_flow_schema_t* FlowcontrolApiserverV1beta3API_patchFlowSchema(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1beta3_flow_schema_t* FlowcontrolApiserverV1beta3API_patchFlowSchema(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -392,7 +392,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified FlowSchema // -v1beta3_flow_schema_t* FlowcontrolApiserverV1beta3API_patchFlowSchemaStatus(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1beta3_flow_schema_t* FlowcontrolApiserverV1beta3API_patchFlowSchemaStatus(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -427,7 +427,7 @@ Name | Type | Description | Notes ```c // partially update the specified PriorityLevelConfiguration // -v1beta3_priority_level_configuration_t* FlowcontrolApiserverV1beta3API_patchPriorityLevelConfiguration(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1beta3_priority_level_configuration_t* FlowcontrolApiserverV1beta3API_patchPriorityLevelConfiguration(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -462,7 +462,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified PriorityLevelConfiguration // -v1beta3_priority_level_configuration_t* FlowcontrolApiserverV1beta3API_patchPriorityLevelConfigurationStatus(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1beta3_priority_level_configuration_t* FlowcontrolApiserverV1beta3API_patchPriorityLevelConfigurationStatus(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -497,7 +497,7 @@ Name | Type | Description | Notes ```c // read the specified FlowSchema // -v1beta3_flow_schema_t* FlowcontrolApiserverV1beta3API_readFlowSchema(apiClient_t *apiClient, char * name, char * pretty); +v1beta3_flow_schema_t* FlowcontrolApiserverV1beta3API_readFlowSchema(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -527,7 +527,7 @@ Name | Type | Description | Notes ```c // read status of the specified FlowSchema // -v1beta3_flow_schema_t* FlowcontrolApiserverV1beta3API_readFlowSchemaStatus(apiClient_t *apiClient, char * name, char * pretty); +v1beta3_flow_schema_t* FlowcontrolApiserverV1beta3API_readFlowSchemaStatus(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -557,7 +557,7 @@ Name | Type | Description | Notes ```c // read the specified PriorityLevelConfiguration // -v1beta3_priority_level_configuration_t* FlowcontrolApiserverV1beta3API_readPriorityLevelConfiguration(apiClient_t *apiClient, char * name, char * pretty); +v1beta3_priority_level_configuration_t* FlowcontrolApiserverV1beta3API_readPriorityLevelConfiguration(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -587,7 +587,7 @@ Name | Type | Description | Notes ```c // read status of the specified PriorityLevelConfiguration // -v1beta3_priority_level_configuration_t* FlowcontrolApiserverV1beta3API_readPriorityLevelConfigurationStatus(apiClient_t *apiClient, char * name, char * pretty); +v1beta3_priority_level_configuration_t* FlowcontrolApiserverV1beta3API_readPriorityLevelConfigurationStatus(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -617,7 +617,7 @@ Name | Type | Description | Notes ```c // replace the specified FlowSchema // -v1beta3_flow_schema_t* FlowcontrolApiserverV1beta3API_replaceFlowSchema(apiClient_t *apiClient, char * name, v1beta3_flow_schema_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta3_flow_schema_t* FlowcontrolApiserverV1beta3API_replaceFlowSchema(apiClient_t *apiClient, char *name, v1beta3_flow_schema_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -651,7 +651,7 @@ Name | Type | Description | Notes ```c // replace status of the specified FlowSchema // -v1beta3_flow_schema_t* FlowcontrolApiserverV1beta3API_replaceFlowSchemaStatus(apiClient_t *apiClient, char * name, v1beta3_flow_schema_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta3_flow_schema_t* FlowcontrolApiserverV1beta3API_replaceFlowSchemaStatus(apiClient_t *apiClient, char *name, v1beta3_flow_schema_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -685,7 +685,7 @@ Name | Type | Description | Notes ```c // replace the specified PriorityLevelConfiguration // -v1beta3_priority_level_configuration_t* FlowcontrolApiserverV1beta3API_replacePriorityLevelConfiguration(apiClient_t *apiClient, char * name, v1beta3_priority_level_configuration_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta3_priority_level_configuration_t* FlowcontrolApiserverV1beta3API_replacePriorityLevelConfiguration(apiClient_t *apiClient, char *name, v1beta3_priority_level_configuration_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -719,7 +719,7 @@ Name | Type | Description | Notes ```c // replace status of the specified PriorityLevelConfiguration // -v1beta3_priority_level_configuration_t* FlowcontrolApiserverV1beta3API_replacePriorityLevelConfigurationStatus(apiClient_t *apiClient, char * name, v1beta3_priority_level_configuration_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1beta3_priority_level_configuration_t* FlowcontrolApiserverV1beta3API_replacePriorityLevelConfigurationStatus(apiClient_t *apiClient, char *name, v1beta3_priority_level_configuration_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/InternalApiserverV1alpha1API.md b/kubernetes/docs/InternalApiserverV1alpha1API.md index 14990416..889c3d54 100644 --- a/kubernetes/docs/InternalApiserverV1alpha1API.md +++ b/kubernetes/docs/InternalApiserverV1alpha1API.md @@ -21,7 +21,7 @@ Method | HTTP request | Description ```c // create a StorageVersion // -v1alpha1_storage_version_t* InternalApiserverV1alpha1API_createStorageVersion(apiClient_t *apiClient, v1alpha1_storage_version_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha1_storage_version_t* InternalApiserverV1alpha1API_createStorageVersion(apiClient_t *apiClient, v1alpha1_storage_version_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -54,7 +54,7 @@ Name | Type | Description | Notes ```c // delete collection of StorageVersion // -v1_status_t* InternalApiserverV1alpha1API_deleteCollectionStorageVersion(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* InternalApiserverV1alpha1API_deleteCollectionStorageVersion(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -96,7 +96,7 @@ Name | Type | Description | Notes ```c // delete a StorageVersion // -v1_status_t* InternalApiserverV1alpha1API_deleteStorageVersion(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* InternalApiserverV1alpha1API_deleteStorageVersion(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -159,7 +159,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind StorageVersion // -v1alpha1_storage_version_list_t* InternalApiserverV1alpha1API_listStorageVersion(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1alpha1_storage_version_list_t* InternalApiserverV1alpha1API_listStorageVersion(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -198,7 +198,7 @@ Name | Type | Description | Notes ```c // partially update the specified StorageVersion // -v1alpha1_storage_version_t* InternalApiserverV1alpha1API_patchStorageVersion(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1alpha1_storage_version_t* InternalApiserverV1alpha1API_patchStorageVersion(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -233,7 +233,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified StorageVersion // -v1alpha1_storage_version_t* InternalApiserverV1alpha1API_patchStorageVersionStatus(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1alpha1_storage_version_t* InternalApiserverV1alpha1API_patchStorageVersionStatus(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -268,7 +268,7 @@ Name | Type | Description | Notes ```c // read the specified StorageVersion // -v1alpha1_storage_version_t* InternalApiserverV1alpha1API_readStorageVersion(apiClient_t *apiClient, char * name, char * pretty); +v1alpha1_storage_version_t* InternalApiserverV1alpha1API_readStorageVersion(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -298,7 +298,7 @@ Name | Type | Description | Notes ```c // read status of the specified StorageVersion // -v1alpha1_storage_version_t* InternalApiserverV1alpha1API_readStorageVersionStatus(apiClient_t *apiClient, char * name, char * pretty); +v1alpha1_storage_version_t* InternalApiserverV1alpha1API_readStorageVersionStatus(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -328,7 +328,7 @@ Name | Type | Description | Notes ```c // replace the specified StorageVersion // -v1alpha1_storage_version_t* InternalApiserverV1alpha1API_replaceStorageVersion(apiClient_t *apiClient, char * name, v1alpha1_storage_version_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha1_storage_version_t* InternalApiserverV1alpha1API_replaceStorageVersion(apiClient_t *apiClient, char *name, v1alpha1_storage_version_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -362,7 +362,7 @@ Name | Type | Description | Notes ```c // replace status of the specified StorageVersion // -v1alpha1_storage_version_t* InternalApiserverV1alpha1API_replaceStorageVersionStatus(apiClient_t *apiClient, char * name, v1alpha1_storage_version_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha1_storage_version_t* InternalApiserverV1alpha1API_replaceStorageVersionStatus(apiClient_t *apiClient, char *name, v1alpha1_storage_version_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/LogsAPI.md b/kubernetes/docs/LogsAPI.md index c4d38789..dc39e1e9 100644 --- a/kubernetes/docs/LogsAPI.md +++ b/kubernetes/docs/LogsAPI.md @@ -10,7 +10,7 @@ Method | HTTP request | Description # **LogsAPI_logFileHandler** ```c -void LogsAPI_logFileHandler(apiClient_t *apiClient, char * logpath); +void LogsAPI_logFileHandler(apiClient_t *apiClient, char *logpath); ``` ### Parameters diff --git a/kubernetes/docs/NetworkingV1API.md b/kubernetes/docs/NetworkingV1API.md index 3f3567ce..4452735a 100644 --- a/kubernetes/docs/NetworkingV1API.md +++ b/kubernetes/docs/NetworkingV1API.md @@ -37,7 +37,7 @@ Method | HTTP request | Description ```c // create an IngressClass // -v1_ingress_class_t* NetworkingV1API_createIngressClass(apiClient_t *apiClient, v1_ingress_class_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_ingress_class_t* NetworkingV1API_createIngressClass(apiClient_t *apiClient, v1_ingress_class_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -70,7 +70,7 @@ Name | Type | Description | Notes ```c // create an Ingress // -v1_ingress_t* NetworkingV1API_createNamespacedIngress(apiClient_t *apiClient, char * _namespace, v1_ingress_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_ingress_t* NetworkingV1API_createNamespacedIngress(apiClient_t *apiClient, char *_namespace, v1_ingress_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -104,7 +104,7 @@ Name | Type | Description | Notes ```c // create a NetworkPolicy // -v1_network_policy_t* NetworkingV1API_createNamespacedNetworkPolicy(apiClient_t *apiClient, char * _namespace, v1_network_policy_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_network_policy_t* NetworkingV1API_createNamespacedNetworkPolicy(apiClient_t *apiClient, char *_namespace, v1_network_policy_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -138,7 +138,7 @@ Name | Type | Description | Notes ```c // delete collection of IngressClass // -v1_status_t* NetworkingV1API_deleteCollectionIngressClass(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* NetworkingV1API_deleteCollectionIngressClass(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -180,7 +180,7 @@ Name | Type | Description | Notes ```c // delete collection of Ingress // -v1_status_t* NetworkingV1API_deleteCollectionNamespacedIngress(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* NetworkingV1API_deleteCollectionNamespacedIngress(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -223,7 +223,7 @@ Name | Type | Description | Notes ```c // delete collection of NetworkPolicy // -v1_status_t* NetworkingV1API_deleteCollectionNamespacedNetworkPolicy(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* NetworkingV1API_deleteCollectionNamespacedNetworkPolicy(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -266,7 +266,7 @@ Name | Type | Description | Notes ```c // delete an IngressClass // -v1_status_t* NetworkingV1API_deleteIngressClass(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* NetworkingV1API_deleteIngressClass(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -301,7 +301,7 @@ Name | Type | Description | Notes ```c // delete an Ingress // -v1_status_t* NetworkingV1API_deleteNamespacedIngress(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* NetworkingV1API_deleteNamespacedIngress(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -337,7 +337,7 @@ Name | Type | Description | Notes ```c // delete a NetworkPolicy // -v1_status_t* NetworkingV1API_deleteNamespacedNetworkPolicy(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* NetworkingV1API_deleteNamespacedNetworkPolicy(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -401,7 +401,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind IngressClass // -v1_ingress_class_list_t* NetworkingV1API_listIngressClass(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_ingress_class_list_t* NetworkingV1API_listIngressClass(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -440,7 +440,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Ingress // -v1_ingress_list_t* NetworkingV1API_listIngressForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_ingress_list_t* NetworkingV1API_listIngressForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -479,7 +479,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Ingress // -v1_ingress_list_t* NetworkingV1API_listNamespacedIngress(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_ingress_list_t* NetworkingV1API_listNamespacedIngress(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -519,7 +519,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind NetworkPolicy // -v1_network_policy_list_t* NetworkingV1API_listNamespacedNetworkPolicy(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_network_policy_list_t* NetworkingV1API_listNamespacedNetworkPolicy(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -559,7 +559,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind NetworkPolicy // -v1_network_policy_list_t* NetworkingV1API_listNetworkPolicyForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_network_policy_list_t* NetworkingV1API_listNetworkPolicyForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -598,7 +598,7 @@ Name | Type | Description | Notes ```c // partially update the specified IngressClass // -v1_ingress_class_t* NetworkingV1API_patchIngressClass(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_ingress_class_t* NetworkingV1API_patchIngressClass(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -633,7 +633,7 @@ Name | Type | Description | Notes ```c // partially update the specified Ingress // -v1_ingress_t* NetworkingV1API_patchNamespacedIngress(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_ingress_t* NetworkingV1API_patchNamespacedIngress(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -669,7 +669,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified Ingress // -v1_ingress_t* NetworkingV1API_patchNamespacedIngressStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_ingress_t* NetworkingV1API_patchNamespacedIngressStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -705,7 +705,7 @@ Name | Type | Description | Notes ```c // partially update the specified NetworkPolicy // -v1_network_policy_t* NetworkingV1API_patchNamespacedNetworkPolicy(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_network_policy_t* NetworkingV1API_patchNamespacedNetworkPolicy(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -741,7 +741,7 @@ Name | Type | Description | Notes ```c // read the specified IngressClass // -v1_ingress_class_t* NetworkingV1API_readIngressClass(apiClient_t *apiClient, char * name, char * pretty); +v1_ingress_class_t* NetworkingV1API_readIngressClass(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -771,7 +771,7 @@ Name | Type | Description | Notes ```c // read the specified Ingress // -v1_ingress_t* NetworkingV1API_readNamespacedIngress(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_ingress_t* NetworkingV1API_readNamespacedIngress(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -802,7 +802,7 @@ Name | Type | Description | Notes ```c // read status of the specified Ingress // -v1_ingress_t* NetworkingV1API_readNamespacedIngressStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_ingress_t* NetworkingV1API_readNamespacedIngressStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -833,7 +833,7 @@ Name | Type | Description | Notes ```c // read the specified NetworkPolicy // -v1_network_policy_t* NetworkingV1API_readNamespacedNetworkPolicy(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_network_policy_t* NetworkingV1API_readNamespacedNetworkPolicy(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -864,7 +864,7 @@ Name | Type | Description | Notes ```c // replace the specified IngressClass // -v1_ingress_class_t* NetworkingV1API_replaceIngressClass(apiClient_t *apiClient, char * name, v1_ingress_class_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_ingress_class_t* NetworkingV1API_replaceIngressClass(apiClient_t *apiClient, char *name, v1_ingress_class_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -898,7 +898,7 @@ Name | Type | Description | Notes ```c // replace the specified Ingress // -v1_ingress_t* NetworkingV1API_replaceNamespacedIngress(apiClient_t *apiClient, char * name, char * _namespace, v1_ingress_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_ingress_t* NetworkingV1API_replaceNamespacedIngress(apiClient_t *apiClient, char *name, char *_namespace, v1_ingress_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -933,7 +933,7 @@ Name | Type | Description | Notes ```c // replace status of the specified Ingress // -v1_ingress_t* NetworkingV1API_replaceNamespacedIngressStatus(apiClient_t *apiClient, char * name, char * _namespace, v1_ingress_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_ingress_t* NetworkingV1API_replaceNamespacedIngressStatus(apiClient_t *apiClient, char *name, char *_namespace, v1_ingress_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -968,7 +968,7 @@ Name | Type | Description | Notes ```c // replace the specified NetworkPolicy // -v1_network_policy_t* NetworkingV1API_replaceNamespacedNetworkPolicy(apiClient_t *apiClient, char * name, char * _namespace, v1_network_policy_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_network_policy_t* NetworkingV1API_replaceNamespacedNetworkPolicy(apiClient_t *apiClient, char *name, char *_namespace, v1_network_policy_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/NetworkingV1alpha1API.md b/kubernetes/docs/NetworkingV1alpha1API.md index a13c9366..c290c4b7 100644 --- a/kubernetes/docs/NetworkingV1alpha1API.md +++ b/kubernetes/docs/NetworkingV1alpha1API.md @@ -25,7 +25,7 @@ Method | HTTP request | Description ```c // create a ClusterCIDR // -v1alpha1_cluster_cidr_t* NetworkingV1alpha1API_createClusterCIDR(apiClient_t *apiClient, v1alpha1_cluster_cidr_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha1_cluster_cidr_t* NetworkingV1alpha1API_createClusterCIDR(apiClient_t *apiClient, v1alpha1_cluster_cidr_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -58,7 +58,7 @@ Name | Type | Description | Notes ```c // create an IPAddress // -v1alpha1_ip_address_t* NetworkingV1alpha1API_createIPAddress(apiClient_t *apiClient, v1alpha1_ip_address_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha1_ip_address_t* NetworkingV1alpha1API_createIPAddress(apiClient_t *apiClient, v1alpha1_ip_address_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -91,7 +91,7 @@ Name | Type | Description | Notes ```c // delete a ClusterCIDR // -v1_status_t* NetworkingV1alpha1API_deleteClusterCIDR(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* NetworkingV1alpha1API_deleteClusterCIDR(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -126,7 +126,7 @@ Name | Type | Description | Notes ```c // delete collection of ClusterCIDR // -v1_status_t* NetworkingV1alpha1API_deleteCollectionClusterCIDR(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* NetworkingV1alpha1API_deleteCollectionClusterCIDR(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -168,7 +168,7 @@ Name | Type | Description | Notes ```c // delete collection of IPAddress // -v1_status_t* NetworkingV1alpha1API_deleteCollectionIPAddress(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* NetworkingV1alpha1API_deleteCollectionIPAddress(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -210,7 +210,7 @@ Name | Type | Description | Notes ```c // delete an IPAddress // -v1_status_t* NetworkingV1alpha1API_deleteIPAddress(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* NetworkingV1alpha1API_deleteIPAddress(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -273,7 +273,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ClusterCIDR // -v1alpha1_cluster_cidr_list_t* NetworkingV1alpha1API_listClusterCIDR(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1alpha1_cluster_cidr_list_t* NetworkingV1alpha1API_listClusterCIDR(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -312,7 +312,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind IPAddress // -v1alpha1_ip_address_list_t* NetworkingV1alpha1API_listIPAddress(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1alpha1_ip_address_list_t* NetworkingV1alpha1API_listIPAddress(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -351,7 +351,7 @@ Name | Type | Description | Notes ```c // partially update the specified ClusterCIDR // -v1alpha1_cluster_cidr_t* NetworkingV1alpha1API_patchClusterCIDR(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1alpha1_cluster_cidr_t* NetworkingV1alpha1API_patchClusterCIDR(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -386,7 +386,7 @@ Name | Type | Description | Notes ```c // partially update the specified IPAddress // -v1alpha1_ip_address_t* NetworkingV1alpha1API_patchIPAddress(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1alpha1_ip_address_t* NetworkingV1alpha1API_patchIPAddress(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -421,7 +421,7 @@ Name | Type | Description | Notes ```c // read the specified ClusterCIDR // -v1alpha1_cluster_cidr_t* NetworkingV1alpha1API_readClusterCIDR(apiClient_t *apiClient, char * name, char * pretty); +v1alpha1_cluster_cidr_t* NetworkingV1alpha1API_readClusterCIDR(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -451,7 +451,7 @@ Name | Type | Description | Notes ```c // read the specified IPAddress // -v1alpha1_ip_address_t* NetworkingV1alpha1API_readIPAddress(apiClient_t *apiClient, char * name, char * pretty); +v1alpha1_ip_address_t* NetworkingV1alpha1API_readIPAddress(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -481,7 +481,7 @@ Name | Type | Description | Notes ```c // replace the specified ClusterCIDR // -v1alpha1_cluster_cidr_t* NetworkingV1alpha1API_replaceClusterCIDR(apiClient_t *apiClient, char * name, v1alpha1_cluster_cidr_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha1_cluster_cidr_t* NetworkingV1alpha1API_replaceClusterCIDR(apiClient_t *apiClient, char *name, v1alpha1_cluster_cidr_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -515,7 +515,7 @@ Name | Type | Description | Notes ```c // replace the specified IPAddress // -v1alpha1_ip_address_t* NetworkingV1alpha1API_replaceIPAddress(apiClient_t *apiClient, char * name, v1alpha1_ip_address_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha1_ip_address_t* NetworkingV1alpha1API_replaceIPAddress(apiClient_t *apiClient, char *name, v1alpha1_ip_address_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/NodeV1API.md b/kubernetes/docs/NodeV1API.md index 6162ebff..0bec13c1 100644 --- a/kubernetes/docs/NodeV1API.md +++ b/kubernetes/docs/NodeV1API.md @@ -18,7 +18,7 @@ Method | HTTP request | Description ```c // create a RuntimeClass // -v1_runtime_class_t* NodeV1API_createRuntimeClass(apiClient_t *apiClient, v1_runtime_class_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_runtime_class_t* NodeV1API_createRuntimeClass(apiClient_t *apiClient, v1_runtime_class_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -51,7 +51,7 @@ Name | Type | Description | Notes ```c // delete collection of RuntimeClass // -v1_status_t* NodeV1API_deleteCollectionRuntimeClass(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* NodeV1API_deleteCollectionRuntimeClass(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -93,7 +93,7 @@ Name | Type | Description | Notes ```c // delete a RuntimeClass // -v1_status_t* NodeV1API_deleteRuntimeClass(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* NodeV1API_deleteRuntimeClass(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -156,7 +156,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind RuntimeClass // -v1_runtime_class_list_t* NodeV1API_listRuntimeClass(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_runtime_class_list_t* NodeV1API_listRuntimeClass(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -195,7 +195,7 @@ Name | Type | Description | Notes ```c // partially update the specified RuntimeClass // -v1_runtime_class_t* NodeV1API_patchRuntimeClass(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_runtime_class_t* NodeV1API_patchRuntimeClass(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -230,7 +230,7 @@ Name | Type | Description | Notes ```c // read the specified RuntimeClass // -v1_runtime_class_t* NodeV1API_readRuntimeClass(apiClient_t *apiClient, char * name, char * pretty); +v1_runtime_class_t* NodeV1API_readRuntimeClass(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -260,7 +260,7 @@ Name | Type | Description | Notes ```c // replace the specified RuntimeClass // -v1_runtime_class_t* NodeV1API_replaceRuntimeClass(apiClient_t *apiClient, char * name, v1_runtime_class_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_runtime_class_t* NodeV1API_replaceRuntimeClass(apiClient_t *apiClient, char *name, v1_runtime_class_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/PolicyV1API.md b/kubernetes/docs/PolicyV1API.md index e1afb519..ee6def73 100644 --- a/kubernetes/docs/PolicyV1API.md +++ b/kubernetes/docs/PolicyV1API.md @@ -22,7 +22,7 @@ Method | HTTP request | Description ```c // create a PodDisruptionBudget // -v1_pod_disruption_budget_t* PolicyV1API_createNamespacedPodDisruptionBudget(apiClient_t *apiClient, char * _namespace, v1_pod_disruption_budget_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_pod_disruption_budget_t* PolicyV1API_createNamespacedPodDisruptionBudget(apiClient_t *apiClient, char *_namespace, v1_pod_disruption_budget_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -56,7 +56,7 @@ Name | Type | Description | Notes ```c // delete collection of PodDisruptionBudget // -v1_status_t* PolicyV1API_deleteCollectionNamespacedPodDisruptionBudget(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* PolicyV1API_deleteCollectionNamespacedPodDisruptionBudget(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -99,7 +99,7 @@ Name | Type | Description | Notes ```c // delete a PodDisruptionBudget // -v1_status_t* PolicyV1API_deleteNamespacedPodDisruptionBudget(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* PolicyV1API_deleteNamespacedPodDisruptionBudget(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -163,7 +163,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind PodDisruptionBudget // -v1_pod_disruption_budget_list_t* PolicyV1API_listNamespacedPodDisruptionBudget(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_pod_disruption_budget_list_t* PolicyV1API_listNamespacedPodDisruptionBudget(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -203,7 +203,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind PodDisruptionBudget // -v1_pod_disruption_budget_list_t* PolicyV1API_listPodDisruptionBudgetForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_pod_disruption_budget_list_t* PolicyV1API_listPodDisruptionBudgetForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -242,7 +242,7 @@ Name | Type | Description | Notes ```c // partially update the specified PodDisruptionBudget // -v1_pod_disruption_budget_t* PolicyV1API_patchNamespacedPodDisruptionBudget(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_pod_disruption_budget_t* PolicyV1API_patchNamespacedPodDisruptionBudget(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -278,7 +278,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified PodDisruptionBudget // -v1_pod_disruption_budget_t* PolicyV1API_patchNamespacedPodDisruptionBudgetStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_pod_disruption_budget_t* PolicyV1API_patchNamespacedPodDisruptionBudgetStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -314,7 +314,7 @@ Name | Type | Description | Notes ```c // read the specified PodDisruptionBudget // -v1_pod_disruption_budget_t* PolicyV1API_readNamespacedPodDisruptionBudget(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_pod_disruption_budget_t* PolicyV1API_readNamespacedPodDisruptionBudget(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -345,7 +345,7 @@ Name | Type | Description | Notes ```c // read status of the specified PodDisruptionBudget // -v1_pod_disruption_budget_t* PolicyV1API_readNamespacedPodDisruptionBudgetStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_pod_disruption_budget_t* PolicyV1API_readNamespacedPodDisruptionBudgetStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -376,7 +376,7 @@ Name | Type | Description | Notes ```c // replace the specified PodDisruptionBudget // -v1_pod_disruption_budget_t* PolicyV1API_replaceNamespacedPodDisruptionBudget(apiClient_t *apiClient, char * name, char * _namespace, v1_pod_disruption_budget_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_pod_disruption_budget_t* PolicyV1API_replaceNamespacedPodDisruptionBudget(apiClient_t *apiClient, char *name, char *_namespace, v1_pod_disruption_budget_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -411,7 +411,7 @@ Name | Type | Description | Notes ```c // replace status of the specified PodDisruptionBudget // -v1_pod_disruption_budget_t* PolicyV1API_replaceNamespacedPodDisruptionBudgetStatus(apiClient_t *apiClient, char * name, char * _namespace, v1_pod_disruption_budget_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_pod_disruption_budget_t* PolicyV1API_replaceNamespacedPodDisruptionBudgetStatus(apiClient_t *apiClient, char *name, char *_namespace, v1_pod_disruption_budget_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/RbacAuthorizationV1API.md b/kubernetes/docs/RbacAuthorizationV1API.md index 52fec93e..0f75c584 100644 --- a/kubernetes/docs/RbacAuthorizationV1API.md +++ b/kubernetes/docs/RbacAuthorizationV1API.md @@ -41,7 +41,7 @@ Method | HTTP request | Description ```c // create a ClusterRole // -v1_cluster_role_t* RbacAuthorizationV1API_createClusterRole(apiClient_t *apiClient, v1_cluster_role_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_cluster_role_t* RbacAuthorizationV1API_createClusterRole(apiClient_t *apiClient, v1_cluster_role_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -74,7 +74,7 @@ Name | Type | Description | Notes ```c // create a ClusterRoleBinding // -v1_cluster_role_binding_t* RbacAuthorizationV1API_createClusterRoleBinding(apiClient_t *apiClient, v1_cluster_role_binding_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_cluster_role_binding_t* RbacAuthorizationV1API_createClusterRoleBinding(apiClient_t *apiClient, v1_cluster_role_binding_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -107,7 +107,7 @@ Name | Type | Description | Notes ```c // create a Role // -v1_role_t* RbacAuthorizationV1API_createNamespacedRole(apiClient_t *apiClient, char * _namespace, v1_role_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_role_t* RbacAuthorizationV1API_createNamespacedRole(apiClient_t *apiClient, char *_namespace, v1_role_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -141,7 +141,7 @@ Name | Type | Description | Notes ```c // create a RoleBinding // -v1_role_binding_t* RbacAuthorizationV1API_createNamespacedRoleBinding(apiClient_t *apiClient, char * _namespace, v1_role_binding_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_role_binding_t* RbacAuthorizationV1API_createNamespacedRoleBinding(apiClient_t *apiClient, char *_namespace, v1_role_binding_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -175,7 +175,7 @@ Name | Type | Description | Notes ```c // delete a ClusterRole // -v1_status_t* RbacAuthorizationV1API_deleteClusterRole(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* RbacAuthorizationV1API_deleteClusterRole(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -210,7 +210,7 @@ Name | Type | Description | Notes ```c // delete a ClusterRoleBinding // -v1_status_t* RbacAuthorizationV1API_deleteClusterRoleBinding(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* RbacAuthorizationV1API_deleteClusterRoleBinding(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -245,7 +245,7 @@ Name | Type | Description | Notes ```c // delete collection of ClusterRole // -v1_status_t* RbacAuthorizationV1API_deleteCollectionClusterRole(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* RbacAuthorizationV1API_deleteCollectionClusterRole(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -287,7 +287,7 @@ Name | Type | Description | Notes ```c // delete collection of ClusterRoleBinding // -v1_status_t* RbacAuthorizationV1API_deleteCollectionClusterRoleBinding(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* RbacAuthorizationV1API_deleteCollectionClusterRoleBinding(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -329,7 +329,7 @@ Name | Type | Description | Notes ```c // delete collection of Role // -v1_status_t* RbacAuthorizationV1API_deleteCollectionNamespacedRole(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* RbacAuthorizationV1API_deleteCollectionNamespacedRole(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -372,7 +372,7 @@ Name | Type | Description | Notes ```c // delete collection of RoleBinding // -v1_status_t* RbacAuthorizationV1API_deleteCollectionNamespacedRoleBinding(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* RbacAuthorizationV1API_deleteCollectionNamespacedRoleBinding(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -415,7 +415,7 @@ Name | Type | Description | Notes ```c // delete a Role // -v1_status_t* RbacAuthorizationV1API_deleteNamespacedRole(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* RbacAuthorizationV1API_deleteNamespacedRole(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -451,7 +451,7 @@ Name | Type | Description | Notes ```c // delete a RoleBinding // -v1_status_t* RbacAuthorizationV1API_deleteNamespacedRoleBinding(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* RbacAuthorizationV1API_deleteNamespacedRoleBinding(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -515,7 +515,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ClusterRole // -v1_cluster_role_list_t* RbacAuthorizationV1API_listClusterRole(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_cluster_role_list_t* RbacAuthorizationV1API_listClusterRole(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -554,7 +554,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ClusterRoleBinding // -v1_cluster_role_binding_list_t* RbacAuthorizationV1API_listClusterRoleBinding(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_cluster_role_binding_list_t* RbacAuthorizationV1API_listClusterRoleBinding(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -593,7 +593,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Role // -v1_role_list_t* RbacAuthorizationV1API_listNamespacedRole(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_role_list_t* RbacAuthorizationV1API_listNamespacedRole(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -633,7 +633,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind RoleBinding // -v1_role_binding_list_t* RbacAuthorizationV1API_listNamespacedRoleBinding(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_role_binding_list_t* RbacAuthorizationV1API_listNamespacedRoleBinding(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -673,7 +673,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind RoleBinding // -v1_role_binding_list_t* RbacAuthorizationV1API_listRoleBindingForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_role_binding_list_t* RbacAuthorizationV1API_listRoleBindingForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -712,7 +712,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind Role // -v1_role_list_t* RbacAuthorizationV1API_listRoleForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_role_list_t* RbacAuthorizationV1API_listRoleForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -751,7 +751,7 @@ Name | Type | Description | Notes ```c // partially update the specified ClusterRole // -v1_cluster_role_t* RbacAuthorizationV1API_patchClusterRole(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_cluster_role_t* RbacAuthorizationV1API_patchClusterRole(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -786,7 +786,7 @@ Name | Type | Description | Notes ```c // partially update the specified ClusterRoleBinding // -v1_cluster_role_binding_t* RbacAuthorizationV1API_patchClusterRoleBinding(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_cluster_role_binding_t* RbacAuthorizationV1API_patchClusterRoleBinding(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -821,7 +821,7 @@ Name | Type | Description | Notes ```c // partially update the specified Role // -v1_role_t* RbacAuthorizationV1API_patchNamespacedRole(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_role_t* RbacAuthorizationV1API_patchNamespacedRole(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -857,7 +857,7 @@ Name | Type | Description | Notes ```c // partially update the specified RoleBinding // -v1_role_binding_t* RbacAuthorizationV1API_patchNamespacedRoleBinding(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_role_binding_t* RbacAuthorizationV1API_patchNamespacedRoleBinding(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -893,7 +893,7 @@ Name | Type | Description | Notes ```c // read the specified ClusterRole // -v1_cluster_role_t* RbacAuthorizationV1API_readClusterRole(apiClient_t *apiClient, char * name, char * pretty); +v1_cluster_role_t* RbacAuthorizationV1API_readClusterRole(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -923,7 +923,7 @@ Name | Type | Description | Notes ```c // read the specified ClusterRoleBinding // -v1_cluster_role_binding_t* RbacAuthorizationV1API_readClusterRoleBinding(apiClient_t *apiClient, char * name, char * pretty); +v1_cluster_role_binding_t* RbacAuthorizationV1API_readClusterRoleBinding(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -953,7 +953,7 @@ Name | Type | Description | Notes ```c // read the specified Role // -v1_role_t* RbacAuthorizationV1API_readNamespacedRole(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_role_t* RbacAuthorizationV1API_readNamespacedRole(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -984,7 +984,7 @@ Name | Type | Description | Notes ```c // read the specified RoleBinding // -v1_role_binding_t* RbacAuthorizationV1API_readNamespacedRoleBinding(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_role_binding_t* RbacAuthorizationV1API_readNamespacedRoleBinding(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1015,7 +1015,7 @@ Name | Type | Description | Notes ```c // replace the specified ClusterRole // -v1_cluster_role_t* RbacAuthorizationV1API_replaceClusterRole(apiClient_t *apiClient, char * name, v1_cluster_role_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_cluster_role_t* RbacAuthorizationV1API_replaceClusterRole(apiClient_t *apiClient, char *name, v1_cluster_role_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1049,7 +1049,7 @@ Name | Type | Description | Notes ```c // replace the specified ClusterRoleBinding // -v1_cluster_role_binding_t* RbacAuthorizationV1API_replaceClusterRoleBinding(apiClient_t *apiClient, char * name, v1_cluster_role_binding_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_cluster_role_binding_t* RbacAuthorizationV1API_replaceClusterRoleBinding(apiClient_t *apiClient, char *name, v1_cluster_role_binding_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1083,7 +1083,7 @@ Name | Type | Description | Notes ```c // replace the specified Role // -v1_role_t* RbacAuthorizationV1API_replaceNamespacedRole(apiClient_t *apiClient, char * name, char * _namespace, v1_role_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_role_t* RbacAuthorizationV1API_replaceNamespacedRole(apiClient_t *apiClient, char *name, char *_namespace, v1_role_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1118,7 +1118,7 @@ Name | Type | Description | Notes ```c // replace the specified RoleBinding // -v1_role_binding_t* RbacAuthorizationV1API_replaceNamespacedRoleBinding(apiClient_t *apiClient, char * name, char * _namespace, v1_role_binding_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_role_binding_t* RbacAuthorizationV1API_replaceNamespacedRoleBinding(apiClient_t *apiClient, char *name, char *_namespace, v1_role_binding_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/ResourceV1alpha2API.md b/kubernetes/docs/ResourceV1alpha2API.md index 55857ffd..74524531 100644 --- a/kubernetes/docs/ResourceV1alpha2API.md +++ b/kubernetes/docs/ResourceV1alpha2API.md @@ -48,7 +48,7 @@ Method | HTTP request | Description ```c // create a PodSchedulingContext // -v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_createNamespacedPodSchedulingContext(apiClient_t *apiClient, char * _namespace, v1alpha2_pod_scheduling_context_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_createNamespacedPodSchedulingContext(apiClient_t *apiClient, char *_namespace, v1alpha2_pod_scheduling_context_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -82,7 +82,7 @@ Name | Type | Description | Notes ```c // create a ResourceClaim // -v1alpha2_resource_claim_t* ResourceV1alpha2API_createNamespacedResourceClaim(apiClient_t *apiClient, char * _namespace, v1alpha2_resource_claim_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha2_resource_claim_t* ResourceV1alpha2API_createNamespacedResourceClaim(apiClient_t *apiClient, char *_namespace, v1alpha2_resource_claim_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -116,7 +116,7 @@ Name | Type | Description | Notes ```c // create a ResourceClaimTemplate // -v1alpha2_resource_claim_template_t* ResourceV1alpha2API_createNamespacedResourceClaimTemplate(apiClient_t *apiClient, char * _namespace, v1alpha2_resource_claim_template_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha2_resource_claim_template_t* ResourceV1alpha2API_createNamespacedResourceClaimTemplate(apiClient_t *apiClient, char *_namespace, v1alpha2_resource_claim_template_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -150,7 +150,7 @@ Name | Type | Description | Notes ```c // create a ResourceClass // -v1alpha2_resource_class_t* ResourceV1alpha2API_createResourceClass(apiClient_t *apiClient, v1alpha2_resource_class_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha2_resource_class_t* ResourceV1alpha2API_createResourceClass(apiClient_t *apiClient, v1alpha2_resource_class_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -183,7 +183,7 @@ Name | Type | Description | Notes ```c // delete collection of PodSchedulingContext // -v1_status_t* ResourceV1alpha2API_deleteCollectionNamespacedPodSchedulingContext(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* ResourceV1alpha2API_deleteCollectionNamespacedPodSchedulingContext(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -226,7 +226,7 @@ Name | Type | Description | Notes ```c // delete collection of ResourceClaim // -v1_status_t* ResourceV1alpha2API_deleteCollectionNamespacedResourceClaim(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* ResourceV1alpha2API_deleteCollectionNamespacedResourceClaim(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -269,7 +269,7 @@ Name | Type | Description | Notes ```c // delete collection of ResourceClaimTemplate // -v1_status_t* ResourceV1alpha2API_deleteCollectionNamespacedResourceClaimTemplate(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* ResourceV1alpha2API_deleteCollectionNamespacedResourceClaimTemplate(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -312,7 +312,7 @@ Name | Type | Description | Notes ```c // delete collection of ResourceClass // -v1_status_t* ResourceV1alpha2API_deleteCollectionResourceClass(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* ResourceV1alpha2API_deleteCollectionResourceClass(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -354,7 +354,7 @@ Name | Type | Description | Notes ```c // delete a PodSchedulingContext // -v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_deleteNamespacedPodSchedulingContext(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_deleteNamespacedPodSchedulingContext(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -390,7 +390,7 @@ Name | Type | Description | Notes ```c // delete a ResourceClaim // -v1alpha2_resource_claim_t* ResourceV1alpha2API_deleteNamespacedResourceClaim(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1alpha2_resource_claim_t* ResourceV1alpha2API_deleteNamespacedResourceClaim(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -426,7 +426,7 @@ Name | Type | Description | Notes ```c // delete a ResourceClaimTemplate // -v1alpha2_resource_claim_template_t* ResourceV1alpha2API_deleteNamespacedResourceClaimTemplate(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1alpha2_resource_claim_template_t* ResourceV1alpha2API_deleteNamespacedResourceClaimTemplate(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -462,7 +462,7 @@ Name | Type | Description | Notes ```c // delete a ResourceClass // -v1alpha2_resource_class_t* ResourceV1alpha2API_deleteResourceClass(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1alpha2_resource_class_t* ResourceV1alpha2API_deleteResourceClass(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -525,7 +525,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind PodSchedulingContext // -v1alpha2_pod_scheduling_context_list_t* ResourceV1alpha2API_listNamespacedPodSchedulingContext(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1alpha2_pod_scheduling_context_list_t* ResourceV1alpha2API_listNamespacedPodSchedulingContext(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -565,7 +565,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ResourceClaim // -v1alpha2_resource_claim_list_t* ResourceV1alpha2API_listNamespacedResourceClaim(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1alpha2_resource_claim_list_t* ResourceV1alpha2API_listNamespacedResourceClaim(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -605,7 +605,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ResourceClaimTemplate // -v1alpha2_resource_claim_template_list_t* ResourceV1alpha2API_listNamespacedResourceClaimTemplate(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1alpha2_resource_claim_template_list_t* ResourceV1alpha2API_listNamespacedResourceClaimTemplate(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -645,7 +645,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind PodSchedulingContext // -v1alpha2_pod_scheduling_context_list_t* ResourceV1alpha2API_listPodSchedulingContextForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1alpha2_pod_scheduling_context_list_t* ResourceV1alpha2API_listPodSchedulingContextForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -684,7 +684,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ResourceClaim // -v1alpha2_resource_claim_list_t* ResourceV1alpha2API_listResourceClaimForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1alpha2_resource_claim_list_t* ResourceV1alpha2API_listResourceClaimForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -723,7 +723,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ResourceClaimTemplate // -v1alpha2_resource_claim_template_list_t* ResourceV1alpha2API_listResourceClaimTemplateForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1alpha2_resource_claim_template_list_t* ResourceV1alpha2API_listResourceClaimTemplateForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -762,7 +762,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind ResourceClass // -v1alpha2_resource_class_list_t* ResourceV1alpha2API_listResourceClass(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1alpha2_resource_class_list_t* ResourceV1alpha2API_listResourceClass(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -801,7 +801,7 @@ Name | Type | Description | Notes ```c // partially update the specified PodSchedulingContext // -v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_patchNamespacedPodSchedulingContext(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_patchNamespacedPodSchedulingContext(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -837,7 +837,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified PodSchedulingContext // -v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_patchNamespacedPodSchedulingContextStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_patchNamespacedPodSchedulingContextStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -873,7 +873,7 @@ Name | Type | Description | Notes ```c // partially update the specified ResourceClaim // -v1alpha2_resource_claim_t* ResourceV1alpha2API_patchNamespacedResourceClaim(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1alpha2_resource_claim_t* ResourceV1alpha2API_patchNamespacedResourceClaim(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -909,7 +909,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified ResourceClaim // -v1alpha2_resource_claim_t* ResourceV1alpha2API_patchNamespacedResourceClaimStatus(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1alpha2_resource_claim_t* ResourceV1alpha2API_patchNamespacedResourceClaimStatus(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -945,7 +945,7 @@ Name | Type | Description | Notes ```c // partially update the specified ResourceClaimTemplate // -v1alpha2_resource_claim_template_t* ResourceV1alpha2API_patchNamespacedResourceClaimTemplate(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1alpha2_resource_claim_template_t* ResourceV1alpha2API_patchNamespacedResourceClaimTemplate(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -981,7 +981,7 @@ Name | Type | Description | Notes ```c // partially update the specified ResourceClass // -v1alpha2_resource_class_t* ResourceV1alpha2API_patchResourceClass(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1alpha2_resource_class_t* ResourceV1alpha2API_patchResourceClass(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1016,7 +1016,7 @@ Name | Type | Description | Notes ```c // read the specified PodSchedulingContext // -v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_readNamespacedPodSchedulingContext(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_readNamespacedPodSchedulingContext(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1047,7 +1047,7 @@ Name | Type | Description | Notes ```c // read status of the specified PodSchedulingContext // -v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_readNamespacedPodSchedulingContextStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_readNamespacedPodSchedulingContextStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1078,7 +1078,7 @@ Name | Type | Description | Notes ```c // read the specified ResourceClaim // -v1alpha2_resource_claim_t* ResourceV1alpha2API_readNamespacedResourceClaim(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1alpha2_resource_claim_t* ResourceV1alpha2API_readNamespacedResourceClaim(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1109,7 +1109,7 @@ Name | Type | Description | Notes ```c // read status of the specified ResourceClaim // -v1alpha2_resource_claim_t* ResourceV1alpha2API_readNamespacedResourceClaimStatus(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1alpha2_resource_claim_t* ResourceV1alpha2API_readNamespacedResourceClaimStatus(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1140,7 +1140,7 @@ Name | Type | Description | Notes ```c // read the specified ResourceClaimTemplate // -v1alpha2_resource_claim_template_t* ResourceV1alpha2API_readNamespacedResourceClaimTemplate(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1alpha2_resource_claim_template_t* ResourceV1alpha2API_readNamespacedResourceClaimTemplate(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1171,7 +1171,7 @@ Name | Type | Description | Notes ```c // read the specified ResourceClass // -v1alpha2_resource_class_t* ResourceV1alpha2API_readResourceClass(apiClient_t *apiClient, char * name, char * pretty); +v1alpha2_resource_class_t* ResourceV1alpha2API_readResourceClass(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -1201,7 +1201,7 @@ Name | Type | Description | Notes ```c // replace the specified PodSchedulingContext // -v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_replaceNamespacedPodSchedulingContext(apiClient_t *apiClient, char * name, char * _namespace, v1alpha2_pod_scheduling_context_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_replaceNamespacedPodSchedulingContext(apiClient_t *apiClient, char *name, char *_namespace, v1alpha2_pod_scheduling_context_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1236,7 +1236,7 @@ Name | Type | Description | Notes ```c // replace status of the specified PodSchedulingContext // -v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_replaceNamespacedPodSchedulingContextStatus(apiClient_t *apiClient, char * name, char * _namespace, v1alpha2_pod_scheduling_context_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha2_pod_scheduling_context_t* ResourceV1alpha2API_replaceNamespacedPodSchedulingContextStatus(apiClient_t *apiClient, char *name, char *_namespace, v1alpha2_pod_scheduling_context_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1271,7 +1271,7 @@ Name | Type | Description | Notes ```c // replace the specified ResourceClaim // -v1alpha2_resource_claim_t* ResourceV1alpha2API_replaceNamespacedResourceClaim(apiClient_t *apiClient, char * name, char * _namespace, v1alpha2_resource_claim_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha2_resource_claim_t* ResourceV1alpha2API_replaceNamespacedResourceClaim(apiClient_t *apiClient, char *name, char *_namespace, v1alpha2_resource_claim_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1306,7 +1306,7 @@ Name | Type | Description | Notes ```c // replace status of the specified ResourceClaim // -v1alpha2_resource_claim_t* ResourceV1alpha2API_replaceNamespacedResourceClaimStatus(apiClient_t *apiClient, char * name, char * _namespace, v1alpha2_resource_claim_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha2_resource_claim_t* ResourceV1alpha2API_replaceNamespacedResourceClaimStatus(apiClient_t *apiClient, char *name, char *_namespace, v1alpha2_resource_claim_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1341,7 +1341,7 @@ Name | Type | Description | Notes ```c // replace the specified ResourceClaimTemplate // -v1alpha2_resource_claim_template_t* ResourceV1alpha2API_replaceNamespacedResourceClaimTemplate(apiClient_t *apiClient, char * name, char * _namespace, v1alpha2_resource_claim_template_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha2_resource_claim_template_t* ResourceV1alpha2API_replaceNamespacedResourceClaimTemplate(apiClient_t *apiClient, char *name, char *_namespace, v1alpha2_resource_claim_template_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1376,7 +1376,7 @@ Name | Type | Description | Notes ```c // replace the specified ResourceClass // -v1alpha2_resource_class_t* ResourceV1alpha2API_replaceResourceClass(apiClient_t *apiClient, char * name, v1alpha2_resource_class_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1alpha2_resource_class_t* ResourceV1alpha2API_replaceResourceClass(apiClient_t *apiClient, char *name, v1alpha2_resource_class_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/SchedulingV1API.md b/kubernetes/docs/SchedulingV1API.md index a465f70f..7de57526 100644 --- a/kubernetes/docs/SchedulingV1API.md +++ b/kubernetes/docs/SchedulingV1API.md @@ -18,7 +18,7 @@ Method | HTTP request | Description ```c // create a PriorityClass // -v1_priority_class_t* SchedulingV1API_createPriorityClass(apiClient_t *apiClient, v1_priority_class_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_priority_class_t* SchedulingV1API_createPriorityClass(apiClient_t *apiClient, v1_priority_class_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -51,7 +51,7 @@ Name | Type | Description | Notes ```c // delete collection of PriorityClass // -v1_status_t* SchedulingV1API_deleteCollectionPriorityClass(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* SchedulingV1API_deleteCollectionPriorityClass(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -93,7 +93,7 @@ Name | Type | Description | Notes ```c // delete a PriorityClass // -v1_status_t* SchedulingV1API_deletePriorityClass(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* SchedulingV1API_deletePriorityClass(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -156,7 +156,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind PriorityClass // -v1_priority_class_list_t* SchedulingV1API_listPriorityClass(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_priority_class_list_t* SchedulingV1API_listPriorityClass(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -195,7 +195,7 @@ Name | Type | Description | Notes ```c // partially update the specified PriorityClass // -v1_priority_class_t* SchedulingV1API_patchPriorityClass(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_priority_class_t* SchedulingV1API_patchPriorityClass(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -230,7 +230,7 @@ Name | Type | Description | Notes ```c // read the specified PriorityClass // -v1_priority_class_t* SchedulingV1API_readPriorityClass(apiClient_t *apiClient, char * name, char * pretty); +v1_priority_class_t* SchedulingV1API_readPriorityClass(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -260,7 +260,7 @@ Name | Type | Description | Notes ```c // replace the specified PriorityClass // -v1_priority_class_t* SchedulingV1API_replacePriorityClass(apiClient_t *apiClient, char * name, v1_priority_class_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_priority_class_t* SchedulingV1API_replacePriorityClass(apiClient_t *apiClient, char *name, v1_priority_class_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters diff --git a/kubernetes/docs/StorageV1API.md b/kubernetes/docs/StorageV1API.md index 8aaed900..453f0db0 100644 --- a/kubernetes/docs/StorageV1API.md +++ b/kubernetes/docs/StorageV1API.md @@ -50,7 +50,7 @@ Method | HTTP request | Description ```c // create a CSIDriver // -v1_csi_driver_t* StorageV1API_createCSIDriver(apiClient_t *apiClient, v1_csi_driver_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_csi_driver_t* StorageV1API_createCSIDriver(apiClient_t *apiClient, v1_csi_driver_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -83,7 +83,7 @@ Name | Type | Description | Notes ```c // create a CSINode // -v1_csi_node_t* StorageV1API_createCSINode(apiClient_t *apiClient, v1_csi_node_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_csi_node_t* StorageV1API_createCSINode(apiClient_t *apiClient, v1_csi_node_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -116,7 +116,7 @@ Name | Type | Description | Notes ```c // create a CSIStorageCapacity // -v1_csi_storage_capacity_t* StorageV1API_createNamespacedCSIStorageCapacity(apiClient_t *apiClient, char * _namespace, v1_csi_storage_capacity_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_csi_storage_capacity_t* StorageV1API_createNamespacedCSIStorageCapacity(apiClient_t *apiClient, char *_namespace, v1_csi_storage_capacity_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -150,7 +150,7 @@ Name | Type | Description | Notes ```c // create a StorageClass // -v1_storage_class_t* StorageV1API_createStorageClass(apiClient_t *apiClient, v1_storage_class_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_storage_class_t* StorageV1API_createStorageClass(apiClient_t *apiClient, v1_storage_class_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -183,7 +183,7 @@ Name | Type | Description | Notes ```c // create a VolumeAttachment // -v1_volume_attachment_t* StorageV1API_createVolumeAttachment(apiClient_t *apiClient, v1_volume_attachment_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_volume_attachment_t* StorageV1API_createVolumeAttachment(apiClient_t *apiClient, v1_volume_attachment_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -216,7 +216,7 @@ Name | Type | Description | Notes ```c // delete a CSIDriver // -v1_csi_driver_t* StorageV1API_deleteCSIDriver(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_csi_driver_t* StorageV1API_deleteCSIDriver(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -251,7 +251,7 @@ Name | Type | Description | Notes ```c // delete a CSINode // -v1_csi_node_t* StorageV1API_deleteCSINode(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_csi_node_t* StorageV1API_deleteCSINode(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -286,7 +286,7 @@ Name | Type | Description | Notes ```c // delete collection of CSIDriver // -v1_status_t* StorageV1API_deleteCollectionCSIDriver(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* StorageV1API_deleteCollectionCSIDriver(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -328,7 +328,7 @@ Name | Type | Description | Notes ```c // delete collection of CSINode // -v1_status_t* StorageV1API_deleteCollectionCSINode(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* StorageV1API_deleteCollectionCSINode(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -370,7 +370,7 @@ Name | Type | Description | Notes ```c // delete collection of CSIStorageCapacity // -v1_status_t* StorageV1API_deleteCollectionNamespacedCSIStorageCapacity(apiClient_t *apiClient, char * _namespace, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* StorageV1API_deleteCollectionNamespacedCSIStorageCapacity(apiClient_t *apiClient, char *_namespace, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -413,7 +413,7 @@ Name | Type | Description | Notes ```c // delete collection of StorageClass // -v1_status_t* StorageV1API_deleteCollectionStorageClass(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* StorageV1API_deleteCollectionStorageClass(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -455,7 +455,7 @@ Name | Type | Description | Notes ```c // delete collection of VolumeAttachment // -v1_status_t* StorageV1API_deleteCollectionVolumeAttachment(apiClient_t *apiClient, char * pretty, char * _continue, char * dryRun, char * fieldSelector, int gracePeriodSeconds, char * labelSelector, int limit, int orphanDependents, char * propagationPolicy, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, v1_delete_options_t * body); +v1_status_t* StorageV1API_deleteCollectionVolumeAttachment(apiClient_t *apiClient, char *pretty, char *_continue, char *dryRun, char *fieldSelector, int *gracePeriodSeconds, char *labelSelector, int *limit, int *orphanDependents, char *propagationPolicy, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, v1_delete_options_t *body); ``` ### Parameters @@ -497,7 +497,7 @@ Name | Type | Description | Notes ```c // delete a CSIStorageCapacity // -v1_status_t* StorageV1API_deleteNamespacedCSIStorageCapacity(apiClient_t *apiClient, char * name, char * _namespace, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_status_t* StorageV1API_deleteNamespacedCSIStorageCapacity(apiClient_t *apiClient, char *name, char *_namespace, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -533,7 +533,7 @@ Name | Type | Description | Notes ```c // delete a StorageClass // -v1_storage_class_t* StorageV1API_deleteStorageClass(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_storage_class_t* StorageV1API_deleteStorageClass(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -568,7 +568,7 @@ Name | Type | Description | Notes ```c // delete a VolumeAttachment // -v1_volume_attachment_t* StorageV1API_deleteVolumeAttachment(apiClient_t *apiClient, char * name, char * pretty, char * dryRun, int gracePeriodSeconds, int orphanDependents, char * propagationPolicy, v1_delete_options_t * body); +v1_volume_attachment_t* StorageV1API_deleteVolumeAttachment(apiClient_t *apiClient, char *name, char *pretty, char *dryRun, int *gracePeriodSeconds, int *orphanDependents, char *propagationPolicy, v1_delete_options_t *body); ``` ### Parameters @@ -631,7 +631,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind CSIDriver // -v1_csi_driver_list_t* StorageV1API_listCSIDriver(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_csi_driver_list_t* StorageV1API_listCSIDriver(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -670,7 +670,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind CSINode // -v1_csi_node_list_t* StorageV1API_listCSINode(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_csi_node_list_t* StorageV1API_listCSINode(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -709,7 +709,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind CSIStorageCapacity // -v1_csi_storage_capacity_list_t* StorageV1API_listCSIStorageCapacityForAllNamespaces(apiClient_t *apiClient, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * pretty, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_csi_storage_capacity_list_t* StorageV1API_listCSIStorageCapacityForAllNamespaces(apiClient_t *apiClient, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *pretty, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -748,7 +748,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind CSIStorageCapacity // -v1_csi_storage_capacity_list_t* StorageV1API_listNamespacedCSIStorageCapacity(apiClient_t *apiClient, char * _namespace, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_csi_storage_capacity_list_t* StorageV1API_listNamespacedCSIStorageCapacity(apiClient_t *apiClient, char *_namespace, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -788,7 +788,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind StorageClass // -v1_storage_class_list_t* StorageV1API_listStorageClass(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_storage_class_list_t* StorageV1API_listStorageClass(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -827,7 +827,7 @@ Name | Type | Description | Notes ```c // list or watch objects of kind VolumeAttachment // -v1_volume_attachment_list_t* StorageV1API_listVolumeAttachment(apiClient_t *apiClient, char * pretty, int allowWatchBookmarks, char * _continue, char * fieldSelector, char * labelSelector, int limit, char * resourceVersion, char * resourceVersionMatch, int sendInitialEvents, int timeoutSeconds, int watch); +v1_volume_attachment_list_t* StorageV1API_listVolumeAttachment(apiClient_t *apiClient, char *pretty, int *allowWatchBookmarks, char *_continue, char *fieldSelector, char *labelSelector, int *limit, char *resourceVersion, char *resourceVersionMatch, int *sendInitialEvents, int *timeoutSeconds, int *watch); ``` ### Parameters @@ -866,7 +866,7 @@ Name | Type | Description | Notes ```c // partially update the specified CSIDriver // -v1_csi_driver_t* StorageV1API_patchCSIDriver(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_csi_driver_t* StorageV1API_patchCSIDriver(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -901,7 +901,7 @@ Name | Type | Description | Notes ```c // partially update the specified CSINode // -v1_csi_node_t* StorageV1API_patchCSINode(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_csi_node_t* StorageV1API_patchCSINode(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -936,7 +936,7 @@ Name | Type | Description | Notes ```c // partially update the specified CSIStorageCapacity // -v1_csi_storage_capacity_t* StorageV1API_patchNamespacedCSIStorageCapacity(apiClient_t *apiClient, char * name, char * _namespace, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_csi_storage_capacity_t* StorageV1API_patchNamespacedCSIStorageCapacity(apiClient_t *apiClient, char *name, char *_namespace, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -972,7 +972,7 @@ Name | Type | Description | Notes ```c // partially update the specified StorageClass // -v1_storage_class_t* StorageV1API_patchStorageClass(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_storage_class_t* StorageV1API_patchStorageClass(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1007,7 +1007,7 @@ Name | Type | Description | Notes ```c // partially update the specified VolumeAttachment // -v1_volume_attachment_t* StorageV1API_patchVolumeAttachment(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_volume_attachment_t* StorageV1API_patchVolumeAttachment(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1042,7 +1042,7 @@ Name | Type | Description | Notes ```c // partially update status of the specified VolumeAttachment // -v1_volume_attachment_t* StorageV1API_patchVolumeAttachmentStatus(apiClient_t *apiClient, char * name, object_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation, int force); +v1_volume_attachment_t* StorageV1API_patchVolumeAttachmentStatus(apiClient_t *apiClient, char *name, object_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation, int *force); ``` ### Parameters @@ -1077,7 +1077,7 @@ Name | Type | Description | Notes ```c // read the specified CSIDriver // -v1_csi_driver_t* StorageV1API_readCSIDriver(apiClient_t *apiClient, char * name, char * pretty); +v1_csi_driver_t* StorageV1API_readCSIDriver(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -1107,7 +1107,7 @@ Name | Type | Description | Notes ```c // read the specified CSINode // -v1_csi_node_t* StorageV1API_readCSINode(apiClient_t *apiClient, char * name, char * pretty); +v1_csi_node_t* StorageV1API_readCSINode(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -1137,7 +1137,7 @@ Name | Type | Description | Notes ```c // read the specified CSIStorageCapacity // -v1_csi_storage_capacity_t* StorageV1API_readNamespacedCSIStorageCapacity(apiClient_t *apiClient, char * name, char * _namespace, char * pretty); +v1_csi_storage_capacity_t* StorageV1API_readNamespacedCSIStorageCapacity(apiClient_t *apiClient, char *name, char *_namespace, char *pretty); ``` ### Parameters @@ -1168,7 +1168,7 @@ Name | Type | Description | Notes ```c // read the specified StorageClass // -v1_storage_class_t* StorageV1API_readStorageClass(apiClient_t *apiClient, char * name, char * pretty); +v1_storage_class_t* StorageV1API_readStorageClass(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -1198,7 +1198,7 @@ Name | Type | Description | Notes ```c // read the specified VolumeAttachment // -v1_volume_attachment_t* StorageV1API_readVolumeAttachment(apiClient_t *apiClient, char * name, char * pretty); +v1_volume_attachment_t* StorageV1API_readVolumeAttachment(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -1228,7 +1228,7 @@ Name | Type | Description | Notes ```c // read status of the specified VolumeAttachment // -v1_volume_attachment_t* StorageV1API_readVolumeAttachmentStatus(apiClient_t *apiClient, char * name, char * pretty); +v1_volume_attachment_t* StorageV1API_readVolumeAttachmentStatus(apiClient_t *apiClient, char *name, char *pretty); ``` ### Parameters @@ -1258,7 +1258,7 @@ Name | Type | Description | Notes ```c // replace the specified CSIDriver // -v1_csi_driver_t* StorageV1API_replaceCSIDriver(apiClient_t *apiClient, char * name, v1_csi_driver_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_csi_driver_t* StorageV1API_replaceCSIDriver(apiClient_t *apiClient, char *name, v1_csi_driver_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1292,7 +1292,7 @@ Name | Type | Description | Notes ```c // replace the specified CSINode // -v1_csi_node_t* StorageV1API_replaceCSINode(apiClient_t *apiClient, char * name, v1_csi_node_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_csi_node_t* StorageV1API_replaceCSINode(apiClient_t *apiClient, char *name, v1_csi_node_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1326,7 +1326,7 @@ Name | Type | Description | Notes ```c // replace the specified CSIStorageCapacity // -v1_csi_storage_capacity_t* StorageV1API_replaceNamespacedCSIStorageCapacity(apiClient_t *apiClient, char * name, char * _namespace, v1_csi_storage_capacity_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_csi_storage_capacity_t* StorageV1API_replaceNamespacedCSIStorageCapacity(apiClient_t *apiClient, char *name, char *_namespace, v1_csi_storage_capacity_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1361,7 +1361,7 @@ Name | Type | Description | Notes ```c // replace the specified StorageClass // -v1_storage_class_t* StorageV1API_replaceStorageClass(apiClient_t *apiClient, char * name, v1_storage_class_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_storage_class_t* StorageV1API_replaceStorageClass(apiClient_t *apiClient, char *name, v1_storage_class_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1395,7 +1395,7 @@ Name | Type | Description | Notes ```c // replace the specified VolumeAttachment // -v1_volume_attachment_t* StorageV1API_replaceVolumeAttachment(apiClient_t *apiClient, char * name, v1_volume_attachment_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_volume_attachment_t* StorageV1API_replaceVolumeAttachment(apiClient_t *apiClient, char *name, v1_volume_attachment_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters @@ -1429,7 +1429,7 @@ Name | Type | Description | Notes ```c // replace status of the specified VolumeAttachment // -v1_volume_attachment_t* StorageV1API_replaceVolumeAttachmentStatus(apiClient_t *apiClient, char * name, v1_volume_attachment_t * body, char * pretty, char * dryRun, char * fieldManager, char * fieldValidation); +v1_volume_attachment_t* StorageV1API_replaceVolumeAttachmentStatus(apiClient_t *apiClient, char *name, v1_volume_attachment_t *body, char *pretty, char *dryRun, char *fieldManager, char *fieldValidation); ``` ### Parameters