@@ -1054,7 +1054,7 @@ public Task<Watcher<V1beta1Lease>> WatchNamespacedLeaseAsync(
1054
1054
}
1055
1055
1056
1056
/// <inheritdoc>
1057
- public Task < Watcher < V1alpha1EndpointSlice > > WatchNamespacedEndpointSliceAsync (
1057
+ public Task < Watcher < V1beta1EndpointSlice > > WatchNamespacedEndpointSliceAsync (
1058
1058
string name ,
1059
1059
string @namespace ,
1060
1060
bool ? allowWatchBookmarks = null ,
@@ -1067,13 +1067,13 @@ public Task<Watcher<V1alpha1EndpointSlice>> WatchNamespacedEndpointSliceAsync(
1067
1067
int ? timeoutSeconds = null ,
1068
1068
bool ? watch = null ,
1069
1069
Dictionary < string , List < string > > customHeaders = null ,
1070
- Action < WatchEventType , V1alpha1EndpointSlice > onEvent = null ,
1070
+ Action < WatchEventType , V1beta1EndpointSlice > onEvent = null ,
1071
1071
Action < Exception > onError = null ,
1072
1072
Action onClosed = null ,
1073
1073
CancellationToken cancellationToken = default ( CancellationToken ) )
1074
1074
{
1075
- string path = $ "apis/discovery.k8s.io/v1alpha1 /watch/namespaces/{ @namespace } /endpointslices/{ name } ";
1076
- return WatchObjectAsync < V1alpha1EndpointSlice > ( path : path , @continue : @continue , fieldSelector : fieldSelector , labelSelector : labelSelector , limit : limit , pretty : pretty , timeoutSeconds : timeoutSeconds , resourceVersion : resourceVersion , customHeaders : customHeaders , onEvent : onEvent , onError : onError , onClosed : onClosed , cancellationToken : cancellationToken ) ;
1075
+ string path = $ "apis/discovery.k8s.io/v1beta1 /watch/namespaces/{ @namespace } /endpointslices/{ name } ";
1076
+ return WatchObjectAsync < V1beta1EndpointSlice > ( path : path , @continue : @continue , fieldSelector : fieldSelector , labelSelector : labelSelector , limit : limit , pretty : pretty , timeoutSeconds : timeoutSeconds , resourceVersion : resourceVersion , customHeaders : customHeaders , onEvent : onEvent , onError : onError , onClosed : onClosed , cancellationToken : cancellationToken ) ;
1077
1077
}
1078
1078
1079
1079
/// <inheritdoc>
@@ -1236,6 +1236,50 @@ public Task<Watcher<Extensionsv1beta1PodSecurityPolicy>> WatchPodSecurityPolicyA
1236
1236
return WatchObjectAsync < Extensionsv1beta1PodSecurityPolicy > ( path : path , @continue : @continue , fieldSelector : fieldSelector , labelSelector : labelSelector , limit : limit , pretty : pretty , timeoutSeconds : timeoutSeconds , resourceVersion : resourceVersion , customHeaders : customHeaders , onEvent : onEvent , onError : onError , onClosed : onClosed , cancellationToken : cancellationToken ) ;
1237
1237
}
1238
1238
1239
+ /// <inheritdoc>
1240
+ public Task < Watcher < V1alpha1FlowSchema > > WatchFlowSchemaAsync (
1241
+ string name ,
1242
+ bool ? allowWatchBookmarks = null ,
1243
+ string @continue = null ,
1244
+ string fieldSelector = null ,
1245
+ string labelSelector = null ,
1246
+ int ? limit = null ,
1247
+ bool ? pretty = null ,
1248
+ string resourceVersion = null ,
1249
+ int ? timeoutSeconds = null ,
1250
+ bool ? watch = null ,
1251
+ Dictionary < string , List < string > > customHeaders = null ,
1252
+ Action < WatchEventType , V1alpha1FlowSchema > onEvent = null ,
1253
+ Action < Exception > onError = null ,
1254
+ Action onClosed = null ,
1255
+ CancellationToken cancellationToken = default ( CancellationToken ) )
1256
+ {
1257
+ string path = $ "apis/flowcontrol.apiserver.k8s.io/v1alpha1/watch/flowschemas/{ name } ";
1258
+ return WatchObjectAsync < V1alpha1FlowSchema > ( path : path , @continue : @continue , fieldSelector : fieldSelector , labelSelector : labelSelector , limit : limit , pretty : pretty , timeoutSeconds : timeoutSeconds , resourceVersion : resourceVersion , customHeaders : customHeaders , onEvent : onEvent , onError : onError , onClosed : onClosed , cancellationToken : cancellationToken ) ;
1259
+ }
1260
+
1261
+ /// <inheritdoc>
1262
+ public Task < Watcher < V1alpha1PriorityLevelConfiguration > > WatchPriorityLevelConfigurationAsync (
1263
+ string name ,
1264
+ bool ? allowWatchBookmarks = null ,
1265
+ string @continue = null ,
1266
+ string fieldSelector = null ,
1267
+ string labelSelector = null ,
1268
+ int ? limit = null ,
1269
+ bool ? pretty = null ,
1270
+ string resourceVersion = null ,
1271
+ int ? timeoutSeconds = null ,
1272
+ bool ? watch = null ,
1273
+ Dictionary < string , List < string > > customHeaders = null ,
1274
+ Action < WatchEventType , V1alpha1PriorityLevelConfiguration > onEvent = null ,
1275
+ Action < Exception > onError = null ,
1276
+ Action onClosed = null ,
1277
+ CancellationToken cancellationToken = default ( CancellationToken ) )
1278
+ {
1279
+ string path = $ "apis/flowcontrol.apiserver.k8s.io/v1alpha1/watch/prioritylevelconfigurations/{ name } ";
1280
+ return WatchObjectAsync < V1alpha1PriorityLevelConfiguration > ( path : path , @continue : @continue , fieldSelector : fieldSelector , labelSelector : labelSelector , limit : limit , pretty : pretty , timeoutSeconds : timeoutSeconds , resourceVersion : resourceVersion , customHeaders : customHeaders , onEvent : onEvent , onError : onError , onClosed : onClosed , cancellationToken : cancellationToken ) ;
1281
+ }
1282
+
1239
1283
/// <inheritdoc>
1240
1284
public Task < Watcher < V1NetworkPolicy > > WatchNamespacedNetworkPolicyAsync (
1241
1285
string name ,
@@ -1730,6 +1774,28 @@ public Task<Watcher<V1alpha1PodPreset>> WatchNamespacedPodPresetAsync(
1730
1774
return WatchObjectAsync < V1alpha1PodPreset > ( path : path , @continue : @continue , fieldSelector : fieldSelector , labelSelector : labelSelector , limit : limit , pretty : pretty , timeoutSeconds : timeoutSeconds , resourceVersion : resourceVersion , customHeaders : customHeaders , onEvent : onEvent , onError : onError , onClosed : onClosed , cancellationToken : cancellationToken ) ;
1731
1775
}
1732
1776
1777
+ /// <inheritdoc>
1778
+ public Task < Watcher < V1CSINode > > WatchCSINodeAsync (
1779
+ string name ,
1780
+ bool ? allowWatchBookmarks = null ,
1781
+ string @continue = null ,
1782
+ string fieldSelector = null ,
1783
+ string labelSelector = null ,
1784
+ int ? limit = null ,
1785
+ bool ? pretty = null ,
1786
+ string resourceVersion = null ,
1787
+ int ? timeoutSeconds = null ,
1788
+ bool ? watch = null ,
1789
+ Dictionary < string , List < string > > customHeaders = null ,
1790
+ Action < WatchEventType , V1CSINode > onEvent = null ,
1791
+ Action < Exception > onError = null ,
1792
+ Action onClosed = null ,
1793
+ CancellationToken cancellationToken = default ( CancellationToken ) )
1794
+ {
1795
+ string path = $ "apis/storage.k8s.io/v1/watch/csinodes/{ name } ";
1796
+ return WatchObjectAsync < V1CSINode > ( path : path , @continue : @continue , fieldSelector : fieldSelector , labelSelector : labelSelector , limit : limit , pretty : pretty , timeoutSeconds : timeoutSeconds , resourceVersion : resourceVersion , customHeaders : customHeaders , onEvent : onEvent , onError : onError , onClosed : onClosed , cancellationToken : cancellationToken ) ;
1797
+ }
1798
+
1733
1799
/// <inheritdoc>
1734
1800
public Task < Watcher < V1StorageClass > > WatchStorageClassAsync (
1735
1801
string name ,
0 commit comments