@@ -454,7 +454,7 @@ AdmissionregistrationV1API_deleteCollectionMutatingWebhookConfiguration(apiClien
454
454
char * keyQuery_gracePeriodSeconds = NULL ;
455
455
char * valueQuery_gracePeriodSeconds = NULL ;
456
456
keyValuePair_t * keyPairQuery_gracePeriodSeconds = 0 ;
457
- if (gracePeriodSeconds )
457
+ if (1 ) // Always send integer parameters to the API server
458
458
{
459
459
keyQuery_gracePeriodSeconds = strdup ("gracePeriodSeconds" );
460
460
valueQuery_gracePeriodSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -479,7 +479,7 @@ AdmissionregistrationV1API_deleteCollectionMutatingWebhookConfiguration(apiClien
479
479
char * keyQuery_limit = NULL ;
480
480
char * valueQuery_limit = NULL ;
481
481
keyValuePair_t * keyPairQuery_limit = 0 ;
482
- if (limit )
482
+ if (1 ) // Always send integer parameters to the API server
483
483
{
484
484
keyQuery_limit = strdup ("limit" );
485
485
valueQuery_limit = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -492,7 +492,7 @@ AdmissionregistrationV1API_deleteCollectionMutatingWebhookConfiguration(apiClien
492
492
char * keyQuery_orphanDependents = NULL ;
493
493
char * valueQuery_orphanDependents = NULL ;
494
494
keyValuePair_t * keyPairQuery_orphanDependents = 0 ;
495
- if (orphanDependents )
495
+ if (1 ) // Always send boolean parameters to the API server
496
496
{
497
497
keyQuery_orphanDependents = strdup ("orphanDependents" );
498
498
valueQuery_orphanDependents = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -541,7 +541,7 @@ AdmissionregistrationV1API_deleteCollectionMutatingWebhookConfiguration(apiClien
541
541
char * keyQuery_timeoutSeconds = NULL ;
542
542
char * valueQuery_timeoutSeconds = NULL ;
543
543
keyValuePair_t * keyPairQuery_timeoutSeconds = 0 ;
544
- if (timeoutSeconds )
544
+ if (1 ) // Always send integer parameters to the API server
545
545
{
546
546
keyQuery_timeoutSeconds = strdup ("timeoutSeconds" );
547
547
valueQuery_timeoutSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -827,7 +827,7 @@ AdmissionregistrationV1API_deleteCollectionValidatingWebhookConfiguration(apiCli
827
827
char * keyQuery_gracePeriodSeconds = NULL ;
828
828
char * valueQuery_gracePeriodSeconds = NULL ;
829
829
keyValuePair_t * keyPairQuery_gracePeriodSeconds = 0 ;
830
- if (gracePeriodSeconds )
830
+ if (1 ) // Always send integer parameters to the API server
831
831
{
832
832
keyQuery_gracePeriodSeconds = strdup ("gracePeriodSeconds" );
833
833
valueQuery_gracePeriodSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -852,7 +852,7 @@ AdmissionregistrationV1API_deleteCollectionValidatingWebhookConfiguration(apiCli
852
852
char * keyQuery_limit = NULL ;
853
853
char * valueQuery_limit = NULL ;
854
854
keyValuePair_t * keyPairQuery_limit = 0 ;
855
- if (limit )
855
+ if (1 ) // Always send integer parameters to the API server
856
856
{
857
857
keyQuery_limit = strdup ("limit" );
858
858
valueQuery_limit = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -865,7 +865,7 @@ AdmissionregistrationV1API_deleteCollectionValidatingWebhookConfiguration(apiCli
865
865
char * keyQuery_orphanDependents = NULL ;
866
866
char * valueQuery_orphanDependents = NULL ;
867
867
keyValuePair_t * keyPairQuery_orphanDependents = 0 ;
868
- if (orphanDependents )
868
+ if (1 ) // Always send boolean parameters to the API server
869
869
{
870
870
keyQuery_orphanDependents = strdup ("orphanDependents" );
871
871
valueQuery_orphanDependents = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -914,7 +914,7 @@ AdmissionregistrationV1API_deleteCollectionValidatingWebhookConfiguration(apiCli
914
914
char * keyQuery_timeoutSeconds = NULL ;
915
915
char * valueQuery_timeoutSeconds = NULL ;
916
916
keyValuePair_t * keyPairQuery_timeoutSeconds = 0 ;
917
- if (timeoutSeconds )
917
+ if (1 ) // Always send integer parameters to the API server
918
918
{
919
919
keyQuery_timeoutSeconds = strdup ("timeoutSeconds" );
920
920
valueQuery_timeoutSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1186,7 +1186,7 @@ AdmissionregistrationV1API_deleteMutatingWebhookConfiguration(apiClient_t *apiCl
1186
1186
char * keyQuery_gracePeriodSeconds = NULL ;
1187
1187
char * valueQuery_gracePeriodSeconds = NULL ;
1188
1188
keyValuePair_t * keyPairQuery_gracePeriodSeconds = 0 ;
1189
- if (gracePeriodSeconds )
1189
+ if (1 ) // Always send integer parameters to the API server
1190
1190
{
1191
1191
keyQuery_gracePeriodSeconds = strdup ("gracePeriodSeconds" );
1192
1192
valueQuery_gracePeriodSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1199,7 +1199,7 @@ AdmissionregistrationV1API_deleteMutatingWebhookConfiguration(apiClient_t *apiCl
1199
1199
char * keyQuery_orphanDependents = NULL ;
1200
1200
char * valueQuery_orphanDependents = NULL ;
1201
1201
keyValuePair_t * keyPairQuery_orphanDependents = 0 ;
1202
- if (orphanDependents )
1202
+ if (1 ) // Always send boolean parameters to the API server
1203
1203
{
1204
1204
keyQuery_orphanDependents = strdup ("orphanDependents" );
1205
1205
valueQuery_orphanDependents = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1404,7 +1404,7 @@ AdmissionregistrationV1API_deleteValidatingWebhookConfiguration(apiClient_t *api
1404
1404
char * keyQuery_gracePeriodSeconds = NULL ;
1405
1405
char * valueQuery_gracePeriodSeconds = NULL ;
1406
1406
keyValuePair_t * keyPairQuery_gracePeriodSeconds = 0 ;
1407
- if (gracePeriodSeconds )
1407
+ if (1 ) // Always send integer parameters to the API server
1408
1408
{
1409
1409
keyQuery_gracePeriodSeconds = strdup ("gracePeriodSeconds" );
1410
1410
valueQuery_gracePeriodSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1417,7 +1417,7 @@ AdmissionregistrationV1API_deleteValidatingWebhookConfiguration(apiClient_t *api
1417
1417
char * keyQuery_orphanDependents = NULL ;
1418
1418
char * valueQuery_orphanDependents = NULL ;
1419
1419
keyValuePair_t * keyPairQuery_orphanDependents = 0 ;
1420
- if (orphanDependents )
1420
+ if (1 ) // Always send boolean parameters to the API server
1421
1421
{
1422
1422
keyQuery_orphanDependents = strdup ("orphanDependents" );
1423
1423
valueQuery_orphanDependents = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1667,7 +1667,7 @@ AdmissionregistrationV1API_listMutatingWebhookConfiguration(apiClient_t *apiClie
1667
1667
char * keyQuery_allowWatchBookmarks = NULL ;
1668
1668
char * valueQuery_allowWatchBookmarks = NULL ;
1669
1669
keyValuePair_t * keyPairQuery_allowWatchBookmarks = 0 ;
1670
- if (allowWatchBookmarks )
1670
+ if (1 ) // Always send boolean parameters to the API server
1671
1671
{
1672
1672
keyQuery_allowWatchBookmarks = strdup ("allowWatchBookmarks" );
1673
1673
valueQuery_allowWatchBookmarks = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1716,7 +1716,7 @@ AdmissionregistrationV1API_listMutatingWebhookConfiguration(apiClient_t *apiClie
1716
1716
char * keyQuery_limit = NULL ;
1717
1717
char * valueQuery_limit = NULL ;
1718
1718
keyValuePair_t * keyPairQuery_limit = 0 ;
1719
- if (limit )
1719
+ if (1 ) // Always send integer parameters to the API server
1720
1720
{
1721
1721
keyQuery_limit = strdup ("limit" );
1722
1722
valueQuery_limit = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1753,7 +1753,7 @@ AdmissionregistrationV1API_listMutatingWebhookConfiguration(apiClient_t *apiClie
1753
1753
char * keyQuery_timeoutSeconds = NULL ;
1754
1754
char * valueQuery_timeoutSeconds = NULL ;
1755
1755
keyValuePair_t * keyPairQuery_timeoutSeconds = 0 ;
1756
- if (timeoutSeconds )
1756
+ if (1 ) // Always send integer parameters to the API server
1757
1757
{
1758
1758
keyQuery_timeoutSeconds = strdup ("timeoutSeconds" );
1759
1759
valueQuery_timeoutSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1766,7 +1766,7 @@ AdmissionregistrationV1API_listMutatingWebhookConfiguration(apiClient_t *apiClie
1766
1766
char * keyQuery_watch = NULL ;
1767
1767
char * valueQuery_watch = NULL ;
1768
1768
keyValuePair_t * keyPairQuery_watch = 0 ;
1769
- if (watch )
1769
+ if (1 ) // Always send boolean parameters to the API server
1770
1770
{
1771
1771
keyQuery_watch = strdup ("watch" );
1772
1772
valueQuery_watch = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -1980,7 +1980,7 @@ AdmissionregistrationV1API_listValidatingWebhookConfiguration(apiClient_t *apiCl
1980
1980
char * keyQuery_allowWatchBookmarks = NULL ;
1981
1981
char * valueQuery_allowWatchBookmarks = NULL ;
1982
1982
keyValuePair_t * keyPairQuery_allowWatchBookmarks = 0 ;
1983
- if (allowWatchBookmarks )
1983
+ if (1 ) // Always send boolean parameters to the API server
1984
1984
{
1985
1985
keyQuery_allowWatchBookmarks = strdup ("allowWatchBookmarks" );
1986
1986
valueQuery_allowWatchBookmarks = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -2029,7 +2029,7 @@ AdmissionregistrationV1API_listValidatingWebhookConfiguration(apiClient_t *apiCl
2029
2029
char * keyQuery_limit = NULL ;
2030
2030
char * valueQuery_limit = NULL ;
2031
2031
keyValuePair_t * keyPairQuery_limit = 0 ;
2032
- if (limit )
2032
+ if (1 ) // Always send integer parameters to the API server
2033
2033
{
2034
2034
keyQuery_limit = strdup ("limit" );
2035
2035
valueQuery_limit = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -2066,7 +2066,7 @@ AdmissionregistrationV1API_listValidatingWebhookConfiguration(apiClient_t *apiCl
2066
2066
char * keyQuery_timeoutSeconds = NULL ;
2067
2067
char * valueQuery_timeoutSeconds = NULL ;
2068
2068
keyValuePair_t * keyPairQuery_timeoutSeconds = 0 ;
2069
- if (timeoutSeconds )
2069
+ if (1 ) // Always send integer parameters to the API server
2070
2070
{
2071
2071
keyQuery_timeoutSeconds = strdup ("timeoutSeconds" );
2072
2072
valueQuery_timeoutSeconds = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -2079,7 +2079,7 @@ AdmissionregistrationV1API_listValidatingWebhookConfiguration(apiClient_t *apiCl
2079
2079
char * keyQuery_watch = NULL ;
2080
2080
char * valueQuery_watch = NULL ;
2081
2081
keyValuePair_t * keyPairQuery_watch = 0 ;
2082
- if (watch )
2082
+ if (1 ) // Always send boolean parameters to the API server
2083
2083
{
2084
2084
keyQuery_watch = strdup ("watch" );
2085
2085
valueQuery_watch = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -2339,7 +2339,7 @@ AdmissionregistrationV1API_patchMutatingWebhookConfiguration(apiClient_t *apiCli
2339
2339
char * keyQuery_force = NULL ;
2340
2340
char * valueQuery_force = NULL ;
2341
2341
keyValuePair_t * keyPairQuery_force = 0 ;
2342
- if (force )
2342
+ if (1 ) // Always send boolean parameters to the API server
2343
2343
{
2344
2344
keyQuery_force = strdup ("force" );
2345
2345
valueQuery_force = calloc (1 ,MAX_NUMBER_LENGTH );
@@ -2560,7 +2560,7 @@ AdmissionregistrationV1API_patchValidatingWebhookConfiguration(apiClient_t *apiC
2560
2560
char * keyQuery_force = NULL ;
2561
2561
char * valueQuery_force = NULL ;
2562
2562
keyValuePair_t * keyPairQuery_force = 0 ;
2563
- if (force )
2563
+ if (1 ) // Always send boolean parameters to the API server
2564
2564
{
2565
2565
keyQuery_force = strdup ("force" );
2566
2566
valueQuery_force = calloc (1 ,MAX_NUMBER_LENGTH );
0 commit comments