17
17
v1_custom_resource_definition_t *
18
18
ApiextensionsV1API_createCustomResourceDefinition (apiClient_t * apiClient , v1_custom_resource_definition_t * body , char * pretty , char * dryRun , char * fieldManager )
19
19
{
20
- list_t * localVarQueryParameters = list_create ();
20
+ list_t * localVarQueryParameters = list_createList ();
21
21
list_t * localVarHeaderParameters = NULL ;
22
22
list_t * localVarFormParameters = NULL ;
23
- list_t * localVarHeaderType = list_create ();
23
+ list_t * localVarHeaderType = list_createList ();
24
24
list_t * localVarContentType = NULL ;
25
25
char * localVarBodyParameters = NULL ;
26
26
@@ -115,10 +115,10 @@ ApiextensionsV1API_createCustomResourceDefinition(apiClient_t *apiClient, v1_cus
115
115
apiClient -> dataReceived = NULL ;
116
116
apiClient -> dataReceivedLen = 0 ;
117
117
}
118
- list_free (localVarQueryParameters );
118
+ list_freeList (localVarQueryParameters );
119
119
120
120
121
- list_free (localVarHeaderType );
121
+ list_freeList (localVarHeaderType );
122
122
123
123
free (localVarPath );
124
124
if (localVarSingleItemJSON_body ) {
@@ -174,10 +174,10 @@ ApiextensionsV1API_createCustomResourceDefinition(apiClient_t *apiClient, v1_cus
174
174
v1_status_t *
175
175
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 timeoutSeconds , v1_delete_options_t * body )
176
176
{
177
- list_t * localVarQueryParameters = list_create ();
177
+ list_t * localVarQueryParameters = list_createList ();
178
178
list_t * localVarHeaderParameters = NULL ;
179
179
list_t * localVarFormParameters = NULL ;
180
- list_t * localVarHeaderType = list_create ();
180
+ list_t * localVarHeaderType = list_createList ();
181
181
list_t * localVarContentType = NULL ;
182
182
char * localVarBodyParameters = NULL ;
183
183
@@ -378,10 +378,10 @@ ApiextensionsV1API_deleteCollectionCustomResourceDefinition(apiClient_t *apiClie
378
378
apiClient -> dataReceived = NULL ;
379
379
apiClient -> dataReceivedLen = 0 ;
380
380
}
381
- list_free (localVarQueryParameters );
381
+ list_freeList (localVarQueryParameters );
382
382
383
383
384
- list_free (localVarHeaderType );
384
+ list_freeList (localVarHeaderType );
385
385
386
386
free (localVarPath );
387
387
if (localVarSingleItemJSON_body ) {
@@ -545,10 +545,10 @@ ApiextensionsV1API_deleteCollectionCustomResourceDefinition(apiClient_t *apiClie
545
545
v1_status_t *
546
546
ApiextensionsV1API_deleteCustomResourceDefinition (apiClient_t * apiClient , char * name , char * pretty , char * dryRun , int gracePeriodSeconds , int orphanDependents , char * propagationPolicy , v1_delete_options_t * body )
547
547
{
548
- list_t * localVarQueryParameters = list_create ();
548
+ list_t * localVarQueryParameters = list_createList ();
549
549
list_t * localVarHeaderParameters = NULL ;
550
550
list_t * localVarFormParameters = NULL ;
551
- list_t * localVarHeaderType = list_create ();
551
+ list_t * localVarHeaderType = list_createList ();
552
552
list_t * localVarContentType = NULL ;
553
553
char * localVarBodyParameters = NULL ;
554
554
@@ -676,10 +676,10 @@ ApiextensionsV1API_deleteCustomResourceDefinition(apiClient_t *apiClient, char *
676
676
apiClient -> dataReceived = NULL ;
677
677
apiClient -> dataReceivedLen = 0 ;
678
678
}
679
- list_free (localVarQueryParameters );
679
+ list_freeList (localVarQueryParameters );
680
680
681
681
682
- list_free (localVarHeaderType );
682
+ list_freeList (localVarHeaderType );
683
683
684
684
free (localVarPath );
685
685
free (localVarToReplace_name );
@@ -763,7 +763,7 @@ ApiextensionsV1API_getAPIResources(apiClient_t *apiClient)
763
763
list_t * localVarQueryParameters = NULL ;
764
764
list_t * localVarHeaderParameters = NULL ;
765
765
list_t * localVarFormParameters = NULL ;
766
- list_t * localVarHeaderType = list_create ();
766
+ list_t * localVarHeaderType = list_createList ();
767
767
list_t * localVarContentType = NULL ;
768
768
char * localVarBodyParameters = NULL ;
769
769
@@ -810,7 +810,7 @@ ApiextensionsV1API_getAPIResources(apiClient_t *apiClient)
810
810
811
811
812
812
813
- list_free (localVarHeaderType );
813
+ list_freeList (localVarHeaderType );
814
814
815
815
free (localVarPath );
816
816
return elementToReturn ;
@@ -825,10 +825,10 @@ ApiextensionsV1API_getAPIResources(apiClient_t *apiClient)
825
825
v1_custom_resource_definition_list_t *
826
826
ApiextensionsV1API_listCustomResourceDefinition (apiClient_t * apiClient , char * pretty , int allowWatchBookmarks , char * _continue , char * fieldSelector , char * labelSelector , int limit , char * resourceVersion , char * resourceVersionMatch , int timeoutSeconds , int watch )
827
827
{
828
- list_t * localVarQueryParameters = list_create ();
828
+ list_t * localVarQueryParameters = list_createList ();
829
829
list_t * localVarHeaderParameters = NULL ;
830
830
list_t * localVarFormParameters = NULL ;
831
- list_t * localVarHeaderType = list_create ();
831
+ list_t * localVarHeaderType = list_createList ();
832
832
list_t * localVarContentType = NULL ;
833
833
char * localVarBodyParameters = NULL ;
834
834
@@ -998,10 +998,10 @@ ApiextensionsV1API_listCustomResourceDefinition(apiClient_t *apiClient, char * p
998
998
apiClient -> dataReceived = NULL ;
999
999
apiClient -> dataReceivedLen = 0 ;
1000
1000
}
1001
- list_free (localVarQueryParameters );
1001
+ list_freeList (localVarQueryParameters );
1002
1002
1003
1003
1004
- list_free (localVarHeaderType );
1004
+ list_freeList (localVarHeaderType );
1005
1005
1006
1006
free (localVarPath );
1007
1007
if (keyQuery_pretty ){
@@ -1136,11 +1136,11 @@ ApiextensionsV1API_listCustomResourceDefinition(apiClient_t *apiClient, char * p
1136
1136
v1_custom_resource_definition_t *
1137
1137
ApiextensionsV1API_patchCustomResourceDefinition (apiClient_t * apiClient , char * name , object_t * body , char * pretty , char * dryRun , char * fieldManager , int force )
1138
1138
{
1139
- list_t * localVarQueryParameters = list_create ();
1139
+ list_t * localVarQueryParameters = list_createList ();
1140
1140
list_t * localVarHeaderParameters = NULL ;
1141
1141
list_t * localVarFormParameters = NULL ;
1142
- list_t * localVarHeaderType = list_create ();
1143
- list_t * localVarContentType = list_create ();
1142
+ list_t * localVarHeaderType = list_createList ();
1143
+ list_t * localVarContentType = list_createList ();
1144
1144
char * localVarBodyParameters = NULL ;
1145
1145
1146
1146
// create the path
@@ -1258,11 +1258,11 @@ ApiextensionsV1API_patchCustomResourceDefinition(apiClient_t *apiClient, char *
1258
1258
apiClient -> dataReceived = NULL ;
1259
1259
apiClient -> dataReceivedLen = 0 ;
1260
1260
}
1261
- list_free (localVarQueryParameters );
1261
+ list_freeList (localVarQueryParameters );
1262
1262
1263
1263
1264
- list_free (localVarHeaderType );
1265
- list_free (localVarContentType );
1264
+ list_freeList (localVarHeaderType );
1265
+ list_freeList (localVarContentType );
1266
1266
free (localVarPath );
1267
1267
free (localVarToReplace_name );
1268
1268
if (localVarSingleItemJSON_body ) {
@@ -1330,11 +1330,11 @@ ApiextensionsV1API_patchCustomResourceDefinition(apiClient_t *apiClient, char *
1330
1330
v1_custom_resource_definition_t *
1331
1331
ApiextensionsV1API_patchCustomResourceDefinitionStatus (apiClient_t * apiClient , char * name , object_t * body , char * pretty , char * dryRun , char * fieldManager , int force )
1332
1332
{
1333
- list_t * localVarQueryParameters = list_create ();
1333
+ list_t * localVarQueryParameters = list_createList ();
1334
1334
list_t * localVarHeaderParameters = NULL ;
1335
1335
list_t * localVarFormParameters = NULL ;
1336
- list_t * localVarHeaderType = list_create ();
1337
- list_t * localVarContentType = list_create ();
1336
+ list_t * localVarHeaderType = list_createList ();
1337
+ list_t * localVarContentType = list_createList ();
1338
1338
char * localVarBodyParameters = NULL ;
1339
1339
1340
1340
// create the path
@@ -1452,11 +1452,11 @@ ApiextensionsV1API_patchCustomResourceDefinitionStatus(apiClient_t *apiClient, c
1452
1452
apiClient -> dataReceived = NULL ;
1453
1453
apiClient -> dataReceivedLen = 0 ;
1454
1454
}
1455
- list_free (localVarQueryParameters );
1455
+ list_freeList (localVarQueryParameters );
1456
1456
1457
1457
1458
- list_free (localVarHeaderType );
1459
- list_free (localVarContentType );
1458
+ list_freeList (localVarHeaderType );
1459
+ list_freeList (localVarContentType );
1460
1460
free (localVarPath );
1461
1461
free (localVarToReplace_name );
1462
1462
if (localVarSingleItemJSON_body ) {
@@ -1524,10 +1524,10 @@ ApiextensionsV1API_patchCustomResourceDefinitionStatus(apiClient_t *apiClient, c
1524
1524
v1_custom_resource_definition_t *
1525
1525
ApiextensionsV1API_readCustomResourceDefinition (apiClient_t * apiClient , char * name , char * pretty )
1526
1526
{
1527
- list_t * localVarQueryParameters = list_create ();
1527
+ list_t * localVarQueryParameters = list_createList ();
1528
1528
list_t * localVarHeaderParameters = NULL ;
1529
1529
list_t * localVarFormParameters = NULL ;
1530
- list_t * localVarHeaderType = list_create ();
1530
+ list_t * localVarHeaderType = list_createList ();
1531
1531
list_t * localVarContentType = NULL ;
1532
1532
char * localVarBodyParameters = NULL ;
1533
1533
@@ -1593,10 +1593,10 @@ ApiextensionsV1API_readCustomResourceDefinition(apiClient_t *apiClient, char * n
1593
1593
apiClient -> dataReceived = NULL ;
1594
1594
apiClient -> dataReceivedLen = 0 ;
1595
1595
}
1596
- list_free (localVarQueryParameters );
1596
+ list_freeList (localVarQueryParameters );
1597
1597
1598
1598
1599
- list_free (localVarHeaderType );
1599
+ list_freeList (localVarHeaderType );
1600
1600
1601
1601
free (localVarPath );
1602
1602
free (localVarToReplace_name );
@@ -1624,10 +1624,10 @@ ApiextensionsV1API_readCustomResourceDefinition(apiClient_t *apiClient, char * n
1624
1624
v1_custom_resource_definition_t *
1625
1625
ApiextensionsV1API_readCustomResourceDefinitionStatus (apiClient_t * apiClient , char * name , char * pretty )
1626
1626
{
1627
- list_t * localVarQueryParameters = list_create ();
1627
+ list_t * localVarQueryParameters = list_createList ();
1628
1628
list_t * localVarHeaderParameters = NULL ;
1629
1629
list_t * localVarFormParameters = NULL ;
1630
- list_t * localVarHeaderType = list_create ();
1630
+ list_t * localVarHeaderType = list_createList ();
1631
1631
list_t * localVarContentType = NULL ;
1632
1632
char * localVarBodyParameters = NULL ;
1633
1633
@@ -1693,10 +1693,10 @@ ApiextensionsV1API_readCustomResourceDefinitionStatus(apiClient_t *apiClient, ch
1693
1693
apiClient -> dataReceived = NULL ;
1694
1694
apiClient -> dataReceivedLen = 0 ;
1695
1695
}
1696
- list_free (localVarQueryParameters );
1696
+ list_freeList (localVarQueryParameters );
1697
1697
1698
1698
1699
- list_free (localVarHeaderType );
1699
+ list_freeList (localVarHeaderType );
1700
1700
1701
1701
free (localVarPath );
1702
1702
free (localVarToReplace_name );
@@ -1724,10 +1724,10 @@ ApiextensionsV1API_readCustomResourceDefinitionStatus(apiClient_t *apiClient, ch
1724
1724
v1_custom_resource_definition_t *
1725
1725
ApiextensionsV1API_replaceCustomResourceDefinition (apiClient_t * apiClient , char * name , v1_custom_resource_definition_t * body , char * pretty , char * dryRun , char * fieldManager )
1726
1726
{
1727
- list_t * localVarQueryParameters = list_create ();
1727
+ list_t * localVarQueryParameters = list_createList ();
1728
1728
list_t * localVarHeaderParameters = NULL ;
1729
1729
list_t * localVarFormParameters = NULL ;
1730
- list_t * localVarHeaderType = list_create ();
1730
+ list_t * localVarHeaderType = list_createList ();
1731
1731
list_t * localVarContentType = NULL ;
1732
1732
char * localVarBodyParameters = NULL ;
1733
1733
@@ -1829,10 +1829,10 @@ ApiextensionsV1API_replaceCustomResourceDefinition(apiClient_t *apiClient, char
1829
1829
apiClient -> dataReceived = NULL ;
1830
1830
apiClient -> dataReceivedLen = 0 ;
1831
1831
}
1832
- list_free (localVarQueryParameters );
1832
+ list_freeList (localVarQueryParameters );
1833
1833
1834
1834
1835
- list_free (localVarHeaderType );
1835
+ list_freeList (localVarHeaderType );
1836
1836
1837
1837
free (localVarPath );
1838
1838
free (localVarToReplace_name );
@@ -1889,10 +1889,10 @@ ApiextensionsV1API_replaceCustomResourceDefinition(apiClient_t *apiClient, char
1889
1889
v1_custom_resource_definition_t *
1890
1890
ApiextensionsV1API_replaceCustomResourceDefinitionStatus (apiClient_t * apiClient , char * name , v1_custom_resource_definition_t * body , char * pretty , char * dryRun , char * fieldManager )
1891
1891
{
1892
- list_t * localVarQueryParameters = list_create ();
1892
+ list_t * localVarQueryParameters = list_createList ();
1893
1893
list_t * localVarHeaderParameters = NULL ;
1894
1894
list_t * localVarFormParameters = NULL ;
1895
- list_t * localVarHeaderType = list_create ();
1895
+ list_t * localVarHeaderType = list_createList ();
1896
1896
list_t * localVarContentType = NULL ;
1897
1897
char * localVarBodyParameters = NULL ;
1898
1898
@@ -1994,10 +1994,10 @@ ApiextensionsV1API_replaceCustomResourceDefinitionStatus(apiClient_t *apiClient,
1994
1994
apiClient -> dataReceived = NULL ;
1995
1995
apiClient -> dataReceivedLen = 0 ;
1996
1996
}
1997
- list_free (localVarQueryParameters );
1997
+ list_freeList (localVarQueryParameters );
1998
1998
1999
1999
2000
- list_free (localVarHeaderType );
2000
+ list_freeList (localVarHeaderType );
2001
2001
2002
2002
free (localVarPath );
2003
2003
free (localVarToReplace_name );
0 commit comments