Skip to content

Commit 24698ed

Browse files
committed
gen v1.17.0
1 parent f67aaec commit 24698ed

File tree

73 files changed

+35264
-16054
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+35264
-16054
lines changed

csharp.settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export KUBERNETES_BRANCH=v1.16.0
1+
export KUBERNETES_BRANCH=v1.17.0
22
export CLIENT_VERSION=0.0.1
33
export PACKAGE_NAME=k8s
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Requested Commit: v3.3.4
2+
Actual Commit: 2353d71d4b02be6dbabe25aac1a9e56eb3b812a2

src/KubernetesClient/generated/.swagger-codegen/COMMIT

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/KubernetesClient/generated/IKubernetes.Watch.cs

Lines changed: 218 additions & 152 deletions
Large diffs are not rendered by default.

src/KubernetesClient/generated/IKubernetes.cs

Lines changed: 3134 additions & 2062 deletions
Large diffs are not rendered by default.

src/KubernetesClient/generated/Kubernetes.Watch.cs

Lines changed: 70 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ public Task<Watcher<V1beta1Lease>> WatchNamespacedLeaseAsync(
10081008
}
10091009

10101010
/// <inheritdoc>
1011-
public Task<Watcher<V1alpha1EndpointSlice>> WatchNamespacedEndpointSliceAsync(
1011+
public Task<Watcher<V1beta1EndpointSlice>> WatchNamespacedEndpointSliceAsync(
10121012
string name,
10131013
string @namespace,
10141014
bool? allowWatchBookmarks = null,
@@ -1021,13 +1021,13 @@ public Task<Watcher<V1alpha1EndpointSlice>> WatchNamespacedEndpointSliceAsync(
10211021
int? timeoutSeconds = null,
10221022
bool? watch = null,
10231023
Dictionary<string, List<string>> customHeaders = null,
1024-
Action<WatchEventType, V1alpha1EndpointSlice> onEvent = null,
1024+
Action<WatchEventType, V1beta1EndpointSlice> onEvent = null,
10251025
Action<Exception> onError = null,
10261026
Action onClosed = null,
10271027
CancellationToken cancellationToken = default(CancellationToken))
10281028
{
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);
10311031
}
10321032

10331033
/// <inheritdoc>
@@ -1099,6 +1099,50 @@ public Task<Watcher<V1beta1ReplicaSet>> WatchNamespacedReplicaSetAsync(
10991099
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);
11001100
}
11011101

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+
11021146
/// <inheritdoc>
11031147
public Task<Watcher<V1NetworkPolicy>> WatchNamespacedNetworkPolicyAsync(
11041148
string name,
@@ -1548,6 +1592,28 @@ public Task<Watcher<V1alpha1PodPreset>> WatchNamespacedPodPresetAsync(
15481592
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);
15491593
}
15501594

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+
15511617
/// <inheritdoc>
15521618
public Task<Watcher<V1StorageClass>> WatchStorageClassAsync(
15531619
string name,

0 commit comments

Comments
 (0)