@@ -454,7 +454,7 @@ AdmissionregistrationV1API_deleteCollectionMutatingWebhookConfiguration(apiClien
454454 char * keyQuery_gracePeriodSeconds = NULL ;
455455 char * valueQuery_gracePeriodSeconds = NULL ;
456456 keyValuePair_t * keyPairQuery_gracePeriodSeconds = 0 ;
457- if (gracePeriodSeconds )
457+ if (1 ) // Always send integer parameters to the API server
458458 {
459459 keyQuery_gracePeriodSeconds = strdup ("gracePeriodSeconds" );
460460 valueQuery_gracePeriodSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -479,7 +479,7 @@ AdmissionregistrationV1API_deleteCollectionMutatingWebhookConfiguration(apiClien
479479 char * keyQuery_limit = NULL ;
480480 char * valueQuery_limit = NULL ;
481481 keyValuePair_t * keyPairQuery_limit = 0 ;
482- if (limit )
482+ if (1 ) // Always send integer parameters to the API server
483483 {
484484 keyQuery_limit = strdup ("limit" );
485485 valueQuery_limit = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -492,7 +492,7 @@ AdmissionregistrationV1API_deleteCollectionMutatingWebhookConfiguration(apiClien
492492 char * keyQuery_orphanDependents = NULL ;
493493 char * valueQuery_orphanDependents = NULL ;
494494 keyValuePair_t * keyPairQuery_orphanDependents = 0 ;
495- if (orphanDependents )
495+ if (1 ) // Always send boolean parameters to the API server
496496 {
497497 keyQuery_orphanDependents = strdup ("orphanDependents" );
498498 valueQuery_orphanDependents = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -541,7 +541,7 @@ AdmissionregistrationV1API_deleteCollectionMutatingWebhookConfiguration(apiClien
541541 char * keyQuery_timeoutSeconds = NULL ;
542542 char * valueQuery_timeoutSeconds = NULL ;
543543 keyValuePair_t * keyPairQuery_timeoutSeconds = 0 ;
544- if (timeoutSeconds )
544+ if (1 ) // Always send integer parameters to the API server
545545 {
546546 keyQuery_timeoutSeconds = strdup ("timeoutSeconds" );
547547 valueQuery_timeoutSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -827,7 +827,7 @@ AdmissionregistrationV1API_deleteCollectionValidatingWebhookConfiguration(apiCli
827827 char * keyQuery_gracePeriodSeconds = NULL ;
828828 char * valueQuery_gracePeriodSeconds = NULL ;
829829 keyValuePair_t * keyPairQuery_gracePeriodSeconds = 0 ;
830- if (gracePeriodSeconds )
830+ if (1 ) // Always send integer parameters to the API server
831831 {
832832 keyQuery_gracePeriodSeconds = strdup ("gracePeriodSeconds" );
833833 valueQuery_gracePeriodSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -852,7 +852,7 @@ AdmissionregistrationV1API_deleteCollectionValidatingWebhookConfiguration(apiCli
852852 char * keyQuery_limit = NULL ;
853853 char * valueQuery_limit = NULL ;
854854 keyValuePair_t * keyPairQuery_limit = 0 ;
855- if (limit )
855+ if (1 ) // Always send integer parameters to the API server
856856 {
857857 keyQuery_limit = strdup ("limit" );
858858 valueQuery_limit = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -865,7 +865,7 @@ AdmissionregistrationV1API_deleteCollectionValidatingWebhookConfiguration(apiCli
865865 char * keyQuery_orphanDependents = NULL ;
866866 char * valueQuery_orphanDependents = NULL ;
867867 keyValuePair_t * keyPairQuery_orphanDependents = 0 ;
868- if (orphanDependents )
868+ if (1 ) // Always send boolean parameters to the API server
869869 {
870870 keyQuery_orphanDependents = strdup ("orphanDependents" );
871871 valueQuery_orphanDependents = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -914,7 +914,7 @@ AdmissionregistrationV1API_deleteCollectionValidatingWebhookConfiguration(apiCli
914914 char * keyQuery_timeoutSeconds = NULL ;
915915 char * valueQuery_timeoutSeconds = NULL ;
916916 keyValuePair_t * keyPairQuery_timeoutSeconds = 0 ;
917- if (timeoutSeconds )
917+ if (1 ) // Always send integer parameters to the API server
918918 {
919919 keyQuery_timeoutSeconds = strdup ("timeoutSeconds" );
920920 valueQuery_timeoutSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1186,7 +1186,7 @@ AdmissionregistrationV1API_deleteMutatingWebhookConfiguration(apiClient_t *apiCl
11861186 char * keyQuery_gracePeriodSeconds = NULL ;
11871187 char * valueQuery_gracePeriodSeconds = NULL ;
11881188 keyValuePair_t * keyPairQuery_gracePeriodSeconds = 0 ;
1189- if (gracePeriodSeconds )
1189+ if (1 ) // Always send integer parameters to the API server
11901190 {
11911191 keyQuery_gracePeriodSeconds = strdup ("gracePeriodSeconds" );
11921192 valueQuery_gracePeriodSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1199,7 +1199,7 @@ AdmissionregistrationV1API_deleteMutatingWebhookConfiguration(apiClient_t *apiCl
11991199 char * keyQuery_orphanDependents = NULL ;
12001200 char * valueQuery_orphanDependents = NULL ;
12011201 keyValuePair_t * keyPairQuery_orphanDependents = 0 ;
1202- if (orphanDependents )
1202+ if (1 ) // Always send boolean parameters to the API server
12031203 {
12041204 keyQuery_orphanDependents = strdup ("orphanDependents" );
12051205 valueQuery_orphanDependents = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1404,7 +1404,7 @@ AdmissionregistrationV1API_deleteValidatingWebhookConfiguration(apiClient_t *api
14041404 char * keyQuery_gracePeriodSeconds = NULL ;
14051405 char * valueQuery_gracePeriodSeconds = NULL ;
14061406 keyValuePair_t * keyPairQuery_gracePeriodSeconds = 0 ;
1407- if (gracePeriodSeconds )
1407+ if (1 ) // Always send integer parameters to the API server
14081408 {
14091409 keyQuery_gracePeriodSeconds = strdup ("gracePeriodSeconds" );
14101410 valueQuery_gracePeriodSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1417,7 +1417,7 @@ AdmissionregistrationV1API_deleteValidatingWebhookConfiguration(apiClient_t *api
14171417 char * keyQuery_orphanDependents = NULL ;
14181418 char * valueQuery_orphanDependents = NULL ;
14191419 keyValuePair_t * keyPairQuery_orphanDependents = 0 ;
1420- if (orphanDependents )
1420+ if (1 ) // Always send boolean parameters to the API server
14211421 {
14221422 keyQuery_orphanDependents = strdup ("orphanDependents" );
14231423 valueQuery_orphanDependents = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1667,7 +1667,7 @@ AdmissionregistrationV1API_listMutatingWebhookConfiguration(apiClient_t *apiClie
16671667 char * keyQuery_allowWatchBookmarks = NULL ;
16681668 char * valueQuery_allowWatchBookmarks = NULL ;
16691669 keyValuePair_t * keyPairQuery_allowWatchBookmarks = 0 ;
1670- if (allowWatchBookmarks )
1670+ if (1 ) // Always send boolean parameters to the API server
16711671 {
16721672 keyQuery_allowWatchBookmarks = strdup ("allowWatchBookmarks" );
16731673 valueQuery_allowWatchBookmarks = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1716,7 +1716,7 @@ AdmissionregistrationV1API_listMutatingWebhookConfiguration(apiClient_t *apiClie
17161716 char * keyQuery_limit = NULL ;
17171717 char * valueQuery_limit = NULL ;
17181718 keyValuePair_t * keyPairQuery_limit = 0 ;
1719- if (limit )
1719+ if (1 ) // Always send integer parameters to the API server
17201720 {
17211721 keyQuery_limit = strdup ("limit" );
17221722 valueQuery_limit = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1753,7 +1753,7 @@ AdmissionregistrationV1API_listMutatingWebhookConfiguration(apiClient_t *apiClie
17531753 char * keyQuery_timeoutSeconds = NULL ;
17541754 char * valueQuery_timeoutSeconds = NULL ;
17551755 keyValuePair_t * keyPairQuery_timeoutSeconds = 0 ;
1756- if (timeoutSeconds )
1756+ if (1 ) // Always send integer parameters to the API server
17571757 {
17581758 keyQuery_timeoutSeconds = strdup ("timeoutSeconds" );
17591759 valueQuery_timeoutSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1766,7 +1766,7 @@ AdmissionregistrationV1API_listMutatingWebhookConfiguration(apiClient_t *apiClie
17661766 char * keyQuery_watch = NULL ;
17671767 char * valueQuery_watch = NULL ;
17681768 keyValuePair_t * keyPairQuery_watch = 0 ;
1769- if (watch )
1769+ if (1 ) // Always send boolean parameters to the API server
17701770 {
17711771 keyQuery_watch = strdup ("watch" );
17721772 valueQuery_watch = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1980,7 +1980,7 @@ AdmissionregistrationV1API_listValidatingWebhookConfiguration(apiClient_t *apiCl
19801980 char * keyQuery_allowWatchBookmarks = NULL ;
19811981 char * valueQuery_allowWatchBookmarks = NULL ;
19821982 keyValuePair_t * keyPairQuery_allowWatchBookmarks = 0 ;
1983- if (allowWatchBookmarks )
1983+ if (1 ) // Always send boolean parameters to the API server
19841984 {
19851985 keyQuery_allowWatchBookmarks = strdup ("allowWatchBookmarks" );
19861986 valueQuery_allowWatchBookmarks = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -2029,7 +2029,7 @@ AdmissionregistrationV1API_listValidatingWebhookConfiguration(apiClient_t *apiCl
20292029 char * keyQuery_limit = NULL ;
20302030 char * valueQuery_limit = NULL ;
20312031 keyValuePair_t * keyPairQuery_limit = 0 ;
2032- if (limit )
2032+ if (1 ) // Always send integer parameters to the API server
20332033 {
20342034 keyQuery_limit = strdup ("limit" );
20352035 valueQuery_limit = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -2066,7 +2066,7 @@ AdmissionregistrationV1API_listValidatingWebhookConfiguration(apiClient_t *apiCl
20662066 char * keyQuery_timeoutSeconds = NULL ;
20672067 char * valueQuery_timeoutSeconds = NULL ;
20682068 keyValuePair_t * keyPairQuery_timeoutSeconds = 0 ;
2069- if (timeoutSeconds )
2069+ if (1 ) // Always send integer parameters to the API server
20702070 {
20712071 keyQuery_timeoutSeconds = strdup ("timeoutSeconds" );
20722072 valueQuery_timeoutSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -2079,7 +2079,7 @@ AdmissionregistrationV1API_listValidatingWebhookConfiguration(apiClient_t *apiCl
20792079 char * keyQuery_watch = NULL ;
20802080 char * valueQuery_watch = NULL ;
20812081 keyValuePair_t * keyPairQuery_watch = 0 ;
2082- if (watch )
2082+ if (1 ) // Always send boolean parameters to the API server
20832083 {
20842084 keyQuery_watch = strdup ("watch" );
20852085 valueQuery_watch = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -2339,7 +2339,7 @@ AdmissionregistrationV1API_patchMutatingWebhookConfiguration(apiClient_t *apiCli
23392339 char * keyQuery_force = NULL ;
23402340 char * valueQuery_force = NULL ;
23412341 keyValuePair_t * keyPairQuery_force = 0 ;
2342- if (force )
2342+ if (1 ) // Always send boolean parameters to the API server
23432343 {
23442344 keyQuery_force = strdup ("force" );
23452345 valueQuery_force = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -2560,7 +2560,7 @@ AdmissionregistrationV1API_patchValidatingWebhookConfiguration(apiClient_t *apiC
25602560 char * keyQuery_force = NULL ;
25612561 char * valueQuery_force = NULL ;
25622562 keyValuePair_t * keyPairQuery_force = 0 ;
2563- if (force )
2563+ if (1 ) // Always send boolean parameters to the API server
25642564 {
25652565 keyQuery_force = strdup ("force" );
25662566 valueQuery_force = calloc (1 ,MAX_NUMBER_LENGTH );
0 commit comments