25
25
import com .marcnuri .yakc .model .io .dapr .v1alpha1 .ConfigurationList ;
26
26
import com .marcnuri .yakc .model .io .dapr .v1alpha1 .Subscription ;
27
27
import com .marcnuri .yakc .model .io .dapr .v1alpha1 .SubscriptionList ;
28
- import com .marcnuri .yakc .model .io .k8s .apimachinery .pkg .apis .meta .v1 .DeleteOptions ;
29
- import com .marcnuri .yakc .model .io .k8s .apimachinery .pkg .apis .meta .v1 .Status ;
30
28
import java .util .HashMap ;
31
29
import retrofit2 .http .Body ;
32
30
import retrofit2 .http .HTTP ;
@@ -262,7 +260,7 @@ public ListConfigurationForAllNamespaces watch(Boolean watch) {
262
260
@ Headers ({
263
261
"Accept: */*"
264
262
})
265
- KubernetesCall <Status > deleteCollectionNamespacedComponent (
263
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteCollectionNamespacedComponent (
266
264
@ Path ("namespace" ) String namespace );
267
265
268
266
/**
@@ -277,7 +275,7 @@ KubernetesCall<Status> deleteCollectionNamespacedComponent(
277
275
@ Headers ({
278
276
"Accept: */*"
279
277
})
280
- KubernetesCall <Status > deleteCollectionNamespacedComponent (
278
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteCollectionNamespacedComponent (
281
279
@ Path ("namespace" ) String namespace ,
282
280
@ QueryMap DeleteCollectionNamespacedComponent queryParameters );
283
281
@@ -554,10 +552,10 @@ public CreateNamespacedComponent fieldManager(String fieldManager) {
554
552
"Content-Type: application/json" ,
555
553
"Accept: */*"
556
554
})
557
- KubernetesCall <Status > deleteNamespacedComponent (
555
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteNamespacedComponent (
558
556
@ Path ("name" ) String name ,
559
557
@ Path ("namespace" ) String namespace ,
560
- @ Body DeleteOptions body );
558
+ @ Body com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . DeleteOptions body );
561
559
562
560
/**
563
561
* delete a Component
@@ -574,7 +572,7 @@ KubernetesCall<Status> deleteNamespacedComponent(
574
572
"Content-Type: application/json" ,
575
573
"Accept: */*"
576
574
})
577
- KubernetesCall <Status > deleteNamespacedComponent (
575
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteNamespacedComponent (
578
576
@ Path ("name" ) String name ,
579
577
@ Path ("namespace" ) String namespace );
580
578
@@ -593,10 +591,10 @@ KubernetesCall<Status> deleteNamespacedComponent(
593
591
"Content-Type: application/json" ,
594
592
"Accept: */*"
595
593
})
596
- KubernetesCall <Status > deleteNamespacedComponent (
594
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteNamespacedComponent (
597
595
@ Path ("name" ) String name ,
598
596
@ Path ("namespace" ) String namespace ,
599
- @ Body DeleteOptions body ,
597
+ @ Body com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . DeleteOptions body ,
600
598
@ QueryMap DeleteNamespacedComponent queryParameters );
601
599
602
600
/**
@@ -614,7 +612,7 @@ KubernetesCall<Status> deleteNamespacedComponent(
614
612
"Content-Type: application/json" ,
615
613
"Accept: */*"
616
614
})
617
- KubernetesCall <Status > deleteNamespacedComponent (
615
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteNamespacedComponent (
618
616
@ Path ("name" ) String name ,
619
617
@ Path ("namespace" ) String namespace ,
620
618
@ QueryMap DeleteNamespacedComponent queryParameters );
@@ -860,7 +858,7 @@ public ReplaceNamespacedComponent fieldManager(String fieldManager) {
860
858
@ Headers ({
861
859
"Accept: */*"
862
860
})
863
- KubernetesCall <Status > deleteCollectionNamespacedConfiguration (
861
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteCollectionNamespacedConfiguration (
864
862
@ Path ("namespace" ) String namespace );
865
863
866
864
/**
@@ -875,7 +873,7 @@ KubernetesCall<Status> deleteCollectionNamespacedConfiguration(
875
873
@ Headers ({
876
874
"Accept: */*"
877
875
})
878
- KubernetesCall <Status > deleteCollectionNamespacedConfiguration (
876
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteCollectionNamespacedConfiguration (
879
877
@ Path ("namespace" ) String namespace ,
880
878
@ QueryMap DeleteCollectionNamespacedConfiguration queryParameters );
881
879
@@ -1152,10 +1150,10 @@ public CreateNamespacedConfiguration fieldManager(String fieldManager) {
1152
1150
"Content-Type: application/json" ,
1153
1151
"Accept: */*"
1154
1152
})
1155
- KubernetesCall <Status > deleteNamespacedConfiguration (
1153
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteNamespacedConfiguration (
1156
1154
@ Path ("name" ) String name ,
1157
1155
@ Path ("namespace" ) String namespace ,
1158
- @ Body DeleteOptions body );
1156
+ @ Body com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . DeleteOptions body );
1159
1157
1160
1158
/**
1161
1159
* delete a Configuration
@@ -1172,7 +1170,7 @@ KubernetesCall<Status> deleteNamespacedConfiguration(
1172
1170
"Content-Type: application/json" ,
1173
1171
"Accept: */*"
1174
1172
})
1175
- KubernetesCall <Status > deleteNamespacedConfiguration (
1173
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteNamespacedConfiguration (
1176
1174
@ Path ("name" ) String name ,
1177
1175
@ Path ("namespace" ) String namespace );
1178
1176
@@ -1191,10 +1189,10 @@ KubernetesCall<Status> deleteNamespacedConfiguration(
1191
1189
"Content-Type: application/json" ,
1192
1190
"Accept: */*"
1193
1191
})
1194
- KubernetesCall <Status > deleteNamespacedConfiguration (
1192
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteNamespacedConfiguration (
1195
1193
@ Path ("name" ) String name ,
1196
1194
@ Path ("namespace" ) String namespace ,
1197
- @ Body DeleteOptions body ,
1195
+ @ Body com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . DeleteOptions body ,
1198
1196
@ QueryMap DeleteNamespacedConfiguration queryParameters );
1199
1197
1200
1198
/**
@@ -1212,7 +1210,7 @@ KubernetesCall<Status> deleteNamespacedConfiguration(
1212
1210
"Content-Type: application/json" ,
1213
1211
"Accept: */*"
1214
1212
})
1215
- KubernetesCall <Status > deleteNamespacedConfiguration (
1213
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteNamespacedConfiguration (
1216
1214
@ Path ("name" ) String name ,
1217
1215
@ Path ("namespace" ) String namespace ,
1218
1216
@ QueryMap DeleteNamespacedConfiguration queryParameters );
@@ -1458,7 +1456,7 @@ public ReplaceNamespacedConfiguration fieldManager(String fieldManager) {
1458
1456
@ Headers ({
1459
1457
"Accept: */*"
1460
1458
})
1461
- KubernetesCall <Status > deleteCollectionNamespacedSubscription (
1459
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteCollectionNamespacedSubscription (
1462
1460
@ Path ("namespace" ) String namespace );
1463
1461
1464
1462
/**
@@ -1473,7 +1471,7 @@ KubernetesCall<Status> deleteCollectionNamespacedSubscription(
1473
1471
@ Headers ({
1474
1472
"Accept: */*"
1475
1473
})
1476
- KubernetesCall <Status > deleteCollectionNamespacedSubscription (
1474
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteCollectionNamespacedSubscription (
1477
1475
@ Path ("namespace" ) String namespace ,
1478
1476
@ QueryMap DeleteCollectionNamespacedSubscription queryParameters );
1479
1477
@@ -1750,10 +1748,10 @@ public CreateNamespacedSubscription fieldManager(String fieldManager) {
1750
1748
"Content-Type: application/json" ,
1751
1749
"Accept: */*"
1752
1750
})
1753
- KubernetesCall <Status > deleteNamespacedSubscription (
1751
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteNamespacedSubscription (
1754
1752
@ Path ("name" ) String name ,
1755
1753
@ Path ("namespace" ) String namespace ,
1756
- @ Body DeleteOptions body );
1754
+ @ Body com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . DeleteOptions body );
1757
1755
1758
1756
/**
1759
1757
* delete a Subscription
@@ -1770,7 +1768,7 @@ KubernetesCall<Status> deleteNamespacedSubscription(
1770
1768
"Content-Type: application/json" ,
1771
1769
"Accept: */*"
1772
1770
})
1773
- KubernetesCall <Status > deleteNamespacedSubscription (
1771
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteNamespacedSubscription (
1774
1772
@ Path ("name" ) String name ,
1775
1773
@ Path ("namespace" ) String namespace );
1776
1774
@@ -1789,10 +1787,10 @@ KubernetesCall<Status> deleteNamespacedSubscription(
1789
1787
"Content-Type: application/json" ,
1790
1788
"Accept: */*"
1791
1789
})
1792
- KubernetesCall <Status > deleteNamespacedSubscription (
1790
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteNamespacedSubscription (
1793
1791
@ Path ("name" ) String name ,
1794
1792
@ Path ("namespace" ) String namespace ,
1795
- @ Body DeleteOptions body ,
1793
+ @ Body com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . DeleteOptions body ,
1796
1794
@ QueryMap DeleteNamespacedSubscription queryParameters );
1797
1795
1798
1796
/**
@@ -1810,7 +1808,7 @@ KubernetesCall<Status> deleteNamespacedSubscription(
1810
1808
"Content-Type: application/json" ,
1811
1809
"Accept: */*"
1812
1810
})
1813
- KubernetesCall <Status > deleteNamespacedSubscription (
1811
+ KubernetesCall <com . marcnuri . yakc . model . io . k8s . apimachinery . pkg . apis . meta . v1 . Status > deleteNamespacedSubscription (
1814
1812
@ Path ("name" ) String name ,
1815
1813
@ Path ("namespace" ) String namespace ,
1816
1814
@ QueryMap DeleteNamespacedSubscription queryParameters );
0 commit comments