Skip to content

Commit 91d81e8

Browse files
committed
gen v1.17.0
1 parent af74130 commit 91d81e8

File tree

73 files changed

+35264
-16070
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
-16070
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 & 168 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
@@ -1054,7 +1054,7 @@ public Task<Watcher<V1beta1Lease>> WatchNamespacedLeaseAsync(
10541054
}
10551055

10561056
/// <inheritdoc>
1057-
public Task<Watcher<V1alpha1EndpointSlice>> WatchNamespacedEndpointSliceAsync(
1057+
public Task<Watcher<V1beta1EndpointSlice>> WatchNamespacedEndpointSliceAsync(
10581058
string name,
10591059
string @namespace,
10601060
bool? allowWatchBookmarks = null,
@@ -1067,13 +1067,13 @@ public Task<Watcher<V1alpha1EndpointSlice>> WatchNamespacedEndpointSliceAsync(
10671067
int? timeoutSeconds = null,
10681068
bool? watch = null,
10691069
Dictionary<string, List<string>> customHeaders = null,
1070-
Action<WatchEventType, V1alpha1EndpointSlice> onEvent = null,
1070+
Action<WatchEventType, V1beta1EndpointSlice> onEvent = null,
10711071
Action<Exception> onError = null,
10721072
Action onClosed = null,
10731073
CancellationToken cancellationToken = default(CancellationToken))
10741074
{
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);
10771077
}
10781078

10791079
/// <inheritdoc>
@@ -1236,6 +1236,50 @@ public Task<Watcher<Extensionsv1beta1PodSecurityPolicy>> WatchPodSecurityPolicyA
12361236
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);
12371237
}
12381238

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+
12391283
/// <inheritdoc>
12401284
public Task<Watcher<V1NetworkPolicy>> WatchNamespacedNetworkPolicyAsync(
12411285
string name,
@@ -1730,6 +1774,28 @@ public Task<Watcher<V1alpha1PodPreset>> WatchNamespacedPodPresetAsync(
17301774
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);
17311775
}
17321776

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+
17331799
/// <inheritdoc>
17341800
public Task<Watcher<V1StorageClass>> WatchStorageClassAsync(
17351801
string name,

0 commit comments

Comments
 (0)