@@ -1008,7 +1008,7 @@ public Task<Watcher<V1beta1Lease>> WatchNamespacedLeaseAsync(
1008
1008
}
1009
1009
1010
1010
/// <inheritdoc>
1011
- public Task < Watcher < V1alpha1EndpointSlice > > WatchNamespacedEndpointSliceAsync (
1011
+ public Task < Watcher < V1beta1EndpointSlice > > WatchNamespacedEndpointSliceAsync (
1012
1012
string name ,
1013
1013
string @namespace ,
1014
1014
bool ? allowWatchBookmarks = null ,
@@ -1021,13 +1021,13 @@ public Task<Watcher<V1alpha1EndpointSlice>> WatchNamespacedEndpointSliceAsync(
1021
1021
int ? timeoutSeconds = null ,
1022
1022
bool ? watch = null ,
1023
1023
Dictionary < string , List < string > > customHeaders = null ,
1024
- Action < WatchEventType , V1alpha1EndpointSlice > onEvent = null ,
1024
+ Action < WatchEventType , V1beta1EndpointSlice > onEvent = null ,
1025
1025
Action < Exception > onError = null ,
1026
1026
Action onClosed = null ,
1027
1027
CancellationToken cancellationToken = default ( CancellationToken ) )
1028
1028
{
1029
- string path = $ "apis/discovery.k8s.io/v1alpha1 /watch/namespaces/{ @namespace } /endpointslices/{ name } ";
1030
- 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 ) ;
1029
+ string path = $ "apis/discovery.k8s.io/v1beta1 /watch/namespaces/{ @namespace } /endpointslices/{ name } ";
1030
+ 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 ) ;
1031
1031
}
1032
1032
1033
1033
/// <inheritdoc>
@@ -1099,6 +1099,50 @@ public Task<Watcher<V1beta1ReplicaSet>> WatchNamespacedReplicaSetAsync(
1099
1099
return WatchObjectAsync < V1beta1ReplicaSet > ( 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 ) ;
1100
1100
}
1101
1101
1102
+ /// <inheritdoc>
1103
+ public Task < Watcher < V1alpha1FlowSchema > > WatchFlowSchemaAsync (
1104
+ string name ,
1105
+ bool ? allowWatchBookmarks = null ,
1106
+ string @continue = null ,
1107
+ string fieldSelector = null ,
1108
+ string labelSelector = null ,
1109
+ int ? limit = null ,
1110
+ bool ? pretty = null ,
1111
+ string resourceVersion = null ,
1112
+ int ? timeoutSeconds = null ,
1113
+ bool ? watch = null ,
1114
+ Dictionary < string , List < string > > customHeaders = null ,
1115
+ Action < WatchEventType , V1alpha1FlowSchema > onEvent = null ,
1116
+ Action < Exception > onError = null ,
1117
+ Action onClosed = null ,
1118
+ CancellationToken cancellationToken = default ( CancellationToken ) )
1119
+ {
1120
+ string path = $ "apis/flowcontrol.apiserver.k8s.io/v1alpha1/watch/flowschemas/{ name } ";
1121
+ 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 ) ;
1122
+ }
1123
+
1124
+ /// <inheritdoc>
1125
+ public Task < Watcher < V1alpha1PriorityLevelConfiguration > > WatchPriorityLevelConfigurationAsync (
1126
+ string name ,
1127
+ bool ? allowWatchBookmarks = null ,
1128
+ string @continue = null ,
1129
+ string fieldSelector = null ,
1130
+ string labelSelector = null ,
1131
+ int ? limit = null ,
1132
+ bool ? pretty = null ,
1133
+ string resourceVersion = null ,
1134
+ int ? timeoutSeconds = null ,
1135
+ bool ? watch = null ,
1136
+ Dictionary < string , List < string > > customHeaders = null ,
1137
+ Action < WatchEventType , V1alpha1PriorityLevelConfiguration > onEvent = null ,
1138
+ Action < Exception > onError = null ,
1139
+ Action onClosed = null ,
1140
+ CancellationToken cancellationToken = default ( CancellationToken ) )
1141
+ {
1142
+ string path = $ "apis/flowcontrol.apiserver.k8s.io/v1alpha1/watch/prioritylevelconfigurations/{ name } ";
1143
+ 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 ) ;
1144
+ }
1145
+
1102
1146
/// <inheritdoc>
1103
1147
public Task < Watcher < V1NetworkPolicy > > WatchNamespacedNetworkPolicyAsync (
1104
1148
string name ,
@@ -1548,6 +1592,28 @@ public Task<Watcher<V1alpha1PodPreset>> WatchNamespacedPodPresetAsync(
1548
1592
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 ) ;
1549
1593
}
1550
1594
1595
+ /// <inheritdoc>
1596
+ public Task < Watcher < V1CSINode > > WatchCSINodeAsync (
1597
+ string name ,
1598
+ bool ? allowWatchBookmarks = null ,
1599
+ string @continue = null ,
1600
+ string fieldSelector = null ,
1601
+ string labelSelector = null ,
1602
+ int ? limit = null ,
1603
+ bool ? pretty = null ,
1604
+ string resourceVersion = null ,
1605
+ int ? timeoutSeconds = null ,
1606
+ bool ? watch = null ,
1607
+ Dictionary < string , List < string > > customHeaders = null ,
1608
+ Action < WatchEventType , V1CSINode > onEvent = null ,
1609
+ Action < Exception > onError = null ,
1610
+ Action onClosed = null ,
1611
+ CancellationToken cancellationToken = default ( CancellationToken ) )
1612
+ {
1613
+ string path = $ "apis/storage.k8s.io/v1/watch/csinodes/{ name } ";
1614
+ 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 ) ;
1615
+ }
1616
+
1551
1617
/// <inheritdoc>
1552
1618
public Task < Watcher < V1StorageClass > > WatchStorageClassAsync (
1553
1619
string name ,
0 commit comments