diff --git a/src/KubernetesClient/generated/IKubernetes.cs b/src/KubernetesClient/generated/IKubernetes.cs
index 5966b742b..e22c74dcc 100644
--- a/src/KubernetesClient/generated/IKubernetes.cs
+++ b/src/KubernetesClient/generated/IKubernetes.cs
@@ -11,7 +11,6 @@ namespace k8s
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
- using System.IO;
using System.Threading;
using System.Threading.Tasks;
@@ -733,16 +732,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// object name and auth scope, such as for teams and projects
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -844,11 +833,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -858,7 +842,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedConfigMapWithHttpMessagesAsync(string namespaceParameter, bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionNamespacedConfigMapWithHttpMessagesAsync(string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind ConfigMap
@@ -1112,7 +1096,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedConfigMapWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedConfigMapWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified ConfigMap
@@ -1154,16 +1138,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// object name and auth scope, such as for teams and projects
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -1265,11 +1239,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -1279,7 +1248,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedEndpointsWithHttpMessagesAsync(string namespaceParameter, bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionNamespacedEndpointsWithHttpMessagesAsync(string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind Endpoints
@@ -1533,7 +1502,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedEndpointsWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedEndpointsWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified Endpoints
@@ -1575,16 +1544,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// object name and auth scope, such as for teams and projects
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -1686,11 +1645,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -1700,7 +1654,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedEventWithHttpMessagesAsync(string namespaceParameter, bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionNamespacedEventWithHttpMessagesAsync(string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind Event
@@ -1954,7 +1908,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedEventWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedEventWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified Event
@@ -1996,16 +1950,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// object name and auth scope, such as for teams and projects
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -2107,11 +2051,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -2121,7 +2060,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedLimitRangeWithHttpMessagesAsync(string namespaceParameter, bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionNamespacedLimitRangeWithHttpMessagesAsync(string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind LimitRange
@@ -2375,7 +2314,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedLimitRangeWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedLimitRangeWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified LimitRange
@@ -2417,16 +2356,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// object name and auth scope, such as for teams and projects
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -2528,11 +2457,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -2542,7 +2466,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedPersistentVolumeClaimWithHttpMessagesAsync(string namespaceParameter, bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionNamespacedPersistentVolumeClaimWithHttpMessagesAsync(string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind PersistentVolumeClaim
@@ -2796,7 +2720,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedPersistentVolumeClaimWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedPersistentVolumeClaimWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified PersistentVolumeClaim
@@ -2891,7 +2815,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedPersistentVolumeClaimStatusWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedPersistentVolumeClaimStatusWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace status of the specified PersistentVolumeClaim
@@ -2933,16 +2857,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// object name and auth scope, such as for teams and projects
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -3044,11 +2958,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -3058,7 +2967,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedPodWithHttpMessagesAsync(string namespaceParameter, bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionNamespacedPodWithHttpMessagesAsync(string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind Pod
@@ -3312,7 +3221,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedPodWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedPodWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified Pod
@@ -3638,7 +3547,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> ReadNamespacedPodLogWithHttpMessagesAsync(string name, string namespaceParameter, string container = default(string), bool? follow = default(bool?), bool? insecureSkipTLSVerifyBackend = default(bool?), int? limitBytes = default(int?), string pretty = default(string), bool? previous = default(bool?), int? sinceSeconds = default(int?), int? tailLines = default(int?), bool? timestamps = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> ReadNamespacedPodLogWithHttpMessagesAsync(string name, string namespaceParameter, string container = default(string), bool? follow = default(bool?), bool? insecureSkipTLSVerifyBackend = default(bool?), int? limitBytes = default(int?), string pretty = default(string), bool? previous = default(bool?), int? sinceSeconds = default(int?), int? tailLines = default(int?), bool? timestamps = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// connect GET requests to portforward of Pod
@@ -3997,7 +3906,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedPodStatusWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedPodStatusWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace status of the specified Pod
@@ -4039,16 +3948,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// object name and auth scope, such as for teams and projects
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -4150,11 +4049,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -4164,7 +4058,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedPodTemplateWithHttpMessagesAsync(string namespaceParameter, bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionNamespacedPodTemplateWithHttpMessagesAsync(string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind PodTemplate
@@ -4418,7 +4312,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedPodTemplateWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedPodTemplateWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified PodTemplate
@@ -4460,16 +4354,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// object name and auth scope, such as for teams and projects
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -4571,11 +4455,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -4585,7 +4464,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedReplicationControllerWithHttpMessagesAsync(string namespaceParameter, bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionNamespacedReplicationControllerWithHttpMessagesAsync(string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind ReplicationController
@@ -4839,7 +4718,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedReplicationControllerWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedReplicationControllerWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified ReplicationController
@@ -4934,7 +4813,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedReplicationControllerScaleWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedReplicationControllerScaleWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace scale of the specified ReplicationController
@@ -5029,7 +4908,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedReplicationControllerStatusWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedReplicationControllerStatusWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace status of the specified ReplicationController
@@ -5071,16 +4950,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// object name and auth scope, such as for teams and projects
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -5182,11 +5051,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -5196,7 +5060,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedResourceQuotaWithHttpMessagesAsync(string namespaceParameter, bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionNamespacedResourceQuotaWithHttpMessagesAsync(string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind ResourceQuota
@@ -5450,7 +5314,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedResourceQuotaWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedResourceQuotaWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified ResourceQuota
@@ -5545,7 +5409,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedResourceQuotaStatusWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedResourceQuotaStatusWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace status of the specified ResourceQuota
@@ -5587,16 +5451,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// object name and auth scope, such as for teams and projects
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -5698,11 +5552,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -5712,7 +5561,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedSecretWithHttpMessagesAsync(string namespaceParameter, bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionNamespacedSecretWithHttpMessagesAsync(string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind Secret
@@ -5966,7 +5815,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedSecretWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedSecretWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified Secret
@@ -6008,16 +5857,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// object name and auth scope, such as for teams and projects
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -6119,11 +5958,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -6133,7 +5967,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedServiceAccountWithHttpMessagesAsync(string namespaceParameter, bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionNamespacedServiceAccountWithHttpMessagesAsync(string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind ServiceAccount
@@ -6387,7 +6221,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedServiceAccountWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedServiceAccountWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified ServiceAccount
@@ -6709,7 +6543,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedServiceWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedServiceWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified Service
@@ -7110,7 +6944,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespacedServiceStatusWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedServiceStatusWithHttpMessagesAsync(object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace status of the specified Service
@@ -7257,7 +7091,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespaceWithHttpMessagesAsync(V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespaceWithHttpMessagesAsync(object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified Namespace
@@ -7374,7 +7208,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNamespaceStatusWithHttpMessagesAsync(V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespaceStatusWithHttpMessagesAsync(object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace status of the specified Namespace
@@ -7410,16 +7244,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// delete collection of Node
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -7521,11 +7345,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -7535,7 +7354,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionNodeWithHttpMessagesAsync(bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionNodeWithHttpMessagesAsync(V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind Node
@@ -7774,7 +7593,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNodeWithHttpMessagesAsync(V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNodeWithHttpMessagesAsync(object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified Node
@@ -8082,7 +7901,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchNodeStatusWithHttpMessagesAsync(V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNodeStatusWithHttpMessagesAsync(object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace status of the specified Node
@@ -8216,16 +8035,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// delete collection of PersistentVolume
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -8327,11 +8136,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -8341,7 +8145,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionPersistentVolumeWithHttpMessagesAsync(bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionPersistentVolumeWithHttpMessagesAsync(V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind PersistentVolume
@@ -8580,7 +8384,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchPersistentVolumeWithHttpMessagesAsync(V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchPersistentVolumeWithHttpMessagesAsync(object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified PersistentVolume
@@ -8666,7 +8470,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchPersistentVolumeStatusWithHttpMessagesAsync(V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchPersistentVolumeStatusWithHttpMessagesAsync(object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace status of the specified PersistentVolume
@@ -9421,16 +9225,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// delete collection of MutatingWebhookConfiguration
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -9532,11 +9326,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -9546,7 +9335,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionMutatingWebhookConfigurationWithHttpMessagesAsync(bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionMutatingWebhookConfigurationWithHttpMessagesAsync(V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind MutatingWebhookConfiguration
@@ -9785,7 +9574,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchMutatingWebhookConfigurationWithHttpMessagesAsync(V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchMutatingWebhookConfigurationWithHttpMessagesAsync(object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified MutatingWebhookConfiguration
@@ -9821,16 +9610,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// delete collection of ValidatingWebhookConfiguration
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -9932,11 +9711,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -9946,7 +9720,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionValidatingWebhookConfigurationWithHttpMessagesAsync(bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionValidatingWebhookConfigurationWithHttpMessagesAsync(V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind ValidatingWebhookConfiguration
@@ -10185,7 +9959,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchValidatingWebhookConfigurationWithHttpMessagesAsync(V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchValidatingWebhookConfigurationWithHttpMessagesAsync(object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified ValidatingWebhookConfiguration
@@ -10232,16 +10006,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// delete collection of MutatingWebhookConfiguration
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -10343,11 +10107,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -10357,7 +10116,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionMutatingWebhookConfiguration1WithHttpMessagesAsync(bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionMutatingWebhookConfiguration1WithHttpMessagesAsync(V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind MutatingWebhookConfiguration
@@ -10596,7 +10355,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchMutatingWebhookConfiguration1WithHttpMessagesAsync(V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchMutatingWebhookConfiguration1WithHttpMessagesAsync(object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified MutatingWebhookConfiguration
@@ -10632,16 +10391,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// delete collection of ValidatingWebhookConfiguration
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -10743,11 +10492,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -10757,7 +10501,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionValidatingWebhookConfiguration1WithHttpMessagesAsync(bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionValidatingWebhookConfiguration1WithHttpMessagesAsync(V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind ValidatingWebhookConfiguration
@@ -10996,7 +10740,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchValidatingWebhookConfiguration1WithHttpMessagesAsync(V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchValidatingWebhookConfiguration1WithHttpMessagesAsync(object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified ValidatingWebhookConfiguration
@@ -11054,16 +10798,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// delete collection of CustomResourceDefinition
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -11165,11 +10899,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -11179,7 +10908,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionCustomResourceDefinitionWithHttpMessagesAsync(bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionCustomResourceDefinitionWithHttpMessagesAsync(V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind CustomResourceDefinition
@@ -11418,7 +11147,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchCustomResourceDefinitionWithHttpMessagesAsync(V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchCustomResourceDefinitionWithHttpMessagesAsync(object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace the specified CustomResourceDefinition
@@ -11504,7 +11233,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchCustomResourceDefinitionStatusWithHttpMessagesAsync(V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchCustomResourceDefinitionStatusWithHttpMessagesAsync(object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// replace status of the specified CustomResourceDefinition
@@ -11551,16 +11280,6 @@ public partial interface IKubernetes : System.IDisposable
///
/// delete collection of CustomResourceDefinition
///
- ///
- /// allowWatchBookmarks requests watch events with type "BOOKMARK".
- /// Servers that do not implement bookmarks may ignore this flag and
- /// bookmarks are sent at the server's discretion. Clients should not
- /// assume bookmarks are returned at any specific interval, nor may
- /// they assume the server will send any BOOKMARK event during a
- /// session. If this is not a watch, this field is ignored. If the
- /// feature gate WatchBookmarks is not enabled in apiserver, this field
- /// is ignored.
- ///
///
///
///
@@ -11662,11 +11381,6 @@ public partial interface IKubernetes : System.IDisposable
/// Timeout for the list/watch call. This limits the duration of the
/// call, regardless of any activity or inactivity.
///
- ///
- /// Watch for changes to the described resources and return them as a
- /// stream of add, update, and remove notifications. Specify
- /// resourceVersion.
- ///
///
/// If 'true', then the output is pretty printed.
///
@@ -11676,7 +11390,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> DeleteCollectionCustomResourceDefinition1WithHttpMessagesAsync(bool? allowWatchBookmarks = default(bool?), V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteCollectionCustomResourceDefinition1WithHttpMessagesAsync(V1DeleteOptions body = default(V1DeleteOptions), string continueParameter = default(string), string dryRun = default(string), string fieldSelector = default(string), int? gracePeriodSeconds = default(int?), string labelSelector = default(string), int? limit = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind CustomResourceDefinition
@@ -11915,7 +11629,7 @@ public partial interface IKubernetes : System.IDisposable
///
/// The cancellation token.
///
- Task> PatchCustomResourceDefinition1WithHttpMessagesAsync(V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchCustomResourceDefinition1WithHttpMessagesAsync(object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///