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)); /// /// replace the specified CustomResourceDefinition @@ -12001,7 +11715,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchCustomResourceDefinitionStatus1WithHttpMessagesAsync(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> PatchCustomResourceDefinitionStatus1WithHttpMessagesAsync(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 @@ -12059,16 +11773,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of APIService /// - /// - /// 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. - /// /// /// /// @@ -12170,11 +11874,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. /// @@ -12184,7 +11883,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionAPIServiceWithHttpMessagesAsync(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> DeleteCollectionAPIServiceWithHttpMessagesAsync(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 APIService @@ -12423,7 +12122,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchAPIServiceWithHttpMessagesAsync(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> PatchAPIServiceWithHttpMessagesAsync(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 APIService @@ -12509,7 +12208,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchAPIServiceStatusWithHttpMessagesAsync(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> PatchAPIServiceStatusWithHttpMessagesAsync(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 APIService @@ -12556,16 +12255,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of APIService /// - /// - /// 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. - /// /// /// /// @@ -12667,11 +12356,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. /// @@ -12681,7 +12365,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionAPIService1WithHttpMessagesAsync(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> DeleteCollectionAPIService1WithHttpMessagesAsync(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 APIService @@ -12920,7 +12604,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchAPIService1WithHttpMessagesAsync(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> PatchAPIService1WithHttpMessagesAsync(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 APIService @@ -13006,7 +12690,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchAPIServiceStatus1WithHttpMessagesAsync(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> PatchAPIServiceStatus1WithHttpMessagesAsync(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 APIService @@ -13361,16 +13045,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. - /// /// /// /// @@ -13472,11 +13146,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. /// @@ -13486,7 +13155,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedControllerRevisionWithHttpMessagesAsync(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> DeleteCollectionNamespacedControllerRevisionWithHttpMessagesAsync(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 ControllerRevision @@ -13740,7 +13409,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedControllerRevisionWithHttpMessagesAsync(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> PatchNamespacedControllerRevisionWithHttpMessagesAsync(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 ControllerRevision @@ -13782,16 +13451,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. - /// /// /// /// @@ -13893,11 +13552,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. /// @@ -13907,7 +13561,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedDaemonSetWithHttpMessagesAsync(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> DeleteCollectionNamespacedDaemonSetWithHttpMessagesAsync(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 DaemonSet @@ -14161,7 +13815,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedDaemonSetWithHttpMessagesAsync(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> PatchNamespacedDaemonSetWithHttpMessagesAsync(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 DaemonSet @@ -14256,7 +13910,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedDaemonSetStatusWithHttpMessagesAsync(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> PatchNamespacedDaemonSetStatusWithHttpMessagesAsync(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 DaemonSet @@ -14298,16 +13952,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. - /// /// /// /// @@ -14409,11 +14053,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. /// @@ -14423,7 +14062,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedDeploymentWithHttpMessagesAsync(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> DeleteCollectionNamespacedDeploymentWithHttpMessagesAsync(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 Deployment @@ -14677,7 +14316,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedDeploymentWithHttpMessagesAsync(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> PatchNamespacedDeploymentWithHttpMessagesAsync(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 Deployment @@ -14772,7 +14411,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedDeploymentScaleWithHttpMessagesAsync(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> PatchNamespacedDeploymentScaleWithHttpMessagesAsync(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 Deployment @@ -14867,7 +14506,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedDeploymentStatusWithHttpMessagesAsync(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> PatchNamespacedDeploymentStatusWithHttpMessagesAsync(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 Deployment @@ -14909,16 +14548,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. - /// /// /// /// @@ -15020,11 +14649,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. /// @@ -15034,7 +14658,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedReplicaSetWithHttpMessagesAsync(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> DeleteCollectionNamespacedReplicaSetWithHttpMessagesAsync(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 ReplicaSet @@ -15288,7 +14912,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedReplicaSetWithHttpMessagesAsync(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> PatchNamespacedReplicaSetWithHttpMessagesAsync(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 ReplicaSet @@ -15383,7 +15007,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedReplicaSetScaleWithHttpMessagesAsync(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> PatchNamespacedReplicaSetScaleWithHttpMessagesAsync(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 ReplicaSet @@ -15478,7 +15102,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedReplicaSetStatusWithHttpMessagesAsync(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> PatchNamespacedReplicaSetStatusWithHttpMessagesAsync(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 ReplicaSet @@ -15520,16 +15144,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. - /// /// /// /// @@ -15631,11 +15245,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. /// @@ -15645,7 +15254,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedStatefulSetWithHttpMessagesAsync(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> DeleteCollectionNamespacedStatefulSetWithHttpMessagesAsync(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 StatefulSet @@ -15899,7 +15508,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedStatefulSetWithHttpMessagesAsync(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> PatchNamespacedStatefulSetWithHttpMessagesAsync(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 StatefulSet @@ -15994,7 +15603,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedStatefulSetScaleWithHttpMessagesAsync(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> PatchNamespacedStatefulSetScaleWithHttpMessagesAsync(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 StatefulSet @@ -16089,7 +15698,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedStatefulSetStatusWithHttpMessagesAsync(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> PatchNamespacedStatefulSetStatusWithHttpMessagesAsync(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 StatefulSet @@ -16346,16 +15955,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of AuditSink /// - /// - /// 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. - /// /// /// /// @@ -16457,11 +16056,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. /// @@ -16471,7 +16065,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionAuditSinkWithHttpMessagesAsync(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> DeleteCollectionAuditSinkWithHttpMessagesAsync(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 AuditSink @@ -16710,7 +16304,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchAuditSinkWithHttpMessagesAsync(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> PatchAuditSinkWithHttpMessagesAsync(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 AuditSink @@ -17221,16 +16815,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. - /// /// /// /// @@ -17332,11 +16916,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. /// @@ -17346,7 +16925,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedHorizontalPodAutoscalerWithHttpMessagesAsync(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> DeleteCollectionNamespacedHorizontalPodAutoscalerWithHttpMessagesAsync(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 HorizontalPodAutoscaler @@ -17600,7 +17179,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedHorizontalPodAutoscalerWithHttpMessagesAsync(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> PatchNamespacedHorizontalPodAutoscalerWithHttpMessagesAsync(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 HorizontalPodAutoscaler @@ -17695,7 +17274,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedHorizontalPodAutoscalerStatusWithHttpMessagesAsync(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> PatchNamespacedHorizontalPodAutoscalerStatusWithHttpMessagesAsync(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 HorizontalPodAutoscaler @@ -17846,16 +17425,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. - /// /// /// /// @@ -17957,11 +17526,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. /// @@ -17971,7 +17535,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedHorizontalPodAutoscaler1WithHttpMessagesAsync(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> DeleteCollectionNamespacedHorizontalPodAutoscaler1WithHttpMessagesAsync(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 HorizontalPodAutoscaler @@ -18225,7 +17789,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedHorizontalPodAutoscaler1WithHttpMessagesAsync(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> PatchNamespacedHorizontalPodAutoscaler1WithHttpMessagesAsync(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 HorizontalPodAutoscaler @@ -18320,7 +17884,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedHorizontalPodAutoscalerStatus1WithHttpMessagesAsync(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> PatchNamespacedHorizontalPodAutoscalerStatus1WithHttpMessagesAsync(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 HorizontalPodAutoscaler @@ -18471,16 +18035,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. - /// /// /// /// @@ -18582,11 +18136,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. /// @@ -18596,7 +18145,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedHorizontalPodAutoscaler2WithHttpMessagesAsync(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> DeleteCollectionNamespacedHorizontalPodAutoscaler2WithHttpMessagesAsync(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 HorizontalPodAutoscaler @@ -18850,7 +18399,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedHorizontalPodAutoscaler2WithHttpMessagesAsync(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> PatchNamespacedHorizontalPodAutoscaler2WithHttpMessagesAsync(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 HorizontalPodAutoscaler @@ -18945,7 +18494,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedHorizontalPodAutoscalerStatus2WithHttpMessagesAsync(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> PatchNamespacedHorizontalPodAutoscalerStatus2WithHttpMessagesAsync(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 HorizontalPodAutoscaler @@ -19107,16 +18656,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. - /// /// /// /// @@ -19218,11 +18757,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. /// @@ -19232,7 +18766,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedJobWithHttpMessagesAsync(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> DeleteCollectionNamespacedJobWithHttpMessagesAsync(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 Job @@ -19486,7 +19020,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedJobWithHttpMessagesAsync(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> PatchNamespacedJobWithHttpMessagesAsync(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 Job @@ -19581,7 +19115,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedJobStatusWithHttpMessagesAsync(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> PatchNamespacedJobStatusWithHttpMessagesAsync(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 Job @@ -19732,16 +19266,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. - /// /// /// /// @@ -19843,11 +19367,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. /// @@ -19857,7 +19376,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedCronJobWithHttpMessagesAsync(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> DeleteCollectionNamespacedCronJobWithHttpMessagesAsync(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 CronJob @@ -20111,7 +19630,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedCronJobWithHttpMessagesAsync(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> PatchNamespacedCronJobWithHttpMessagesAsync(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 CronJob @@ -20206,7 +19725,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedCronJobStatusWithHttpMessagesAsync(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> PatchNamespacedCronJobStatusWithHttpMessagesAsync(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 CronJob @@ -20357,16 +19876,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. - /// /// /// /// @@ -20468,11 +19977,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. /// @@ -20482,7 +19986,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedCronJob1WithHttpMessagesAsync(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> DeleteCollectionNamespacedCronJob1WithHttpMessagesAsync(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 CronJob @@ -20736,7 +20240,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedCronJob1WithHttpMessagesAsync(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> PatchNamespacedCronJob1WithHttpMessagesAsync(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 CronJob @@ -20831,7 +20335,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedCronJobStatus1WithHttpMessagesAsync(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> PatchNamespacedCronJobStatus1WithHttpMessagesAsync(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 CronJob @@ -20892,16 +20396,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of CertificateSigningRequest /// - /// - /// 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. - /// /// /// /// @@ -21003,11 +20497,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. /// @@ -21017,7 +20506,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionCertificateSigningRequestWithHttpMessagesAsync(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> DeleteCollectionCertificateSigningRequestWithHttpMessagesAsync(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 CertificateSigningRequest @@ -21256,7 +20745,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchCertificateSigningRequestWithHttpMessagesAsync(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> PatchCertificateSigningRequestWithHttpMessagesAsync(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 CertificateSigningRequest @@ -21373,7 +20862,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchCertificateSigningRequestStatusWithHttpMessagesAsync(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> PatchCertificateSigningRequestStatusWithHttpMessagesAsync(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 CertificateSigningRequest @@ -21532,16 +21021,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. - /// /// /// /// @@ -21643,11 +21122,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. /// @@ -21657,7 +21131,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedLeaseWithHttpMessagesAsync(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> DeleteCollectionNamespacedLeaseWithHttpMessagesAsync(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 Lease @@ -21911,7 +21385,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedLeaseWithHttpMessagesAsync(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> PatchNamespacedLeaseWithHttpMessagesAsync(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 Lease @@ -22062,16 +21536,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. - /// /// /// /// @@ -22173,11 +21637,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. /// @@ -22187,7 +21646,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedLease1WithHttpMessagesAsync(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> DeleteCollectionNamespacedLease1WithHttpMessagesAsync(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 Lease @@ -22441,7 +21900,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedLease1WithHttpMessagesAsync(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> PatchNamespacedLease1WithHttpMessagesAsync(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 Lease @@ -22603,16 +22062,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. - /// /// /// /// @@ -22714,11 +22163,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. /// @@ -22728,7 +22172,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedEndpointSliceWithHttpMessagesAsync(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> DeleteCollectionNamespacedEndpointSliceWithHttpMessagesAsync(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 EndpointSlice @@ -22982,7 +22426,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedEndpointSliceWithHttpMessagesAsync(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> PatchNamespacedEndpointSliceWithHttpMessagesAsync(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 EndpointSlice @@ -23144,16 +22588,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. - /// /// /// /// @@ -23255,11 +22689,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. /// @@ -23269,7 +22698,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedEvent1WithHttpMessagesAsync(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> DeleteCollectionNamespacedEvent1WithHttpMessagesAsync(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 @@ -23523,7 +22952,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedEvent1WithHttpMessagesAsync(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> PatchNamespacedEvent1WithHttpMessagesAsync(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 @@ -23685,16 +23114,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. - /// /// /// /// @@ -23796,11 +23215,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. /// @@ -23810,7 +23224,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedIngressWithHttpMessagesAsync(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> DeleteCollectionNamespacedIngressWithHttpMessagesAsync(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 Ingress @@ -24064,7 +23478,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedIngressWithHttpMessagesAsync(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> PatchNamespacedIngressWithHttpMessagesAsync(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 Ingress @@ -24159,7 +23573,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedIngressStatusWithHttpMessagesAsync(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> PatchNamespacedIngressStatusWithHttpMessagesAsync(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 Ingress @@ -24220,16 +23634,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of FlowSchema /// - /// - /// 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. - /// /// /// /// @@ -24331,11 +23735,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. /// @@ -24345,7 +23744,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionFlowSchemaWithHttpMessagesAsync(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> DeleteCollectionFlowSchemaWithHttpMessagesAsync(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 FlowSchema @@ -24584,7 +23983,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchFlowSchemaWithHttpMessagesAsync(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> PatchFlowSchemaWithHttpMessagesAsync(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 FlowSchema @@ -24670,7 +24069,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchFlowSchemaStatusWithHttpMessagesAsync(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> PatchFlowSchemaStatusWithHttpMessagesAsync(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 FlowSchema @@ -24706,16 +24105,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of PriorityLevelConfiguration /// - /// - /// 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. - /// /// /// /// @@ -24817,11 +24206,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. /// @@ -24831,7 +24215,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionPriorityLevelConfigurationWithHttpMessagesAsync(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> DeleteCollectionPriorityLevelConfigurationWithHttpMessagesAsync(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 PriorityLevelConfiguration @@ -25070,7 +24454,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchPriorityLevelConfigurationWithHttpMessagesAsync(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> PatchPriorityLevelConfigurationWithHttpMessagesAsync(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 PriorityLevelConfiguration @@ -25156,7 +24540,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchPriorityLevelConfigurationStatusWithHttpMessagesAsync(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> PatchPriorityLevelConfigurationStatusWithHttpMessagesAsync(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 PriorityLevelConfiguration @@ -25217,16 +24601,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. - /// /// /// /// @@ -25328,11 +24702,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. /// @@ -25342,7 +24711,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedNetworkPolicyWithHttpMessagesAsync(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> DeleteCollectionNamespacedNetworkPolicyWithHttpMessagesAsync(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 NetworkPolicy @@ -25596,7 +24965,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedNetworkPolicyWithHttpMessagesAsync(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> PatchNamespacedNetworkPolicyWithHttpMessagesAsync(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 NetworkPolicy @@ -25744,16 +25113,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of IngressClass /// - /// - /// 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. - /// /// /// /// @@ -25855,11 +25214,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. /// @@ -25869,7 +25223,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionIngressClassWithHttpMessagesAsync(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> DeleteCollectionIngressClassWithHttpMessagesAsync(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 IngressClass @@ -26108,7 +25462,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchIngressClassWithHttpMessagesAsync(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> PatchIngressClassWithHttpMessagesAsync(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 IngressClass @@ -26245,16 +25599,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. - /// /// /// /// @@ -26356,11 +25700,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. /// @@ -26370,7 +25709,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedIngress1WithHttpMessagesAsync(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> DeleteCollectionNamespacedIngress1WithHttpMessagesAsync(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 Ingress @@ -26624,7 +25963,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedIngress1WithHttpMessagesAsync(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> PatchNamespacedIngress1WithHttpMessagesAsync(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 Ingress @@ -26719,7 +26058,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedIngressStatus1WithHttpMessagesAsync(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> PatchNamespacedIngressStatus1WithHttpMessagesAsync(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 Ingress @@ -26780,16 +26119,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of RuntimeClass /// - /// - /// 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. - /// /// /// /// @@ -26891,11 +26220,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. /// @@ -26905,7 +26229,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionRuntimeClassWithHttpMessagesAsync(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> DeleteCollectionRuntimeClassWithHttpMessagesAsync(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 RuntimeClass @@ -27144,7 +26468,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchRuntimeClassWithHttpMessagesAsync(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> PatchRuntimeClassWithHttpMessagesAsync(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 RuntimeClass @@ -27191,16 +26515,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of RuntimeClass /// - /// - /// 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. - /// /// /// /// @@ -27302,11 +26616,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. /// @@ -27316,7 +26625,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionRuntimeClass1WithHttpMessagesAsync(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> DeleteCollectionRuntimeClass1WithHttpMessagesAsync(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 RuntimeClass @@ -27555,7 +26864,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchRuntimeClass1WithHttpMessagesAsync(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> PatchRuntimeClass1WithHttpMessagesAsync(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 RuntimeClass @@ -27616,16 +26925,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. - /// /// /// /// @@ -27727,11 +27026,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. /// @@ -27741,7 +27035,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedPodDisruptionBudgetWithHttpMessagesAsync(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> DeleteCollectionNamespacedPodDisruptionBudgetWithHttpMessagesAsync(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 PodDisruptionBudget @@ -27995,7 +27289,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedPodDisruptionBudgetWithHttpMessagesAsync(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> PatchNamespacedPodDisruptionBudgetWithHttpMessagesAsync(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 PodDisruptionBudget @@ -28090,7 +27384,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedPodDisruptionBudgetStatusWithHttpMessagesAsync(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> PatchNamespacedPodDisruptionBudgetStatusWithHttpMessagesAsync(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 PodDisruptionBudget @@ -28227,16 +27521,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of PodSecurityPolicy /// - /// - /// 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. - /// /// /// /// @@ -28338,11 +27622,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. /// @@ -28352,7 +27631,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionPodSecurityPolicyWithHttpMessagesAsync(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> DeleteCollectionPodSecurityPolicyWithHttpMessagesAsync(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 PodSecurityPolicy @@ -28591,7 +27870,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchPodSecurityPolicyWithHttpMessagesAsync(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> PatchPodSecurityPolicyWithHttpMessagesAsync(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 PodSecurityPolicy @@ -28649,16 +27928,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of ClusterRoleBinding /// - /// - /// 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. - /// /// /// /// @@ -28760,11 +28029,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. /// @@ -28774,7 +28038,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionClusterRoleBindingWithHttpMessagesAsync(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> DeleteCollectionClusterRoleBindingWithHttpMessagesAsync(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 ClusterRoleBinding @@ -29004,7 +28268,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchClusterRoleBindingWithHttpMessagesAsync(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> PatchClusterRoleBindingWithHttpMessagesAsync(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 ClusterRoleBinding @@ -29040,16 +28304,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of ClusterRole /// - /// - /// 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. - /// /// /// /// @@ -29151,11 +28405,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. /// @@ -29165,7 +28414,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionClusterRoleWithHttpMessagesAsync(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> DeleteCollectionClusterRoleWithHttpMessagesAsync(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 ClusterRole @@ -29395,7 +28644,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchClusterRoleWithHttpMessagesAsync(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> PatchClusterRoleWithHttpMessagesAsync(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 ClusterRole @@ -29434,16 +28683,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. - /// /// /// /// @@ -29545,11 +28784,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. /// @@ -29559,7 +28793,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedRoleBindingWithHttpMessagesAsync(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> DeleteCollectionNamespacedRoleBindingWithHttpMessagesAsync(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 RoleBinding @@ -29804,7 +29038,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedRoleBindingWithHttpMessagesAsync(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> PatchNamespacedRoleBindingWithHttpMessagesAsync(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 RoleBinding @@ -29846,16 +29080,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. - /// /// /// /// @@ -29957,11 +29181,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. /// @@ -29971,7 +29190,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedRoleWithHttpMessagesAsync(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> DeleteCollectionNamespacedRoleWithHttpMessagesAsync(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 Role @@ -30216,7 +29435,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedRoleWithHttpMessagesAsync(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> PatchNamespacedRoleWithHttpMessagesAsync(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 Role @@ -30462,16 +29681,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of ClusterRoleBinding /// - /// - /// 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. - /// /// /// /// @@ -30573,11 +29782,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. /// @@ -30587,7 +29791,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionClusterRoleBinding1WithHttpMessagesAsync(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> DeleteCollectionClusterRoleBinding1WithHttpMessagesAsync(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 ClusterRoleBinding @@ -30817,7 +30021,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchClusterRoleBinding1WithHttpMessagesAsync(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> PatchClusterRoleBinding1WithHttpMessagesAsync(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 ClusterRoleBinding @@ -30853,16 +30057,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of ClusterRole /// - /// - /// 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. - /// /// /// /// @@ -30964,11 +30158,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. /// @@ -30978,7 +30167,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionClusterRole1WithHttpMessagesAsync(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> DeleteCollectionClusterRole1WithHttpMessagesAsync(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 ClusterRole @@ -31208,7 +30397,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchClusterRole1WithHttpMessagesAsync(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> PatchClusterRole1WithHttpMessagesAsync(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 ClusterRole @@ -31247,16 +30436,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. - /// /// /// /// @@ -31358,11 +30537,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. /// @@ -31372,7 +30546,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedRoleBinding1WithHttpMessagesAsync(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> DeleteCollectionNamespacedRoleBinding1WithHttpMessagesAsync(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 RoleBinding @@ -31617,7 +30791,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedRoleBinding1WithHttpMessagesAsync(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> PatchNamespacedRoleBinding1WithHttpMessagesAsync(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 RoleBinding @@ -31659,16 +30833,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. - /// /// /// /// @@ -31770,11 +30934,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. /// @@ -31784,7 +30943,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedRole1WithHttpMessagesAsync(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> DeleteCollectionNamespacedRole1WithHttpMessagesAsync(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 Role @@ -32029,7 +31188,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedRole1WithHttpMessagesAsync(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> PatchNamespacedRole1WithHttpMessagesAsync(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 Role @@ -32275,16 +31434,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of ClusterRoleBinding /// - /// - /// 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. - /// /// /// /// @@ -32386,11 +31535,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. /// @@ -32400,7 +31544,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionClusterRoleBinding2WithHttpMessagesAsync(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> DeleteCollectionClusterRoleBinding2WithHttpMessagesAsync(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 ClusterRoleBinding @@ -32630,7 +31774,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchClusterRoleBinding2WithHttpMessagesAsync(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> PatchClusterRoleBinding2WithHttpMessagesAsync(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 ClusterRoleBinding @@ -32666,16 +31810,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of ClusterRole /// - /// - /// 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. - /// /// /// /// @@ -32777,11 +31911,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. /// @@ -32791,7 +31920,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionClusterRole2WithHttpMessagesAsync(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> DeleteCollectionClusterRole2WithHttpMessagesAsync(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 ClusterRole @@ -33021,7 +32150,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchClusterRole2WithHttpMessagesAsync(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> PatchClusterRole2WithHttpMessagesAsync(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 ClusterRole @@ -33060,16 +32189,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. - /// /// /// /// @@ -33171,11 +32290,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. /// @@ -33185,7 +32299,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedRoleBinding2WithHttpMessagesAsync(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> DeleteCollectionNamespacedRoleBinding2WithHttpMessagesAsync(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 RoleBinding @@ -33430,7 +32544,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedRoleBinding2WithHttpMessagesAsync(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> PatchNamespacedRoleBinding2WithHttpMessagesAsync(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 RoleBinding @@ -33472,16 +32586,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. - /// /// /// /// @@ -33583,11 +32687,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. /// @@ -33597,7 +32696,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedRole2WithHttpMessagesAsync(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> DeleteCollectionNamespacedRole2WithHttpMessagesAsync(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 Role @@ -33842,7 +32941,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedRole2WithHttpMessagesAsync(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> PatchNamespacedRole2WithHttpMessagesAsync(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 Role @@ -34099,16 +33198,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of PriorityClass /// - /// - /// 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. - /// /// /// /// @@ -34210,11 +33299,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. /// @@ -34224,7 +33308,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionPriorityClassWithHttpMessagesAsync(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> DeleteCollectionPriorityClassWithHttpMessagesAsync(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 PriorityClass @@ -34463,7 +33547,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchPriorityClassWithHttpMessagesAsync(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> PatchPriorityClassWithHttpMessagesAsync(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 PriorityClass @@ -34510,16 +33594,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of PriorityClass /// - /// - /// 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. - /// /// /// /// @@ -34621,11 +33695,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. /// @@ -34635,7 +33704,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionPriorityClass1WithHttpMessagesAsync(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> DeleteCollectionPriorityClass1WithHttpMessagesAsync(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 PriorityClass @@ -34874,7 +33943,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchPriorityClass1WithHttpMessagesAsync(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> PatchPriorityClass1WithHttpMessagesAsync(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 PriorityClass @@ -34921,16 +33990,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of PriorityClass /// - /// - /// 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. - /// /// /// /// @@ -35032,11 +34091,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. /// @@ -35046,7 +34100,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionPriorityClass2WithHttpMessagesAsync(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> DeleteCollectionPriorityClass2WithHttpMessagesAsync(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 PriorityClass @@ -35285,7 +34339,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchPriorityClass2WithHttpMessagesAsync(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> PatchPriorityClass2WithHttpMessagesAsync(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 PriorityClass @@ -35346,16 +34400,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. - /// /// /// /// @@ -35457,11 +34501,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. /// @@ -35471,7 +34510,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionNamespacedPodPresetWithHttpMessagesAsync(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> DeleteCollectionNamespacedPodPresetWithHttpMessagesAsync(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 PodPreset @@ -35725,7 +34764,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchNamespacedPodPresetWithHttpMessagesAsync(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> PatchNamespacedPodPresetWithHttpMessagesAsync(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 PodPreset @@ -35884,16 +34923,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of CSIDriver /// - /// - /// 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. - /// /// /// /// @@ -35995,11 +35024,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. /// @@ -36009,7 +35033,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionCSIDriverWithHttpMessagesAsync(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> DeleteCollectionCSIDriverWithHttpMessagesAsync(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 CSIDriver @@ -36248,7 +35272,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchCSIDriverWithHttpMessagesAsync(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> PatchCSIDriverWithHttpMessagesAsync(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 CSIDriver @@ -36284,16 +35308,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of CSINode /// - /// - /// 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. - /// /// /// /// @@ -36395,11 +35409,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. /// @@ -36409,7 +35418,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionCSINodeWithHttpMessagesAsync(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> DeleteCollectionCSINodeWithHttpMessagesAsync(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 CSINode @@ -36648,7 +35657,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchCSINodeWithHttpMessagesAsync(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> PatchCSINodeWithHttpMessagesAsync(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 CSINode @@ -36684,16 +35693,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of StorageClass /// - /// - /// 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. - /// /// /// /// @@ -36795,11 +35794,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. /// @@ -36809,7 +35803,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionStorageClassWithHttpMessagesAsync(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> DeleteCollectionStorageClassWithHttpMessagesAsync(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 StorageClass @@ -37048,7 +36042,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchStorageClassWithHttpMessagesAsync(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> PatchStorageClassWithHttpMessagesAsync(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 StorageClass @@ -37084,16 +36078,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of VolumeAttachment /// - /// - /// 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. - /// /// /// /// @@ -37195,11 +36179,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. /// @@ -37209,7 +36188,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionVolumeAttachmentWithHttpMessagesAsync(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> DeleteCollectionVolumeAttachmentWithHttpMessagesAsync(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 VolumeAttachment @@ -37448,7 +36427,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchVolumeAttachmentWithHttpMessagesAsync(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> PatchVolumeAttachmentWithHttpMessagesAsync(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 VolumeAttachment @@ -37534,7 +36513,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchVolumeAttachmentStatusWithHttpMessagesAsync(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> PatchVolumeAttachmentStatusWithHttpMessagesAsync(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 VolumeAttachment @@ -37581,16 +36560,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of VolumeAttachment /// - /// - /// 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. - /// /// /// /// @@ -37692,11 +36661,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. /// @@ -37706,7 +36670,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionVolumeAttachment1WithHttpMessagesAsync(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> DeleteCollectionVolumeAttachment1WithHttpMessagesAsync(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 VolumeAttachment @@ -37945,7 +36909,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchVolumeAttachment1WithHttpMessagesAsync(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> PatchVolumeAttachment1WithHttpMessagesAsync(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 VolumeAttachment @@ -37992,16 +36956,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of CSIDriver /// - /// - /// 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. - /// /// /// /// @@ -38103,11 +37057,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. /// @@ -38117,7 +37066,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionCSIDriver1WithHttpMessagesAsync(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> DeleteCollectionCSIDriver1WithHttpMessagesAsync(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 CSIDriver @@ -38356,7 +37305,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchCSIDriver1WithHttpMessagesAsync(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> PatchCSIDriver1WithHttpMessagesAsync(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 CSIDriver @@ -38392,16 +37341,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of CSINode /// - /// - /// 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. - /// /// /// /// @@ -38503,11 +37442,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. /// @@ -38517,7 +37451,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionCSINode1WithHttpMessagesAsync(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> DeleteCollectionCSINode1WithHttpMessagesAsync(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 CSINode @@ -38756,7 +37690,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchCSINode1WithHttpMessagesAsync(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> PatchCSINode1WithHttpMessagesAsync(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 CSINode @@ -38792,16 +37726,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of StorageClass /// - /// - /// 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. - /// /// /// /// @@ -38903,11 +37827,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. /// @@ -38917,7 +37836,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionStorageClass1WithHttpMessagesAsync(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> DeleteCollectionStorageClass1WithHttpMessagesAsync(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 StorageClass @@ -39156,7 +38075,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchStorageClass1WithHttpMessagesAsync(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> PatchStorageClass1WithHttpMessagesAsync(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 StorageClass @@ -39192,16 +38111,6 @@ public partial interface IKubernetes : System.IDisposable /// /// delete collection of VolumeAttachment /// - /// - /// 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. - /// /// /// /// @@ -39303,11 +38212,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. /// @@ -39317,7 +38221,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> DeleteCollectionVolumeAttachment2WithHttpMessagesAsync(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> DeleteCollectionVolumeAttachment2WithHttpMessagesAsync(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 VolumeAttachment @@ -39556,7 +38460,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> PatchVolumeAttachment2WithHttpMessagesAsync(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> PatchVolumeAttachment2WithHttpMessagesAsync(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 VolumeAttachment @@ -39638,6 +38542,73 @@ public partial interface IKubernetes : System.IDisposable /// The custom resource's plural name. For TPRs this would be lowercase /// plural kind. /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is + /// making these changes. The value must be less than or 128 characters + /// long, and only contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// + /// + /// If 'true', then the output is pretty printed. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + Task> CreateNamespacedCustomObjectWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string dryRun = default(string), string fieldManager = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + + /// + /// Delete collection of namespace scoped custom objects + /// + /// + /// The custom resource's group name + /// + /// + /// The custom resource's version + /// + /// + /// The custom resource's namespace + /// + /// + /// The custom resource's plural name. For TPRs this would be lowercase + /// plural kind. + /// + /// + /// + /// + /// The duration in seconds before the object should be deleted. Value + /// must be non-negative integer. The value zero indicates delete + /// immediately. If this value is nil, the default grace period for the + /// specified type will be used. Defaults to a per object value if not + /// specified. zero means delete immediately. + /// + /// + /// Deprecated: please use the PropagationPolicy, this field will be + /// deprecated in 1.7. Should the dependent objects be orphaned. If + /// true/false, the "orphan" finalizer will be added to/removed from + /// the object's finalizers list. Either this field or + /// PropagationPolicy may be set, but not both. + /// + /// + /// Whether and how garbage collection will be performed. Either this + /// field or OrphanDependents may be set, but not both. The default + /// policy is decided by the existing finalizer set in the + /// metadata.finalizers and the resource-specific default policy. + /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// /// /// If 'true', then the output is pretty printed. /// @@ -39647,7 +38618,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> CreateNamespacedCustomObjectWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> DeleteCollectionNamespacedCustomObjectWithHttpMessagesAsync(string group, string version, string namespaceParameter, string plural, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// list or watch namespace scoped custom objects @@ -39765,6 +38736,72 @@ public partial interface IKubernetes : System.IDisposable /// The custom resource's plural name. For TPRs this would be lowercase /// plural kind. /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is + /// making these changes. The value must be less than or 128 characters + /// long, and only contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for + /// apply requests (application/apply-patch) but optional for non-apply + /// patch types (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// If 'true', then the output is pretty printed. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + Task> CreateClusterCustomObjectWithHttpMessagesAsync(object body, string group, string version, string plural, string dryRun = default(string), string fieldManager = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + + /// + /// Delete collection of cluster scoped custom objects + /// + /// + /// The custom resource's group name + /// + /// + /// The custom resource's version + /// + /// + /// The custom resource's plural name. For TPRs this would be lowercase + /// plural kind. + /// + /// + /// + /// + /// The duration in seconds before the object should be deleted. Value + /// must be non-negative integer. The value zero indicates delete + /// immediately. If this value is nil, the default grace period for the + /// specified type will be used. Defaults to a per object value if not + /// specified. zero means delete immediately. + /// + /// + /// Deprecated: please use the PropagationPolicy, this field will be + /// deprecated in 1.7. Should the dependent objects be orphaned. If + /// true/false, the "orphan" finalizer will be added to/removed from + /// the object's finalizers list. Either this field or + /// PropagationPolicy may be set, but not both. + /// + /// + /// Whether and how garbage collection will be performed. Either this + /// field or OrphanDependents may be set, but not both. The default + /// policy is decided by the existing finalizer set in the + /// metadata.finalizers and the resource-specific default policy. + /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// /// /// If 'true', then the output is pretty printed. /// @@ -39774,7 +38811,7 @@ public partial interface IKubernetes : System.IDisposable /// /// The cancellation token. /// - Task> CreateClusterCustomObjectWithHttpMessagesAsync(object body, string group, string version, string plural, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> DeleteCollectionClusterCustomObjectWithHttpMessagesAsync(string group, string version, string plural, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// list or watch cluster scoped custom objects @@ -39891,13 +38928,25 @@ public partial interface IKubernetes : System.IDisposable /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is + /// making these changes. The value must be less than or 128 characters + /// long, and only contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - Task> ReplaceClusterCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ReplaceClusterCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// partially update status of the specified cluster scoped custom @@ -39918,13 +38967,32 @@ public partial interface IKubernetes : System.IDisposable /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is + /// making these changes. The value must be less than or 128 characters + /// long, and only contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for + /// apply requests (application/apply-patch) but optional for non-apply + /// patch types (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will + /// re-acquire conflicting fields owned by other people. Force flag + /// must be unset for non-apply patch requests. + /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - Task> PatchClusterCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> PatchClusterCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// read status of the specified cluster scoped custom object @@ -39972,13 +39040,25 @@ public partial interface IKubernetes : System.IDisposable /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is + /// making these changes. The value must be less than or 128 characters + /// long, and only contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - Task> ReplaceNamespacedCustomObjectWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ReplaceNamespacedCustomObjectWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// patch the specified namespace scoped custom object @@ -40002,13 +39082,32 @@ public partial interface IKubernetes : System.IDisposable /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is + /// making these changes. The value must be less than or 128 characters + /// long, and only contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for + /// apply requests (application/apply-patch) but optional for non-apply + /// patch types (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will + /// re-acquire conflicting fields owned by other people. Force flag + /// must be unset for non-apply patch requests. + /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - Task> PatchNamespacedCustomObjectWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> PatchNamespacedCustomObjectWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes the specified namespace scoped custom object @@ -40051,13 +39150,19 @@ public partial interface IKubernetes : System.IDisposable /// policy is decided by the existing finalizer set in the /// metadata.finalizers and the resource-specific default policy. /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - Task> DeleteNamespacedCustomObjectWithHttpMessagesAsync(string group, string version, string namespaceParameter, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> DeleteNamespacedCustomObjectWithHttpMessagesAsync(string group, string version, string namespaceParameter, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Returns a namespace scoped custom object @@ -40107,13 +39212,25 @@ public partial interface IKubernetes : System.IDisposable /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is + /// making these changes. The value must be less than or 128 characters + /// long, and only contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - Task> ReplaceNamespacedCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ReplaceNamespacedCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// partially update scale of the specified namespace scoped custom @@ -40137,13 +39254,32 @@ public partial interface IKubernetes : System.IDisposable /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is + /// making these changes. The value must be less than or 128 characters + /// long, and only contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for + /// apply requests (application/apply-patch) but optional for non-apply + /// patch types (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will + /// re-acquire conflicting fields owned by other people. Force flag + /// must be unset for non-apply patch requests. + /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - Task> PatchNamespacedCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> PatchNamespacedCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// read scale of the specified namespace scoped custom object @@ -40190,13 +39326,25 @@ public partial interface IKubernetes : System.IDisposable /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is + /// making these changes. The value must be less than or 128 characters + /// long, and only contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - Task> ReplaceClusterCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ReplaceClusterCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// partially update scale of the specified cluster scoped custom @@ -40217,13 +39365,32 @@ public partial interface IKubernetes : System.IDisposable /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is + /// making these changes. The value must be less than or 128 characters + /// long, and only contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for + /// apply requests (application/apply-patch) but optional for non-apply + /// patch types (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will + /// re-acquire conflicting fields owned by other people. Force flag + /// must be unset for non-apply patch requests. + /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - Task> PatchClusterCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> PatchClusterCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// read scale of the specified custom object @@ -40268,13 +39435,25 @@ public partial interface IKubernetes : System.IDisposable /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is + /// making these changes. The value must be less than or 128 characters + /// long, and only contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - Task> ReplaceClusterCustomObjectWithHttpMessagesAsync(object body, string group, string version, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ReplaceClusterCustomObjectWithHttpMessagesAsync(object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// patch the specified cluster scoped custom object @@ -40295,13 +39474,32 @@ public partial interface IKubernetes : System.IDisposable /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is + /// making these changes. The value must be less than or 128 characters + /// long, and only contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for + /// apply requests (application/apply-patch) but optional for non-apply + /// patch types (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will + /// re-acquire conflicting fields owned by other people. Force flag + /// must be unset for non-apply patch requests. + /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - Task> PatchClusterCustomObjectWithHttpMessagesAsync(object body, string group, string version, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> PatchClusterCustomObjectWithHttpMessagesAsync(object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Deletes the specified cluster scoped custom object @@ -40341,13 +39539,19 @@ public partial interface IKubernetes : System.IDisposable /// policy is decided by the existing finalizer set in the /// metadata.finalizers and the resource-specific default policy. /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - Task> DeleteClusterCustomObjectWithHttpMessagesAsync(string group, string version, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> DeleteClusterCustomObjectWithHttpMessagesAsync(string group, string version, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Returns a cluster scoped custom object @@ -40394,13 +39598,25 @@ public partial interface IKubernetes : System.IDisposable /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is + /// making these changes. The value must be less than or 128 characters + /// long, and only contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - Task> ReplaceNamespacedCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ReplaceNamespacedCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// partially update status of the specified namespace scoped custom @@ -40424,13 +39640,32 @@ public partial interface IKubernetes : System.IDisposable /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. + /// An invalid or unrecognized dryRun directive will result in an error + /// response and no further processing of the request. Valid values + /// are: - All: all dry run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is + /// making these changes. The value must be less than or 128 characters + /// long, and only contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for + /// apply requests (application/apply-patch) but optional for non-apply + /// patch types (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will + /// re-acquire conflicting fields owned by other people. Force flag + /// must be unset for non-apply patch requests. + /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - Task> PatchNamespacedCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> PatchNamespacedCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// read status of the specified namespace scoped custom object diff --git a/src/KubernetesClient/generated/Kubernetes.cs b/src/KubernetesClient/generated/Kubernetes.cs index 519e188c3..6052d70aa 100644 --- a/src/KubernetesClient/generated/Kubernetes.cs +++ b/src/KubernetesClient/generated/Kubernetes.cs @@ -12,7 +12,6 @@ namespace k8s using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; - using System.IO; using System.Net; using System.Net.Http; using System.Threading; @@ -384,7 +383,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -510,7 +509,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -766,7 +765,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -920,7 +919,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -1176,7 +1175,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -1432,7 +1431,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -1688,7 +1687,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -1944,7 +1943,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -2200,7 +2199,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -2358,7 +2357,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -2380,7 +2379,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -2587,7 +2586,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -2609,7 +2608,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -2702,15 +2701,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -2805,10 +2795,6 @@ private void Initialize() /// 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. /// @@ -2833,7 +2819,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (namespaceParameter == null) { @@ -2846,7 +2832,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -2858,7 +2843,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -2869,10 +2853,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "api/v1/namespaces/{namespace}/configmaps").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -2913,10 +2893,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -2951,7 +2927,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -2973,7 +2949,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -3244,7 +3220,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -3411,7 +3387,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -3433,7 +3409,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -3667,7 +3643,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -3689,7 +3665,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -3888,7 +3864,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -3993,7 +3969,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -4098,7 +4074,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -4274,7 +4250,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -4296,7 +4272,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -4371,15 +4347,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -4474,10 +4441,6 @@ private void Initialize() /// 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. /// @@ -4502,7 +4465,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (namespaceParameter == null) { @@ -4515,7 +4478,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -4527,7 +4489,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -4538,10 +4499,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "api/v1/namespaces/{namespace}/endpoints").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -4582,10 +4539,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -4620,7 +4573,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -4642,7 +4595,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -4913,7 +4866,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -5080,7 +5033,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -5102,7 +5055,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -5336,7 +5289,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -5358,7 +5311,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -5557,7 +5510,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -5662,7 +5615,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -5767,7 +5720,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -5943,7 +5896,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -5965,7 +5918,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -6040,15 +5993,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -6143,10 +6087,6 @@ private void Initialize() /// 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. /// @@ -6171,7 +6111,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (namespaceParameter == null) { @@ -6184,7 +6124,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -6196,7 +6135,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -6207,10 +6145,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "api/v1/namespaces/{namespace}/events").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -6251,10 +6185,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -6289,7 +6219,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -6311,7 +6241,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -6582,7 +6512,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -6753,7 +6683,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -6775,7 +6705,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -7009,7 +6939,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -7031,7 +6961,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -7230,7 +7160,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -7335,7 +7265,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -7440,7 +7370,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -7620,7 +7550,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -7642,7 +7572,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -7717,15 +7647,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -7820,10 +7741,6 @@ private void Initialize() /// 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. /// @@ -7848,7 +7765,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (namespaceParameter == null) { @@ -7861,7 +7778,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -7873,7 +7789,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -7884,10 +7799,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "api/v1/namespaces/{namespace}/limitranges").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -7928,10 +7839,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -7966,7 +7873,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -7988,7 +7895,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -8259,7 +8166,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -8430,7 +8337,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -8452,7 +8359,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -8686,7 +8593,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -8708,7 +8615,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -8907,7 +8814,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -9012,7 +8919,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -9117,7 +9024,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -9297,7 +9204,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -9319,7 +9226,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -9394,15 +9301,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -9497,10 +9395,6 @@ private void Initialize() /// 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. /// @@ -9525,7 +9419,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (namespaceParameter == null) { @@ -9538,7 +9432,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -9550,7 +9443,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -9561,10 +9453,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "api/v1/namespaces/{namespace}/persistentvolumeclaims").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -9605,10 +9493,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -9643,7 +9527,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -9665,7 +9549,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -9936,7 +9820,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -10107,7 +9991,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -10129,7 +10013,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -10363,7 +10247,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -10385,7 +10269,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -10584,7 +10468,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -10689,7 +10573,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -10794,7 +10678,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -10974,7 +10858,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -10996,7 +10880,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -11177,7 +11061,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -11282,7 +11166,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -11387,7 +11271,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -11567,7 +11451,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -11589,7 +11473,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -11664,15 +11548,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -11767,10 +11642,6 @@ private void Initialize() /// 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. /// @@ -11795,7 +11666,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (namespaceParameter == null) { @@ -11808,7 +11679,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -11820,7 +11690,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -11831,10 +11700,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "api/v1/namespaces/{namespace}/pods").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -11875,10 +11740,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -11913,7 +11774,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -11935,7 +11796,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -12206,7 +12067,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -12377,7 +12238,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -12399,7 +12260,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -12633,7 +12494,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -12655,7 +12516,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -12854,7 +12715,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -12959,7 +12820,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -13064,7 +12925,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -13244,7 +13105,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -13266,7 +13127,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -13485,7 +13346,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -13686,7 +13547,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -13866,7 +13727,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -13888,7 +13749,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -14100,7 +13961,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -14122,7 +13983,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -14367,7 +14228,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -14576,7 +14437,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -14701,7 +14562,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (name == null) { @@ -14812,7 +14673,7 @@ private void Initialize() ServiceClientTracing.SendRequest(_invocationId, _httpRequest); } cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await HttpClient.SendAsync(_httpRequest, System.Net.Http.HttpCompletionOption.ResponseHeadersRead, cancellationToken).ConfigureAwait(false); + _httpResponse = await HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); if (_shouldTrace) { ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); @@ -14820,7 +14681,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -14843,13 +14704,26 @@ private void Initialize() throw ex; } // Create Result - var _result = new HttpOperationResponse(); + var _result = new HttpOperationResponse(); _result.Request = _httpRequest; _result.Response = _httpResponse; // Deserialize Response if ((int)_statusCode == 200) { - _result.Body = await _httpResponse.Content.ReadAsStreamAsync().ConfigureAwait(false); + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } } if (_shouldTrace) { @@ -14970,7 +14844,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -15133,7 +15007,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -15296,7 +15170,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -15459,7 +15333,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -15622,7 +15496,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -15785,7 +15659,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -15948,7 +15822,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -16111,7 +15985,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -16287,7 +16161,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -16463,7 +16337,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -16639,7 +16513,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -16815,7 +16689,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -16991,7 +16865,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -17167,7 +17041,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -17330,7 +17204,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -17435,7 +17309,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -17540,7 +17414,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -17720,7 +17594,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -17742,7 +17616,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -17817,15 +17691,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -17920,10 +17785,6 @@ private void Initialize() /// 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. /// @@ -17948,7 +17809,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (namespaceParameter == null) { @@ -17961,7 +17822,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -17973,7 +17833,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -17984,10 +17843,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "api/v1/namespaces/{namespace}/podtemplates").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -18028,10 +17883,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -18066,7 +17917,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -18088,7 +17939,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -18359,7 +18210,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -18530,7 +18381,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -18552,7 +18403,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -18786,7 +18637,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -18808,7 +18659,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -19007,7 +18858,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -19112,7 +18963,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -19217,7 +19068,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -19397,7 +19248,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -19419,7 +19270,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -19494,15 +19345,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -19597,10 +19439,6 @@ private void Initialize() /// 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. /// @@ -19625,7 +19463,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (namespaceParameter == null) { @@ -19638,7 +19476,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -19650,7 +19487,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -19661,10 +19497,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "api/v1/namespaces/{namespace}/replicationcontrollers").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -19705,10 +19537,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -19743,7 +19571,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -19765,7 +19593,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -20036,7 +19864,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -20207,7 +20035,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -20229,7 +20057,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -20463,7 +20291,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -20485,7 +20313,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -20684,7 +20512,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -20789,7 +20617,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -20894,7 +20722,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -21074,7 +20902,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -21096,7 +20924,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -21277,7 +21105,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -21382,7 +21210,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -21487,7 +21315,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -21667,7 +21495,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -21689,7 +21517,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -21870,7 +21698,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -21975,7 +21803,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -22080,7 +21908,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -22260,7 +22088,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -22282,7 +22110,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -22357,15 +22185,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -22460,10 +22279,6 @@ private void Initialize() /// 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. /// @@ -22488,7 +22303,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (namespaceParameter == null) { @@ -22501,7 +22316,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -22513,7 +22327,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -22524,10 +22337,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "api/v1/namespaces/{namespace}/resourcequotas").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -22568,10 +22377,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -22606,7 +22411,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -22628,7 +22433,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -22899,7 +22704,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -23066,7 +22871,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -23088,7 +22893,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -23322,7 +23127,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -23344,7 +23149,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -23543,7 +23348,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -23648,7 +23453,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -23753,7 +23558,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -23929,7 +23734,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -23951,7 +23756,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -24132,7 +23937,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -24237,7 +24042,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -24342,7 +24147,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -24518,7 +24323,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -24540,7 +24345,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -24615,15 +24420,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -24718,10 +24514,6 @@ private void Initialize() /// 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. /// @@ -24746,7 +24538,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (namespaceParameter == null) { @@ -24759,7 +24551,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -24771,7 +24562,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -24782,10 +24572,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "api/v1/namespaces/{namespace}/secrets").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -24826,10 +24612,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -24864,7 +24646,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -24886,7 +24668,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -25157,7 +24939,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -25324,7 +25106,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -25346,7 +25128,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -25580,7 +25362,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -25602,7 +25384,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -25801,7 +25583,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -25906,7 +25688,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -26011,7 +25793,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -26187,7 +25969,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -26209,7 +25991,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -26284,15 +26066,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -26387,10 +26160,6 @@ private void Initialize() /// 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. /// @@ -26415,7 +26184,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (namespaceParameter == null) { @@ -26428,7 +26197,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -26440,7 +26208,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -26451,10 +26218,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "api/v1/namespaces/{namespace}/serviceaccounts").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -26495,10 +26258,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -26533,7 +26292,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -26555,7 +26314,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -26826,7 +26585,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -26993,7 +26752,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -27015,7 +26774,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -27249,7 +27008,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -27271,7 +27030,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -27470,7 +27229,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -27575,7 +27334,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -27680,7 +27439,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -27856,7 +27615,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -27878,7 +27637,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -28076,7 +27835,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -28098,7 +27857,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -28405,7 +28164,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -28572,7 +28331,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -28594,7 +28353,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -28828,7 +28587,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -28850,7 +28609,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -29049,7 +28808,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -29154,7 +28913,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -29259,7 +29018,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -29435,7 +29194,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -29457,7 +29216,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -29642,7 +29401,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -29809,7 +29568,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -29976,7 +29735,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -30143,7 +29902,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -30310,7 +30069,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -30477,7 +30236,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -30657,7 +30416,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -30837,7 +30596,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -31017,7 +30776,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -31197,7 +30956,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -31377,7 +31136,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -31557,7 +31316,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -31720,7 +31479,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -31825,7 +31584,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -31930,7 +31689,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -32106,7 +31865,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -32128,7 +31887,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -32335,7 +32094,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -32357,7 +32116,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -32547,7 +32306,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -32649,7 +32408,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -32748,7 +32507,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -32915,7 +32674,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -32937,7 +32696,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -33122,7 +32881,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -33144,7 +32903,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -33316,7 +33075,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -33418,7 +33177,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -33517,7 +33276,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -33684,7 +33443,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -33706,7 +33465,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -33778,15 +33537,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -33881,10 +33631,6 @@ private void Initialize() /// 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. /// @@ -33903,7 +33649,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -33912,7 +33658,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -33924,7 +33669,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionNode", tracingParameters); @@ -33933,10 +33677,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "api/v1/nodes").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -33977,10 +33717,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -34015,7 +33751,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -34037,7 +33773,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -34293,7 +34029,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -34455,7 +34191,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -34477,7 +34213,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -34702,7 +34438,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -34724,7 +34460,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -34914,7 +34650,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -35016,7 +34752,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -35115,7 +34851,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -35286,7 +35022,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -35308,7 +35044,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -35480,7 +35216,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -35634,7 +35370,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -35788,7 +35524,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -35942,7 +35678,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -36096,7 +35832,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -36250,7 +35986,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -36417,7 +36153,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -36584,7 +36320,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -36751,7 +36487,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -36918,7 +36654,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -37085,7 +36821,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -37252,7 +36988,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -37406,7 +37142,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -37508,7 +37244,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -37607,7 +37343,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -37778,7 +37514,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -37800,7 +37536,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -38074,7 +37810,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -38128,15 +37864,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -38231,10 +37958,6 @@ private void Initialize() /// 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. /// @@ -38253,7 +37976,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -38262,7 +37985,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -38274,7 +37996,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionPersistentVolume", tracingParameters); @@ -38283,10 +38004,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "api/v1/persistentvolumes").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -38327,10 +38044,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -38365,7 +38078,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -38387,7 +38100,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -38643,7 +38356,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -38805,7 +38518,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -38827,7 +38540,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -39052,7 +38765,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -39074,7 +38787,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -39264,7 +38977,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -39366,7 +39079,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -39465,7 +39178,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -39636,7 +39349,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -39658,7 +39371,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -39830,7 +39543,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -39932,7 +39645,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -40031,7 +39744,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -40202,7 +39915,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -40224,7 +39937,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -40498,7 +40211,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -40754,7 +40467,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -41010,7 +40723,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -41266,7 +40979,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -41522,7 +41235,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -41778,7 +41491,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -42034,7 +41747,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -42160,7 +41873,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -42286,7 +41999,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -42412,7 +42125,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -42466,15 +42179,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -42569,10 +42273,6 @@ private void Initialize() /// 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. /// @@ -42591,7 +42291,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -42600,7 +42300,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -42612,7 +42311,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionMutatingWebhookConfiguration", tracingParameters); @@ -42621,10 +42319,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -42665,10 +42359,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -42703,7 +42393,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -42725,7 +42415,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -42981,7 +42671,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -43139,7 +42829,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -43161,7 +42851,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -43386,7 +43076,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -43408,7 +43098,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -43598,7 +43288,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -43700,7 +43390,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -43799,7 +43489,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -43966,7 +43656,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -43988,7 +43678,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -44060,15 +43750,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -44163,10 +43844,6 @@ private void Initialize() /// 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. /// @@ -44185,7 +43862,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -44194,7 +43871,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -44206,7 +43882,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionValidatingWebhookConfiguration", tracingParameters); @@ -44215,10 +43890,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -44259,10 +43930,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -44297,7 +43964,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -44319,7 +43986,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -44575,7 +44242,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -44733,7 +44400,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -44755,7 +44422,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -44980,7 +44647,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -45002,7 +44669,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -45192,7 +44859,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -45294,7 +44961,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -45393,7 +45060,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -45560,7 +45227,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -45582,7 +45249,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -45726,7 +45393,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -45780,15 +45447,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -45883,10 +45541,6 @@ private void Initialize() /// 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. /// @@ -45905,7 +45559,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -45914,7 +45568,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -45926,7 +45579,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionMutatingWebhookConfiguration1", tracingParameters); @@ -45935,10 +45587,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -45979,10 +45627,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -46017,7 +45661,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -46039,7 +45683,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -46295,7 +45939,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -46453,7 +46097,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -46475,7 +46119,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -46700,7 +46344,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -46722,7 +46366,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -46912,7 +46556,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -47014,7 +46658,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -47113,7 +46757,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -47280,7 +46924,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -47302,7 +46946,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -47374,15 +47018,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -47477,10 +47112,6 @@ private void Initialize() /// 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. /// @@ -47499,7 +47130,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -47508,7 +47139,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -47520,7 +47150,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionValidatingWebhookConfiguration1", tracingParameters); @@ -47529,10 +47158,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -47573,10 +47198,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -47611,7 +47232,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -47633,7 +47254,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -47889,7 +47510,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -48047,7 +47668,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -48069,7 +47690,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -48294,7 +47915,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -48316,7 +47937,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -48506,7 +48127,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -48608,7 +48229,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -48707,7 +48328,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -48874,7 +48495,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -48896,7 +48517,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -49040,7 +48661,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -49166,7 +48787,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -49220,15 +48841,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -49323,10 +48935,6 @@ private void Initialize() /// 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. /// @@ -49345,7 +48953,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -49354,7 +48962,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -49366,7 +48973,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionCustomResourceDefinition", tracingParameters); @@ -49375,10 +48981,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/apiextensions.k8s.io/v1/customresourcedefinitions").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -49419,10 +49021,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -49457,7 +49055,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -49479,7 +49077,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -49735,7 +49333,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -49897,7 +49495,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -49919,7 +49517,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -50144,7 +49742,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -50166,7 +49764,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -50356,7 +49954,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -50458,7 +50056,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -50557,7 +50155,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -50728,7 +50326,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -50750,7 +50348,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -50922,7 +50520,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -51024,7 +50622,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -51123,7 +50721,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -51294,7 +50892,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -51316,7 +50914,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -51460,7 +51058,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -51514,15 +51112,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -51617,10 +51206,6 @@ private void Initialize() /// 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. /// @@ -51639,7 +51224,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -51648,7 +51233,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -51660,7 +51244,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionCustomResourceDefinition1", tracingParameters); @@ -51669,10 +51252,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -51713,10 +51292,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -51751,7 +51326,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -51773,7 +51348,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -52029,7 +51604,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -52191,7 +51766,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -52213,7 +51788,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -52438,7 +52013,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -52460,7 +52035,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -52650,7 +52225,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -52752,7 +52327,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async 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)) + public async 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)) { if (body == null) { @@ -52851,7 +52426,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -53022,7 +52597,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -53044,7 +52619,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -53216,7 +52791,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -53318,7 +52893,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchCustomResourceDefinitionStatus1WithHttpMessagesAsync(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)) + public async Task> PatchCustomResourceDefinitionStatus1WithHttpMessagesAsync(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)) { if (body == null) { @@ -53417,7 +52992,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -53588,7 +53163,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -53610,7 +53185,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -53754,7 +53329,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -53880,7 +53455,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -53934,15 +53509,6 @@ private void Initialize() /// /// delete collection of APIService /// - /// - /// 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. - /// /// /// /// @@ -54037,10 +53603,6 @@ private void Initialize() /// 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. /// @@ -54059,7 +53621,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionAPIServiceWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionAPIServiceWithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -54068,7 +53630,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -54080,7 +53641,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionAPIService", tracingParameters); @@ -54089,10 +53649,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/apiregistration.k8s.io/v1/apiservices").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -54133,10 +53689,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -54171,7 +53723,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -54193,7 +53745,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -54449,7 +54001,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -54611,7 +54163,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -54633,7 +54185,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -54858,7 +54410,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -54880,7 +54432,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -55070,7 +54622,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -55172,7 +54724,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchAPIServiceWithHttpMessagesAsync(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)) + public async Task> PatchAPIServiceWithHttpMessagesAsync(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)) { if (body == null) { @@ -55271,7 +54823,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -55442,7 +54994,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -55464,7 +55016,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -55636,7 +55188,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -55738,7 +55290,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchAPIServiceStatusWithHttpMessagesAsync(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)) + public async Task> PatchAPIServiceStatusWithHttpMessagesAsync(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)) { if (body == null) { @@ -55837,7 +55389,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -56008,7 +55560,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -56030,7 +55582,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -56174,7 +55726,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -56228,15 +55780,6 @@ private void Initialize() /// /// delete collection of APIService /// - /// - /// 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. - /// /// /// /// @@ -56331,10 +55874,6 @@ private void Initialize() /// 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. /// @@ -56353,7 +55892,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionAPIService1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionAPIService1WithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -56362,7 +55901,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -56374,7 +55912,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionAPIService1", tracingParameters); @@ -56383,10 +55920,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/apiregistration.k8s.io/v1beta1/apiservices").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -56427,10 +55960,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -56465,7 +55994,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -56487,7 +56016,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -56743,7 +56272,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -56905,7 +56434,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -56927,7 +56456,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -57152,7 +56681,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -57174,7 +56703,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -57364,7 +56893,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -57466,7 +56995,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchAPIService1WithHttpMessagesAsync(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)) + public async Task> PatchAPIService1WithHttpMessagesAsync(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)) { if (body == null) { @@ -57565,7 +57094,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -57736,7 +57265,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -57758,7 +57287,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -57930,7 +57459,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -58032,7 +57561,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchAPIServiceStatus1WithHttpMessagesAsync(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)) + public async Task> PatchAPIServiceStatus1WithHttpMessagesAsync(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)) { if (body == null) { @@ -58131,7 +57660,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -58302,7 +57831,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -58324,7 +57853,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -58468,7 +57997,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -58594,7 +58123,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -58850,7 +58379,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -59106,7 +58635,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -59362,7 +58891,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -59419,15 +58948,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -59522,10 +59042,6 @@ private void Initialize() /// 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. /// @@ -59550,7 +59066,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedControllerRevisionWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedControllerRevisionWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -59563,7 +59079,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -59575,7 +59090,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -59586,10 +59100,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/apps/v1/namespaces/{namespace}/controllerrevisions").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -59630,10 +59140,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -59668,7 +59174,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -59690,7 +59196,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -59961,7 +59467,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -60132,7 +59638,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -60154,7 +59660,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -60388,7 +59894,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -60410,7 +59916,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -60609,7 +60115,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -60714,7 +60220,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedControllerRevisionWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedControllerRevisionWithHttpMessagesAsync(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)) { if (body == null) { @@ -60819,7 +60325,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -60999,7 +60505,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -61021,7 +60527,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -61096,15 +60602,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -61199,10 +60696,6 @@ private void Initialize() /// 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. /// @@ -61227,7 +60720,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedDaemonSetWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedDaemonSetWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -61240,7 +60733,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -61252,7 +60744,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -61263,10 +60754,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/apps/v1/namespaces/{namespace}/daemonsets").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -61307,10 +60794,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -61345,7 +60828,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -61367,7 +60850,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -61638,7 +61121,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -61809,7 +61292,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -61831,7 +61314,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -62065,7 +61548,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -62087,7 +61570,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -62286,7 +61769,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -62391,7 +61874,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedDaemonSetWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedDaemonSetWithHttpMessagesAsync(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)) { if (body == null) { @@ -62496,7 +61979,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -62676,7 +62159,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -62698,7 +62181,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -62879,7 +62362,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -62984,7 +62467,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedDaemonSetStatusWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedDaemonSetStatusWithHttpMessagesAsync(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)) { if (body == null) { @@ -63089,7 +62572,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -63269,7 +62752,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -63291,7 +62774,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -63366,15 +62849,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -63469,10 +62943,6 @@ private void Initialize() /// 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. /// @@ -63497,7 +62967,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedDeploymentWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedDeploymentWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -63510,7 +62980,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -63522,7 +62991,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -63533,10 +63001,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/apps/v1/namespaces/{namespace}/deployments").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -63577,10 +63041,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -63615,7 +63075,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -63637,7 +63097,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -63908,7 +63368,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -64079,7 +63539,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -64101,7 +63561,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -64335,7 +63795,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -64357,7 +63817,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -64556,7 +64016,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -64661,7 +64121,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedDeploymentWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedDeploymentWithHttpMessagesAsync(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)) { if (body == null) { @@ -64766,7 +64226,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -64946,7 +64406,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -64968,7 +64428,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -65149,7 +64609,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -65254,7 +64714,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedDeploymentScaleWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedDeploymentScaleWithHttpMessagesAsync(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)) { if (body == null) { @@ -65359,7 +64819,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -65539,7 +64999,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -65561,7 +65021,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -65742,7 +65202,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -65847,7 +65307,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedDeploymentStatusWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedDeploymentStatusWithHttpMessagesAsync(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)) { if (body == null) { @@ -65952,7 +65412,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -66132,7 +65592,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -66154,7 +65614,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -66229,15 +65689,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -66332,10 +65783,6 @@ private void Initialize() /// 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. /// @@ -66360,7 +65807,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedReplicaSetWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedReplicaSetWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -66373,7 +65820,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -66385,7 +65831,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -66396,10 +65841,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/apps/v1/namespaces/{namespace}/replicasets").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -66440,10 +65881,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -66478,7 +65915,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -66500,7 +65937,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -66771,7 +66208,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -66942,7 +66379,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -66964,7 +66401,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -67198,7 +66635,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -67220,7 +66657,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -67419,7 +66856,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -67524,7 +66961,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedReplicaSetWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedReplicaSetWithHttpMessagesAsync(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)) { if (body == null) { @@ -67629,7 +67066,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -67809,7 +67246,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -67831,7 +67268,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -68012,7 +67449,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -68117,7 +67554,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedReplicaSetScaleWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedReplicaSetScaleWithHttpMessagesAsync(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)) { if (body == null) { @@ -68222,7 +67659,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -68402,7 +67839,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -68424,7 +67861,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -68605,7 +68042,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -68710,7 +68147,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedReplicaSetStatusWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedReplicaSetStatusWithHttpMessagesAsync(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)) { if (body == null) { @@ -68815,7 +68252,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -68995,7 +68432,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -69017,7 +68454,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -69092,15 +68529,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -69195,10 +68623,6 @@ private void Initialize() /// 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. /// @@ -69223,7 +68647,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedStatefulSetWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedStatefulSetWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -69236,7 +68660,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -69248,7 +68671,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -69259,10 +68681,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/apps/v1/namespaces/{namespace}/statefulsets").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -69303,10 +68721,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -69341,7 +68755,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -69363,7 +68777,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -69634,7 +69048,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -69805,7 +69219,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -69827,7 +69241,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -70061,7 +69475,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -70083,7 +69497,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -70282,7 +69696,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -70387,7 +69801,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedStatefulSetWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedStatefulSetWithHttpMessagesAsync(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)) { if (body == null) { @@ -70492,7 +69906,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -70672,7 +70086,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -70694,7 +70108,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -70875,7 +70289,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -70980,7 +70394,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedStatefulSetScaleWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedStatefulSetScaleWithHttpMessagesAsync(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)) { if (body == null) { @@ -71085,7 +70499,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -71265,7 +70679,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -71287,7 +70701,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -71468,7 +70882,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -71573,7 +70987,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedStatefulSetStatusWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedStatefulSetStatusWithHttpMessagesAsync(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)) { if (body == null) { @@ -71678,7 +71092,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -71858,7 +71272,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -71880,7 +71294,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -72154,7 +71568,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -72410,7 +71824,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -72536,7 +71950,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -72662,7 +72076,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -72716,15 +72130,6 @@ private void Initialize() /// /// delete collection of AuditSink /// - /// - /// 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. - /// /// /// /// @@ -72819,10 +72224,6 @@ private void Initialize() /// 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. /// @@ -72841,7 +72242,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionAuditSinkWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionAuditSinkWithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -72850,7 +72251,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -72862,7 +72262,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionAuditSink", tracingParameters); @@ -72871,10 +72270,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/auditregistration.k8s.io/v1alpha1/auditsinks").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -72915,10 +72310,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -72953,7 +72344,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -72975,7 +72366,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -73231,7 +72622,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -73393,7 +72784,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -73415,7 +72806,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -73640,7 +73031,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -73662,7 +73053,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -73852,7 +73243,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -73954,7 +73345,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchAuditSinkWithHttpMessagesAsync(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)) + public async Task> PatchAuditSinkWithHttpMessagesAsync(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)) { if (body == null) { @@ -74053,7 +73444,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -74224,7 +73615,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -74246,7 +73637,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -74390,7 +73781,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -74516,7 +73907,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -74678,7 +74069,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -74700,7 +74091,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -74862,7 +74253,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -75024,7 +74415,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -75046,7 +74437,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -75208,7 +74599,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -75334,7 +74725,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -75505,7 +74896,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -75527,7 +74918,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -75725,7 +75116,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -75747,7 +75138,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -75945,7 +75336,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -75967,7 +75358,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -76165,7 +75556,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -76187,7 +75578,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -76349,7 +75740,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -76520,7 +75911,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -76542,7 +75933,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -76740,7 +76131,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -76762,7 +76153,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -76960,7 +76351,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -76982,7 +76373,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -77180,7 +76571,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -77202,7 +76593,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -77364,7 +76755,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -77490,7 +76881,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -77746,7 +77137,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -77803,15 +77194,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -77906,10 +77288,6 @@ private void Initialize() /// 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. /// @@ -77934,7 +77312,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedHorizontalPodAutoscalerWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedHorizontalPodAutoscalerWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -77947,7 +77325,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -77959,7 +77336,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -77970,10 +77346,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -78014,10 +77386,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -78052,7 +77420,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -78074,7 +77442,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -78345,7 +77713,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -78516,7 +77884,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -78538,7 +77906,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -78772,7 +78140,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -78794,7 +78162,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -78993,7 +78361,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -79098,7 +78466,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedHorizontalPodAutoscalerWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedHorizontalPodAutoscalerWithHttpMessagesAsync(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)) { if (body == null) { @@ -79203,7 +78571,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -79383,7 +78751,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -79405,7 +78773,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -79586,7 +78954,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -79691,7 +79059,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedHorizontalPodAutoscalerStatusWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedHorizontalPodAutoscalerStatusWithHttpMessagesAsync(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)) { if (body == null) { @@ -79796,7 +79164,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -79976,7 +79344,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -79998,7 +79366,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -80142,7 +79510,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -80398,7 +79766,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -80455,15 +79823,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -80558,10 +79917,6 @@ private void Initialize() /// 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. /// @@ -80586,7 +79941,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedHorizontalPodAutoscaler1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedHorizontalPodAutoscaler1WithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -80599,7 +79954,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -80611,7 +79965,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -80622,10 +79975,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -80666,10 +80015,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -80704,7 +80049,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -80726,7 +80071,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -80997,7 +80342,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -81168,7 +80513,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -81190,7 +80535,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -81424,7 +80769,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -81446,7 +80791,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -81645,7 +80990,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -81750,7 +81095,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedHorizontalPodAutoscaler1WithHttpMessagesAsync(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)) + public async Task> PatchNamespacedHorizontalPodAutoscaler1WithHttpMessagesAsync(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)) { if (body == null) { @@ -81855,7 +81200,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -82035,7 +81380,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -82057,7 +81402,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -82238,7 +81583,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -82343,7 +81688,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedHorizontalPodAutoscalerStatus1WithHttpMessagesAsync(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)) + public async Task> PatchNamespacedHorizontalPodAutoscalerStatus1WithHttpMessagesAsync(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)) { if (body == null) { @@ -82448,7 +81793,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -82628,7 +81973,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -82650,7 +81995,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -82794,7 +82139,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -83050,7 +82395,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -83107,15 +82452,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -83210,10 +82546,6 @@ private void Initialize() /// 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. /// @@ -83238,7 +82570,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedHorizontalPodAutoscaler2WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedHorizontalPodAutoscaler2WithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -83251,7 +82583,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -83263,7 +82594,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -83274,10 +82604,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -83318,10 +82644,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -83356,7 +82678,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -83378,7 +82700,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -83649,7 +82971,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -83820,7 +83142,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -83842,7 +83164,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -84076,7 +83398,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -84098,7 +83420,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -84297,7 +83619,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -84402,7 +83724,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedHorizontalPodAutoscaler2WithHttpMessagesAsync(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)) + public async Task> PatchNamespacedHorizontalPodAutoscaler2WithHttpMessagesAsync(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)) { if (body == null) { @@ -84507,7 +83829,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -84687,7 +84009,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -84709,7 +84031,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -84890,7 +84212,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -84995,7 +84317,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedHorizontalPodAutoscalerStatus2WithHttpMessagesAsync(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)) + public async Task> PatchNamespacedHorizontalPodAutoscalerStatus2WithHttpMessagesAsync(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)) { if (body == null) { @@ -85100,7 +84422,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -85280,7 +84602,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -85302,7 +84624,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -85446,7 +84768,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -85572,7 +84894,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -85828,7 +85150,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -85885,15 +85207,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -85988,10 +85301,6 @@ private void Initialize() /// 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. /// @@ -86016,7 +85325,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedJobWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedJobWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -86029,7 +85338,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -86041,7 +85349,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -86052,10 +85359,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/batch/v1/namespaces/{namespace}/jobs").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -86096,10 +85399,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -86134,7 +85433,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -86156,7 +85455,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -86427,7 +85726,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -86598,7 +85897,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -86620,7 +85919,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -86854,7 +86153,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -86876,7 +86175,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -87075,7 +86374,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -87180,7 +86479,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedJobWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedJobWithHttpMessagesAsync(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)) { if (body == null) { @@ -87285,7 +86584,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -87465,7 +86764,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -87487,7 +86786,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -87668,7 +86967,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -87773,7 +87072,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedJobStatusWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedJobStatusWithHttpMessagesAsync(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)) { if (body == null) { @@ -87878,7 +87177,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -88058,7 +87357,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -88080,7 +87379,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -88224,7 +87523,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -88480,7 +87779,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -88537,15 +87836,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -88640,10 +87930,6 @@ private void Initialize() /// 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. /// @@ -88668,7 +87954,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedCronJobWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedCronJobWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -88681,7 +87967,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -88693,7 +87978,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -88704,10 +87988,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/batch/v1beta1/namespaces/{namespace}/cronjobs").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -88748,10 +88028,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -88786,7 +88062,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -88808,7 +88084,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -89079,7 +88355,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -89250,7 +88526,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -89272,7 +88548,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -89506,7 +88782,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -89528,7 +88804,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -89727,7 +89003,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -89832,7 +89108,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedCronJobWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedCronJobWithHttpMessagesAsync(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)) { if (body == null) { @@ -89937,7 +89213,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -90117,7 +89393,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -90139,7 +89415,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -90320,7 +89596,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -90425,7 +89701,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedCronJobStatusWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedCronJobStatusWithHttpMessagesAsync(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)) { if (body == null) { @@ -90530,7 +89806,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -90710,7 +89986,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -90732,7 +90008,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -90876,7 +90152,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -91132,7 +90408,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -91189,15 +90465,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -91292,10 +90559,6 @@ private void Initialize() /// 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. /// @@ -91320,7 +90583,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedCronJob1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedCronJob1WithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -91333,7 +90596,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -91345,7 +90607,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -91356,10 +90617,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/batch/v2alpha1/namespaces/{namespace}/cronjobs").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -91400,10 +90657,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -91438,7 +90691,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -91460,7 +90713,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -91731,7 +90984,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -91902,7 +91155,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -91924,7 +91177,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -92158,7 +91411,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -92180,7 +91433,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -92379,7 +91632,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -92484,7 +91737,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedCronJob1WithHttpMessagesAsync(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)) + public async Task> PatchNamespacedCronJob1WithHttpMessagesAsync(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)) { if (body == null) { @@ -92589,7 +91842,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -92769,7 +92022,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -92791,7 +92044,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -92972,7 +92225,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -93077,7 +92330,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedCronJobStatus1WithHttpMessagesAsync(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)) + public async Task> PatchNamespacedCronJobStatus1WithHttpMessagesAsync(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)) { if (body == null) { @@ -93182,7 +92435,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -93362,7 +92615,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -93384,7 +92637,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -93528,7 +92781,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -93654,7 +92907,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -93708,15 +92961,6 @@ private void Initialize() /// /// delete collection of CertificateSigningRequest /// - /// - /// 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. - /// /// /// /// @@ -93811,10 +93055,6 @@ private void Initialize() /// 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. /// @@ -93833,7 +93073,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionCertificateSigningRequestWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionCertificateSigningRequestWithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -93842,7 +93082,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -93854,7 +93093,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionCertificateSigningRequest", tracingParameters); @@ -93863,10 +93101,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/certificates.k8s.io/v1beta1/certificatesigningrequests").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -93907,10 +93141,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -93945,7 +93175,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -93967,7 +93197,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -94223,7 +93453,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -94385,7 +93615,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -94407,7 +93637,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -94632,7 +93862,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -94654,7 +93884,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -94844,7 +94074,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -94946,7 +94176,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchCertificateSigningRequestWithHttpMessagesAsync(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)) + public async Task> PatchCertificateSigningRequestWithHttpMessagesAsync(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)) { if (body == null) { @@ -95045,7 +94275,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -95216,7 +94446,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -95238,7 +94468,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -95427,7 +94657,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -95449,7 +94679,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -95621,7 +94851,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -95723,7 +94953,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchCertificateSigningRequestStatusWithHttpMessagesAsync(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)) + public async Task> PatchCertificateSigningRequestStatusWithHttpMessagesAsync(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)) { if (body == null) { @@ -95822,7 +95052,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -95993,7 +95223,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -96015,7 +95245,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -96159,7 +95389,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -96285,7 +95515,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -96541,7 +95771,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -96598,15 +95828,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -96701,10 +95922,6 @@ private void Initialize() /// 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. /// @@ -96729,7 +95946,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedLeaseWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedLeaseWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -96742,7 +95959,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -96754,7 +95970,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -96765,10 +95980,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/coordination.k8s.io/v1/namespaces/{namespace}/leases").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -96809,10 +96020,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -96847,7 +96054,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -96869,7 +96076,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -97140,7 +96347,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -97307,7 +96514,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -97329,7 +96536,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -97563,7 +96770,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -97585,7 +96792,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -97784,7 +96991,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -97889,7 +97096,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedLeaseWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedLeaseWithHttpMessagesAsync(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)) { if (body == null) { @@ -97994,7 +97201,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -98170,7 +97377,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -98192,7 +97399,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -98336,7 +97543,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -98592,7 +97799,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -98649,15 +97856,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -98752,10 +97950,6 @@ private void Initialize() /// 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. /// @@ -98780,7 +97974,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedLease1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedLease1WithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -98793,7 +97987,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -98805,7 +97998,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -98816,10 +98008,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -98860,10 +98048,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -98898,7 +98082,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -98920,7 +98104,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -99191,7 +98375,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -99358,7 +98542,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -99380,7 +98564,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -99614,7 +98798,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -99636,7 +98820,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -99835,7 +99019,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -99940,7 +99124,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedLease1WithHttpMessagesAsync(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)) + public async Task> PatchNamespacedLease1WithHttpMessagesAsync(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)) { if (body == null) { @@ -100045,7 +99229,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -100221,7 +99405,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -100243,7 +99427,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -100387,7 +99571,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -100513,7 +99697,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -100769,7 +99953,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -100826,15 +100010,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -100929,10 +100104,6 @@ private void Initialize() /// 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. /// @@ -100957,7 +100128,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedEndpointSliceWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedEndpointSliceWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -100970,7 +100141,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -100982,7 +100152,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -100993,10 +100162,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/discovery.k8s.io/v1beta1/namespaces/{namespace}/endpointslices").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -101037,10 +100202,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -101075,7 +100236,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -101097,7 +100258,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -101368,7 +100529,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -101539,7 +100700,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -101561,7 +100722,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -101795,7 +100956,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -101817,7 +100978,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -102016,7 +101177,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -102121,7 +101282,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedEndpointSliceWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedEndpointSliceWithHttpMessagesAsync(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)) { if (body == null) { @@ -102226,7 +101387,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -102406,7 +101567,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -102428,7 +101589,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -102572,7 +101733,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -102698,7 +101859,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -102954,7 +102115,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -103011,15 +102172,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -103114,10 +102266,6 @@ private void Initialize() /// 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. /// @@ -103142,7 +102290,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedEvent1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedEvent1WithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -103155,7 +102303,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -103167,7 +102314,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -103178,10 +102324,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/events.k8s.io/v1beta1/namespaces/{namespace}/events").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -103222,10 +102364,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -103260,7 +102398,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -103282,7 +102420,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -103553,7 +102691,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -103724,7 +102862,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -103746,7 +102884,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -103980,7 +103118,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -104002,7 +103140,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -104201,7 +103339,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -104306,7 +103444,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedEvent1WithHttpMessagesAsync(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)) + public async Task> PatchNamespacedEvent1WithHttpMessagesAsync(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)) { if (body == null) { @@ -104411,7 +103549,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -104591,7 +103729,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -104613,7 +103751,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -104757,7 +103895,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -104883,7 +104021,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -105139,7 +104277,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -105196,15 +104334,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -105299,10 +104428,6 @@ private void Initialize() /// 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. /// @@ -105327,7 +104452,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedIngressWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedIngressWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -105340,7 +104465,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -105352,7 +104476,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -105363,10 +104486,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/extensions/v1beta1/namespaces/{namespace}/ingresses").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -105407,10 +104526,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -105445,7 +104560,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -105467,7 +104582,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -105738,7 +104853,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -105909,7 +105024,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -105931,7 +105046,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -106165,7 +105280,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -106187,7 +105302,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -106386,7 +105501,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -106491,7 +105606,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedIngressWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedIngressWithHttpMessagesAsync(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)) { if (body == null) { @@ -106596,7 +105711,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -106776,7 +105891,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -106798,7 +105913,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -106979,7 +106094,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -107084,7 +106199,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedIngressStatusWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedIngressStatusWithHttpMessagesAsync(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)) { if (body == null) { @@ -107189,7 +106304,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -107369,7 +106484,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -107391,7 +106506,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -107535,7 +106650,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -107661,7 +106776,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -107715,15 +106830,6 @@ private void Initialize() /// /// delete collection of FlowSchema /// - /// - /// 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. - /// /// /// /// @@ -107818,10 +106924,6 @@ private void Initialize() /// 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. /// @@ -107840,7 +106942,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionFlowSchemaWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionFlowSchemaWithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -107849,7 +106951,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -107861,7 +106962,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionFlowSchema", tracingParameters); @@ -107870,10 +106970,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/flowcontrol.apiserver.k8s.io/v1alpha1/flowschemas").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -107914,10 +107010,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -107952,7 +107044,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -107974,7 +107066,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -108230,7 +107322,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -108392,7 +107484,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -108414,7 +107506,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -108639,7 +107731,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -108661,7 +107753,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -108851,7 +107943,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -108953,7 +108045,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchFlowSchemaWithHttpMessagesAsync(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)) + public async Task> PatchFlowSchemaWithHttpMessagesAsync(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)) { if (body == null) { @@ -109052,7 +108144,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -109223,7 +108315,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -109245,7 +108337,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -109417,7 +108509,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -109519,7 +108611,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchFlowSchemaStatusWithHttpMessagesAsync(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)) + public async Task> PatchFlowSchemaStatusWithHttpMessagesAsync(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)) { if (body == null) { @@ -109618,7 +108710,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -109789,7 +108881,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -109811,7 +108903,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -109883,15 +108975,6 @@ private void Initialize() /// /// delete collection of PriorityLevelConfiguration /// - /// - /// 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. - /// /// /// /// @@ -109986,10 +109069,6 @@ private void Initialize() /// 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. /// @@ -110008,7 +109087,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionPriorityLevelConfigurationWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionPriorityLevelConfigurationWithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -110017,7 +109096,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -110029,7 +109107,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionPriorityLevelConfiguration", tracingParameters); @@ -110038,10 +109115,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/flowcontrol.apiserver.k8s.io/v1alpha1/prioritylevelconfigurations").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -110082,10 +109155,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -110120,7 +109189,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -110142,7 +109211,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -110398,7 +109467,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -110560,7 +109629,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -110582,7 +109651,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -110807,7 +109876,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -110829,7 +109898,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -111019,7 +110088,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -111121,7 +110190,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchPriorityLevelConfigurationWithHttpMessagesAsync(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)) + public async Task> PatchPriorityLevelConfigurationWithHttpMessagesAsync(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)) { if (body == null) { @@ -111220,7 +110289,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -111391,7 +110460,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -111413,7 +110482,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -111585,7 +110654,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -111687,7 +110756,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchPriorityLevelConfigurationStatusWithHttpMessagesAsync(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)) + public async Task> PatchPriorityLevelConfigurationStatusWithHttpMessagesAsync(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)) { if (body == null) { @@ -111786,7 +110855,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -111957,7 +111026,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -111979,7 +111048,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -112123,7 +111192,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -112249,7 +111318,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -112306,15 +111375,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -112409,10 +111469,6 @@ private void Initialize() /// 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. /// @@ -112437,7 +111493,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedNetworkPolicyWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedNetworkPolicyWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -112450,7 +111506,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -112462,7 +111517,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -112473,10 +111527,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -112517,10 +111567,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -112555,7 +111601,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -112577,7 +111623,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -112848,7 +111894,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -113019,7 +112065,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -113041,7 +112087,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -113275,7 +112321,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -113297,7 +112343,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -113496,7 +112542,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -113601,7 +112647,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedNetworkPolicyWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedNetworkPolicyWithHttpMessagesAsync(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)) { if (body == null) { @@ -113706,7 +112752,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -113886,7 +112932,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -113908,7 +112954,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -114182,7 +113228,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -114308,7 +113354,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -114362,15 +113408,6 @@ private void Initialize() /// /// delete collection of IngressClass /// - /// - /// 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. - /// /// /// /// @@ -114465,10 +113502,6 @@ private void Initialize() /// 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. /// @@ -114487,7 +113520,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionIngressClassWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionIngressClassWithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -114496,7 +113529,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -114508,7 +113540,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionIngressClass", tracingParameters); @@ -114517,10 +113548,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/networking.k8s.io/v1beta1/ingressclasses").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -114561,10 +113588,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -114599,7 +113622,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -114621,7 +113644,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -114877,7 +113900,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -115039,7 +114062,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -115061,7 +114084,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -115286,7 +114309,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -115308,7 +114331,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -115498,7 +114521,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -115600,7 +114623,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchIngressClassWithHttpMessagesAsync(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)) + public async Task> PatchIngressClassWithHttpMessagesAsync(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)) { if (body == null) { @@ -115699,7 +114722,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -115870,7 +114893,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -115892,7 +114915,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -116166,7 +115189,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -116223,15 +115246,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -116326,10 +115340,6 @@ private void Initialize() /// 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. /// @@ -116354,7 +115364,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedIngress1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedIngress1WithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -116367,7 +115377,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -116379,7 +115388,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -116390,10 +115398,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -116434,10 +115438,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -116472,7 +115472,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -116494,7 +115494,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -116765,7 +115765,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -116936,7 +115936,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -116958,7 +115958,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -117192,7 +116192,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -117214,7 +116214,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -117413,7 +116413,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -117518,7 +116518,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedIngress1WithHttpMessagesAsync(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)) + public async Task> PatchNamespacedIngress1WithHttpMessagesAsync(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)) { if (body == null) { @@ -117623,7 +116623,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -117803,7 +116803,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -117825,7 +116825,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -118006,7 +117006,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -118111,7 +117111,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedIngressStatus1WithHttpMessagesAsync(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)) + public async Task> PatchNamespacedIngressStatus1WithHttpMessagesAsync(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)) { if (body == null) { @@ -118216,7 +117216,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -118396,7 +117396,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -118418,7 +117418,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -118562,7 +117562,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -118688,7 +117688,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -118742,15 +117742,6 @@ private void Initialize() /// /// delete collection of RuntimeClass /// - /// - /// 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. - /// /// /// /// @@ -118845,10 +117836,6 @@ private void Initialize() /// 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. /// @@ -118867,7 +117854,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionRuntimeClassWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionRuntimeClassWithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -118876,7 +117863,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -118888,7 +117874,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionRuntimeClass", tracingParameters); @@ -118897,10 +117882,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/node.k8s.io/v1alpha1/runtimeclasses").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -118941,10 +117922,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -118979,7 +117956,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -119001,7 +117978,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -119257,7 +118234,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -119419,7 +118396,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -119441,7 +118418,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -119666,7 +118643,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -119688,7 +118665,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -119878,7 +118855,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -119980,7 +118957,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchRuntimeClassWithHttpMessagesAsync(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)) + public async Task> PatchRuntimeClassWithHttpMessagesAsync(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)) { if (body == null) { @@ -120079,7 +119056,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -120250,7 +119227,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -120272,7 +119249,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -120416,7 +119393,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -120470,15 +119447,6 @@ private void Initialize() /// /// delete collection of RuntimeClass /// - /// - /// 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. - /// /// /// /// @@ -120573,10 +119541,6 @@ private void Initialize() /// 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. /// @@ -120595,7 +119559,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionRuntimeClass1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionRuntimeClass1WithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -120604,7 +119568,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -120616,7 +119579,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionRuntimeClass1", tracingParameters); @@ -120625,10 +119587,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/node.k8s.io/v1beta1/runtimeclasses").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -120669,10 +119627,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -120707,7 +119661,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -120729,7 +119683,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -120985,7 +119939,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -121147,7 +120101,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -121169,7 +120123,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -121394,7 +120348,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -121416,7 +120370,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -121606,7 +120560,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -121708,7 +120662,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchRuntimeClass1WithHttpMessagesAsync(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)) + public async Task> PatchRuntimeClass1WithHttpMessagesAsync(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)) { if (body == null) { @@ -121807,7 +120761,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -121978,7 +120932,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -122000,7 +120954,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -122144,7 +121098,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -122270,7 +121224,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -122327,15 +121281,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -122430,10 +121375,6 @@ private void Initialize() /// 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. /// @@ -122458,7 +121399,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedPodDisruptionBudgetWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedPodDisruptionBudgetWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -122471,7 +121412,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -122483,7 +121423,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -122494,10 +121433,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -122538,10 +121473,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -122576,7 +121507,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -122598,7 +121529,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -122869,7 +121800,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -123040,7 +121971,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -123062,7 +121993,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -123296,7 +122227,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -123318,7 +122249,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -123517,7 +122448,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -123622,7 +122553,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedPodDisruptionBudgetWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedPodDisruptionBudgetWithHttpMessagesAsync(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)) { if (body == null) { @@ -123727,7 +122658,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -123907,7 +122838,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -123929,7 +122860,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -124110,7 +123041,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -124215,7 +123146,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedPodDisruptionBudgetStatusWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedPodDisruptionBudgetStatusWithHttpMessagesAsync(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)) { if (body == null) { @@ -124320,7 +123251,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -124500,7 +123431,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -124522,7 +123453,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -124796,7 +123727,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -124850,15 +123781,6 @@ private void Initialize() /// /// delete collection of PodSecurityPolicy /// - /// - /// 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. - /// /// /// /// @@ -124953,10 +123875,6 @@ private void Initialize() /// 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. /// @@ -124975,7 +123893,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionPodSecurityPolicyWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionPodSecurityPolicyWithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -124984,7 +123902,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -124996,7 +123913,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionPodSecurityPolicy", tracingParameters); @@ -125005,10 +123921,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/policy/v1beta1/podsecuritypolicies").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -125049,10 +123961,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -125087,7 +123995,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -125109,7 +124017,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -125365,7 +124273,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -125527,7 +124435,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -125549,7 +124457,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -125774,7 +124682,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -125796,7 +124704,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -125986,7 +124894,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -126088,7 +124996,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchPodSecurityPolicyWithHttpMessagesAsync(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)) + public async Task> PatchPodSecurityPolicyWithHttpMessagesAsync(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)) { if (body == null) { @@ -126187,7 +125095,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -126358,7 +125266,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -126380,7 +125288,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -126524,7 +125432,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -126650,7 +125558,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -126704,15 +125612,6 @@ private void Initialize() /// /// delete collection of ClusterRoleBinding /// - /// - /// 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. - /// /// /// /// @@ -126807,10 +125706,6 @@ private void Initialize() /// 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. /// @@ -126829,7 +125724,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionClusterRoleBindingWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionClusterRoleBindingWithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -126838,7 +125733,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -126850,7 +125744,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionClusterRoleBinding", tracingParameters); @@ -126859,10 +125752,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/rbac.authorization.k8s.io/v1/clusterrolebindings").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -126903,10 +125792,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -126941,7 +125826,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -126963,7 +125848,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -127219,7 +126104,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -127381,7 +126266,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -127403,7 +126288,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -127628,7 +126513,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -127650,7 +126535,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -127822,7 +126707,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -127924,7 +126809,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchClusterRoleBindingWithHttpMessagesAsync(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)) + public async Task> PatchClusterRoleBindingWithHttpMessagesAsync(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)) { if (body == null) { @@ -128023,7 +126908,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -128194,7 +127079,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -128216,7 +127101,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -128288,15 +127173,6 @@ private void Initialize() /// /// delete collection of ClusterRole /// - /// - /// 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. - /// /// /// /// @@ -128391,10 +127267,6 @@ private void Initialize() /// 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. /// @@ -128413,7 +127285,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionClusterRoleWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionClusterRoleWithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -128422,7 +127294,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -128434,7 +127305,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionClusterRole", tracingParameters); @@ -128443,10 +127313,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/rbac.authorization.k8s.io/v1/clusterroles").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -128487,10 +127353,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -128525,7 +127387,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -128547,7 +127409,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -128803,7 +127665,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -128961,7 +127823,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -128983,7 +127845,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -129208,7 +128070,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -129230,7 +128092,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -129402,7 +128264,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -129504,7 +128366,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchClusterRoleWithHttpMessagesAsync(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)) + public async Task> PatchClusterRoleWithHttpMessagesAsync(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)) { if (body == null) { @@ -129603,7 +128465,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -129770,7 +128632,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -129792,7 +128654,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -129867,15 +128729,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -129970,10 +128823,6 @@ private void Initialize() /// 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. /// @@ -129998,7 +128847,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedRoleBindingWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedRoleBindingWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -130011,7 +128860,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -130023,7 +128871,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -130034,10 +128881,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -130078,10 +128921,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -130116,7 +128955,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -130138,7 +128977,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -130409,7 +129248,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -130580,7 +129419,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -130602,7 +129441,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -130836,7 +129675,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -130858,7 +129697,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -131039,7 +129878,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -131144,7 +129983,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedRoleBindingWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedRoleBindingWithHttpMessagesAsync(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)) { if (body == null) { @@ -131249,7 +130088,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -131429,7 +130268,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -131451,7 +130290,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -131526,15 +130365,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -131629,10 +130459,6 @@ private void Initialize() /// 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. /// @@ -131657,7 +130483,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedRoleWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedRoleWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -131670,7 +130496,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -131682,7 +130507,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -131693,10 +130517,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -131737,10 +130557,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -131775,7 +130591,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -131797,7 +130613,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -132068,7 +130884,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -132235,7 +131051,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -132257,7 +131073,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -132491,7 +131307,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -132513,7 +131329,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -132694,7 +131510,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -132799,7 +131615,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedRoleWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedRoleWithHttpMessagesAsync(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)) { if (body == null) { @@ -132904,7 +131720,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -133080,7 +131896,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -133102,7 +131918,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -133376,7 +132192,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -133632,7 +132448,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -133758,7 +132574,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -133812,15 +132628,6 @@ private void Initialize() /// /// delete collection of ClusterRoleBinding /// - /// - /// 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. - /// /// /// /// @@ -133915,10 +132722,6 @@ private void Initialize() /// 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. /// @@ -133937,7 +132740,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionClusterRoleBinding1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionClusterRoleBinding1WithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -133946,7 +132749,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -133958,7 +132760,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionClusterRoleBinding1", tracingParameters); @@ -133967,10 +132768,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -134011,10 +132808,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -134049,7 +132842,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -134071,7 +132864,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -134327,7 +133120,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -134489,7 +133282,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -134511,7 +133304,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -134736,7 +133529,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -134758,7 +133551,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -134930,7 +133723,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -135032,7 +133825,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchClusterRoleBinding1WithHttpMessagesAsync(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)) + public async Task> PatchClusterRoleBinding1WithHttpMessagesAsync(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)) { if (body == null) { @@ -135131,7 +133924,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -135302,7 +134095,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -135324,7 +134117,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -135396,15 +134189,6 @@ private void Initialize() /// /// delete collection of ClusterRole /// - /// - /// 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. - /// /// /// /// @@ -135499,10 +134283,6 @@ private void Initialize() /// 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. /// @@ -135521,7 +134301,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionClusterRole1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionClusterRole1WithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -135530,7 +134310,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -135542,7 +134321,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionClusterRole1", tracingParameters); @@ -135551,10 +134329,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/rbac.authorization.k8s.io/v1alpha1/clusterroles").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -135595,10 +134369,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -135633,7 +134403,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -135655,7 +134425,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -135911,7 +134681,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -136069,7 +134839,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -136091,7 +134861,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -136316,7 +135086,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -136338,7 +135108,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -136510,7 +135280,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -136612,7 +135382,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchClusterRole1WithHttpMessagesAsync(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)) + public async Task> PatchClusterRole1WithHttpMessagesAsync(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)) { if (body == null) { @@ -136711,7 +135481,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -136878,7 +135648,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -136900,7 +135670,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -136975,15 +135745,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -137078,10 +135839,6 @@ private void Initialize() /// 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. /// @@ -137106,7 +135863,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedRoleBinding1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedRoleBinding1WithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -137119,7 +135876,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -137131,7 +135887,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -137142,10 +135897,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -137186,10 +135937,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -137224,7 +135971,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -137246,7 +135993,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -137517,7 +136264,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -137688,7 +136435,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -137710,7 +136457,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -137944,7 +136691,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -137966,7 +136713,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -138147,7 +136894,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -138252,7 +136999,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedRoleBinding1WithHttpMessagesAsync(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)) + public async Task> PatchNamespacedRoleBinding1WithHttpMessagesAsync(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)) { if (body == null) { @@ -138357,7 +137104,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -138537,7 +137284,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -138559,7 +137306,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -138634,15 +137381,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -138737,10 +137475,6 @@ private void Initialize() /// 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. /// @@ -138765,7 +137499,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedRole1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedRole1WithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -138778,7 +137512,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -138790,7 +137523,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -138801,10 +137533,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -138845,10 +137573,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -138883,7 +137607,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -138905,7 +137629,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -139176,7 +137900,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -139343,7 +138067,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -139365,7 +138089,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -139599,7 +138323,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -139621,7 +138345,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -139802,7 +138526,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -139907,7 +138631,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedRole1WithHttpMessagesAsync(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)) + public async Task> PatchNamespacedRole1WithHttpMessagesAsync(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)) { if (body == null) { @@ -140012,7 +138736,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -140188,7 +138912,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -140210,7 +138934,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -140484,7 +139208,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -140740,7 +139464,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -140866,7 +139590,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -140920,15 +139644,6 @@ private void Initialize() /// /// delete collection of ClusterRoleBinding /// - /// - /// 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. - /// /// /// /// @@ -141023,10 +139738,6 @@ private void Initialize() /// 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. /// @@ -141045,7 +139756,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionClusterRoleBinding2WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionClusterRoleBinding2WithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -141054,7 +139765,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -141066,7 +139776,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionClusterRoleBinding2", tracingParameters); @@ -141075,10 +139784,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -141119,10 +139824,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -141157,7 +139858,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -141179,7 +139880,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -141435,7 +140136,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -141597,7 +140298,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -141619,7 +140320,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -141844,7 +140545,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -141866,7 +140567,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -142038,7 +140739,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -142140,7 +140841,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchClusterRoleBinding2WithHttpMessagesAsync(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)) + public async Task> PatchClusterRoleBinding2WithHttpMessagesAsync(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)) { if (body == null) { @@ -142239,7 +140940,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -142410,7 +141111,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -142432,7 +141133,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -142504,15 +141205,6 @@ private void Initialize() /// /// delete collection of ClusterRole /// - /// - /// 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. - /// /// /// /// @@ -142607,10 +141299,6 @@ private void Initialize() /// 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. /// @@ -142629,7 +141317,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionClusterRole2WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionClusterRole2WithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -142638,7 +141326,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -142650,7 +141337,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionClusterRole2", tracingParameters); @@ -142659,10 +141345,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/rbac.authorization.k8s.io/v1beta1/clusterroles").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -142703,10 +141385,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -142741,7 +141419,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -142763,7 +141441,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -143019,7 +141697,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -143177,7 +141855,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -143199,7 +141877,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -143424,7 +142102,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -143446,7 +142124,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -143618,7 +142296,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -143720,7 +142398,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchClusterRole2WithHttpMessagesAsync(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)) + public async Task> PatchClusterRole2WithHttpMessagesAsync(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)) { if (body == null) { @@ -143819,7 +142497,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -143986,7 +142664,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -144008,7 +142686,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -144083,15 +142761,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -144186,10 +142855,6 @@ private void Initialize() /// 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. /// @@ -144214,7 +142879,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedRoleBinding2WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedRoleBinding2WithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -144227,7 +142892,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -144239,7 +142903,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -144250,10 +142913,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -144294,10 +142953,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -144332,7 +142987,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -144354,7 +143009,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -144625,7 +143280,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -144796,7 +143451,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -144818,7 +143473,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -145052,7 +143707,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -145074,7 +143729,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -145255,7 +143910,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -145360,7 +144015,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedRoleBinding2WithHttpMessagesAsync(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)) + public async Task> PatchNamespacedRoleBinding2WithHttpMessagesAsync(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)) { if (body == null) { @@ -145465,7 +144120,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -145645,7 +144300,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -145667,7 +144322,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -145742,15 +144397,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -145845,10 +144491,6 @@ private void Initialize() /// 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. /// @@ -145873,7 +144515,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedRole2WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedRole2WithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -145886,7 +144528,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -145898,7 +144539,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -145909,10 +144549,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -145953,10 +144589,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -145991,7 +144623,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -146013,7 +144645,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -146284,7 +144916,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -146451,7 +145083,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -146473,7 +145105,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -146707,7 +145339,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -146729,7 +145361,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -146910,7 +145542,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -147015,7 +145647,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedRole2WithHttpMessagesAsync(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)) + public async Task> PatchNamespacedRole2WithHttpMessagesAsync(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)) { if (body == null) { @@ -147120,7 +145752,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -147296,7 +145928,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -147318,7 +145950,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -147592,7 +146224,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -147848,7 +146480,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -147974,7 +146606,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -148100,7 +146732,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -148154,15 +146786,6 @@ private void Initialize() /// /// delete collection of PriorityClass /// - /// - /// 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. - /// /// /// /// @@ -148257,10 +146880,6 @@ private void Initialize() /// 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. /// @@ -148279,7 +146898,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionPriorityClassWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionPriorityClassWithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -148288,7 +146907,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -148300,7 +146918,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionPriorityClass", tracingParameters); @@ -148309,10 +146926,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/scheduling.k8s.io/v1/priorityclasses").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -148353,10 +146966,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -148391,7 +147000,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -148413,7 +147022,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -148669,7 +147278,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -148831,7 +147440,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -148853,7 +147462,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -149078,7 +147687,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -149100,7 +147709,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -149290,7 +147899,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -149392,7 +148001,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchPriorityClassWithHttpMessagesAsync(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)) + public async Task> PatchPriorityClassWithHttpMessagesAsync(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)) { if (body == null) { @@ -149491,7 +148100,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -149662,7 +148271,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -149684,7 +148293,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -149828,7 +148437,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -149882,15 +148491,6 @@ private void Initialize() /// /// delete collection of PriorityClass /// - /// - /// 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. - /// /// /// /// @@ -149985,10 +148585,6 @@ private void Initialize() /// 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. /// @@ -150007,7 +148603,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionPriorityClass1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionPriorityClass1WithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -150016,7 +148612,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -150028,7 +148623,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionPriorityClass1", tracingParameters); @@ -150037,10 +148631,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/scheduling.k8s.io/v1alpha1/priorityclasses").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -150081,10 +148671,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -150119,7 +148705,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -150141,7 +148727,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -150397,7 +148983,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -150559,7 +149145,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -150581,7 +149167,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -150806,7 +149392,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -150828,7 +149414,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -151018,7 +149604,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -151120,7 +149706,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchPriorityClass1WithHttpMessagesAsync(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)) + public async Task> PatchPriorityClass1WithHttpMessagesAsync(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)) { if (body == null) { @@ -151219,7 +149805,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -151390,7 +149976,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -151412,7 +149998,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -151556,7 +150142,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -151610,15 +150196,6 @@ private void Initialize() /// /// delete collection of PriorityClass /// - /// - /// 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. - /// /// /// /// @@ -151713,10 +150290,6 @@ private void Initialize() /// 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. /// @@ -151735,7 +150308,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionPriorityClass2WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionPriorityClass2WithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -151744,7 +150317,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -151756,7 +150328,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionPriorityClass2", tracingParameters); @@ -151765,10 +150336,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/scheduling.k8s.io/v1beta1/priorityclasses").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -151809,10 +150376,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -151847,7 +150410,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -151869,7 +150432,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -152125,7 +150688,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -152287,7 +150850,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -152309,7 +150872,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -152534,7 +151097,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -152556,7 +151119,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -152746,7 +151309,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -152848,7 +151411,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchPriorityClass2WithHttpMessagesAsync(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)) + public async Task> PatchPriorityClass2WithHttpMessagesAsync(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)) { if (body == null) { @@ -152947,7 +151510,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -153118,7 +151681,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -153140,7 +151703,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -153284,7 +151847,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -153410,7 +151973,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -153467,15 +152030,6 @@ private void Initialize() /// /// 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. - /// /// /// /// @@ -153570,10 +152124,6 @@ private void Initialize() /// 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. /// @@ -153598,7 +152148,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionNamespacedPodPresetWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionNamespacedPodPresetWithHttpMessagesAsync(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)) { if (namespaceParameter == null) { @@ -153611,7 +152161,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -153623,7 +152172,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); @@ -153634,10 +152182,6 @@ private void Initialize() var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets").ToString(); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -153678,10 +152222,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -153716,7 +152256,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -153738,7 +152278,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -154009,7 +152549,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -154176,7 +152716,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -154198,7 +152738,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -154432,7 +152972,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -154454,7 +152994,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -154653,7 +153193,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -154758,7 +153298,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedPodPresetWithHttpMessagesAsync(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)) + public async Task> PatchNamespacedPodPresetWithHttpMessagesAsync(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)) { if (body == null) { @@ -154863,7 +153403,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -155039,7 +153579,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -155061,7 +153601,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -155335,7 +153875,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -155461,7 +154001,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -155587,7 +154127,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -155641,15 +154181,6 @@ private void Initialize() /// /// delete collection of CSIDriver /// - /// - /// 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. - /// /// /// /// @@ -155744,10 +154275,6 @@ private void Initialize() /// 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. /// @@ -155766,7 +154293,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionCSIDriverWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionCSIDriverWithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -155775,7 +154302,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -155787,7 +154313,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionCSIDriver", tracingParameters); @@ -155796,10 +154321,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/storage.k8s.io/v1/csidrivers").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -155840,10 +154361,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -155878,7 +154395,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -155900,7 +154417,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -156156,7 +154673,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -156318,7 +154835,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -156340,7 +154857,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -156565,7 +155082,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -156587,7 +155104,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -156777,7 +155294,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -156879,7 +155396,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchCSIDriverWithHttpMessagesAsync(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)) + public async Task> PatchCSIDriverWithHttpMessagesAsync(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)) { if (body == null) { @@ -156978,7 +155495,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -157149,7 +155666,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -157171,7 +155688,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -157243,15 +155760,6 @@ private void Initialize() /// /// delete collection of CSINode /// - /// - /// 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. - /// /// /// /// @@ -157346,10 +155854,6 @@ private void Initialize() /// 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. /// @@ -157368,7 +155872,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionCSINodeWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionCSINodeWithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -157377,7 +155881,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -157389,7 +155892,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionCSINode", tracingParameters); @@ -157398,10 +155900,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/storage.k8s.io/v1/csinodes").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -157433,268 +155931,264 @@ private void Initialize() if (propagationPolicy != null) { _queryParameters.Add(string.Format("propagationPolicy={0}", System.Uri.EscapeDataString(propagationPolicy))); - } - if (resourceVersion != null) - { - _queryParameters.Add(string.Format("resourceVersion={0}", System.Uri.EscapeDataString(resourceVersion))); - } - if (timeoutSeconds != null) - { - _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); - } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } - if (pretty != null) - { - _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); - } - if (_queryParameters.Count > 0) - { - _url += "?" + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(body != null) - { - _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) - { - var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - if (_httpResponse.Content != null) { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - } - else { - _responseContent = string.Empty; - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new HttpOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// list or watch objects of kind CSINode - /// - /// - /// 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. - /// - /// - /// The continue option should be set when retrieving more results from the - /// server. Since this value is server defined, clients may only use the - /// continue value from a previous query result with identical query parameters - /// (except for the value of continue) and the server may reject a continue - /// value it does not recognize. If the specified continue value is no longer - /// valid whether due to expiration (generally five to fifteen minutes) or a - /// configuration change on the server, the server will respond with a 410 - /// ResourceExpired error together with a continue token. If the client needs a - /// consistent list, it must restart their list without the continue field. - /// Otherwise, the client may send another list request with the token received - /// with the 410 error, the server will respond with a list starting from the - /// next key, but from the latest snapshot, which is inconsistent from the - /// previous list results - objects that are created, modified, or deleted - /// after the first list request will be included in the response, as long as - /// their keys are after the "next key". - /// - /// This field is not supported when watch is true. Clients may start a watch - /// from the last resourceVersion value returned by the server and not miss any - /// modifications. - /// - /// - /// A selector to restrict the list of returned objects by their fields. - /// Defaults to everything. - /// - /// - /// A selector to restrict the list of returned objects by their labels. - /// Defaults to everything. - /// - /// - /// limit is a maximum number of responses to return for a list call. If more - /// items exist, the server will set the `continue` field on the list metadata - /// to a value that can be used with the same initial query to retrieve the - /// next set of results. Setting a limit may return fewer than the requested - /// amount of items (up to zero items) in the event all requested objects are - /// filtered out and clients should only use the presence of the continue field - /// to determine whether more results are available. Servers may choose not to - /// support the limit argument and will return all of the available results. If - /// limit is specified and the continue field is empty, clients may assume that - /// no more results are available. This field is not supported if watch is - /// true. - /// - /// The server guarantees that the objects returned when using continue will be - /// identical to issuing a single list call without a limit - that is, no - /// objects created, modified, or deleted after the first request is issued - /// will be included in any subsequent continued requests. This is sometimes - /// referred to as a consistent snapshot, and ensures that a client that is - /// using limit to receive smaller chunks of a very large result can ensure - /// they see all possible objects. If objects are updated during a chunked list - /// the version of the object that was present at the time the first list - /// result was calculated is returned. - /// - /// - /// When specified with a watch call, shows changes that occur after that - /// particular version of a resource. Defaults to changes from the beginning of - /// history. When specified for list: - if unset, then the result is returned - /// from remote storage based on quorum-read flag; - if it's 0, then we simply - /// return what we currently have in cache, no guarantee; - if set to non zero, - /// then the result is at least as fresh as given rv. - /// - /// - /// 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. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> ListCSINodeWithHttpMessagesAsync(bool? allowWatchBookmarks = default(bool?), string continueParameter = default(string), string fieldSelector = default(string), string labelSelector = default(string), int? limit = default(int?), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); - tracingParameters.Add("continueParameter", continueParameter); - tracingParameters.Add("fieldSelector", fieldSelector); - tracingParameters.Add("labelSelector", labelSelector); - tracingParameters.Add("limit", limit); - tracingParameters.Add("resourceVersion", resourceVersion); - tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); - tracingParameters.Add("pretty", pretty); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListCSINode", tracingParameters); - } - // Construct URL - var _baseUrl = BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/storage.k8s.io/v1/csinodes").ToString(); - List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } - if (continueParameter != null) - { - _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); - } - if (fieldSelector != null) - { - _queryParameters.Add(string.Format("fieldSelector={0}", System.Uri.EscapeDataString(fieldSelector))); - } - if (labelSelector != null) - { - _queryParameters.Add(string.Format("labelSelector={0}", System.Uri.EscapeDataString(labelSelector))); - } - if (limit != null) - { - _queryParameters.Add(string.Format("limit={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(limit, SerializationSettings).Trim('"')))); + } + if (resourceVersion != null) + { + _queryParameters.Add(string.Format("resourceVersion={0}", System.Uri.EscapeDataString(resourceVersion))); + } + if (timeoutSeconds != null) + { + _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); + } + if (pretty != null) + { + _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(body != null) + { + _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); + } + // Set Credentials + if (Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + if (_httpResponse.Content != null) { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + } + else { + _responseContent = string.Empty; + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new HttpOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// list or watch objects of kind CSINode + /// + /// + /// 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. + /// + /// + /// The continue option should be set when retrieving more results from the + /// server. Since this value is server defined, clients may only use the + /// continue value from a previous query result with identical query parameters + /// (except for the value of continue) and the server may reject a continue + /// value it does not recognize. If the specified continue value is no longer + /// valid whether due to expiration (generally five to fifteen minutes) or a + /// configuration change on the server, the server will respond with a 410 + /// ResourceExpired error together with a continue token. If the client needs a + /// consistent list, it must restart their list without the continue field. + /// Otherwise, the client may send another list request with the token received + /// with the 410 error, the server will respond with a list starting from the + /// next key, but from the latest snapshot, which is inconsistent from the + /// previous list results - objects that are created, modified, or deleted + /// after the first list request will be included in the response, as long as + /// their keys are after the "next key". + /// + /// This field is not supported when watch is true. Clients may start a watch + /// from the last resourceVersion value returned by the server and not miss any + /// modifications. + /// + /// + /// A selector to restrict the list of returned objects by their fields. + /// Defaults to everything. + /// + /// + /// A selector to restrict the list of returned objects by their labels. + /// Defaults to everything. + /// + /// + /// limit is a maximum number of responses to return for a list call. If more + /// items exist, the server will set the `continue` field on the list metadata + /// to a value that can be used with the same initial query to retrieve the + /// next set of results. Setting a limit may return fewer than the requested + /// amount of items (up to zero items) in the event all requested objects are + /// filtered out and clients should only use the presence of the continue field + /// to determine whether more results are available. Servers may choose not to + /// support the limit argument and will return all of the available results. If + /// limit is specified and the continue field is empty, clients may assume that + /// no more results are available. This field is not supported if watch is + /// true. + /// + /// The server guarantees that the objects returned when using continue will be + /// identical to issuing a single list call without a limit - that is, no + /// objects created, modified, or deleted after the first request is issued + /// will be included in any subsequent continued requests. This is sometimes + /// referred to as a consistent snapshot, and ensures that a client that is + /// using limit to receive smaller chunks of a very large result can ensure + /// they see all possible objects. If objects are updated during a chunked list + /// the version of the object that was present at the time the first list + /// result was calculated is returned. + /// + /// + /// When specified with a watch call, shows changes that occur after that + /// particular version of a resource. Defaults to changes from the beginning of + /// history. When specified for list: - if unset, then the result is returned + /// from remote storage based on quorum-read flag; - if it's 0, then we simply + /// return what we currently have in cache, no guarantee; - if set to non zero, + /// then the result is at least as fresh as given rv. + /// + /// + /// 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. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> ListCSINodeWithHttpMessagesAsync(bool? allowWatchBookmarks = default(bool?), string continueParameter = default(string), string fieldSelector = default(string), string labelSelector = default(string), int? limit = default(int?), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); + tracingParameters.Add("continueParameter", continueParameter); + tracingParameters.Add("fieldSelector", fieldSelector); + tracingParameters.Add("labelSelector", labelSelector); + tracingParameters.Add("limit", limit); + tracingParameters.Add("resourceVersion", resourceVersion); + tracingParameters.Add("timeoutSeconds", timeoutSeconds); + tracingParameters.Add("watch", watch); + tracingParameters.Add("pretty", pretty); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListCSINode", tracingParameters); + } + // Construct URL + var _baseUrl = BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/storage.k8s.io/v1/csinodes").ToString(); + List _queryParameters = new List(); + if (allowWatchBookmarks != null) + { + _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); + } + if (continueParameter != null) + { + _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); + } + if (fieldSelector != null) + { + _queryParameters.Add(string.Format("fieldSelector={0}", System.Uri.EscapeDataString(fieldSelector))); + } + if (labelSelector != null) + { + _queryParameters.Add(string.Format("labelSelector={0}", System.Uri.EscapeDataString(labelSelector))); + } + if (limit != null) + { + _queryParameters.Add(string.Format("limit={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(limit, SerializationSettings).Trim('"')))); } if (resourceVersion != null) { @@ -157758,7 +156252,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -157920,7 +156414,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -157942,7 +156436,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -158167,7 +156661,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -158189,7 +156683,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -158379,7 +156873,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -158481,7 +156975,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchCSINodeWithHttpMessagesAsync(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)) + public async Task> PatchCSINodeWithHttpMessagesAsync(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)) { if (body == null) { @@ -158580,7 +157074,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -158751,7 +157245,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -158773,7 +157267,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -158845,15 +157339,6 @@ private void Initialize() /// /// delete collection of StorageClass /// - /// - /// 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. - /// /// /// /// @@ -158948,10 +157433,6 @@ private void Initialize() /// 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. /// @@ -158970,7 +157451,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionStorageClassWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionStorageClassWithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -158979,7 +157460,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -158991,7 +157471,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionStorageClass", tracingParameters); @@ -159000,10 +157479,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/storage.k8s.io/v1/storageclasses").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -159044,10 +157519,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -159082,7 +157553,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -159104,7 +157575,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -159360,7 +157831,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -159522,7 +157993,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -159544,7 +158015,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -159769,7 +158240,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -159791,7 +158262,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -159981,7 +158452,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -160083,7 +158554,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchStorageClassWithHttpMessagesAsync(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)) + public async Task> PatchStorageClassWithHttpMessagesAsync(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)) { if (body == null) { @@ -160182,7 +158653,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -160353,7 +158824,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -160375,7 +158846,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -160447,15 +158918,6 @@ private void Initialize() /// /// delete collection of VolumeAttachment /// - /// - /// 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. - /// /// /// /// @@ -160550,10 +159012,6 @@ private void Initialize() /// 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. /// @@ -160572,7 +159030,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionVolumeAttachmentWithHttpMessagesAsync(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)) + public async Task> DeleteCollectionVolumeAttachmentWithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -160581,7 +159039,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -160593,7 +159050,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionVolumeAttachment", tracingParameters); @@ -160602,10 +159058,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/storage.k8s.io/v1/volumeattachments").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -160646,10 +159098,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -160684,7 +159132,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -160706,7 +159154,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -160962,7 +159410,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -161124,7 +159572,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -161146,7 +159594,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -161371,7 +159819,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -161393,7 +159841,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -161583,7 +160031,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -161685,7 +160133,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchVolumeAttachmentWithHttpMessagesAsync(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)) + public async Task> PatchVolumeAttachmentWithHttpMessagesAsync(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)) { if (body == null) { @@ -161784,7 +160232,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -161955,7 +160403,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -161977,7 +160425,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -162149,7 +160597,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -162251,7 +160699,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchVolumeAttachmentStatusWithHttpMessagesAsync(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)) + public async Task> PatchVolumeAttachmentStatusWithHttpMessagesAsync(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)) { if (body == null) { @@ -162350,7 +160798,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -162521,7 +160969,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -162543,7 +160991,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -162687,7 +161135,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -162741,15 +161189,6 @@ private void Initialize() /// /// delete collection of VolumeAttachment /// - /// - /// 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. - /// /// /// /// @@ -162844,10 +161283,6 @@ private void Initialize() /// 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. /// @@ -162866,7 +161301,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionVolumeAttachment1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionVolumeAttachment1WithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -162875,7 +161310,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -162887,7 +161321,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionVolumeAttachment1", tracingParameters); @@ -162896,10 +161329,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/storage.k8s.io/v1alpha1/volumeattachments").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -162940,10 +161369,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -162978,7 +161403,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -163000,7 +161425,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -163256,7 +161681,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -163418,7 +161843,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -163440,7 +161865,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -163665,7 +162090,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -163687,7 +162112,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -163877,7 +162302,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -163979,7 +162404,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchVolumeAttachment1WithHttpMessagesAsync(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)) + public async Task> PatchVolumeAttachment1WithHttpMessagesAsync(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)) { if (body == null) { @@ -164078,7 +162503,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -164249,7 +162674,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -164271,7 +162696,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -164415,7 +162840,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -164469,15 +162894,6 @@ private void Initialize() /// /// delete collection of CSIDriver /// - /// - /// 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. - /// /// /// /// @@ -164572,10 +162988,6 @@ private void Initialize() /// 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. /// @@ -164594,7 +163006,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionCSIDriver1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionCSIDriver1WithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -164603,7 +163015,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -164615,7 +163026,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionCSIDriver1", tracingParameters); @@ -164624,10 +163034,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/storage.k8s.io/v1beta1/csidrivers").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -164668,10 +163074,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -164706,7 +163108,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -164728,7 +163130,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -164984,7 +163386,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -165146,7 +163548,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -165168,7 +163570,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -165393,7 +163795,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -165415,7 +163817,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -165605,7 +164007,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -165707,7 +164109,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchCSIDriver1WithHttpMessagesAsync(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)) + public async Task> PatchCSIDriver1WithHttpMessagesAsync(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)) { if (body == null) { @@ -165806,7 +164208,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -165977,7 +164379,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -165999,7 +164401,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -166071,15 +164473,6 @@ private void Initialize() /// /// delete collection of CSINode /// - /// - /// 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. - /// /// /// /// @@ -166174,10 +164567,6 @@ private void Initialize() /// 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. /// @@ -166196,7 +164585,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionCSINode1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionCSINode1WithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -166205,7 +164594,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -166217,7 +164605,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionCSINode1", tracingParameters); @@ -166226,10 +164613,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/storage.k8s.io/v1beta1/csinodes").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -166270,10 +164653,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -166308,7 +164687,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -166330,7 +164709,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -166586,7 +164965,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -166748,7 +165127,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -166770,7 +165149,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -166995,7 +165374,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -167017,7 +165396,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -167207,7 +165586,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -167309,7 +165688,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchCSINode1WithHttpMessagesAsync(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)) + public async Task> PatchCSINode1WithHttpMessagesAsync(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)) { if (body == null) { @@ -167408,7 +165787,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -167579,7 +165958,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -167601,7 +165980,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -167673,15 +166052,6 @@ private void Initialize() /// /// delete collection of StorageClass /// - /// - /// 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. - /// /// /// /// @@ -167776,10 +166146,6 @@ private void Initialize() /// 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. /// @@ -167798,7 +166164,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionStorageClass1WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionStorageClass1WithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -167807,7 +166173,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -167819,7 +166184,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionStorageClass1", tracingParameters); @@ -167828,10 +166192,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/storage.k8s.io/v1beta1/storageclasses").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -167872,10 +166232,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -167910,7 +166266,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -167932,7 +166288,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -168188,7 +166544,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -168350,7 +166706,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -168372,7 +166728,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -168597,7 +166953,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -168619,7 +166975,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -168809,7 +167165,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -168911,7 +167267,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchStorageClass1WithHttpMessagesAsync(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)) + public async Task> PatchStorageClass1WithHttpMessagesAsync(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)) { if (body == null) { @@ -169010,7 +167366,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -169181,7 +167537,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -169203,7 +167559,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -169275,15 +167631,6 @@ private void Initialize() /// /// delete collection of VolumeAttachment /// - /// - /// 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. - /// /// /// /// @@ -169378,10 +167725,6 @@ private void Initialize() /// 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. /// @@ -169400,7 +167743,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteCollectionVolumeAttachment2WithHttpMessagesAsync(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)) + public async Task> DeleteCollectionVolumeAttachment2WithHttpMessagesAsync(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)) { // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -169409,7 +167752,6 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("allowWatchBookmarks", allowWatchBookmarks); tracingParameters.Add("body", body); tracingParameters.Add("continueParameter", continueParameter); tracingParameters.Add("dryRun", dryRun); @@ -169421,7 +167763,6 @@ private void Initialize() tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("resourceVersion", resourceVersion); tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); tracingParameters.Add("pretty", pretty); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionVolumeAttachment2", tracingParameters); @@ -169430,10 +167771,6 @@ private void Initialize() var _baseUrl = BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/storage.k8s.io/v1beta1/volumeattachments").ToString(); List _queryParameters = new List(); - if (allowWatchBookmarks != null) - { - _queryParameters.Add(string.Format("allowWatchBookmarks={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(allowWatchBookmarks, SerializationSettings).Trim('"')))); - } if (continueParameter != null) { _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); @@ -169474,10 +167811,6 @@ private void Initialize() { _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -169512,7 +167845,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -169534,7 +167867,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -169790,7 +168123,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -169952,7 +168285,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -169974,7 +168307,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -170199,7 +168532,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -170221,7 +168554,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 202) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -170411,7 +168744,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -170513,7 +168846,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchVolumeAttachment2WithHttpMessagesAsync(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)) + public async Task> PatchVolumeAttachment2WithHttpMessagesAsync(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)) { if (body == null) { @@ -170612,7 +168945,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -170783,7 +169116,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -170805,7 +169138,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -170943,7 +169276,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -171060,7 +169393,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -171168,7 +169501,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -171238,6 +169571,18 @@ private void Initialize() /// The custom resource's plural name. For TPRs this would be lowercase plural /// kind. /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// If 'true', then the output is pretty printed. /// @@ -171262,7 +169607,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> CreateNamespacedCustomObjectWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> CreateNamespacedCustomObjectWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string dryRun = default(string), string fieldManager = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (body == null) { @@ -171292,6 +169637,8 @@ private void Initialize() _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("body", body); + tracingParameters.Add("dryRun", dryRun); + tracingParameters.Add("fieldManager", fieldManager); tracingParameters.Add("pretty", pretty); tracingParameters.Add("group", group); tracingParameters.Add("version", version); @@ -171308,6 +169655,14 @@ private void Initialize() _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); List _queryParameters = new List(); + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } + if (fieldManager != null) + { + _queryParameters.Add(string.Format("fieldManager={0}", System.Uri.EscapeDataString(fieldManager))); + } if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -171364,7 +169719,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -171416,7 +169771,7 @@ private void Initialize() } /// - /// list or watch namespace scoped custom objects + /// Delete collection of namespace scoped custom objects /// /// /// The custom resource's group name @@ -171431,73 +169786,32 @@ private void Initialize() /// The custom resource's plural name. For TPRs this would be lowercase plural /// kind. /// - /// - /// The continue option should be set when retrieving more results from the - /// server. Since this value is server defined, clients may only use the - /// continue value from a previous query result with identical query parameters - /// (except for the value of continue) and the server may reject a continue - /// value it does not recognize. If the specified continue value is no longer - /// valid whether due to expiration (generally five to fifteen minutes) or a - /// configuration change on the server, the server will respond with a 410 - /// ResourceExpired error together with a continue token. If the client needs a - /// consistent list, it must restart their list without the continue field. - /// Otherwise, the client may send another list request with the token received - /// with the 410 error, the server will respond with a list starting from the - /// next key, but from the latest snapshot, which is inconsistent from the - /// previous list results - objects that are created, modified, or deleted - /// after the first list request will be included in the response, as long as - /// their keys are after the "next key". - /// - /// This field is not supported when watch is true. Clients may start a watch - /// from the last resourceVersion value returned by the server and not miss any - /// modifications. - /// - /// - /// A selector to restrict the list of returned objects by their fields. - /// Defaults to everything. - /// - /// - /// A selector to restrict the list of returned objects by their labels. - /// Defaults to everything. + /// /// - /// - /// limit is a maximum number of responses to return for a list call. If more - /// items exist, the server will set the `continue` field on the list metadata - /// to a value that can be used with the same initial query to retrieve the - /// next set of results. Setting a limit may return fewer than the requested - /// amount of items (up to zero items) in the event all requested objects are - /// filtered out and clients should only use the presence of the continue field - /// to determine whether more results are available. Servers may choose not to - /// support the limit argument and will return all of the available results. If - /// limit is specified and the continue field is empty, clients may assume that - /// no more results are available. This field is not supported if watch is - /// true. - /// - /// The server guarantees that the objects returned when using continue will be - /// identical to issuing a single list call without a limit - that is, no - /// objects created, modified, or deleted after the first request is issued - /// will be included in any subsequent continued requests. This is sometimes - /// referred to as a consistent snapshot, and ensures that a client that is - /// using limit to receive smaller chunks of a very large result can ensure - /// they see all possible objects. If objects are updated during a chunked list - /// the version of the object that was present at the time the first list - /// result was calculated is returned. + /// + /// The duration in seconds before the object should be deleted. Value must be + /// non-negative integer. The value zero indicates delete immediately. If this + /// value is nil, the default grace period for the specified type will be used. + /// Defaults to a per object value if not specified. zero means delete + /// immediately. /// - /// - /// When specified with a watch call, shows changes that occur after that - /// particular version of a resource. Defaults to changes from the beginning of - /// history. When specified for list: - if unset, then the result is returned - /// from remote storage based on quorum-read flag; - if it's 0, then we simply - /// return what we currently have in cache, no guarantee; - if set to non zero, - /// then the result is at least as fresh as given rv. + /// + /// Deprecated: please use the PropagationPolicy, this field will be deprecated + /// in 1.7. Should the dependent objects be orphaned. If true/false, the + /// "orphan" finalizer will be added to/removed from the object's finalizers + /// list. Either this field or PropagationPolicy may be set, but not both. /// - /// - /// Timeout for the list/watch call. This limits the duration of the call, - /// regardless of any activity or inactivity. + /// + /// Whether and how garbage collection will be performed. Either this field or + /// OrphanDependents may be set, but not both. The default policy is decided by + /// the existing finalizer set in the metadata.finalizers and the + /// resource-specific default policy. /// - /// - /// Watch for changes to the described resources and return them as a stream of - /// add, update, and remove notifications. + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed /// /// /// If 'true', then the output is pretty printed. @@ -171523,7 +169837,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> ListNamespacedCustomObjectWithHttpMessagesAsync(string group, string version, string namespaceParameter, string plural, string continueParameter = default(string), string fieldSelector = default(string), string labelSelector = default(string), int? limit = default(int?), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> DeleteCollectionNamespacedCustomObjectWithHttpMessagesAsync(string group, string version, string namespaceParameter, string plural, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (group == null) { @@ -171548,20 +169862,18 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("continueParameter", continueParameter); - tracingParameters.Add("fieldSelector", fieldSelector); - tracingParameters.Add("labelSelector", labelSelector); - tracingParameters.Add("limit", limit); - tracingParameters.Add("resourceVersion", resourceVersion); - tracingParameters.Add("timeoutSeconds", timeoutSeconds); - tracingParameters.Add("watch", watch); + tracingParameters.Add("body", body); + tracingParameters.Add("gracePeriodSeconds", gracePeriodSeconds); + tracingParameters.Add("orphanDependents", orphanDependents); + tracingParameters.Add("propagationPolicy", propagationPolicy); + tracingParameters.Add("dryRun", dryRun); tracingParameters.Add("pretty", pretty); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("plural", plural); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListNamespacedCustomObject", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionNamespacedCustomObject", tracingParameters); } // Construct URL var _baseUrl = BaseUri.AbsoluteUri; @@ -171571,215 +169883,22 @@ private void Initialize() _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); List _queryParameters = new List(); - if (continueParameter != null) - { - _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); - } - if (fieldSelector != null) - { - _queryParameters.Add(string.Format("fieldSelector={0}", System.Uri.EscapeDataString(fieldSelector))); - } - if (labelSelector != null) - { - _queryParameters.Add(string.Format("labelSelector={0}", System.Uri.EscapeDataString(labelSelector))); - } - if (limit != null) - { - _queryParameters.Add(string.Format("limit={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(limit, SerializationSettings).Trim('"')))); - } - if (resourceVersion != null) - { - _queryParameters.Add(string.Format("resourceVersion={0}", System.Uri.EscapeDataString(resourceVersion))); - } - if (timeoutSeconds != null) - { - _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); - } - if (watch != null) - { - _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); - } - if (pretty != null) - { - _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); - } - if (_queryParameters.Count > 0) - { - _url += "?" + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) - { - var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - if (_httpResponse.Content != null) { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - } - else { - _responseContent = string.Empty; - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new HttpOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Creates a cluster scoped Custom object - /// - /// - /// The JSON schema of the Resource to create. - /// - /// - /// The custom resource's group name - /// - /// - /// The custom resource's version - /// - /// - /// The custom resource's plural name. For TPRs this would be lowercase plural - /// kind. - /// - /// - /// If 'true', then the output is pretty printed. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> CreateClusterCustomObjectWithHttpMessagesAsync(object body, string group, string version, string plural, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (body == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "body"); - } - if (group == null) + if (gracePeriodSeconds != null) { - throw new ValidationException(ValidationRules.CannotBeNull, "group"); + _queryParameters.Add(string.Format("gracePeriodSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(gracePeriodSeconds, SerializationSettings).Trim('"')))); } - if (version == null) + if (orphanDependents != null) { - throw new ValidationException(ValidationRules.CannotBeNull, "version"); + _queryParameters.Add(string.Format("orphanDependents={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(orphanDependents, SerializationSettings).Trim('"')))); } - if (plural == null) + if (propagationPolicy != null) { - throw new ValidationException(ValidationRules.CannotBeNull, "plural"); + _queryParameters.Add(string.Format("propagationPolicy={0}", System.Uri.EscapeDataString(propagationPolicy))); } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) + if (dryRun != null) { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("body", body); - tracingParameters.Add("pretty", pretty); - tracingParameters.Add("group", group); - tracingParameters.Add("version", version); - tracingParameters.Add("plural", plural); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "CreateClusterCustomObject", tracingParameters); + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); } - // Construct URL - var _baseUrl = BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/{plural}").ToString(); - _url = _url.Replace("{group}", System.Uri.EscapeDataString(group)); - _url = _url.Replace("{version}", System.Uri.EscapeDataString(version)); - _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); - List _queryParameters = new List(); if (pretty != null) { _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); @@ -171791,7 +169910,7 @@ private void Initialize() // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.Method = new HttpMethod("DELETE"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers @@ -171814,7 +169933,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -171836,7 +169955,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -171863,7 +169982,7 @@ private void Initialize() _result.Request = _httpRequest; _result.Response = _httpResponse; // Deserialize Response - if ((int)_statusCode == 201) + if ((int)_statusCode == 200) { _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try @@ -171888,7 +170007,7 @@ private void Initialize() } /// - /// list or watch cluster scoped custom objects + /// list or watch namespace scoped custom objects /// /// /// The custom resource's group name @@ -171896,6 +170015,9 @@ private void Initialize() /// /// The custom resource's version /// + /// + /// The custom resource's namespace + /// /// /// The custom resource's plural name. For TPRs this would be lowercase plural /// kind. @@ -171992,7 +170114,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> ListClusterCustomObjectWithHttpMessagesAsync(string group, string version, string plural, string continueParameter = default(string), string fieldSelector = default(string), string labelSelector = default(string), int? limit = default(int?), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ListNamespacedCustomObjectWithHttpMessagesAsync(string group, string version, string namespaceParameter, string plural, string continueParameter = default(string), string fieldSelector = default(string), string labelSelector = default(string), int? limit = default(int?), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (group == null) { @@ -172002,6 +170124,10 @@ private void Initialize() { throw new ValidationException(ValidationRules.CannotBeNull, "version"); } + if (namespaceParameter == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "namespaceParameter"); + } if (plural == null) { throw new ValidationException(ValidationRules.CannotBeNull, "plural"); @@ -172023,15 +170149,17 @@ private void Initialize() tracingParameters.Add("pretty", pretty); tracingParameters.Add("group", group); tracingParameters.Add("version", version); + tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("plural", plural); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListClusterCustomObject", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ListNamespacedCustomObject", tracingParameters); } // Construct URL var _baseUrl = BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/{plural}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/namespaces/{namespace}/{plural}").ToString(); _url = _url.Replace("{group}", System.Uri.EscapeDataString(group)); _url = _url.Replace("{version}", System.Uri.EscapeDataString(version)); + _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); List _queryParameters = new List(); if (continueParameter != null) @@ -172112,7 +170240,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -172164,22 +170292,37 @@ private void Initialize() } /// - /// replace status of the cluster scoped specified custom object + /// Creates a cluster scoped Custom object /// /// + /// The JSON schema of the Resource to create. /// /// - /// the custom resource's group + /// The custom resource's group name /// /// - /// the custom resource's version + /// The custom resource's version /// /// - /// the custom resource's plural name. For TPRs this would be lowercase plural + /// The custom resource's plural name. For TPRs this would be lowercase plural /// kind. /// - /// - /// the custom object's name + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// If 'true', then the output is pretty printed. /// /// /// Headers that will be added to request. @@ -172202,7 +170345,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> ReplaceClusterCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> CreateClusterCustomObjectWithHttpMessagesAsync(object body, string group, string version, string plural, string dryRun = default(string), string fieldManager = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (body == null) { @@ -172220,10 +170363,6 @@ private void Initialize() { throw new ValidationException(ValidationRules.CannotBeNull, "plural"); } - if (name == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "name"); - } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -172232,24 +170371,42 @@ private void Initialize() _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("body", body); + tracingParameters.Add("dryRun", dryRun); + tracingParameters.Add("fieldManager", fieldManager); + tracingParameters.Add("pretty", pretty); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("plural", plural); - tracingParameters.Add("name", name); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ReplaceClusterCustomObjectStatus", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "CreateClusterCustomObject", tracingParameters); } // Construct URL var _baseUrl = BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/{plural}/{name}/status").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/{plural}").ToString(); _url = _url.Replace("{group}", System.Uri.EscapeDataString(group)); _url = _url.Replace("{version}", System.Uri.EscapeDataString(version)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); - _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + List _queryParameters = new List(); + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } + if (fieldManager != null) + { + _queryParameters.Add(string.Format("fieldManager={0}", System.Uri.EscapeDataString(fieldManager))); + } + if (pretty != null) + { + _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.Method = new HttpMethod("POST"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers @@ -172294,7 +170451,719 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 201) + { + var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + if (_httpResponse.Content != null) { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + } + else { + _responseContent = string.Empty; + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new HttpOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Delete collection of cluster scoped custom objects + /// + /// + /// The custom resource's group name + /// + /// + /// The custom resource's version + /// + /// + /// The custom resource's plural name. For TPRs this would be lowercase plural + /// kind. + /// + /// + /// + /// + /// The duration in seconds before the object should be deleted. Value must be + /// non-negative integer. The value zero indicates delete immediately. If this + /// value is nil, the default grace period for the specified type will be used. + /// Defaults to a per object value if not specified. zero means delete + /// immediately. + /// + /// + /// Deprecated: please use the PropagationPolicy, this field will be deprecated + /// in 1.7. Should the dependent objects be orphaned. If true/false, the + /// "orphan" finalizer will be added to/removed from the object's finalizers + /// list. Either this field or PropagationPolicy may be set, but not both. + /// + /// + /// Whether and how garbage collection will be performed. Either this field or + /// OrphanDependents may be set, but not both. The default policy is decided by + /// the existing finalizer set in the metadata.finalizers and the + /// resource-specific default policy. + /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// If 'true', then the output is pretty printed. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> DeleteCollectionClusterCustomObjectWithHttpMessagesAsync(string group, string version, string plural, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (group == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "group"); + } + if (version == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "version"); + } + if (plural == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "plural"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("body", body); + tracingParameters.Add("gracePeriodSeconds", gracePeriodSeconds); + tracingParameters.Add("orphanDependents", orphanDependents); + tracingParameters.Add("propagationPolicy", propagationPolicy); + tracingParameters.Add("dryRun", dryRun); + tracingParameters.Add("pretty", pretty); + tracingParameters.Add("group", group); + tracingParameters.Add("version", version); + tracingParameters.Add("plural", plural); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "DeleteCollectionClusterCustomObject", tracingParameters); + } + // Construct URL + var _baseUrl = BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/{plural}").ToString(); + _url = _url.Replace("{group}", System.Uri.EscapeDataString(group)); + _url = _url.Replace("{version}", System.Uri.EscapeDataString(version)); + _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); + List _queryParameters = new List(); + if (gracePeriodSeconds != null) + { + _queryParameters.Add(string.Format("gracePeriodSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(gracePeriodSeconds, SerializationSettings).Trim('"')))); + } + if (orphanDependents != null) + { + _queryParameters.Add(string.Format("orphanDependents={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(orphanDependents, SerializationSettings).Trim('"')))); + } + if (propagationPolicy != null) + { + _queryParameters.Add(string.Format("propagationPolicy={0}", System.Uri.EscapeDataString(propagationPolicy))); + } + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } + if (pretty != null) + { + _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(body != null) + { + _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); + } + // Set Credentials + if (Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + if (_httpResponse.Content != null) { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + } + else { + _responseContent = string.Empty; + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new HttpOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// list or watch cluster scoped custom objects + /// + /// + /// The custom resource's group name + /// + /// + /// The custom resource's version + /// + /// + /// The custom resource's plural name. For TPRs this would be lowercase plural + /// kind. + /// + /// + /// The continue option should be set when retrieving more results from the + /// server. Since this value is server defined, clients may only use the + /// continue value from a previous query result with identical query parameters + /// (except for the value of continue) and the server may reject a continue + /// value it does not recognize. If the specified continue value is no longer + /// valid whether due to expiration (generally five to fifteen minutes) or a + /// configuration change on the server, the server will respond with a 410 + /// ResourceExpired error together with a continue token. If the client needs a + /// consistent list, it must restart their list without the continue field. + /// Otherwise, the client may send another list request with the token received + /// with the 410 error, the server will respond with a list starting from the + /// next key, but from the latest snapshot, which is inconsistent from the + /// previous list results - objects that are created, modified, or deleted + /// after the first list request will be included in the response, as long as + /// their keys are after the "next key". + /// + /// This field is not supported when watch is true. Clients may start a watch + /// from the last resourceVersion value returned by the server and not miss any + /// modifications. + /// + /// + /// A selector to restrict the list of returned objects by their fields. + /// Defaults to everything. + /// + /// + /// A selector to restrict the list of returned objects by their labels. + /// Defaults to everything. + /// + /// + /// limit is a maximum number of responses to return for a list call. If more + /// items exist, the server will set the `continue` field on the list metadata + /// to a value that can be used with the same initial query to retrieve the + /// next set of results. Setting a limit may return fewer than the requested + /// amount of items (up to zero items) in the event all requested objects are + /// filtered out and clients should only use the presence of the continue field + /// to determine whether more results are available. Servers may choose not to + /// support the limit argument and will return all of the available results. If + /// limit is specified and the continue field is empty, clients may assume that + /// no more results are available. This field is not supported if watch is + /// true. + /// + /// The server guarantees that the objects returned when using continue will be + /// identical to issuing a single list call without a limit - that is, no + /// objects created, modified, or deleted after the first request is issued + /// will be included in any subsequent continued requests. This is sometimes + /// referred to as a consistent snapshot, and ensures that a client that is + /// using limit to receive smaller chunks of a very large result can ensure + /// they see all possible objects. If objects are updated during a chunked list + /// the version of the object that was present at the time the first list + /// result was calculated is returned. + /// + /// + /// When specified with a watch call, shows changes that occur after that + /// particular version of a resource. Defaults to changes from the beginning of + /// history. When specified for list: - if unset, then the result is returned + /// from remote storage based on quorum-read flag; - if it's 0, then we simply + /// return what we currently have in cache, no guarantee; - if set to non zero, + /// then the result is at least as fresh as given rv. + /// + /// + /// 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. + /// + /// + /// If 'true', then the output is pretty printed. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> ListClusterCustomObjectWithHttpMessagesAsync(string group, string version, string plural, string continueParameter = default(string), string fieldSelector = default(string), string labelSelector = default(string), int? limit = default(int?), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (group == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "group"); + } + if (version == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "version"); + } + if (plural == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "plural"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("continueParameter", continueParameter); + tracingParameters.Add("fieldSelector", fieldSelector); + tracingParameters.Add("labelSelector", labelSelector); + tracingParameters.Add("limit", limit); + tracingParameters.Add("resourceVersion", resourceVersion); + tracingParameters.Add("timeoutSeconds", timeoutSeconds); + tracingParameters.Add("watch", watch); + tracingParameters.Add("pretty", pretty); + tracingParameters.Add("group", group); + tracingParameters.Add("version", version); + tracingParameters.Add("plural", plural); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListClusterCustomObject", tracingParameters); + } + // Construct URL + var _baseUrl = BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/{plural}").ToString(); + _url = _url.Replace("{group}", System.Uri.EscapeDataString(group)); + _url = _url.Replace("{version}", System.Uri.EscapeDataString(version)); + _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); + List _queryParameters = new List(); + if (continueParameter != null) + { + _queryParameters.Add(string.Format("continue={0}", System.Uri.EscapeDataString(continueParameter))); + } + if (fieldSelector != null) + { + _queryParameters.Add(string.Format("fieldSelector={0}", System.Uri.EscapeDataString(fieldSelector))); + } + if (labelSelector != null) + { + _queryParameters.Add(string.Format("labelSelector={0}", System.Uri.EscapeDataString(labelSelector))); + } + if (limit != null) + { + _queryParameters.Add(string.Format("limit={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(limit, SerializationSettings).Trim('"')))); + } + if (resourceVersion != null) + { + _queryParameters.Add(string.Format("resourceVersion={0}", System.Uri.EscapeDataString(resourceVersion))); + } + if (timeoutSeconds != null) + { + _queryParameters.Add(string.Format("timeoutSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(timeoutSeconds, SerializationSettings).Trim('"')))); + } + if (watch != null) + { + _queryParameters.Add(string.Format("watch={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(watch, SerializationSettings).Trim('"')))); + } + if (pretty != null) + { + _queryParameters.Add(string.Format("pretty={0}", System.Uri.EscapeDataString(pretty))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + if (_httpResponse.Content != null) { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + } + else { + _responseContent = string.Empty; + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new HttpOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// replace status of the cluster scoped specified custom object + /// + /// + /// + /// + /// the custom resource's group + /// + /// + /// the custom resource's version + /// + /// + /// the custom resource's plural name. For TPRs this would be lowercase plural + /// kind. + /// + /// + /// the custom object's name + /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> ReplaceClusterCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (body == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "body"); + } + if (group == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "group"); + } + if (version == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "version"); + } + if (plural == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "plural"); + } + if (name == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "name"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("body", body); + tracingParameters.Add("dryRun", dryRun); + tracingParameters.Add("fieldManager", fieldManager); + tracingParameters.Add("group", group); + tracingParameters.Add("version", version); + tracingParameters.Add("plural", plural); + tracingParameters.Add("name", name); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ReplaceClusterCustomObjectStatus", tracingParameters); + } + // Construct URL + var _baseUrl = BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/{plural}/{name}/status").ToString(); + _url = _url.Replace("{group}", System.Uri.EscapeDataString(group)); + _url = _url.Replace("{version}", System.Uri.EscapeDataString(version)); + _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); + _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + List _queryParameters = new List(); + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } + if (fieldManager != null) + { + _queryParameters.Add(string.Format("fieldManager={0}", System.Uri.EscapeDataString(fieldManager))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(body != null) + { + _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); + } + // Set Credentials + if (Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -172381,6 +171250,25 @@ private void Initialize() /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// /// /// Headers that will be added to request. /// @@ -172402,7 +171290,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchClusterCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> PatchClusterCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (body == null) { @@ -172432,6 +171320,9 @@ private void Initialize() _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("body", body); + tracingParameters.Add("dryRun", dryRun); + tracingParameters.Add("fieldManager", fieldManager); + tracingParameters.Add("force", force); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("plural", plural); @@ -172446,6 +171337,23 @@ private void Initialize() _url = _url.Replace("{version}", System.Uri.EscapeDataString(version)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + List _queryParameters = new List(); + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } + if (fieldManager != null) + { + _queryParameters.Add(string.Format("fieldManager={0}", System.Uri.EscapeDataString(fieldManager))); + } + if (force != null) + { + _queryParameters.Add(string.Format("force={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(force, SerializationSettings).Trim('"')))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; @@ -172494,7 +171402,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -172663,7 +171571,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -172736,6 +171644,244 @@ private void Initialize() /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> ReplaceNamespacedCustomObjectWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (body == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "body"); + } + if (group == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "group"); + } + if (version == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "version"); + } + if (namespaceParameter == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "namespaceParameter"); + } + if (plural == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "plural"); + } + if (name == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "name"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("body", body); + tracingParameters.Add("dryRun", dryRun); + tracingParameters.Add("fieldManager", fieldManager); + tracingParameters.Add("group", group); + tracingParameters.Add("version", version); + tracingParameters.Add("namespaceParameter", namespaceParameter); + tracingParameters.Add("plural", plural); + tracingParameters.Add("name", name); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ReplaceNamespacedCustomObject", tracingParameters); + } + // Construct URL + var _baseUrl = BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}").ToString(); + _url = _url.Replace("{group}", System.Uri.EscapeDataString(group)); + _url = _url.Replace("{version}", System.Uri.EscapeDataString(version)); + _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); + _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); + _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + List _queryParameters = new List(); + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } + if (fieldManager != null) + { + _queryParameters.Add(string.Format("fieldManager={0}", System.Uri.EscapeDataString(fieldManager))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(body != null) + { + _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); + } + // Set Credentials + if (Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + if (_httpResponse.Content != null) { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + } + else { + _responseContent = string.Empty; + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new HttpOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// patch the specified namespace scoped custom object + /// + /// + /// The JSON schema of the Resource to patch. + /// + /// + /// the custom resource's group + /// + /// + /// the custom resource's version + /// + /// + /// The custom resource's namespace + /// + /// + /// the custom resource's plural name. For TPRs this would be lowercase plural + /// kind. + /// + /// + /// the custom object's name + /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// /// /// Headers that will be added to request. /// @@ -172757,7 +171903,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> ReplaceNamespacedCustomObjectWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> PatchNamespacedCustomObjectWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (body == null) { @@ -172791,13 +171937,16 @@ private void Initialize() _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("body", body); + tracingParameters.Add("dryRun", dryRun); + tracingParameters.Add("fieldManager", fieldManager); + tracingParameters.Add("force", force); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("plural", plural); tracingParameters.Add("name", name); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ReplaceNamespacedCustomObject", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "PatchNamespacedCustomObject", tracingParameters); } // Construct URL var _baseUrl = BaseUri.AbsoluteUri; @@ -172807,10 +171956,27 @@ private void Initialize() _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + List _queryParameters = new List(); + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } + if (fieldManager != null) + { + _queryParameters.Add(string.Format("fieldManager={0}", System.Uri.EscapeDataString(fieldManager))); + } + if (force != null) + { + _queryParameters.Add(string.Format("force={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(force, SerializationSettings).Trim('"')))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.Method = new HttpMethod("PATCH"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers @@ -172833,7 +171999,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json-patch+json; charset=utf-8"); } // Set Credentials if (Credentials != null) @@ -172855,7 +172021,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -172907,11 +172073,8 @@ private void Initialize() } /// - /// patch the specified namespace scoped custom object + /// Deletes the specified namespace scoped custom object /// - /// - /// The JSON schema of the Resource to patch. - /// /// /// the custom resource's group /// @@ -172928,6 +172091,33 @@ private void Initialize() /// /// the custom object's name /// + /// + /// + /// + /// The duration in seconds before the object should be deleted. Value must be + /// non-negative integer. The value zero indicates delete immediately. If this + /// value is nil, the default grace period for the specified type will be used. + /// Defaults to a per object value if not specified. zero means delete + /// immediately. + /// + /// + /// Deprecated: please use the PropagationPolicy, this field will be deprecated + /// in 1.7. Should the dependent objects be orphaned. If true/false, the + /// "orphan" finalizer will be added to/removed from the object's finalizers + /// list. Either this field or PropagationPolicy may be set, but not both. + /// + /// + /// Whether and how garbage collection will be performed. Either this field or + /// OrphanDependents may be set, but not both. The default policy is decided by + /// the existing finalizer set in the metadata.finalizers and the + /// resource-specific default policy. + /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// /// /// Headers that will be added to request. /// @@ -172949,12 +172139,8 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedCustomObjectWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> DeleteNamespacedCustomObjectWithHttpMessagesAsync(string group, string version, string namespaceParameter, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { - if (body == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "body"); - } if (group == null) { throw new ValidationException(ValidationRules.CannotBeNull, "group"); @@ -172983,13 +172169,17 @@ private void Initialize() _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("body", body); + tracingParameters.Add("gracePeriodSeconds", gracePeriodSeconds); + tracingParameters.Add("orphanDependents", orphanDependents); + tracingParameters.Add("propagationPolicy", propagationPolicy); + tracingParameters.Add("dryRun", dryRun); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("plural", plural); tracingParameters.Add("name", name); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "PatchNamespacedCustomObject", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "DeleteNamespacedCustomObject", tracingParameters); } // Construct URL var _baseUrl = BaseUri.AbsoluteUri; @@ -172999,10 +172189,31 @@ private void Initialize() _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + List _queryParameters = new List(); + if (gracePeriodSeconds != null) + { + _queryParameters.Add(string.Format("gracePeriodSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(gracePeriodSeconds, SerializationSettings).Trim('"')))); + } + if (orphanDependents != null) + { + _queryParameters.Add(string.Format("orphanDependents={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(orphanDependents, SerializationSettings).Trim('"')))); + } + if (propagationPolicy != null) + { + _queryParameters.Add(string.Format("propagationPolicy={0}", System.Uri.EscapeDataString(propagationPolicy))); + } + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); + _httpRequest.Method = new HttpMethod("DELETE"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers @@ -173025,7 +172236,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json-patch+json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -173047,7 +172258,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -173099,7 +172310,7 @@ private void Initialize() } /// - /// Deletes the specified namespace scoped custom object + /// Returns a namespace scoped custom object /// /// /// the custom resource's group @@ -173117,27 +172328,6 @@ private void Initialize() /// /// the custom object's name /// - /// - /// - /// - /// The duration in seconds before the object should be deleted. Value must be - /// non-negative integer. The value zero indicates delete immediately. If this - /// value is nil, the default grace period for the specified type will be used. - /// Defaults to a per object value if not specified. zero means delete - /// immediately. - /// - /// - /// Deprecated: please use the PropagationPolicy, this field will be deprecated - /// in 1.7. Should the dependent objects be orphaned. If true/false, the - /// "orphan" finalizer will be added to/removed from the object's finalizers - /// list. Either this field or PropagationPolicy may be set, but not both. - /// - /// - /// Whether and how garbage collection will be performed. Either this field or - /// OrphanDependents may be set, but not both. The default policy is decided by - /// the existing finalizer set in the metadata.finalizers and the - /// resource-specific default policy. - /// /// /// Headers that will be added to request. /// @@ -173159,7 +172349,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteNamespacedCustomObjectWithHttpMessagesAsync(string group, string version, string namespaceParameter, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetNamespacedCustomObjectWithHttpMessagesAsync(string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (group == null) { @@ -173188,17 +172378,13 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("body", body); - tracingParameters.Add("gracePeriodSeconds", gracePeriodSeconds); - tracingParameters.Add("orphanDependents", orphanDependents); - tracingParameters.Add("propagationPolicy", propagationPolicy); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("plural", plural); tracingParameters.Add("name", name); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "DeleteNamespacedCustomObject", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "GetNamespacedCustomObject", tracingParameters); } // Construct URL var _baseUrl = BaseUri.AbsoluteUri; @@ -173208,27 +172394,10 @@ private void Initialize() _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); - List _queryParameters = new List(); - if (gracePeriodSeconds != null) - { - _queryParameters.Add(string.Format("gracePeriodSeconds={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(gracePeriodSeconds, SerializationSettings).Trim('"')))); - } - if (orphanDependents != null) - { - _queryParameters.Add(string.Format("orphanDependents={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(orphanDependents, SerializationSettings).Trim('"')))); - } - if (propagationPolicy != null) - { - _queryParameters.Add(string.Format("propagationPolicy={0}", System.Uri.EscapeDataString(propagationPolicy))); - } - if (_queryParameters.Count > 0) - { - _url += "?" + string.Join("&", _queryParameters); - } // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); + _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers @@ -173247,12 +172416,6 @@ private void Initialize() // Serialize Request string _requestContent = null; - if(body != null) - { - _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } // Set Credentials if (Credentials != null) { @@ -173273,7 +172436,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -173325,8 +172488,10 @@ private void Initialize() } /// - /// Returns a namespace scoped custom object + /// replace scale of the specified namespace scoped custom object /// + /// + /// /// /// the custom resource's group /// @@ -173343,6 +172508,18 @@ private void Initialize() /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// Headers that will be added to request. /// @@ -173364,8 +172541,12 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> GetNamespacedCustomObjectWithHttpMessagesAsync(string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ReplaceNamespacedCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (body == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "body"); + } if (group == null) { throw new ValidationException(ValidationRules.CannotBeNull, "group"); @@ -173393,26 +172574,42 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("body", body); + tracingParameters.Add("dryRun", dryRun); + tracingParameters.Add("fieldManager", fieldManager); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("plural", plural); tracingParameters.Add("name", name); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetNamespacedCustomObject", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ReplaceNamespacedCustomObjectScale", tracingParameters); } // Construct URL var _baseUrl = BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/scale").ToString(); _url = _url.Replace("{group}", System.Uri.EscapeDataString(group)); _url = _url.Replace("{version}", System.Uri.EscapeDataString(version)); _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + List _queryParameters = new List(); + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } + if (fieldManager != null) + { + _queryParameters.Add(string.Format("fieldManager={0}", System.Uri.EscapeDataString(fieldManager))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.Method = new HttpMethod("PUT"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers @@ -173431,6 +172628,12 @@ private void Initialize() // Serialize Request string _requestContent = null; + if(body != null) + { + _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); + } // Set Credentials if (Credentials != null) { @@ -173451,7 +172654,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -173495,6 +172698,24 @@ private void Initialize() throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -173503,7 +172724,7 @@ private void Initialize() } /// - /// replace scale of the specified namespace scoped custom object + /// partially update scale of the specified namespace scoped custom object /// /// /// @@ -173523,6 +172744,25 @@ private void Initialize() /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// /// /// Headers that will be added to request. /// @@ -173544,7 +172784,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> ReplaceNamespacedCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> PatchNamespacedCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (body == null) { @@ -173578,13 +172818,16 @@ private void Initialize() _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("body", body); + tracingParameters.Add("dryRun", dryRun); + tracingParameters.Add("fieldManager", fieldManager); + tracingParameters.Add("force", force); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("plural", plural); tracingParameters.Add("name", name); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ReplaceNamespacedCustomObjectScale", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "PatchNamespacedCustomObjectScale", tracingParameters); } // Construct URL var _baseUrl = BaseUri.AbsoluteUri; @@ -173594,10 +172837,27 @@ private void Initialize() _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + List _queryParameters = new List(); + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } + if (fieldManager != null) + { + _queryParameters.Add(string.Format("fieldManager={0}", System.Uri.EscapeDataString(fieldManager))); + } + if (force != null) + { + _queryParameters.Add(string.Format("force={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(force, SerializationSettings).Trim('"')))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.Method = new HttpMethod("PATCH"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers @@ -173620,7 +172880,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json-patch+json; charset=utf-8"); } // Set Credentials if (Credentials != null) @@ -173642,7 +172902,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -173686,24 +172946,6 @@ private void Initialize() throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -173712,10 +172954,8 @@ private void Initialize() } /// - /// partially update scale of the specified namespace scoped custom object + /// read scale of the specified namespace scoped custom object /// - /// - /// /// /// the custom resource's group /// @@ -173753,12 +172993,8 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetNamespacedCustomObjectScaleWithHttpMessagesAsync(string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { - if (body == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "body"); - } if (group == null) { throw new ValidationException(ValidationRules.CannotBeNull, "group"); @@ -173786,14 +173022,13 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("body", body); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("plural", plural); tracingParameters.Add("name", name); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "PatchNamespacedCustomObjectScale", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "GetNamespacedCustomObjectScale", tracingParameters); } // Construct URL var _baseUrl = BaseUri.AbsoluteUri; @@ -173806,7 +173041,7 @@ private void Initialize() // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); + _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers @@ -173825,12 +173060,6 @@ private void Initialize() // Serialize Request string _requestContent = null; - if(body != null) - { - _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json-patch+json; charset=utf-8"); - } // Set Credentials if (Credentials != null) { @@ -173851,7 +173080,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -173903,17 +173132,16 @@ private void Initialize() } /// - /// read scale of the specified namespace scoped custom object + /// replace scale of the specified cluster scoped custom object /// + /// + /// /// /// the custom resource's group /// /// /// the custom resource's version /// - /// - /// The custom resource's namespace - /// /// /// the custom resource's plural name. For TPRs this would be lowercase plural /// kind. @@ -173921,6 +173149,18 @@ private void Initialize() /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// Headers that will be added to request. /// @@ -173942,8 +173182,12 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> GetNamespacedCustomObjectScaleWithHttpMessagesAsync(string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ReplaceClusterCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (body == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "body"); + } if (group == null) { throw new ValidationException(ValidationRules.CannotBeNull, "group"); @@ -173952,10 +173196,6 @@ private void Initialize() { throw new ValidationException(ValidationRules.CannotBeNull, "version"); } - if (namespaceParameter == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "namespaceParameter"); - } if (plural == null) { throw new ValidationException(ValidationRules.CannotBeNull, "plural"); @@ -173971,26 +173211,40 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("body", body); + tracingParameters.Add("dryRun", dryRun); + tracingParameters.Add("fieldManager", fieldManager); tracingParameters.Add("group", group); tracingParameters.Add("version", version); - tracingParameters.Add("namespaceParameter", namespaceParameter); tracingParameters.Add("plural", plural); tracingParameters.Add("name", name); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetNamespacedCustomObjectScale", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ReplaceClusterCustomObjectScale", tracingParameters); } // Construct URL var _baseUrl = BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/scale").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/{plural}/{name}/scale").ToString(); _url = _url.Replace("{group}", System.Uri.EscapeDataString(group)); _url = _url.Replace("{version}", System.Uri.EscapeDataString(version)); - _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + List _queryParameters = new List(); + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } + if (fieldManager != null) + { + _queryParameters.Add(string.Format("fieldManager={0}", System.Uri.EscapeDataString(fieldManager))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.Method = new HttpMethod("PUT"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers @@ -174009,6 +173263,12 @@ private void Initialize() // Serialize Request string _requestContent = null; + if(body != null) + { + _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); + } // Set Credentials if (Credentials != null) { @@ -174029,7 +173289,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -174073,6 +173333,24 @@ private void Initialize() throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + // Deserialize Response + if ((int)_statusCode == 201) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -174081,7 +173359,7 @@ private void Initialize() } /// - /// replace scale of the specified cluster scoped custom object + /// partially update scale of the specified cluster scoped custom object /// /// /// @@ -174098,6 +173376,25 @@ private void Initialize() /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// /// /// Headers that will be added to request. /// @@ -174119,7 +173416,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> ReplaceClusterCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> PatchClusterCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (body == null) { @@ -174149,12 +173446,15 @@ private void Initialize() _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("body", body); + tracingParameters.Add("dryRun", dryRun); + tracingParameters.Add("fieldManager", fieldManager); + tracingParameters.Add("force", force); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("plural", plural); tracingParameters.Add("name", name); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ReplaceClusterCustomObjectScale", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "PatchClusterCustomObjectScale", tracingParameters); } // Construct URL var _baseUrl = BaseUri.AbsoluteUri; @@ -174163,10 +173463,27 @@ private void Initialize() _url = _url.Replace("{version}", System.Uri.EscapeDataString(version)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + List _queryParameters = new List(); + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } + if (fieldManager != null) + { + _queryParameters.Add(string.Format("fieldManager={0}", System.Uri.EscapeDataString(fieldManager))); + } + if (force != null) + { + _queryParameters.Add(string.Format("force={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(force, SerializationSettings).Trim('"')))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.Method = new HttpMethod("PATCH"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers @@ -174189,7 +173506,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json-patch+json; charset=utf-8"); } // Set Credentials if (Credentials != null) @@ -174211,7 +173528,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -174255,24 +173572,6 @@ private void Initialize() throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -174281,10 +173580,8 @@ private void Initialize() } /// - /// partially update scale of the specified cluster scoped custom object + /// read scale of the specified custom object /// - /// - /// /// /// the custom resource's group /// @@ -174319,12 +173616,8 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchClusterCustomObjectScaleWithHttpMessagesAsync(object body, string group, string version, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetClusterCustomObjectScaleWithHttpMessagesAsync(string group, string version, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { - if (body == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "body"); - } if (group == null) { throw new ValidationException(ValidationRules.CannotBeNull, "group"); @@ -174348,13 +173641,12 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("body", body); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("plural", plural); tracingParameters.Add("name", name); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "PatchClusterCustomObjectScale", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "GetClusterCustomObjectScale", tracingParameters); } // Construct URL var _baseUrl = BaseUri.AbsoluteUri; @@ -174366,7 +173658,7 @@ private void Initialize() // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); + _httpRequest.Method = new HttpMethod("GET"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers @@ -174385,12 +173677,6 @@ private void Initialize() // Serialize Request string _requestContent = null; - if(body != null) - { - _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json-patch+json; charset=utf-8"); - } // Set Credentials if (Credentials != null) { @@ -174411,7 +173697,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -174463,8 +173749,11 @@ private void Initialize() } /// - /// read scale of the specified custom object + /// replace the specified cluster scoped custom object /// + /// + /// The JSON schema of the Resource to replace. + /// /// /// the custom resource's group /// @@ -174472,12 +173761,24 @@ private void Initialize() /// the custom resource's version /// /// - /// the custom resource's plural name. For TPRs this would be lowercase plural + /// the custom object's plural name. For TPRs this would be lowercase plural /// kind. /// /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// Headers that will be added to request. /// @@ -174499,8 +173800,12 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> GetClusterCustomObjectScaleWithHttpMessagesAsync(string group, string version, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ReplaceClusterCustomObjectWithHttpMessagesAsync(object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { + if (body == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "body"); + } if (group == null) { throw new ValidationException(ValidationRules.CannotBeNull, "group"); @@ -174524,24 +173829,40 @@ private void Initialize() { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("body", body); + tracingParameters.Add("dryRun", dryRun); + tracingParameters.Add("fieldManager", fieldManager); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("plural", plural); tracingParameters.Add("name", name); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetClusterCustomObjectScale", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "ReplaceClusterCustomObject", tracingParameters); } // Construct URL var _baseUrl = BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/{plural}/{name}/scale").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/{plural}/{name}").ToString(); _url = _url.Replace("{group}", System.Uri.EscapeDataString(group)); _url = _url.Replace("{version}", System.Uri.EscapeDataString(version)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + List _queryParameters = new List(); + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } + if (fieldManager != null) + { + _queryParameters.Add(string.Format("fieldManager={0}", System.Uri.EscapeDataString(fieldManager))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.Method = new HttpMethod("PUT"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers @@ -174560,6 +173881,12 @@ private void Initialize() // Serialize Request string _requestContent = null; + if(body != null) + { + _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); + } // Set Credentials if (Credentials != null) { @@ -174580,7 +173907,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -174632,10 +173959,10 @@ private void Initialize() } /// - /// replace the specified cluster scoped custom object + /// patch the specified cluster scoped custom object /// /// - /// The JSON schema of the Resource to replace. + /// The JSON schema of the Resource to patch. /// /// /// the custom resource's group @@ -174650,6 +173977,25 @@ private void Initialize() /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// /// /// Headers that will be added to request. /// @@ -174671,7 +174017,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> ReplaceClusterCustomObjectWithHttpMessagesAsync(object body, string group, string version, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> PatchClusterCustomObjectWithHttpMessagesAsync(object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (body == null) { @@ -174701,12 +174047,15 @@ private void Initialize() _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("body", body); + tracingParameters.Add("dryRun", dryRun); + tracingParameters.Add("fieldManager", fieldManager); + tracingParameters.Add("force", force); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("plural", plural); tracingParameters.Add("name", name); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ReplaceClusterCustomObject", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "PatchClusterCustomObject", tracingParameters); } // Construct URL var _baseUrl = BaseUri.AbsoluteUri; @@ -174715,189 +174064,23 @@ private void Initialize() _url = _url.Replace("{version}", System.Uri.EscapeDataString(version)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(body != null) - { - _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) - { - var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - if (_httpResponse.Content != null) { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - } - else { - _responseContent = string.Empty; - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new HttpOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = SafeJsonConvert.DeserializeObject(_responseContent, DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// patch the specified cluster scoped custom object - /// - /// - /// The JSON schema of the Resource to patch. - /// - /// - /// the custom resource's group - /// - /// - /// the custom resource's version - /// - /// - /// the custom object's plural name. For TPRs this would be lowercase plural - /// kind. - /// - /// - /// the custom object's name - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> PatchClusterCustomObjectWithHttpMessagesAsync(object body, string group, string version, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (body == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "body"); - } - if (group == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "group"); - } - if (version == null) + List _queryParameters = new List(); + if (dryRun != null) { - throw new ValidationException(ValidationRules.CannotBeNull, "version"); + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); } - if (plural == null) + if (fieldManager != null) { - throw new ValidationException(ValidationRules.CannotBeNull, "plural"); + _queryParameters.Add(string.Format("fieldManager={0}", System.Uri.EscapeDataString(fieldManager))); } - if (name == null) + if (force != null) { - throw new ValidationException(ValidationRules.CannotBeNull, "name"); + _queryParameters.Add(string.Format("force={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(force, SerializationSettings).Trim('"')))); } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) + if (_queryParameters.Count > 0) { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("body", body); - tracingParameters.Add("group", group); - tracingParameters.Add("version", version); - tracingParameters.Add("plural", plural); - tracingParameters.Add("name", name); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "PatchClusterCustomObject", tracingParameters); + _url += "?" + string.Join("&", _queryParameters); } - // Construct URL - var _baseUrl = BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "apis/{group}/{version}/{plural}/{name}").ToString(); - _url = _url.Replace("{group}", System.Uri.EscapeDataString(group)); - _url = _url.Replace("{version}", System.Uri.EscapeDataString(version)); - _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); - _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; @@ -174946,7 +174129,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -175034,6 +174217,12 @@ private void Initialize() /// the existing finalizer set in the metadata.finalizers and the /// resource-specific default policy. /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// /// /// Headers that will be added to request. /// @@ -175055,7 +174244,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> DeleteClusterCustomObjectWithHttpMessagesAsync(string group, string version, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> DeleteClusterCustomObjectWithHttpMessagesAsync(string group, string version, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (group == null) { @@ -175084,6 +174273,7 @@ private void Initialize() tracingParameters.Add("gracePeriodSeconds", gracePeriodSeconds); tracingParameters.Add("orphanDependents", orphanDependents); tracingParameters.Add("propagationPolicy", propagationPolicy); + tracingParameters.Add("dryRun", dryRun); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("plural", plural); @@ -175111,6 +174301,10 @@ private void Initialize() { _queryParameters.Add(string.Format("propagationPolicy={0}", System.Uri.EscapeDataString(propagationPolicy))); } + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } if (_queryParameters.Count > 0) { _url += "?" + string.Join("&", _queryParameters); @@ -175141,7 +174335,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -175163,7 +174357,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -175332,7 +174526,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -175404,6 +174598,18 @@ private void Initialize() /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// Headers that will be added to request. /// @@ -175425,7 +174631,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> ReplaceNamespacedCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ReplaceNamespacedCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (body == null) { @@ -175459,6 +174665,8 @@ private void Initialize() _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("body", body); + tracingParameters.Add("dryRun", dryRun); + tracingParameters.Add("fieldManager", fieldManager); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("namespaceParameter", namespaceParameter); @@ -175475,6 +174683,19 @@ private void Initialize() _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + List _queryParameters = new List(); + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } + if (fieldManager != null) + { + _queryParameters.Add(string.Format("fieldManager={0}", System.Uri.EscapeDataString(fieldManager))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; @@ -175501,7 +174722,7 @@ private void Initialize() { _requestContent = SafeJsonConvert.SerializeObject(body, SerializationSettings); _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("*/*"); } // Set Credentials if (Credentials != null) @@ -175523,7 +174744,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201 && (int)_statusCode != 401) + if ((int)_statusCode != 200 && (int)_statusCode != 201) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -175613,6 +174834,25 @@ private void Initialize() /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// /// /// Headers that will be added to request. /// @@ -175634,7 +174874,7 @@ private void Initialize() /// /// A response object containing the response body and response headers. /// - public async Task> PatchNamespacedCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> PatchNamespacedCustomObjectStatusWithHttpMessagesAsync(object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (body == null) { @@ -175668,6 +174908,9 @@ private void Initialize() _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); tracingParameters.Add("body", body); + tracingParameters.Add("dryRun", dryRun); + tracingParameters.Add("fieldManager", fieldManager); + tracingParameters.Add("force", force); tracingParameters.Add("group", group); tracingParameters.Add("version", version); tracingParameters.Add("namespaceParameter", namespaceParameter); @@ -175684,6 +174927,23 @@ private void Initialize() _url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter)); _url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural)); _url = _url.Replace("{name}", System.Uri.EscapeDataString(name)); + List _queryParameters = new List(); + if (dryRun != null) + { + _queryParameters.Add(string.Format("dryRun={0}", System.Uri.EscapeDataString(dryRun))); + } + if (fieldManager != null) + { + _queryParameters.Add(string.Format("fieldManager={0}", System.Uri.EscapeDataString(fieldManager))); + } + if (force != null) + { + _queryParameters.Add(string.Format("force={0}", System.Uri.EscapeDataString(SafeJsonConvert.SerializeObject(force, SerializationSettings).Trim('"')))); + } + if (_queryParameters.Count > 0) + { + _url += "?" + string.Join("&", _queryParameters); + } // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; @@ -175732,7 +174992,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { @@ -175910,7 +175170,7 @@ private void Initialize() HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 401) + if ((int)_statusCode != 200) { var ex = new HttpOperationException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); if (_httpResponse.Content != null) { diff --git a/src/KubernetesClient/generated/KubernetesExtensions.cs b/src/KubernetesClient/generated/KubernetesExtensions.cs index 2ba114817..db77d1770 100644 --- a/src/KubernetesClient/generated/KubernetesExtensions.cs +++ b/src/KubernetesClient/generated/KubernetesExtensions.cs @@ -7,7 +7,6 @@ namespace k8s { using Models; - using System.IO; using System.Threading; using System.Threading.Tasks; @@ -1379,15 +1378,6 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -1482,16 +1472,12 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedConfigMap(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedConfigMap(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedConfigMapAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedConfigMapAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -1503,15 +1489,6 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -1606,19 +1583,15 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedConfigMapAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedConfigMapAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedConfigMapWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedConfigMapWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -2090,7 +2063,7 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1ConfigMap PatchNamespacedConfigMap(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1ConfigMap PatchNamespacedConfigMap(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedConfigMapAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -2134,7 +2107,7 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedConfigMapAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedConfigMapAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedConfigMapWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -2225,15 +2198,6 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -2328,16 +2292,12 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedEndpoints(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedEndpoints(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedEndpointsAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedEndpointsAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -2349,15 +2309,6 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -2452,19 +2403,15 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedEndpointsAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedEndpointsAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedEndpointsWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedEndpointsWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -2936,7 +2883,7 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1Endpoints PatchNamespacedEndpoints(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Endpoints PatchNamespacedEndpoints(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedEndpointsAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -2980,7 +2927,7 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedEndpointsAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedEndpointsAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedEndpointsWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -3071,15 +3018,6 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -3174,16 +3112,12 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedEvent(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedEvent(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedEventAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedEventAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -3195,15 +3129,6 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -3298,19 +3223,15 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedEventAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedEventAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedEventWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedEventWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -3782,7 +3703,7 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1Event PatchNamespacedEvent(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Event PatchNamespacedEvent(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedEventAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -3826,7 +3747,7 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedEventAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedEventAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedEventWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -3917,15 +3838,6 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -4020,16 +3932,12 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedLimitRange(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedLimitRange(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedLimitRangeAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedLimitRangeAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -4041,15 +3949,6 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -4144,19 +4043,15 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedLimitRangeAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedLimitRangeAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedLimitRangeWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedLimitRangeWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -4628,7 +4523,7 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1LimitRange PatchNamespacedLimitRange(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1LimitRange PatchNamespacedLimitRange(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedLimitRangeAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -4672,7 +4567,7 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedLimitRangeAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedLimitRangeAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedLimitRangeWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -4763,15 +4658,6 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -4866,16 +4752,12 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedPersistentVolumeClaim(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedPersistentVolumeClaim(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedPersistentVolumeClaimAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedPersistentVolumeClaimAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -4887,15 +4769,6 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -4990,19 +4863,15 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedPersistentVolumeClaimAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedPersistentVolumeClaimAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedPersistentVolumeClaimWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedPersistentVolumeClaimWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -5474,7 +5343,7 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1PersistentVolumeClaim PatchNamespacedPersistentVolumeClaim(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1PersistentVolumeClaim PatchNamespacedPersistentVolumeClaim(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedPersistentVolumeClaimAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -5518,7 +5387,7 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedPersistentVolumeClaimAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedPersistentVolumeClaimAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedPersistentVolumeClaimWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -5682,7 +5551,7 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1PersistentVolumeClaim PatchNamespacedPersistentVolumeClaimStatus(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1PersistentVolumeClaim PatchNamespacedPersistentVolumeClaimStatus(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedPersistentVolumeClaimStatusAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -5726,7 +5595,7 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedPersistentVolumeClaimStatusAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedPersistentVolumeClaimStatusAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedPersistentVolumeClaimStatusWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -5817,15 +5686,6 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -5920,16 +5780,12 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedPod(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedPod(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedPodAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedPodAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -5941,15 +5797,6 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -6044,19 +5891,15 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedPodAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedPodAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedPodWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedPodWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -6528,7 +6371,7 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1Pod PatchNamespacedPod(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Pod PatchNamespacedPod(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedPodAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -6572,7 +6415,7 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedPodAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedPodAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedPodWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -7198,7 +7041,7 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every /// line of log output. Defaults to false. /// - public static Stream ReadNamespacedPodLog(this IKubernetes operations, 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?)) + public static string ReadNamespacedPodLog(this IKubernetes operations, 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?)) { return operations.ReadNamespacedPodLogAsync(name, namespaceParameter, container, follow, insecureSkipTLSVerifyBackend, limitBytes, pretty, previous, sinceSeconds, tailLines, timestamps).GetAwaiter().GetResult(); } @@ -7262,11 +7105,12 @@ public static V1APIResourceList GetAPIResources(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task ReadNamespacedPodLogAsync(this IKubernetes operations, 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?), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ReadNamespacedPodLogAsync(this IKubernetes operations, 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?), CancellationToken cancellationToken = default(CancellationToken)) { - var _result = await operations.ReadNamespacedPodLogWithHttpMessagesAsync(name, namespaceParameter, container, follow, insecureSkipTLSVerifyBackend, limitBytes, pretty, previous, sinceSeconds, tailLines, timestamps, null, cancellationToken).ConfigureAwait(false); - _result.Request.Dispose(); - return _result.Body; + using (var _result = await operations.ReadNamespacedPodLogWithHttpMessagesAsync(name, namespaceParameter, container, follow, insecureSkipTLSVerifyBackend, limitBytes, pretty, previous, sinceSeconds, tailLines, timestamps, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } } /// @@ -8031,7 +7875,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// If 'true', then the output is pretty printed. /// - public static V1Pod PatchNamespacedPodStatus(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Pod PatchNamespacedPodStatus(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedPodStatusAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -8075,7 +7919,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// The cancellation token. /// - public static async Task PatchNamespacedPodStatusAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedPodStatusAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedPodStatusWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -8166,15 +8010,6 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// 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. - /// /// /// /// @@ -8269,16 +8104,12 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// 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. /// - public static V1Status DeleteCollectionNamespacedPodTemplate(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedPodTemplate(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedPodTemplateAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedPodTemplateAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -8290,15 +8121,6 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// 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. - /// /// /// /// @@ -8393,19 +8215,15 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedPodTemplateAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedPodTemplateAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedPodTemplateWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedPodTemplateWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -8877,7 +8695,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// If 'true', then the output is pretty printed. /// - public static V1PodTemplate PatchNamespacedPodTemplate(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1PodTemplate PatchNamespacedPodTemplate(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedPodTemplateAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -8921,7 +8739,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// The cancellation token. /// - public static async Task PatchNamespacedPodTemplateAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedPodTemplateAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedPodTemplateWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -9012,15 +8830,6 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// 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. - /// /// /// /// @@ -9115,16 +8924,12 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// 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. /// - public static V1Status DeleteCollectionNamespacedReplicationController(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedReplicationController(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedReplicationControllerAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedReplicationControllerAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -9136,15 +8941,6 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// 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. - /// /// /// /// @@ -9239,19 +9035,15 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedReplicationControllerAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedReplicationControllerAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedReplicationControllerWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedReplicationControllerWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -9723,7 +9515,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// If 'true', then the output is pretty printed. /// - public static V1ReplicationController PatchNamespacedReplicationController(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1ReplicationController PatchNamespacedReplicationController(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedReplicationControllerAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -9767,7 +9559,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// The cancellation token. /// - public static async Task PatchNamespacedReplicationControllerAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedReplicationControllerAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedReplicationControllerWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -9931,7 +9723,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// If 'true', then the output is pretty printed. /// - public static V1Scale PatchNamespacedReplicationControllerScale(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Scale PatchNamespacedReplicationControllerScale(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedReplicationControllerScaleAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -9975,7 +9767,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// The cancellation token. /// - public static async Task PatchNamespacedReplicationControllerScaleAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedReplicationControllerScaleAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedReplicationControllerScaleWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -10139,7 +9931,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// If 'true', then the output is pretty printed. /// - public static V1ReplicationController PatchNamespacedReplicationControllerStatus(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1ReplicationController PatchNamespacedReplicationControllerStatus(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedReplicationControllerStatusAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -10183,7 +9975,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// The cancellation token. /// - public static async Task PatchNamespacedReplicationControllerStatusAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedReplicationControllerStatusAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedReplicationControllerStatusWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -10274,15 +10066,6 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// 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. - /// /// /// /// @@ -10377,16 +10160,12 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// 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. /// - public static V1Status DeleteCollectionNamespacedResourceQuota(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedResourceQuota(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedResourceQuotaAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedResourceQuotaAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -10398,15 +10177,6 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// 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. - /// /// /// /// @@ -10501,19 +10271,15 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedResourceQuotaAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedResourceQuotaAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedResourceQuotaWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedResourceQuotaWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -10985,7 +10751,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// If 'true', then the output is pretty printed. /// - public static V1ResourceQuota PatchNamespacedResourceQuota(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1ResourceQuota PatchNamespacedResourceQuota(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedResourceQuotaAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -11029,7 +10795,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// The cancellation token. /// - public static async Task PatchNamespacedResourceQuotaAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedResourceQuotaAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedResourceQuotaWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -11193,7 +10959,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// If 'true', then the output is pretty printed. /// - public static V1ResourceQuota PatchNamespacedResourceQuotaStatus(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1ResourceQuota PatchNamespacedResourceQuotaStatus(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedResourceQuotaStatusAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -11237,7 +11003,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// The cancellation token. /// - public static async Task PatchNamespacedResourceQuotaStatusAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedResourceQuotaStatusAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedResourceQuotaStatusWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -11328,15 +11094,6 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// 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. - /// /// /// /// @@ -11431,16 +11188,12 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// 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. /// - public static V1Status DeleteCollectionNamespacedSecret(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedSecret(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedSecretAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedSecretAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -11452,15 +11205,6 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// 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. - /// /// /// /// @@ -11555,19 +11299,15 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedSecretAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedSecretAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedSecretWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedSecretWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -12039,7 +11779,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// If 'true', then the output is pretty printed. /// - public static V1Secret PatchNamespacedSecret(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Secret PatchNamespacedSecret(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedSecretAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -12083,7 +11823,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// The cancellation token. /// - public static async Task PatchNamespacedSecretAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedSecretAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedSecretWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -12174,15 +11914,6 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// 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. - /// /// /// /// @@ -12277,16 +12008,12 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// 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. /// - public static V1Status DeleteCollectionNamespacedServiceAccount(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedServiceAccount(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedServiceAccountAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedServiceAccountAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -12298,15 +12025,6 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// 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. - /// /// /// /// @@ -12401,19 +12119,15 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedServiceAccountAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedServiceAccountAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedServiceAccountWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedServiceAccountWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -12885,7 +12599,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// If 'true', then the output is pretty printed. /// - public static V1ServiceAccount PatchNamespacedServiceAccount(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1ServiceAccount PatchNamespacedServiceAccount(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedServiceAccountAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -12929,7 +12643,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// The cancellation token. /// - public static async Task PatchNamespacedServiceAccountAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedServiceAccountAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedServiceAccountWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -13551,7 +13265,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// If 'true', then the output is pretty printed. /// - public static V1Service PatchNamespacedService(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Service PatchNamespacedService(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedServiceAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -13595,7 +13309,7 @@ public static string ConnectPutNamespacedPodProxyWithPath(this IKubernetes opera /// /// The cancellation token. /// - public static async Task PatchNamespacedServiceAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedServiceAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedServiceWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -14443,7 +14157,7 @@ public static string ConnectPutNamespacedServiceProxyWithPath(this IKubernetes o /// /// If 'true', then the output is pretty printed. /// - public static V1Service PatchNamespacedServiceStatus(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Service PatchNamespacedServiceStatus(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedServiceStatusAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -14487,7 +14201,7 @@ public static string ConnectPutNamespacedServiceProxyWithPath(this IKubernetes o /// /// The cancellation token. /// - public static async Task PatchNamespacedServiceStatusAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedServiceStatusAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedServiceStatusWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -14758,7 +14472,7 @@ public static string ConnectPutNamespacedServiceProxyWithPath(this IKubernetes o /// /// If 'true', then the output is pretty printed. /// - public static V1Namespace PatchNamespace(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Namespace PatchNamespace(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespaceAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -14799,7 +14513,7 @@ public static string ConnectPutNamespacedServiceProxyWithPath(this IKubernetes o /// /// The cancellation token. /// - public static async Task PatchNamespaceAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespaceAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespaceWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -15016,7 +14730,7 @@ public static string ConnectPutNamespacedServiceProxyWithPath(this IKubernetes o /// /// If 'true', then the output is pretty printed. /// - public static V1Namespace PatchNamespaceStatus(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Namespace PatchNamespaceStatus(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespaceStatusAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -15057,7 +14771,7 @@ public static string ConnectPutNamespacedServiceProxyWithPath(this IKubernetes o /// /// The cancellation token. /// - public static async Task PatchNamespaceStatusAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespaceStatusAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespaceStatusWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -15139,15 +14853,6 @@ public static string ConnectPutNamespacedServiceProxyWithPath(this IKubernetes o /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -15242,16 +14947,12 @@ public static string ConnectPutNamespacedServiceProxyWithPath(this IKubernetes o /// 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. /// - public static V1Status DeleteCollectionNode(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNode(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNodeAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNodeAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -15260,15 +14961,6 @@ public static string ConnectPutNamespacedServiceProxyWithPath(this IKubernetes o /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -15363,19 +15055,15 @@ public static string ConnectPutNamespacedServiceProxyWithPath(this IKubernetes o /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNodeAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNodeAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNodeWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNodeWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -15820,7 +15508,7 @@ public static string ConnectPutNamespacedServiceProxyWithPath(this IKubernetes o /// /// If 'true', then the output is pretty printed. /// - public static V1Node PatchNode(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Node PatchNode(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNodeAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -15861,7 +15549,7 @@ public static string ConnectPutNamespacedServiceProxyWithPath(this IKubernetes o /// /// The cancellation token. /// - public static async Task PatchNodeAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNodeAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNodeWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -16526,7 +16214,7 @@ public static string ConnectPutNodeProxyWithPath(this IKubernetes operations, st /// /// If 'true', then the output is pretty printed. /// - public static V1Node PatchNodeStatus(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Node PatchNodeStatus(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNodeStatusAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -16567,7 +16255,7 @@ public static string ConnectPutNodeProxyWithPath(this IKubernetes operations, st /// /// The cancellation token. /// - public static async Task PatchNodeStatusAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNodeStatusAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNodeStatusWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -16837,15 +16525,6 @@ public static string ConnectPutNodeProxyWithPath(this IKubernetes operations, st /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -16940,16 +16619,12 @@ public static string ConnectPutNodeProxyWithPath(this IKubernetes operations, st /// 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. /// - public static V1Status DeleteCollectionPersistentVolume(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionPersistentVolume(this IKubernetes operations, 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)) { - return operations.DeleteCollectionPersistentVolumeAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionPersistentVolumeAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -16958,15 +16633,6 @@ public static string ConnectPutNodeProxyWithPath(this IKubernetes operations, st /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -17061,19 +16727,15 @@ public static string ConnectPutNodeProxyWithPath(this IKubernetes operations, st /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionPersistentVolumeAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionPersistentVolumeAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionPersistentVolumeWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionPersistentVolumeWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -17518,7 +17180,7 @@ public static string ConnectPutNodeProxyWithPath(this IKubernetes operations, st /// /// If 'true', then the output is pretty printed. /// - public static V1PersistentVolume PatchPersistentVolume(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1PersistentVolume PatchPersistentVolume(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchPersistentVolumeAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -17559,7 +17221,7 @@ public static string ConnectPutNodeProxyWithPath(this IKubernetes operations, st /// /// The cancellation token. /// - public static async Task PatchPersistentVolumeAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchPersistentVolumeAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchPersistentVolumeWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -17708,7 +17370,7 @@ public static string ConnectPutNodeProxyWithPath(this IKubernetes operations, st /// /// If 'true', then the output is pretty printed. /// - public static V1PersistentVolume PatchPersistentVolumeStatus(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1PersistentVolume PatchPersistentVolumeStatus(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchPersistentVolumeStatusAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -17749,7 +17411,7 @@ public static string ConnectPutNodeProxyWithPath(this IKubernetes operations, st /// /// The cancellation token. /// - public static async Task PatchPersistentVolumeStatusAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchPersistentVolumeStatusAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchPersistentVolumeStatusWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -19231,15 +18893,6 @@ public static V1APIResourceList GetAPIResources1(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -19334,16 +18987,12 @@ public static V1APIResourceList GetAPIResources1(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionMutatingWebhookConfiguration(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionMutatingWebhookConfiguration(this IKubernetes operations, 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)) { - return operations.DeleteCollectionMutatingWebhookConfigurationAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionMutatingWebhookConfigurationAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -19352,15 +19001,6 @@ public static V1APIResourceList GetAPIResources1(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -19455,19 +19095,15 @@ public static V1APIResourceList GetAPIResources1(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionMutatingWebhookConfigurationAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionMutatingWebhookConfigurationAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionMutatingWebhookConfigurationWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionMutatingWebhookConfigurationWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -19912,7 +19548,7 @@ public static V1APIResourceList GetAPIResources1(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1MutatingWebhookConfiguration PatchMutatingWebhookConfiguration(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1MutatingWebhookConfiguration PatchMutatingWebhookConfiguration(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchMutatingWebhookConfigurationAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -19953,7 +19589,7 @@ public static V1APIResourceList GetAPIResources1(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchMutatingWebhookConfigurationAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchMutatingWebhookConfigurationAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchMutatingWebhookConfigurationWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -20035,15 +19671,6 @@ public static V1APIResourceList GetAPIResources1(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -20138,16 +19765,12 @@ public static V1APIResourceList GetAPIResources1(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionValidatingWebhookConfiguration(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionValidatingWebhookConfiguration(this IKubernetes operations, 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)) { - return operations.DeleteCollectionValidatingWebhookConfigurationAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionValidatingWebhookConfigurationAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -20156,15 +19779,6 @@ public static V1APIResourceList GetAPIResources1(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -20259,19 +19873,15 @@ public static V1APIResourceList GetAPIResources1(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionValidatingWebhookConfigurationAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionValidatingWebhookConfigurationAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionValidatingWebhookConfigurationWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionValidatingWebhookConfigurationWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -20716,7 +20326,7 @@ public static V1APIResourceList GetAPIResources1(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1ValidatingWebhookConfiguration PatchValidatingWebhookConfiguration(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1ValidatingWebhookConfiguration PatchValidatingWebhookConfiguration(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchValidatingWebhookConfigurationAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -20757,7 +20367,7 @@ public static V1APIResourceList GetAPIResources1(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchValidatingWebhookConfigurationAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchValidatingWebhookConfigurationAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchValidatingWebhookConfigurationWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -20867,15 +20477,6 @@ public static V1APIResourceList GetAPIResources2(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -20970,16 +20571,12 @@ public static V1APIResourceList GetAPIResources2(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionMutatingWebhookConfiguration1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionMutatingWebhookConfiguration1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionMutatingWebhookConfiguration1Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionMutatingWebhookConfiguration1Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -20988,15 +20585,6 @@ public static V1APIResourceList GetAPIResources2(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -21091,19 +20679,15 @@ public static V1APIResourceList GetAPIResources2(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionMutatingWebhookConfiguration1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionMutatingWebhookConfiguration1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionMutatingWebhookConfiguration1WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionMutatingWebhookConfiguration1WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -21548,7 +21132,7 @@ public static V1APIResourceList GetAPIResources2(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1MutatingWebhookConfiguration PatchMutatingWebhookConfiguration1(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1MutatingWebhookConfiguration PatchMutatingWebhookConfiguration1(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchMutatingWebhookConfiguration1Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -21589,7 +21173,7 @@ public static V1APIResourceList GetAPIResources2(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchMutatingWebhookConfiguration1Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchMutatingWebhookConfiguration1Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchMutatingWebhookConfiguration1WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -21671,15 +21255,6 @@ public static V1APIResourceList GetAPIResources2(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -21774,16 +21349,12 @@ public static V1APIResourceList GetAPIResources2(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionValidatingWebhookConfiguration1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionValidatingWebhookConfiguration1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionValidatingWebhookConfiguration1Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionValidatingWebhookConfiguration1Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -21792,15 +21363,6 @@ public static V1APIResourceList GetAPIResources2(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -21895,19 +21457,15 @@ public static V1APIResourceList GetAPIResources2(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionValidatingWebhookConfiguration1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionValidatingWebhookConfiguration1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionValidatingWebhookConfiguration1WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionValidatingWebhookConfiguration1WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -22352,7 +21910,7 @@ public static V1APIResourceList GetAPIResources2(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1ValidatingWebhookConfiguration PatchValidatingWebhookConfiguration1(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1ValidatingWebhookConfiguration PatchValidatingWebhookConfiguration1(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchValidatingWebhookConfiguration1Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -22393,7 +21951,7 @@ public static V1APIResourceList GetAPIResources2(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchValidatingWebhookConfiguration1Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchValidatingWebhookConfiguration1Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchValidatingWebhookConfiguration1WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -22531,15 +22089,6 @@ public static V1APIResourceList GetAPIResources3(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -22634,16 +22183,12 @@ public static V1APIResourceList GetAPIResources3(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionCustomResourceDefinition(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionCustomResourceDefinition(this IKubernetes operations, 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)) { - return operations.DeleteCollectionCustomResourceDefinitionAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionCustomResourceDefinitionAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -22652,15 +22197,6 @@ public static V1APIResourceList GetAPIResources3(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -22755,19 +22291,15 @@ public static V1APIResourceList GetAPIResources3(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionCustomResourceDefinitionAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionCustomResourceDefinitionAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionCustomResourceDefinitionWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionCustomResourceDefinitionWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -23212,7 +22744,7 @@ public static V1APIResourceList GetAPIResources3(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1CustomResourceDefinition PatchCustomResourceDefinition(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1CustomResourceDefinition PatchCustomResourceDefinition(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchCustomResourceDefinitionAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -23253,7 +22785,7 @@ public static V1APIResourceList GetAPIResources3(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchCustomResourceDefinitionAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchCustomResourceDefinitionAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchCustomResourceDefinitionWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -23402,7 +22934,7 @@ public static V1APIResourceList GetAPIResources3(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1CustomResourceDefinition PatchCustomResourceDefinitionStatus(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1CustomResourceDefinition PatchCustomResourceDefinitionStatus(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchCustomResourceDefinitionStatusAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -23443,7 +22975,7 @@ public static V1APIResourceList GetAPIResources3(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchCustomResourceDefinitionStatusAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchCustomResourceDefinitionStatusAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchCustomResourceDefinitionStatusWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -23553,15 +23085,6 @@ public static V1APIResourceList GetAPIResources4(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -23656,16 +23179,12 @@ public static V1APIResourceList GetAPIResources4(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionCustomResourceDefinition1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionCustomResourceDefinition1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionCustomResourceDefinition1Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionCustomResourceDefinition1Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -23674,15 +23193,6 @@ public static V1APIResourceList GetAPIResources4(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -23777,19 +23287,15 @@ public static V1APIResourceList GetAPIResources4(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionCustomResourceDefinition1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionCustomResourceDefinition1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionCustomResourceDefinition1WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionCustomResourceDefinition1WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -24234,7 +23740,7 @@ public static V1APIResourceList GetAPIResources4(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1CustomResourceDefinition PatchCustomResourceDefinition1(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1CustomResourceDefinition PatchCustomResourceDefinition1(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchCustomResourceDefinition1Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -24275,7 +23781,7 @@ public static V1APIResourceList GetAPIResources4(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchCustomResourceDefinition1Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchCustomResourceDefinition1Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchCustomResourceDefinition1WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -24424,7 +23930,7 @@ public static V1APIResourceList GetAPIResources4(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1CustomResourceDefinition PatchCustomResourceDefinitionStatus1(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1CustomResourceDefinition PatchCustomResourceDefinitionStatus1(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchCustomResourceDefinitionStatus1Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -24465,7 +23971,7 @@ public static V1APIResourceList GetAPIResources4(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchCustomResourceDefinitionStatus1Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchCustomResourceDefinitionStatus1Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchCustomResourceDefinitionStatus1WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -24603,15 +24109,6 @@ public static V1APIResourceList GetAPIResources5(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -24706,16 +24203,12 @@ public static V1APIResourceList GetAPIResources5(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionAPIService(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionAPIService(this IKubernetes operations, 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)) { - return operations.DeleteCollectionAPIServiceAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionAPIServiceAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -24724,15 +24217,6 @@ public static V1APIResourceList GetAPIResources5(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -24827,19 +24311,15 @@ public static V1APIResourceList GetAPIResources5(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionAPIServiceAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionAPIServiceAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionAPIServiceWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionAPIServiceWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -25284,7 +24764,7 @@ public static V1APIResourceList GetAPIResources5(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1APIService PatchAPIService(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1APIService PatchAPIService(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchAPIServiceAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -25325,7 +24805,7 @@ public static V1APIResourceList GetAPIResources5(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchAPIServiceAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchAPIServiceAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchAPIServiceWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -25474,7 +24954,7 @@ public static V1APIResourceList GetAPIResources5(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1APIService PatchAPIServiceStatus(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1APIService PatchAPIServiceStatus(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchAPIServiceStatusAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -25515,7 +24995,7 @@ public static V1APIResourceList GetAPIResources5(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchAPIServiceStatusAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchAPIServiceStatusAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchAPIServiceStatusWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -25625,15 +25105,6 @@ public static V1APIResourceList GetAPIResources6(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -25728,16 +25199,12 @@ public static V1APIResourceList GetAPIResources6(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionAPIService1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionAPIService1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionAPIService1Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionAPIService1Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -25746,15 +25213,6 @@ public static V1APIResourceList GetAPIResources6(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -25849,19 +25307,15 @@ public static V1APIResourceList GetAPIResources6(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionAPIService1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionAPIService1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionAPIService1WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionAPIService1WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -26306,7 +25760,7 @@ public static V1APIResourceList GetAPIResources6(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1APIService PatchAPIService1(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1APIService PatchAPIService1(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchAPIService1Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -26347,7 +25801,7 @@ public static V1APIResourceList GetAPIResources6(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchAPIService1Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchAPIService1Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchAPIService1WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -26496,7 +25950,7 @@ public static V1APIResourceList GetAPIResources6(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1APIService PatchAPIServiceStatus1(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1APIService PatchAPIServiceStatus1(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchAPIServiceStatus1Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -26537,7 +25991,7 @@ public static V1APIResourceList GetAPIResources6(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchAPIServiceStatus1Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchAPIServiceStatus1Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchAPIServiceStatus1WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -27242,15 +26696,6 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -27345,16 +26790,12 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedControllerRevision(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedControllerRevision(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedControllerRevisionAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedControllerRevisionAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -27366,15 +26807,6 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -27469,19 +26901,15 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedControllerRevisionAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedControllerRevisionAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedControllerRevisionWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedControllerRevisionWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -27953,7 +27381,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1ControllerRevision PatchNamespacedControllerRevision(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1ControllerRevision PatchNamespacedControllerRevision(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedControllerRevisionAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -27997,7 +27425,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedControllerRevisionAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedControllerRevisionAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedControllerRevisionWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -28088,15 +27516,6 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -28191,16 +27610,12 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedDaemonSet(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedDaemonSet(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedDaemonSetAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedDaemonSetAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -28212,15 +27627,6 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -28315,19 +27721,15 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedDaemonSetAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedDaemonSetAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedDaemonSetWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedDaemonSetWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -28799,7 +28201,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1DaemonSet PatchNamespacedDaemonSet(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1DaemonSet PatchNamespacedDaemonSet(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedDaemonSetAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -28843,7 +28245,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedDaemonSetAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedDaemonSetAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedDaemonSetWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -29007,7 +28409,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1DaemonSet PatchNamespacedDaemonSetStatus(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1DaemonSet PatchNamespacedDaemonSetStatus(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedDaemonSetStatusAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -29051,7 +28453,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedDaemonSetStatusAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedDaemonSetStatusAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedDaemonSetStatusWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -29142,15 +28544,6 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -29245,16 +28638,12 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedDeployment(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedDeployment(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedDeploymentAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedDeploymentAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -29266,15 +28655,6 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -29369,19 +28749,15 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedDeploymentAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedDeploymentAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedDeploymentWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedDeploymentWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -29853,7 +29229,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1Deployment PatchNamespacedDeployment(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Deployment PatchNamespacedDeployment(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedDeploymentAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -29897,7 +29273,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedDeploymentAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedDeploymentAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedDeploymentWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -30061,7 +29437,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1Scale PatchNamespacedDeploymentScale(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Scale PatchNamespacedDeploymentScale(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedDeploymentScaleAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -30105,7 +29481,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedDeploymentScaleAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedDeploymentScaleAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedDeploymentScaleWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -30269,7 +29645,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1Deployment PatchNamespacedDeploymentStatus(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Deployment PatchNamespacedDeploymentStatus(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedDeploymentStatusAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -30313,7 +29689,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedDeploymentStatusAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedDeploymentStatusAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedDeploymentStatusWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -30404,15 +29780,6 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -30507,16 +29874,12 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedReplicaSet(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedReplicaSet(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedReplicaSetAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedReplicaSetAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -30528,15 +29891,6 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -30631,19 +29985,15 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedReplicaSetAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedReplicaSetAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedReplicaSetWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedReplicaSetWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -31115,7 +30465,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1ReplicaSet PatchNamespacedReplicaSet(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1ReplicaSet PatchNamespacedReplicaSet(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedReplicaSetAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -31159,7 +30509,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedReplicaSetAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedReplicaSetAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedReplicaSetWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -31323,7 +30673,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1Scale PatchNamespacedReplicaSetScale(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Scale PatchNamespacedReplicaSetScale(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedReplicaSetScaleAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -31367,7 +30717,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedReplicaSetScaleAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedReplicaSetScaleAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedReplicaSetScaleWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -31531,7 +30881,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1ReplicaSet PatchNamespacedReplicaSetStatus(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1ReplicaSet PatchNamespacedReplicaSetStatus(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedReplicaSetStatusAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -31575,7 +30925,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedReplicaSetStatusAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedReplicaSetStatusAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedReplicaSetStatusWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -31666,15 +31016,6 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -31769,16 +31110,12 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedStatefulSet(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedStatefulSet(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedStatefulSetAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedStatefulSetAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -31790,15 +31127,6 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -31893,19 +31221,15 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedStatefulSetAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedStatefulSetAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedStatefulSetWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedStatefulSetWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -32377,7 +31701,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1StatefulSet PatchNamespacedStatefulSet(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1StatefulSet PatchNamespacedStatefulSet(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedStatefulSetAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -32421,7 +31745,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedStatefulSetAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedStatefulSetAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedStatefulSetWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -32585,7 +31909,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1Scale PatchNamespacedStatefulSetScale(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Scale PatchNamespacedStatefulSetScale(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedStatefulSetScaleAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -32629,7 +31953,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedStatefulSetScaleAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedStatefulSetScaleAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedStatefulSetScaleWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -32793,7 +32117,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1StatefulSet PatchNamespacedStatefulSetStatus(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1StatefulSet PatchNamespacedStatefulSetStatus(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedStatefulSetStatusAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -32837,7 +32161,7 @@ public static V1APIResourceList GetAPIResources7(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedStatefulSetStatusAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedStatefulSetStatusAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedStatefulSetStatusWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -33357,15 +32681,6 @@ public static V1APIResourceList GetAPIResources8(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -33460,16 +32775,12 @@ public static V1APIResourceList GetAPIResources8(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionAuditSink(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionAuditSink(this IKubernetes operations, 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)) { - return operations.DeleteCollectionAuditSinkAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionAuditSinkAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -33478,15 +32789,6 @@ public static V1APIResourceList GetAPIResources8(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -33581,19 +32883,15 @@ public static V1APIResourceList GetAPIResources8(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionAuditSinkAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionAuditSinkAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionAuditSinkWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionAuditSinkWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -34038,7 +33336,7 @@ public static V1APIResourceList GetAPIResources8(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1alpha1AuditSink PatchAuditSink(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1alpha1AuditSink PatchAuditSink(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchAuditSinkAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -34079,7 +33377,7 @@ public static V1APIResourceList GetAPIResources8(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchAuditSinkAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchAuditSinkAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchAuditSinkWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -35208,15 +34506,6 @@ public static V1APIResourceList GetAPIResources13(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -35311,16 +34600,12 @@ public static V1APIResourceList GetAPIResources13(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedHorizontalPodAutoscaler(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedHorizontalPodAutoscaler(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedHorizontalPodAutoscalerAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedHorizontalPodAutoscalerAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -35332,15 +34617,6 @@ public static V1APIResourceList GetAPIResources13(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -35435,19 +34711,15 @@ public static V1APIResourceList GetAPIResources13(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedHorizontalPodAutoscalerAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedHorizontalPodAutoscalerAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedHorizontalPodAutoscalerWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedHorizontalPodAutoscalerWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -35919,7 +35191,7 @@ public static V1APIResourceList GetAPIResources13(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1HorizontalPodAutoscaler PatchNamespacedHorizontalPodAutoscaler(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1HorizontalPodAutoscaler PatchNamespacedHorizontalPodAutoscaler(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedHorizontalPodAutoscalerAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -35963,7 +35235,7 @@ public static V1APIResourceList GetAPIResources13(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedHorizontalPodAutoscalerAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedHorizontalPodAutoscalerAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedHorizontalPodAutoscalerWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -36127,7 +35399,7 @@ public static V1APIResourceList GetAPIResources13(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1HorizontalPodAutoscaler PatchNamespacedHorizontalPodAutoscalerStatus(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1HorizontalPodAutoscaler PatchNamespacedHorizontalPodAutoscalerStatus(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedHorizontalPodAutoscalerStatusAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -36171,7 +35443,7 @@ public static V1APIResourceList GetAPIResources13(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedHorizontalPodAutoscalerStatusAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedHorizontalPodAutoscalerStatusAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedHorizontalPodAutoscalerStatusWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -36478,15 +35750,6 @@ public static V1APIResourceList GetAPIResources14(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -36581,16 +35844,12 @@ public static V1APIResourceList GetAPIResources14(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedHorizontalPodAutoscaler1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedHorizontalPodAutoscaler1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedHorizontalPodAutoscaler1Async(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedHorizontalPodAutoscaler1Async(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -36602,15 +35861,6 @@ public static V1APIResourceList GetAPIResources14(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -36705,19 +35955,15 @@ public static V1APIResourceList GetAPIResources14(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedHorizontalPodAutoscaler1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedHorizontalPodAutoscaler1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedHorizontalPodAutoscaler1WithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedHorizontalPodAutoscaler1WithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -37189,7 +36435,7 @@ public static V1APIResourceList GetAPIResources14(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V2beta1HorizontalPodAutoscaler PatchNamespacedHorizontalPodAutoscaler1(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V2beta1HorizontalPodAutoscaler PatchNamespacedHorizontalPodAutoscaler1(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedHorizontalPodAutoscaler1Async(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -37233,7 +36479,7 @@ public static V1APIResourceList GetAPIResources14(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedHorizontalPodAutoscaler1Async(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedHorizontalPodAutoscaler1Async(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedHorizontalPodAutoscaler1WithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -37397,7 +36643,7 @@ public static V1APIResourceList GetAPIResources14(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V2beta1HorizontalPodAutoscaler PatchNamespacedHorizontalPodAutoscalerStatus1(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V2beta1HorizontalPodAutoscaler PatchNamespacedHorizontalPodAutoscalerStatus1(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedHorizontalPodAutoscalerStatus1Async(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -37441,7 +36687,7 @@ public static V1APIResourceList GetAPIResources14(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedHorizontalPodAutoscalerStatus1Async(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedHorizontalPodAutoscalerStatus1Async(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedHorizontalPodAutoscalerStatus1WithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -37748,15 +36994,6 @@ public static V1APIResourceList GetAPIResources15(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -37851,16 +37088,12 @@ public static V1APIResourceList GetAPIResources15(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedHorizontalPodAutoscaler2(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedHorizontalPodAutoscaler2(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedHorizontalPodAutoscaler2Async(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedHorizontalPodAutoscaler2Async(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -37872,15 +37105,6 @@ public static V1APIResourceList GetAPIResources15(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -37975,19 +37199,15 @@ public static V1APIResourceList GetAPIResources15(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedHorizontalPodAutoscaler2Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedHorizontalPodAutoscaler2Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedHorizontalPodAutoscaler2WithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedHorizontalPodAutoscaler2WithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -38459,7 +37679,7 @@ public static V1APIResourceList GetAPIResources15(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V2beta2HorizontalPodAutoscaler PatchNamespacedHorizontalPodAutoscaler2(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V2beta2HorizontalPodAutoscaler PatchNamespacedHorizontalPodAutoscaler2(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedHorizontalPodAutoscaler2Async(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -38503,7 +37723,7 @@ public static V1APIResourceList GetAPIResources15(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedHorizontalPodAutoscaler2Async(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedHorizontalPodAutoscaler2Async(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedHorizontalPodAutoscaler2WithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -38667,7 +37887,7 @@ public static V1APIResourceList GetAPIResources15(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V2beta2HorizontalPodAutoscaler PatchNamespacedHorizontalPodAutoscalerStatus2(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V2beta2HorizontalPodAutoscaler PatchNamespacedHorizontalPodAutoscalerStatus2(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedHorizontalPodAutoscalerStatus2Async(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -38711,7 +37931,7 @@ public static V1APIResourceList GetAPIResources15(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedHorizontalPodAutoscalerStatus2Async(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedHorizontalPodAutoscalerStatus2Async(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedHorizontalPodAutoscalerStatus2WithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -39046,15 +38266,6 @@ public static V1APIResourceList GetAPIResources16(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -39149,16 +38360,12 @@ public static V1APIResourceList GetAPIResources16(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedJob(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedJob(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedJobAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedJobAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -39170,15 +38377,6 @@ public static V1APIResourceList GetAPIResources16(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -39273,19 +38471,15 @@ public static V1APIResourceList GetAPIResources16(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedJobAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedJobAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedJobWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedJobWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -39757,7 +38951,7 @@ public static V1APIResourceList GetAPIResources16(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1Job PatchNamespacedJob(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Job PatchNamespacedJob(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedJobAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -39801,7 +38995,7 @@ public static V1APIResourceList GetAPIResources16(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedJobAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedJobAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedJobWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -39965,7 +39159,7 @@ public static V1APIResourceList GetAPIResources16(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1Job PatchNamespacedJobStatus(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Job PatchNamespacedJobStatus(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedJobStatusAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -40009,7 +39203,7 @@ public static V1APIResourceList GetAPIResources16(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedJobStatusAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedJobStatusAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedJobStatusWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -40316,15 +39510,6 @@ public static V1APIResourceList GetAPIResources17(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -40419,16 +39604,12 @@ public static V1APIResourceList GetAPIResources17(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedCronJob(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedCronJob(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedCronJobAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedCronJobAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -40440,15 +39621,6 @@ public static V1APIResourceList GetAPIResources17(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -40543,19 +39715,15 @@ public static V1APIResourceList GetAPIResources17(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedCronJobAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedCronJobAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedCronJobWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedCronJobWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -41027,7 +40195,7 @@ public static V1APIResourceList GetAPIResources17(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1CronJob PatchNamespacedCronJob(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1CronJob PatchNamespacedCronJob(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedCronJobAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -41071,7 +40239,7 @@ public static V1APIResourceList GetAPIResources17(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedCronJobAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedCronJobAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedCronJobWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -41235,7 +40403,7 @@ public static V1APIResourceList GetAPIResources17(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1CronJob PatchNamespacedCronJobStatus(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1CronJob PatchNamespacedCronJobStatus(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedCronJobStatusAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -41279,7 +40447,7 @@ public static V1APIResourceList GetAPIResources17(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedCronJobStatusAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedCronJobStatusAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedCronJobStatusWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -41586,15 +40754,6 @@ public static V1APIResourceList GetAPIResources18(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -41689,16 +40848,12 @@ public static V1APIResourceList GetAPIResources18(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedCronJob1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedCronJob1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedCronJob1Async(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedCronJob1Async(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -41710,15 +40865,6 @@ public static V1APIResourceList GetAPIResources18(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -41813,19 +40959,15 @@ public static V1APIResourceList GetAPIResources18(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedCronJob1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedCronJob1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedCronJob1WithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedCronJob1WithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -42297,7 +41439,7 @@ public static V1APIResourceList GetAPIResources18(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V2alpha1CronJob PatchNamespacedCronJob1(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V2alpha1CronJob PatchNamespacedCronJob1(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedCronJob1Async(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -42341,7 +41483,7 @@ public static V1APIResourceList GetAPIResources18(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedCronJob1Async(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedCronJob1Async(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedCronJob1WithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -42505,7 +41647,7 @@ public static V1APIResourceList GetAPIResources18(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V2alpha1CronJob PatchNamespacedCronJobStatus1(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V2alpha1CronJob PatchNamespacedCronJobStatus1(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedCronJobStatus1Async(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -42549,7 +41691,7 @@ public static V1APIResourceList GetAPIResources18(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedCronJobStatus1Async(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedCronJobStatus1Async(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedCronJobStatus1WithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -42693,15 +41835,6 @@ public static V1APIResourceList GetAPIResources19(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -42796,16 +41929,12 @@ public static V1APIResourceList GetAPIResources19(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionCertificateSigningRequest(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionCertificateSigningRequest(this IKubernetes operations, 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)) { - return operations.DeleteCollectionCertificateSigningRequestAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionCertificateSigningRequestAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -42814,15 +41943,6 @@ public static V1APIResourceList GetAPIResources19(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -42917,19 +42037,15 @@ public static V1APIResourceList GetAPIResources19(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionCertificateSigningRequestAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionCertificateSigningRequestAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionCertificateSigningRequestWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionCertificateSigningRequestWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -43374,7 +42490,7 @@ public static V1APIResourceList GetAPIResources19(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1CertificateSigningRequest PatchCertificateSigningRequest(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1CertificateSigningRequest PatchCertificateSigningRequest(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchCertificateSigningRequestAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -43415,7 +42531,7 @@ public static V1APIResourceList GetAPIResources19(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchCertificateSigningRequestAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchCertificateSigningRequestAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchCertificateSigningRequestWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -43632,7 +42748,7 @@ public static V1APIResourceList GetAPIResources19(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1CertificateSigningRequest PatchCertificateSigningRequestStatus(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1CertificateSigningRequest PatchCertificateSigningRequestStatus(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchCertificateSigningRequestStatusAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -43673,7 +42789,7 @@ public static V1APIResourceList GetAPIResources19(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchCertificateSigningRequestStatusAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchCertificateSigningRequestStatusAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchCertificateSigningRequestStatusWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -44002,15 +43118,6 @@ public static V1APIResourceList GetAPIResources20(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -44105,16 +43212,12 @@ public static V1APIResourceList GetAPIResources20(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedLease(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedLease(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedLeaseAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedLeaseAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -44126,15 +43229,6 @@ public static V1APIResourceList GetAPIResources20(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -44229,19 +43323,15 @@ public static V1APIResourceList GetAPIResources20(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedLeaseAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedLeaseAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedLeaseWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedLeaseWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -44713,7 +43803,7 @@ public static V1APIResourceList GetAPIResources20(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1Lease PatchNamespacedLease(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Lease PatchNamespacedLease(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedLeaseAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -44757,7 +43847,7 @@ public static V1APIResourceList GetAPIResources20(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedLeaseAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedLeaseAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedLeaseWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -45064,15 +44154,6 @@ public static V1APIResourceList GetAPIResources21(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -45167,16 +44248,12 @@ public static V1APIResourceList GetAPIResources21(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedLease1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedLease1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedLease1Async(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedLease1Async(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -45188,15 +44265,6 @@ public static V1APIResourceList GetAPIResources21(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -45291,19 +44359,15 @@ public static V1APIResourceList GetAPIResources21(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedLease1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedLease1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedLease1WithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedLease1WithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -45775,7 +44839,7 @@ public static V1APIResourceList GetAPIResources21(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1Lease PatchNamespacedLease1(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1Lease PatchNamespacedLease1(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedLease1Async(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -45819,7 +44883,7 @@ public static V1APIResourceList GetAPIResources21(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedLease1Async(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedLease1Async(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedLease1WithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -46154,15 +45218,6 @@ public static V1APIResourceList GetAPIResources22(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -46257,16 +45312,12 @@ public static V1APIResourceList GetAPIResources22(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedEndpointSlice(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedEndpointSlice(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedEndpointSliceAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedEndpointSliceAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -46278,15 +45329,6 @@ public static V1APIResourceList GetAPIResources22(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -46381,19 +45423,15 @@ public static V1APIResourceList GetAPIResources22(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedEndpointSliceAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedEndpointSliceAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedEndpointSliceWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedEndpointSliceWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -46865,7 +45903,7 @@ public static V1APIResourceList GetAPIResources22(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1EndpointSlice PatchNamespacedEndpointSlice(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1EndpointSlice PatchNamespacedEndpointSlice(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedEndpointSliceAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -46909,7 +45947,7 @@ public static V1APIResourceList GetAPIResources22(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedEndpointSliceAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedEndpointSliceAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedEndpointSliceWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -47244,15 +46282,6 @@ public static V1APIResourceList GetAPIResources23(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -47347,16 +46376,12 @@ public static V1APIResourceList GetAPIResources23(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedEvent1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedEvent1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedEvent1Async(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedEvent1Async(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -47368,15 +46393,6 @@ public static V1APIResourceList GetAPIResources23(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -47471,19 +46487,15 @@ public static V1APIResourceList GetAPIResources23(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedEvent1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedEvent1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedEvent1WithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedEvent1WithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -47955,7 +46967,7 @@ public static V1APIResourceList GetAPIResources23(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1Event PatchNamespacedEvent1(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1Event PatchNamespacedEvent1(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedEvent1Async(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -47999,7 +47011,7 @@ public static V1APIResourceList GetAPIResources23(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedEvent1Async(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedEvent1Async(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedEvent1WithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -48334,15 +47346,6 @@ public static V1APIResourceList GetAPIResources24(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -48437,16 +47440,12 @@ public static V1APIResourceList GetAPIResources24(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedIngress(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedIngress(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedIngressAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedIngressAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -48458,15 +47457,6 @@ public static V1APIResourceList GetAPIResources24(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -48561,19 +47551,15 @@ public static V1APIResourceList GetAPIResources24(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedIngressAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedIngressAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedIngressWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedIngressWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -49045,7 +48031,7 @@ public static V1APIResourceList GetAPIResources24(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static Extensionsv1beta1Ingress PatchNamespacedIngress(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static Extensionsv1beta1Ingress PatchNamespacedIngress(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedIngressAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -49089,7 +48075,7 @@ public static V1APIResourceList GetAPIResources24(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedIngressAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedIngressAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedIngressWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -49253,7 +48239,7 @@ public static V1APIResourceList GetAPIResources24(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static Extensionsv1beta1Ingress PatchNamespacedIngressStatus(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static Extensionsv1beta1Ingress PatchNamespacedIngressStatus(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedIngressStatusAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -49297,7 +48283,7 @@ public static V1APIResourceList GetAPIResources24(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedIngressStatusAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedIngressStatusAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedIngressStatusWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -49441,15 +48427,6 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -49544,16 +48521,12 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionFlowSchema(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionFlowSchema(this IKubernetes operations, 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)) { - return operations.DeleteCollectionFlowSchemaAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionFlowSchemaAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -49562,15 +48535,6 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -49665,19 +48629,15 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionFlowSchemaAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionFlowSchemaAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionFlowSchemaWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionFlowSchemaWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -50122,7 +49082,7 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1alpha1FlowSchema PatchFlowSchema(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1alpha1FlowSchema PatchFlowSchema(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchFlowSchemaAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -50163,7 +49123,7 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchFlowSchemaAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchFlowSchemaAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchFlowSchemaWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -50312,7 +49272,7 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1alpha1FlowSchema PatchFlowSchemaStatus(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1alpha1FlowSchema PatchFlowSchemaStatus(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchFlowSchemaStatusAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -50353,7 +49313,7 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchFlowSchemaStatusAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchFlowSchemaStatusAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchFlowSchemaStatusWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -50435,15 +49395,6 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -50538,16 +49489,12 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionPriorityLevelConfiguration(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionPriorityLevelConfiguration(this IKubernetes operations, 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)) { - return operations.DeleteCollectionPriorityLevelConfigurationAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionPriorityLevelConfigurationAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -50556,15 +49503,6 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -50659,19 +49597,15 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionPriorityLevelConfigurationAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionPriorityLevelConfigurationAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionPriorityLevelConfigurationWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionPriorityLevelConfigurationWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -51116,7 +50050,7 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1alpha1PriorityLevelConfiguration PatchPriorityLevelConfiguration(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1alpha1PriorityLevelConfiguration PatchPriorityLevelConfiguration(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchPriorityLevelConfigurationAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -51157,7 +50091,7 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchPriorityLevelConfigurationAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchPriorityLevelConfigurationAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchPriorityLevelConfigurationWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -51306,7 +50240,7 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1alpha1PriorityLevelConfiguration PatchPriorityLevelConfigurationStatus(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1alpha1PriorityLevelConfiguration PatchPriorityLevelConfigurationStatus(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchPriorityLevelConfigurationStatusAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -51347,7 +50281,7 @@ public static V1APIResourceList GetAPIResources25(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchPriorityLevelConfigurationStatusAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchPriorityLevelConfigurationStatusAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchPriorityLevelConfigurationStatusWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -51488,15 +50422,6 @@ public static V1APIResourceList GetAPIResources26(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -51591,16 +50516,12 @@ public static V1APIResourceList GetAPIResources26(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedNetworkPolicy(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedNetworkPolicy(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedNetworkPolicyAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedNetworkPolicyAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -51612,15 +50533,6 @@ public static V1APIResourceList GetAPIResources26(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -51715,19 +50627,15 @@ public static V1APIResourceList GetAPIResources26(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedNetworkPolicyAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedNetworkPolicyAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedNetworkPolicyWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedNetworkPolicyWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -52199,7 +51107,7 @@ public static V1APIResourceList GetAPIResources26(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1NetworkPolicy PatchNamespacedNetworkPolicy(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1NetworkPolicy PatchNamespacedNetworkPolicy(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedNetworkPolicyAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -52243,7 +51151,7 @@ public static V1APIResourceList GetAPIResources26(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedNetworkPolicyAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedNetworkPolicyAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedNetworkPolicyWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -52547,15 +51455,6 @@ public static V1APIResourceList GetAPIResources27(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -52650,16 +51549,12 @@ public static V1APIResourceList GetAPIResources27(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionIngressClass(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionIngressClass(this IKubernetes operations, 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)) { - return operations.DeleteCollectionIngressClassAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionIngressClassAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -52668,15 +51563,6 @@ public static V1APIResourceList GetAPIResources27(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -52771,19 +51657,15 @@ public static V1APIResourceList GetAPIResources27(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionIngressClassAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionIngressClassAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionIngressClassWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionIngressClassWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -53228,7 +52110,7 @@ public static V1APIResourceList GetAPIResources27(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1IngressClass PatchIngressClass(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1IngressClass PatchIngressClass(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchIngressClassAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -53269,7 +52151,7 @@ public static V1APIResourceList GetAPIResources27(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchIngressClassAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchIngressClassAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchIngressClassWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -53542,15 +52424,6 @@ public static V1APIResourceList GetAPIResources27(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -53645,16 +52518,12 @@ public static V1APIResourceList GetAPIResources27(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedIngress1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedIngress1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedIngress1Async(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedIngress1Async(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -53666,15 +52535,6 @@ public static V1APIResourceList GetAPIResources27(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -53769,19 +52629,15 @@ public static V1APIResourceList GetAPIResources27(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedIngress1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedIngress1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedIngress1WithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedIngress1WithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -54253,7 +53109,7 @@ public static V1APIResourceList GetAPIResources27(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static Networkingv1beta1Ingress PatchNamespacedIngress1(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static Networkingv1beta1Ingress PatchNamespacedIngress1(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedIngress1Async(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -54297,7 +53153,7 @@ public static V1APIResourceList GetAPIResources27(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedIngress1Async(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedIngress1Async(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedIngress1WithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -54461,7 +53317,7 @@ public static V1APIResourceList GetAPIResources27(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static Networkingv1beta1Ingress PatchNamespacedIngressStatus1(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static Networkingv1beta1Ingress PatchNamespacedIngressStatus1(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedIngressStatus1Async(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -54505,7 +53361,7 @@ public static V1APIResourceList GetAPIResources27(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedIngressStatus1Async(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedIngressStatus1Async(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedIngressStatus1WithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -54649,15 +53505,6 @@ public static V1APIResourceList GetAPIResources28(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -54752,16 +53599,12 @@ public static V1APIResourceList GetAPIResources28(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionRuntimeClass(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionRuntimeClass(this IKubernetes operations, 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)) { - return operations.DeleteCollectionRuntimeClassAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionRuntimeClassAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -54770,15 +53613,6 @@ public static V1APIResourceList GetAPIResources28(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -54873,19 +53707,15 @@ public static V1APIResourceList GetAPIResources28(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionRuntimeClassAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionRuntimeClassAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionRuntimeClassWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionRuntimeClassWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -55330,7 +54160,7 @@ public static V1APIResourceList GetAPIResources28(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1alpha1RuntimeClass PatchRuntimeClass(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1alpha1RuntimeClass PatchRuntimeClass(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchRuntimeClassAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -55371,7 +54201,7 @@ public static V1APIResourceList GetAPIResources28(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchRuntimeClassAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchRuntimeClassAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchRuntimeClassWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -55481,15 +54311,6 @@ public static V1APIResourceList GetAPIResources29(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -55584,16 +54405,12 @@ public static V1APIResourceList GetAPIResources29(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionRuntimeClass1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionRuntimeClass1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionRuntimeClass1Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionRuntimeClass1Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -55602,15 +54419,6 @@ public static V1APIResourceList GetAPIResources29(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -55705,19 +54513,15 @@ public static V1APIResourceList GetAPIResources29(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionRuntimeClass1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionRuntimeClass1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionRuntimeClass1WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionRuntimeClass1WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -56162,7 +54966,7 @@ public static V1APIResourceList GetAPIResources29(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1RuntimeClass PatchRuntimeClass1(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1RuntimeClass PatchRuntimeClass1(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchRuntimeClass1Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -56203,7 +55007,7 @@ public static V1APIResourceList GetAPIResources29(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchRuntimeClass1Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchRuntimeClass1Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchRuntimeClass1WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -56344,15 +55148,6 @@ public static V1APIResourceList GetAPIResources30(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -56447,16 +55242,12 @@ public static V1APIResourceList GetAPIResources30(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedPodDisruptionBudget(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedPodDisruptionBudget(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedPodDisruptionBudgetAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedPodDisruptionBudgetAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -56468,15 +55259,6 @@ public static V1APIResourceList GetAPIResources30(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -56571,19 +55353,15 @@ public static V1APIResourceList GetAPIResources30(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedPodDisruptionBudgetAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedPodDisruptionBudgetAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedPodDisruptionBudgetWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedPodDisruptionBudgetWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -57055,7 +55833,7 @@ public static V1APIResourceList GetAPIResources30(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1PodDisruptionBudget PatchNamespacedPodDisruptionBudget(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1PodDisruptionBudget PatchNamespacedPodDisruptionBudget(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedPodDisruptionBudgetAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -57099,7 +55877,7 @@ public static V1APIResourceList GetAPIResources30(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedPodDisruptionBudgetAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedPodDisruptionBudgetAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedPodDisruptionBudgetWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -57263,7 +56041,7 @@ public static V1APIResourceList GetAPIResources30(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1PodDisruptionBudget PatchNamespacedPodDisruptionBudgetStatus(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1PodDisruptionBudget PatchNamespacedPodDisruptionBudgetStatus(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedPodDisruptionBudgetStatusAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -57307,7 +56085,7 @@ public static V1APIResourceList GetAPIResources30(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedPodDisruptionBudgetStatusAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedPodDisruptionBudgetStatusAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedPodDisruptionBudgetStatusWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -57583,15 +56361,6 @@ public static V1APIResourceList GetAPIResources30(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -57686,16 +56455,12 @@ public static V1APIResourceList GetAPIResources30(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionPodSecurityPolicy(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionPodSecurityPolicy(this IKubernetes operations, 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)) { - return operations.DeleteCollectionPodSecurityPolicyAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionPodSecurityPolicyAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -57704,15 +56469,6 @@ public static V1APIResourceList GetAPIResources30(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -57807,19 +56563,15 @@ public static V1APIResourceList GetAPIResources30(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionPodSecurityPolicyAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionPodSecurityPolicyAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionPodSecurityPolicyWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionPodSecurityPolicyWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -58264,7 +57016,7 @@ public static V1APIResourceList GetAPIResources30(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1PodSecurityPolicy PatchPodSecurityPolicy(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1PodSecurityPolicy PatchPodSecurityPolicy(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchPodSecurityPolicyAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -58305,7 +57057,7 @@ public static V1APIResourceList GetAPIResources30(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchPodSecurityPolicyAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchPodSecurityPolicyAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchPodSecurityPolicyWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -58443,15 +57195,6 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -58546,16 +57289,12 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionClusterRoleBinding(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionClusterRoleBinding(this IKubernetes operations, 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)) { - return operations.DeleteCollectionClusterRoleBindingAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionClusterRoleBindingAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -58564,15 +57303,6 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -58667,19 +57397,15 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionClusterRoleBindingAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionClusterRoleBindingAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionClusterRoleBindingWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionClusterRoleBindingWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -59108,7 +57834,7 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1ClusterRoleBinding PatchClusterRoleBinding(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1ClusterRoleBinding PatchClusterRoleBinding(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchClusterRoleBindingAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -59149,7 +57875,7 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchClusterRoleBindingAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchClusterRoleBindingAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchClusterRoleBindingWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -59231,15 +57957,6 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -59334,16 +58051,12 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionClusterRole(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionClusterRole(this IKubernetes operations, 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)) { - return operations.DeleteCollectionClusterRoleAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionClusterRoleAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -59352,15 +58065,6 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -59455,19 +58159,15 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionClusterRoleAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionClusterRoleAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionClusterRoleWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionClusterRoleWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -59896,7 +58596,7 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1ClusterRole PatchClusterRole(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1ClusterRole PatchClusterRole(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchClusterRoleAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -59937,7 +58637,7 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchClusterRoleAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchClusterRoleAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchClusterRoleWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -60022,15 +58722,6 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -60125,16 +58816,12 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedRoleBinding(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedRoleBinding(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedRoleBindingAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedRoleBindingAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -60146,15 +58833,6 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -60249,19 +58927,15 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedRoleBindingAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedRoleBindingAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedRoleBindingWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedRoleBindingWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -60717,7 +59391,7 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1RoleBinding PatchNamespacedRoleBinding(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1RoleBinding PatchNamespacedRoleBinding(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedRoleBindingAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -60761,7 +59435,7 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedRoleBindingAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedRoleBindingAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedRoleBindingWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -60852,15 +59526,6 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -60955,16 +59620,12 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedRole(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedRole(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedRoleAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedRoleAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -60976,15 +59637,6 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -61079,19 +59731,15 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedRoleAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedRoleAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedRoleWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedRoleWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -61547,7 +60195,7 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1Role PatchNamespacedRole(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1Role PatchNamespacedRole(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedRoleAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -61591,7 +60239,7 @@ public static V1APIResourceList GetAPIResources31(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedRoleAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedRoleAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedRoleWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -62083,15 +60731,6 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -62186,16 +60825,12 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionClusterRoleBinding1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionClusterRoleBinding1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionClusterRoleBinding1Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionClusterRoleBinding1Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -62204,15 +60839,6 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -62307,19 +60933,15 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionClusterRoleBinding1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionClusterRoleBinding1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionClusterRoleBinding1WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionClusterRoleBinding1WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -62748,7 +61370,7 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1alpha1ClusterRoleBinding PatchClusterRoleBinding1(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1alpha1ClusterRoleBinding PatchClusterRoleBinding1(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchClusterRoleBinding1Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -62789,7 +61411,7 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchClusterRoleBinding1Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchClusterRoleBinding1Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchClusterRoleBinding1WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -62871,15 +61493,6 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -62974,16 +61587,12 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionClusterRole1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionClusterRole1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionClusterRole1Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionClusterRole1Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -62992,15 +61601,6 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -63095,19 +61695,15 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionClusterRole1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionClusterRole1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionClusterRole1WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionClusterRole1WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -63536,7 +62132,7 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1alpha1ClusterRole PatchClusterRole1(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1alpha1ClusterRole PatchClusterRole1(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchClusterRole1Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -63577,7 +62173,7 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchClusterRole1Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchClusterRole1Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchClusterRole1WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -63662,15 +62258,6 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -63765,16 +62352,12 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedRoleBinding1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedRoleBinding1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedRoleBinding1Async(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedRoleBinding1Async(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -63786,15 +62369,6 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -63889,19 +62463,15 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedRoleBinding1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedRoleBinding1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedRoleBinding1WithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedRoleBinding1WithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -64357,7 +62927,7 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1alpha1RoleBinding PatchNamespacedRoleBinding1(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1alpha1RoleBinding PatchNamespacedRoleBinding1(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedRoleBinding1Async(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -64401,7 +62971,7 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedRoleBinding1Async(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedRoleBinding1Async(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedRoleBinding1WithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -64492,15 +63062,6 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -64595,16 +63156,12 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedRole1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedRole1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedRole1Async(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedRole1Async(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -64616,15 +63173,6 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -64719,19 +63267,15 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedRole1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedRole1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedRole1WithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedRole1WithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -65187,7 +63731,7 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1alpha1Role PatchNamespacedRole1(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1alpha1Role PatchNamespacedRole1(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedRole1Async(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -65231,7 +63775,7 @@ public static V1APIResourceList GetAPIResources32(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedRole1Async(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedRole1Async(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedRole1WithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -65723,15 +64267,6 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -65826,16 +64361,12 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionClusterRoleBinding2(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionClusterRoleBinding2(this IKubernetes operations, 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)) { - return operations.DeleteCollectionClusterRoleBinding2Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionClusterRoleBinding2Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -65844,15 +64375,6 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -65947,19 +64469,15 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionClusterRoleBinding2Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionClusterRoleBinding2Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionClusterRoleBinding2WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionClusterRoleBinding2WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -66388,7 +64906,7 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1ClusterRoleBinding PatchClusterRoleBinding2(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1ClusterRoleBinding PatchClusterRoleBinding2(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchClusterRoleBinding2Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -66429,7 +64947,7 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchClusterRoleBinding2Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchClusterRoleBinding2Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchClusterRoleBinding2WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -66511,15 +65029,6 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -66614,16 +65123,12 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionClusterRole2(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionClusterRole2(this IKubernetes operations, 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)) { - return operations.DeleteCollectionClusterRole2Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionClusterRole2Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -66632,15 +65137,6 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -66735,19 +65231,15 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionClusterRole2Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionClusterRole2Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionClusterRole2WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionClusterRole2WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -67176,7 +65668,7 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1ClusterRole PatchClusterRole2(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1ClusterRole PatchClusterRole2(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchClusterRole2Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -67217,7 +65709,7 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchClusterRole2Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchClusterRole2Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchClusterRole2WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -67302,15 +65794,6 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -67405,16 +65888,12 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedRoleBinding2(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedRoleBinding2(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedRoleBinding2Async(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedRoleBinding2Async(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -67426,15 +65905,6 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -67529,19 +65999,15 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedRoleBinding2Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedRoleBinding2Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedRoleBinding2WithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedRoleBinding2WithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -67997,7 +66463,7 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1RoleBinding PatchNamespacedRoleBinding2(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1RoleBinding PatchNamespacedRoleBinding2(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedRoleBinding2Async(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -68041,7 +66507,7 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedRoleBinding2Async(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedRoleBinding2Async(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedRoleBinding2WithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -68132,15 +66598,6 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -68235,16 +66692,12 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedRole2(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedRole2(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedRole2Async(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedRole2Async(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -68256,15 +66709,6 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -68359,19 +66803,15 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedRole2Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedRole2Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedRole2WithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedRole2WithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -68827,7 +67267,7 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1Role PatchNamespacedRole2(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1Role PatchNamespacedRole2(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedRole2Async(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -68871,7 +67311,7 @@ public static V1APIResourceList GetAPIResources33(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedRole2Async(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedRole2Async(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedRole2WithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -69391,15 +67831,6 @@ public static V1APIResourceList GetAPIResources34(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -69494,16 +67925,12 @@ public static V1APIResourceList GetAPIResources34(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionPriorityClass(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionPriorityClass(this IKubernetes operations, 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)) { - return operations.DeleteCollectionPriorityClassAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionPriorityClassAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -69512,15 +67939,6 @@ public static V1APIResourceList GetAPIResources34(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -69615,19 +68033,15 @@ public static V1APIResourceList GetAPIResources34(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionPriorityClassAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionPriorityClassAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionPriorityClassWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionPriorityClassWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -70072,7 +68486,7 @@ public static V1APIResourceList GetAPIResources34(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1PriorityClass PatchPriorityClass(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1PriorityClass PatchPriorityClass(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchPriorityClassAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -70113,7 +68527,7 @@ public static V1APIResourceList GetAPIResources34(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchPriorityClassAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchPriorityClassAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchPriorityClassWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -70223,15 +68637,6 @@ public static V1APIResourceList GetAPIResources35(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -70326,16 +68731,12 @@ public static V1APIResourceList GetAPIResources35(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionPriorityClass1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionPriorityClass1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionPriorityClass1Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionPriorityClass1Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -70344,15 +68745,6 @@ public static V1APIResourceList GetAPIResources35(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -70447,19 +68839,15 @@ public static V1APIResourceList GetAPIResources35(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionPriorityClass1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionPriorityClass1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionPriorityClass1WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionPriorityClass1WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -70904,7 +69292,7 @@ public static V1APIResourceList GetAPIResources35(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1alpha1PriorityClass PatchPriorityClass1(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1alpha1PriorityClass PatchPriorityClass1(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchPriorityClass1Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -70945,7 +69333,7 @@ public static V1APIResourceList GetAPIResources35(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchPriorityClass1Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchPriorityClass1Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchPriorityClass1WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -71055,15 +69443,6 @@ public static V1APIResourceList GetAPIResources36(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -71158,16 +69537,12 @@ public static V1APIResourceList GetAPIResources36(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionPriorityClass2(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionPriorityClass2(this IKubernetes operations, 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)) { - return operations.DeleteCollectionPriorityClass2Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionPriorityClass2Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -71176,15 +69551,6 @@ public static V1APIResourceList GetAPIResources36(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -71279,19 +69645,15 @@ public static V1APIResourceList GetAPIResources36(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionPriorityClass2Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionPriorityClass2Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionPriorityClass2WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionPriorityClass2WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -71736,7 +70098,7 @@ public static V1APIResourceList GetAPIResources36(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1PriorityClass PatchPriorityClass2(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1PriorityClass PatchPriorityClass2(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchPriorityClass2Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -71777,7 +70139,7 @@ public static V1APIResourceList GetAPIResources36(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchPriorityClass2Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchPriorityClass2Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchPriorityClass2WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -71918,15 +70280,6 @@ public static V1APIResourceList GetAPIResources37(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -72021,16 +70374,12 @@ public static V1APIResourceList GetAPIResources37(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionNamespacedPodPreset(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionNamespacedPodPreset(this IKubernetes operations, 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)) { - return operations.DeleteCollectionNamespacedPodPresetAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionNamespacedPodPresetAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -72042,15 +70391,6 @@ public static V1APIResourceList GetAPIResources37(this IKubernetes operations) /// /// 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. - /// /// /// /// @@ -72145,19 +70485,15 @@ public static V1APIResourceList GetAPIResources37(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionNamespacedPodPresetAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedPodPresetAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionNamespacedPodPresetWithHttpMessagesAsync(namespaceParameter, allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedPodPresetWithHttpMessagesAsync(namespaceParameter, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -72629,7 +70965,7 @@ public static V1APIResourceList GetAPIResources37(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1alpha1PodPreset PatchNamespacedPodPreset(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1alpha1PodPreset PatchNamespacedPodPreset(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchNamespacedPodPresetAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -72673,7 +71009,7 @@ public static V1APIResourceList GetAPIResources37(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchNamespacedPodPresetAsync(this IKubernetes operations, V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedPodPresetAsync(this IKubernetes operations, object body, string name, string namespaceParameter, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchNamespacedPodPresetWithHttpMessagesAsync(body, name, namespaceParameter, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -73005,15 +71341,6 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -73108,16 +71435,12 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionCSIDriver(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionCSIDriver(this IKubernetes operations, 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)) { - return operations.DeleteCollectionCSIDriverAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionCSIDriverAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -73126,15 +71449,6 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -73229,19 +71543,15 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionCSIDriverAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionCSIDriverAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionCSIDriverWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionCSIDriverWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -73686,7 +71996,7 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1CSIDriver PatchCSIDriver(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1CSIDriver PatchCSIDriver(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchCSIDriverAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -73727,7 +72037,7 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchCSIDriverAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchCSIDriverAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchCSIDriverWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -73809,15 +72119,6 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -73912,16 +72213,12 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionCSINode(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionCSINode(this IKubernetes operations, 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)) { - return operations.DeleteCollectionCSINodeAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionCSINodeAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -73930,15 +72227,6 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -74033,19 +72321,15 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionCSINodeAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionCSINodeAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionCSINodeWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionCSINodeWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -74490,7 +72774,7 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1CSINode PatchCSINode(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1CSINode PatchCSINode(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchCSINodeAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -74531,7 +72815,7 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchCSINodeAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchCSINodeAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchCSINodeWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -74613,15 +72897,6 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -74716,16 +72991,12 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionStorageClass(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionStorageClass(this IKubernetes operations, 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)) { - return operations.DeleteCollectionStorageClassAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionStorageClassAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -74734,15 +73005,6 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -74837,19 +73099,15 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionStorageClassAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionStorageClassAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionStorageClassWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionStorageClassWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -75294,7 +73552,7 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1StorageClass PatchStorageClass(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1StorageClass PatchStorageClass(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchStorageClassAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -75335,7 +73593,7 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchStorageClassAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchStorageClassAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchStorageClassWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -75417,15 +73675,6 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -75520,16 +73769,12 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionVolumeAttachment(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionVolumeAttachment(this IKubernetes operations, 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)) { - return operations.DeleteCollectionVolumeAttachmentAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionVolumeAttachmentAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -75538,15 +73783,6 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -75641,19 +73877,15 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionVolumeAttachmentAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionVolumeAttachmentAsync(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionVolumeAttachmentWithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionVolumeAttachmentWithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -76098,7 +74330,7 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1VolumeAttachment PatchVolumeAttachment(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1VolumeAttachment PatchVolumeAttachment(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchVolumeAttachmentAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -76139,7 +74371,7 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchVolumeAttachmentAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchVolumeAttachmentAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchVolumeAttachmentWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -76288,7 +74520,7 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1VolumeAttachment PatchVolumeAttachmentStatus(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1VolumeAttachment PatchVolumeAttachmentStatus(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchVolumeAttachmentStatusAsync(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -76329,7 +74561,7 @@ public static V1APIResourceList GetAPIResources38(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchVolumeAttachmentStatusAsync(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchVolumeAttachmentStatusAsync(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchVolumeAttachmentStatusWithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -76439,15 +74671,6 @@ public static V1APIResourceList GetAPIResources39(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -76542,16 +74765,12 @@ public static V1APIResourceList GetAPIResources39(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionVolumeAttachment1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionVolumeAttachment1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionVolumeAttachment1Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionVolumeAttachment1Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -76560,15 +74779,6 @@ public static V1APIResourceList GetAPIResources39(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -76663,19 +74873,15 @@ public static V1APIResourceList GetAPIResources39(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionVolumeAttachment1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionVolumeAttachment1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionVolumeAttachment1WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionVolumeAttachment1WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -77120,7 +75326,7 @@ public static V1APIResourceList GetAPIResources39(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1alpha1VolumeAttachment PatchVolumeAttachment1(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1alpha1VolumeAttachment PatchVolumeAttachment1(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchVolumeAttachment1Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -77161,7 +75367,7 @@ public static V1APIResourceList GetAPIResources39(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchVolumeAttachment1Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchVolumeAttachment1Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchVolumeAttachment1WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -77271,15 +75477,6 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -77374,16 +75571,12 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionCSIDriver1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionCSIDriver1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionCSIDriver1Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionCSIDriver1Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -77392,15 +75585,6 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -77495,19 +75679,15 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionCSIDriver1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionCSIDriver1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionCSIDriver1WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionCSIDriver1WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -77952,7 +76132,7 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1CSIDriver PatchCSIDriver1(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1CSIDriver PatchCSIDriver1(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchCSIDriver1Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -77993,7 +76173,7 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchCSIDriver1Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchCSIDriver1Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchCSIDriver1WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -78075,15 +76255,6 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -78178,16 +76349,12 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionCSINode1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionCSINode1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionCSINode1Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionCSINode1Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -78196,15 +76363,6 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -78299,19 +76457,15 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionCSINode1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionCSINode1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionCSINode1WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionCSINode1WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -78756,7 +76910,7 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1CSINode PatchCSINode1(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1CSINode PatchCSINode1(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchCSINode1Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -78797,7 +76951,7 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchCSINode1Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchCSINode1Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchCSINode1WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -78879,15 +77033,6 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -78982,16 +77127,12 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionStorageClass1(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionStorageClass1(this IKubernetes operations, 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)) { - return operations.DeleteCollectionStorageClass1Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionStorageClass1Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -79000,15 +77141,6 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -79103,19 +77235,15 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// 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. /// /// /// The cancellation token. /// - public static async Task DeleteCollectionStorageClass1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionStorageClass1Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteCollectionStorageClass1WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionStorageClass1WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -79560,7 +77688,7 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1StorageClass PatchStorageClass1(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1StorageClass PatchStorageClass1(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchStorageClass1Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -79601,7 +77729,7 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchStorageClass1Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchStorageClass1Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchStorageClass1WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -79683,15 +77811,6 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -79786,16 +77905,12 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// 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. /// - public static V1Status DeleteCollectionVolumeAttachment2(this IKubernetes operations, 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)) + public static V1Status DeleteCollectionVolumeAttachment2(this IKubernetes operations, 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)) { - return operations.DeleteCollectionVolumeAttachment2Async(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + return operations.DeleteCollectionVolumeAttachment2Async(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty).GetAwaiter().GetResult(); } /// @@ -79804,15 +77919,6 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// The operations group for this extension method. /// - /// - /// 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. - /// /// /// /// @@ -79894,194 +78000,190 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// the dependents; 'Background' - allow the garbage collector to delete the /// dependents in the background; 'Foreground' - a cascading policy that /// deletes all dependents in the foreground. - /// - /// - /// When specified with a watch call, shows changes that occur after that - /// particular version of a resource. Defaults to changes from the beginning of - /// history. When specified for list: - if unset, then the result is returned - /// from remote storage based on quorum-read flag; - if it's 0, then we simply - /// return what we currently have in cache, no guarantee; - if set to non zero, - /// then the result is at least as fresh as given rv. - /// - /// - /// 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. - /// - /// - /// The cancellation token. - /// - public static async Task DeleteCollectionVolumeAttachment2Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.DeleteCollectionVolumeAttachment2WithHttpMessagesAsync(allowWatchBookmarks, body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// list or watch objects of kind VolumeAttachment - /// - /// - /// The operations group for this extension method. - /// - /// - /// 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. - /// - /// - /// The continue option should be set when retrieving more results from the - /// server. Since this value is server defined, clients may only use the - /// continue value from a previous query result with identical query parameters - /// (except for the value of continue) and the server may reject a continue - /// value it does not recognize. If the specified continue value is no longer - /// valid whether due to expiration (generally five to fifteen minutes) or a - /// configuration change on the server, the server will respond with a 410 - /// ResourceExpired error together with a continue token. If the client needs a - /// consistent list, it must restart their list without the continue field. - /// Otherwise, the client may send another list request with the token received - /// with the 410 error, the server will respond with a list starting from the - /// next key, but from the latest snapshot, which is inconsistent from the - /// previous list results - objects that are created, modified, or deleted - /// after the first list request will be included in the response, as long as - /// their keys are after the "next key". - /// - /// This field is not supported when watch is true. Clients may start a watch - /// from the last resourceVersion value returned by the server and not miss any - /// modifications. - /// - /// - /// A selector to restrict the list of returned objects by their fields. - /// Defaults to everything. - /// - /// - /// A selector to restrict the list of returned objects by their labels. - /// Defaults to everything. - /// - /// - /// limit is a maximum number of responses to return for a list call. If more - /// items exist, the server will set the `continue` field on the list metadata - /// to a value that can be used with the same initial query to retrieve the - /// next set of results. Setting a limit may return fewer than the requested - /// amount of items (up to zero items) in the event all requested objects are - /// filtered out and clients should only use the presence of the continue field - /// to determine whether more results are available. Servers may choose not to - /// support the limit argument and will return all of the available results. If - /// limit is specified and the continue field is empty, clients may assume that - /// no more results are available. This field is not supported if watch is - /// true. - /// - /// The server guarantees that the objects returned when using continue will be - /// identical to issuing a single list call without a limit - that is, no - /// objects created, modified, or deleted after the first request is issued - /// will be included in any subsequent continued requests. This is sometimes - /// referred to as a consistent snapshot, and ensures that a client that is - /// using limit to receive smaller chunks of a very large result can ensure - /// they see all possible objects. If objects are updated during a chunked list - /// the version of the object that was present at the time the first list - /// result was calculated is returned. - /// - /// - /// When specified with a watch call, shows changes that occur after that - /// particular version of a resource. Defaults to changes from the beginning of - /// history. When specified for list: - if unset, then the result is returned - /// from remote storage based on quorum-read flag; - if it's 0, then we simply - /// return what we currently have in cache, no guarantee; - if set to non zero, - /// then the result is at least as fresh as given rv. - /// - /// - /// 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. - /// - public static V1beta1VolumeAttachmentList ListVolumeAttachment2(this IKubernetes operations, bool? allowWatchBookmarks = default(bool?), string continueParameter = default(string), string fieldSelector = default(string), string labelSelector = default(string), int? limit = default(int?), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string)) - { - return operations.ListVolumeAttachment2Async(allowWatchBookmarks, continueParameter, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); - } - - /// - /// list or watch objects of kind VolumeAttachment - /// - /// - /// The operations group for this extension method. - /// - /// - /// 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. - /// - /// - /// The continue option should be set when retrieving more results from the - /// server. Since this value is server defined, clients may only use the - /// continue value from a previous query result with identical query parameters - /// (except for the value of continue) and the server may reject a continue - /// value it does not recognize. If the specified continue value is no longer - /// valid whether due to expiration (generally five to fifteen minutes) or a - /// configuration change on the server, the server will respond with a 410 - /// ResourceExpired error together with a continue token. If the client needs a - /// consistent list, it must restart their list without the continue field. - /// Otherwise, the client may send another list request with the token received - /// with the 410 error, the server will respond with a list starting from the - /// next key, but from the latest snapshot, which is inconsistent from the - /// previous list results - objects that are created, modified, or deleted - /// after the first list request will be included in the response, as long as - /// their keys are after the "next key". - /// - /// This field is not supported when watch is true. Clients may start a watch - /// from the last resourceVersion value returned by the server and not miss any - /// modifications. - /// - /// - /// A selector to restrict the list of returned objects by their fields. - /// Defaults to everything. - /// - /// - /// A selector to restrict the list of returned objects by their labels. - /// Defaults to everything. - /// - /// - /// limit is a maximum number of responses to return for a list call. If more - /// items exist, the server will set the `continue` field on the list metadata - /// to a value that can be used with the same initial query to retrieve the - /// next set of results. Setting a limit may return fewer than the requested - /// amount of items (up to zero items) in the event all requested objects are - /// filtered out and clients should only use the presence of the continue field - /// to determine whether more results are available. Servers may choose not to - /// support the limit argument and will return all of the available results. If - /// limit is specified and the continue field is empty, clients may assume that - /// no more results are available. This field is not supported if watch is - /// true. - /// - /// The server guarantees that the objects returned when using continue will be - /// identical to issuing a single list call without a limit - that is, no - /// objects created, modified, or deleted after the first request is issued - /// will be included in any subsequent continued requests. This is sometimes - /// referred to as a consistent snapshot, and ensures that a client that is - /// using limit to receive smaller chunks of a very large result can ensure - /// they see all possible objects. If objects are updated during a chunked list - /// the version of the object that was present at the time the first list - /// result was calculated is returned. + /// + /// + /// When specified with a watch call, shows changes that occur after that + /// particular version of a resource. Defaults to changes from the beginning of + /// history. When specified for list: - if unset, then the result is returned + /// from remote storage based on quorum-read flag; - if it's 0, then we simply + /// return what we currently have in cache, no guarantee; - if set to non zero, + /// then the result is at least as fresh as given rv. + /// + /// + /// Timeout for the list/watch call. This limits the duration of the call, + /// regardless of any activity or inactivity. + /// + /// + /// If 'true', then the output is pretty printed. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteCollectionVolumeAttachment2Async(this IKubernetes operations, 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), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.DeleteCollectionVolumeAttachment2WithHttpMessagesAsync(body, continueParameter, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, pretty, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// list or watch objects of kind VolumeAttachment + /// + /// + /// The operations group for this extension method. + /// + /// + /// 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. + /// + /// + /// The continue option should be set when retrieving more results from the + /// server. Since this value is server defined, clients may only use the + /// continue value from a previous query result with identical query parameters + /// (except for the value of continue) and the server may reject a continue + /// value it does not recognize. If the specified continue value is no longer + /// valid whether due to expiration (generally five to fifteen minutes) or a + /// configuration change on the server, the server will respond with a 410 + /// ResourceExpired error together with a continue token. If the client needs a + /// consistent list, it must restart their list without the continue field. + /// Otherwise, the client may send another list request with the token received + /// with the 410 error, the server will respond with a list starting from the + /// next key, but from the latest snapshot, which is inconsistent from the + /// previous list results - objects that are created, modified, or deleted + /// after the first list request will be included in the response, as long as + /// their keys are after the "next key". + /// + /// This field is not supported when watch is true. Clients may start a watch + /// from the last resourceVersion value returned by the server and not miss any + /// modifications. + /// + /// + /// A selector to restrict the list of returned objects by their fields. + /// Defaults to everything. + /// + /// + /// A selector to restrict the list of returned objects by their labels. + /// Defaults to everything. + /// + /// + /// limit is a maximum number of responses to return for a list call. If more + /// items exist, the server will set the `continue` field on the list metadata + /// to a value that can be used with the same initial query to retrieve the + /// next set of results. Setting a limit may return fewer than the requested + /// amount of items (up to zero items) in the event all requested objects are + /// filtered out and clients should only use the presence of the continue field + /// to determine whether more results are available. Servers may choose not to + /// support the limit argument and will return all of the available results. If + /// limit is specified and the continue field is empty, clients may assume that + /// no more results are available. This field is not supported if watch is + /// true. + /// + /// The server guarantees that the objects returned when using continue will be + /// identical to issuing a single list call without a limit - that is, no + /// objects created, modified, or deleted after the first request is issued + /// will be included in any subsequent continued requests. This is sometimes + /// referred to as a consistent snapshot, and ensures that a client that is + /// using limit to receive smaller chunks of a very large result can ensure + /// they see all possible objects. If objects are updated during a chunked list + /// the version of the object that was present at the time the first list + /// result was calculated is returned. + /// + /// + /// When specified with a watch call, shows changes that occur after that + /// particular version of a resource. Defaults to changes from the beginning of + /// history. When specified for list: - if unset, then the result is returned + /// from remote storage based on quorum-read flag; - if it's 0, then we simply + /// return what we currently have in cache, no guarantee; - if set to non zero, + /// then the result is at least as fresh as given rv. + /// + /// + /// 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. + /// + public static V1beta1VolumeAttachmentList ListVolumeAttachment2(this IKubernetes operations, bool? allowWatchBookmarks = default(bool?), string continueParameter = default(string), string fieldSelector = default(string), string labelSelector = default(string), int? limit = default(int?), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string)) + { + return operations.ListVolumeAttachment2Async(allowWatchBookmarks, continueParameter, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult(); + } + + /// + /// list or watch objects of kind VolumeAttachment + /// + /// + /// The operations group for this extension method. + /// + /// + /// 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. + /// + /// + /// The continue option should be set when retrieving more results from the + /// server. Since this value is server defined, clients may only use the + /// continue value from a previous query result with identical query parameters + /// (except for the value of continue) and the server may reject a continue + /// value it does not recognize. If the specified continue value is no longer + /// valid whether due to expiration (generally five to fifteen minutes) or a + /// configuration change on the server, the server will respond with a 410 + /// ResourceExpired error together with a continue token. If the client needs a + /// consistent list, it must restart their list without the continue field. + /// Otherwise, the client may send another list request with the token received + /// with the 410 error, the server will respond with a list starting from the + /// next key, but from the latest snapshot, which is inconsistent from the + /// previous list results - objects that are created, modified, or deleted + /// after the first list request will be included in the response, as long as + /// their keys are after the "next key". + /// + /// This field is not supported when watch is true. Clients may start a watch + /// from the last resourceVersion value returned by the server and not miss any + /// modifications. + /// + /// + /// A selector to restrict the list of returned objects by their fields. + /// Defaults to everything. + /// + /// + /// A selector to restrict the list of returned objects by their labels. + /// Defaults to everything. + /// + /// + /// limit is a maximum number of responses to return for a list call. If more + /// items exist, the server will set the `continue` field on the list metadata + /// to a value that can be used with the same initial query to retrieve the + /// next set of results. Setting a limit may return fewer than the requested + /// amount of items (up to zero items) in the event all requested objects are + /// filtered out and clients should only use the presence of the continue field + /// to determine whether more results are available. Servers may choose not to + /// support the limit argument and will return all of the available results. If + /// limit is specified and the continue field is empty, clients may assume that + /// no more results are available. This field is not supported if watch is + /// true. + /// + /// The server guarantees that the objects returned when using continue will be + /// identical to issuing a single list call without a limit - that is, no + /// objects created, modified, or deleted after the first request is issued + /// will be included in any subsequent continued requests. This is sometimes + /// referred to as a consistent snapshot, and ensures that a client that is + /// using limit to receive smaller chunks of a very large result can ensure + /// they see all possible objects. If objects are updated during a chunked list + /// the version of the object that was present at the time the first list + /// result was calculated is returned. /// /// /// When specified with a watch call, shows changes that occur after that @@ -80364,7 +78466,7 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// If 'true', then the output is pretty printed. /// - public static V1beta1VolumeAttachment PatchVolumeAttachment2(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) + public static V1beta1VolumeAttachment PatchVolumeAttachment2(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string)) { return operations.PatchVolumeAttachment2Async(body, name, dryRun, fieldManager, force, pretty).GetAwaiter().GetResult(); } @@ -80405,7 +78507,7 @@ public static V1APIResourceList GetAPIResources40(this IKubernetes operations) /// /// The cancellation token. /// - public static async Task PatchVolumeAttachment2Async(this IKubernetes operations, V1Patch body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchVolumeAttachment2Async(this IKubernetes operations, object body, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.PatchVolumeAttachment2WithHttpMessagesAsync(body, name, dryRun, fieldManager, force, pretty, null, cancellationToken).ConfigureAwait(false)) { @@ -80575,12 +78677,24 @@ public static VersionInfo GetCode(this IKubernetes operations) /// The custom resource's plural name. For TPRs this would be lowercase plural /// kind. /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// If 'true', then the output is pretty printed. /// - public static object CreateNamespacedCustomObject(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string pretty = default(string)) + public static object CreateNamespacedCustomObject(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string dryRun = default(string), string fieldManager = default(string), string pretty = default(string)) { - return operations.CreateNamespacedCustomObjectAsync(body, group, version, namespaceParameter, plural, pretty).GetAwaiter().GetResult(); + return operations.CreateNamespacedCustomObjectAsync(body, group, version, namespaceParameter, plural, dryRun, fieldManager, pretty).GetAwaiter().GetResult(); } /// @@ -80605,15 +78719,141 @@ public static VersionInfo GetCode(this IKubernetes operations) /// The custom resource's plural name. For TPRs this would be lowercase plural /// kind. /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// + /// + /// If 'true', then the output is pretty printed. + /// + /// + /// The cancellation token. + /// + public static async Task CreateNamespacedCustomObjectAsync(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string dryRun = default(string), string fieldManager = default(string), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateNamespacedCustomObjectWithHttpMessagesAsync(body, group, version, namespaceParameter, plural, dryRun, fieldManager, pretty, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Delete collection of namespace scoped custom objects + /// + /// + /// The operations group for this extension method. + /// + /// + /// The custom resource's group name + /// + /// + /// The custom resource's version + /// + /// + /// The custom resource's namespace + /// + /// + /// The custom resource's plural name. For TPRs this would be lowercase plural + /// kind. + /// + /// + /// + /// + /// The duration in seconds before the object should be deleted. Value must be + /// non-negative integer. The value zero indicates delete immediately. If this + /// value is nil, the default grace period for the specified type will be used. + /// Defaults to a per object value if not specified. zero means delete + /// immediately. + /// + /// + /// Deprecated: please use the PropagationPolicy, this field will be deprecated + /// in 1.7. Should the dependent objects be orphaned. If true/false, the + /// "orphan" finalizer will be added to/removed from the object's finalizers + /// list. Either this field or PropagationPolicy may be set, but not both. + /// + /// + /// Whether and how garbage collection will be performed. Either this field or + /// OrphanDependents may be set, but not both. The default policy is decided by + /// the existing finalizer set in the metadata.finalizers and the + /// resource-specific default policy. + /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// If 'true', then the output is pretty printed. + /// + public static object DeleteCollectionNamespacedCustomObject(this IKubernetes operations, string group, string version, string namespaceParameter, string plural, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string), string pretty = default(string)) + { + return operations.DeleteCollectionNamespacedCustomObjectAsync(group, version, namespaceParameter, plural, body, gracePeriodSeconds, orphanDependents, propagationPolicy, dryRun, pretty).GetAwaiter().GetResult(); + } + + /// + /// Delete collection of namespace scoped custom objects + /// + /// + /// The operations group for this extension method. + /// + /// + /// The custom resource's group name + /// + /// + /// The custom resource's version + /// + /// + /// The custom resource's namespace + /// + /// + /// The custom resource's plural name. For TPRs this would be lowercase plural + /// kind. + /// + /// + /// + /// + /// The duration in seconds before the object should be deleted. Value must be + /// non-negative integer. The value zero indicates delete immediately. If this + /// value is nil, the default grace period for the specified type will be used. + /// Defaults to a per object value if not specified. zero means delete + /// immediately. + /// + /// + /// Deprecated: please use the PropagationPolicy, this field will be deprecated + /// in 1.7. Should the dependent objects be orphaned. If true/false, the + /// "orphan" finalizer will be added to/removed from the object's finalizers + /// list. Either this field or PropagationPolicy may be set, but not both. + /// + /// + /// Whether and how garbage collection will be performed. Either this field or + /// OrphanDependents may be set, but not both. The default policy is decided by + /// the existing finalizer set in the metadata.finalizers and the + /// resource-specific default policy. + /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// /// /// If 'true', then the output is pretty printed. /// /// /// The cancellation token. /// - public static async Task CreateNamespacedCustomObjectAsync(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteCollectionNamespacedCustomObjectAsync(this IKubernetes operations, string group, string version, string namespaceParameter, string plural, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.CreateNamespacedCustomObjectWithHttpMessagesAsync(body, group, version, namespaceParameter, plural, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteCollectionNamespacedCustomObjectWithHttpMessagesAsync(group, version, namespaceParameter, plural, body, gracePeriodSeconds, orphanDependents, propagationPolicy, dryRun, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -80834,12 +79074,26 @@ public static VersionInfo GetCode(this IKubernetes operations) /// The custom resource's plural name. For TPRs this would be lowercase plural /// kind. /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// /// /// If 'true', then the output is pretty printed. /// - public static object CreateClusterCustomObject(this IKubernetes operations, object body, string group, string version, string plural, string pretty = default(string)) + public static object CreateClusterCustomObject(this IKubernetes operations, object body, string group, string version, string plural, string dryRun = default(string), string fieldManager = default(string), string pretty = default(string)) { - return operations.CreateClusterCustomObjectAsync(body, group, version, plural, pretty).GetAwaiter().GetResult(); + return operations.CreateClusterCustomObjectAsync(body, group, version, plural, dryRun, fieldManager, pretty).GetAwaiter().GetResult(); } /// @@ -80861,15 +79115,137 @@ public static VersionInfo GetCode(this IKubernetes operations) /// The custom resource's plural name. For TPRs this would be lowercase plural /// kind. /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// /// /// If 'true', then the output is pretty printed. /// /// /// The cancellation token. /// - public static async Task CreateClusterCustomObjectAsync(this IKubernetes operations, object body, string group, string version, string plural, string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateClusterCustomObjectAsync(this IKubernetes operations, object body, string group, string version, string plural, string dryRun = default(string), string fieldManager = default(string), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.CreateClusterCustomObjectWithHttpMessagesAsync(body, group, version, plural, pretty, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.CreateClusterCustomObjectWithHttpMessagesAsync(body, group, version, plural, dryRun, fieldManager, pretty, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// Delete collection of cluster scoped custom objects + /// + /// + /// The operations group for this extension method. + /// + /// + /// The custom resource's group name + /// + /// + /// The custom resource's version + /// + /// + /// The custom resource's plural name. For TPRs this would be lowercase plural + /// kind. + /// + /// + /// + /// + /// The duration in seconds before the object should be deleted. Value must be + /// non-negative integer. The value zero indicates delete immediately. If this + /// value is nil, the default grace period for the specified type will be used. + /// Defaults to a per object value if not specified. zero means delete + /// immediately. + /// + /// + /// Deprecated: please use the PropagationPolicy, this field will be deprecated + /// in 1.7. Should the dependent objects be orphaned. If true/false, the + /// "orphan" finalizer will be added to/removed from the object's finalizers + /// list. Either this field or PropagationPolicy may be set, but not both. + /// + /// + /// Whether and how garbage collection will be performed. Either this field or + /// OrphanDependents may be set, but not both. The default policy is decided by + /// the existing finalizer set in the metadata.finalizers and the + /// resource-specific default policy. + /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// If 'true', then the output is pretty printed. + /// + public static object DeleteCollectionClusterCustomObject(this IKubernetes operations, string group, string version, string plural, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string), string pretty = default(string)) + { + return operations.DeleteCollectionClusterCustomObjectAsync(group, version, plural, body, gracePeriodSeconds, orphanDependents, propagationPolicy, dryRun, pretty).GetAwaiter().GetResult(); + } + + /// + /// Delete collection of cluster scoped custom objects + /// + /// + /// The operations group for this extension method. + /// + /// + /// The custom resource's group name + /// + /// + /// The custom resource's version + /// + /// + /// The custom resource's plural name. For TPRs this would be lowercase plural + /// kind. + /// + /// + /// + /// + /// The duration in seconds before the object should be deleted. Value must be + /// non-negative integer. The value zero indicates delete immediately. If this + /// value is nil, the default grace period for the specified type will be used. + /// Defaults to a per object value if not specified. zero means delete + /// immediately. + /// + /// + /// Deprecated: please use the PropagationPolicy, this field will be deprecated + /// in 1.7. Should the dependent objects be orphaned. If true/false, the + /// "orphan" finalizer will be added to/removed from the object's finalizers + /// list. Either this field or PropagationPolicy may be set, but not both. + /// + /// + /// Whether and how garbage collection will be performed. Either this field or + /// OrphanDependents may be set, but not both. The default policy is decided by + /// the existing finalizer set in the metadata.finalizers and the + /// resource-specific default policy. + /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// If 'true', then the output is pretty printed. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteCollectionClusterCustomObjectAsync(this IKubernetes operations, string group, string version, string plural, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.DeleteCollectionClusterCustomObjectWithHttpMessagesAsync(group, version, plural, body, gracePeriodSeconds, orphanDependents, propagationPolicy, dryRun, pretty, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -81086,9 +79462,21 @@ public static VersionInfo GetCode(this IKubernetes operations) /// /// the custom object's name /// - public static object ReplaceClusterCustomObjectStatus(this IKubernetes operations, object body, string group, string version, string plural, string name) + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// + public static object ReplaceClusterCustomObjectStatus(this IKubernetes operations, object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string)) { - return operations.ReplaceClusterCustomObjectStatusAsync(body, group, version, plural, name).GetAwaiter().GetResult(); + return operations.ReplaceClusterCustomObjectStatusAsync(body, group, version, plural, name, dryRun, fieldManager).GetAwaiter().GetResult(); } /// @@ -81112,12 +79500,24 @@ public static object ReplaceClusterCustomObjectStatus(this IKubernetes operation /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// The cancellation token. /// - public static async Task ReplaceClusterCustomObjectStatusAsync(this IKubernetes operations, object body, string group, string version, string plural, string name, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ReplaceClusterCustomObjectStatusAsync(this IKubernetes operations, object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ReplaceClusterCustomObjectStatusWithHttpMessagesAsync(body, group, version, plural, name, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ReplaceClusterCustomObjectStatusWithHttpMessagesAsync(body, group, version, plural, name, dryRun, fieldManager, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -81144,9 +79544,28 @@ public static object ReplaceClusterCustomObjectStatus(this IKubernetes operation /// /// the custom object's name /// - public static object PatchClusterCustomObjectStatus(this IKubernetes operations, object body, string group, string version, string plural, string name) + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// + public static object PatchClusterCustomObjectStatus(this IKubernetes operations, object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?)) { - return operations.PatchClusterCustomObjectStatusAsync(body, group, version, plural, name).GetAwaiter().GetResult(); + return operations.PatchClusterCustomObjectStatusAsync(body, group, version, plural, name, dryRun, fieldManager, force).GetAwaiter().GetResult(); } /// @@ -81170,12 +79589,31 @@ public static object PatchClusterCustomObjectStatus(this IKubernetes operations, /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// /// /// The cancellation token. /// - public static async Task PatchClusterCustomObjectStatusAsync(this IKubernetes operations, object body, string group, string version, string plural, string name, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchClusterCustomObjectStatusAsync(this IKubernetes operations, object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.PatchClusterCustomObjectStatusWithHttpMessagesAsync(body, group, version, plural, name, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.PatchClusterCustomObjectStatusWithHttpMessagesAsync(body, group, version, plural, name, dryRun, fieldManager, force, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -81260,9 +79698,21 @@ public static object GetClusterCustomObjectStatus(this IKubernetes operations, s /// /// the custom object's name /// - public static object ReplaceNamespacedCustomObject(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name) + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// + public static object ReplaceNamespacedCustomObject(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string)) { - return operations.ReplaceNamespacedCustomObjectAsync(body, group, version, namespaceParameter, plural, name).GetAwaiter().GetResult(); + return operations.ReplaceNamespacedCustomObjectAsync(body, group, version, namespaceParameter, plural, name, dryRun, fieldManager).GetAwaiter().GetResult(); } /// @@ -81290,12 +79740,24 @@ public static object ReplaceNamespacedCustomObject(this IKubernetes operations, /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// The cancellation token. /// - public static async Task ReplaceNamespacedCustomObjectAsync(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ReplaceNamespacedCustomObjectAsync(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ReplaceNamespacedCustomObjectWithHttpMessagesAsync(body, group, version, namespaceParameter, plural, name, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ReplaceNamespacedCustomObjectWithHttpMessagesAsync(body, group, version, namespaceParameter, plural, name, dryRun, fieldManager, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -81326,9 +79788,28 @@ public static object ReplaceNamespacedCustomObject(this IKubernetes operations, /// /// the custom object's name /// - public static object PatchNamespacedCustomObject(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name) + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// + public static object PatchNamespacedCustomObject(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?)) { - return operations.PatchNamespacedCustomObjectAsync(body, group, version, namespaceParameter, plural, name).GetAwaiter().GetResult(); + return operations.PatchNamespacedCustomObjectAsync(body, group, version, namespaceParameter, plural, name, dryRun, fieldManager, force).GetAwaiter().GetResult(); } /// @@ -81356,12 +79837,31 @@ public static object PatchNamespacedCustomObject(this IKubernetes operations, ob /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// /// /// The cancellation token. /// - public static async Task PatchNamespacedCustomObjectAsync(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedCustomObjectAsync(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.PatchNamespacedCustomObjectWithHttpMessagesAsync(body, group, version, namespaceParameter, plural, name, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.PatchNamespacedCustomObjectWithHttpMessagesAsync(body, group, version, namespaceParameter, plural, name, dryRun, fieldManager, force, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -81410,9 +79910,15 @@ public static object PatchNamespacedCustomObject(this IKubernetes operations, ob /// the existing finalizer set in the metadata.finalizers and the /// resource-specific default policy. /// - public static object DeleteNamespacedCustomObject(this IKubernetes operations, string group, string version, string namespaceParameter, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string)) + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + public static object DeleteNamespacedCustomObject(this IKubernetes operations, string group, string version, string namespaceParameter, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string)) { - return operations.DeleteNamespacedCustomObjectAsync(group, version, namespaceParameter, plural, name, body, gracePeriodSeconds, orphanDependents, propagationPolicy).GetAwaiter().GetResult(); + return operations.DeleteNamespacedCustomObjectAsync(group, version, namespaceParameter, plural, name, body, gracePeriodSeconds, orphanDependents, propagationPolicy, dryRun).GetAwaiter().GetResult(); } /// @@ -81458,12 +79964,18 @@ public static object PatchNamespacedCustomObject(this IKubernetes operations, ob /// the existing finalizer set in the metadata.finalizers and the /// resource-specific default policy. /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// /// /// The cancellation token. /// - public static async Task DeleteNamespacedCustomObjectAsync(this IKubernetes operations, string group, string version, string namespaceParameter, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteNamespacedCustomObjectAsync(this IKubernetes operations, string group, string version, string namespaceParameter, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteNamespacedCustomObjectWithHttpMessagesAsync(group, version, namespaceParameter, plural, name, body, gracePeriodSeconds, orphanDependents, propagationPolicy, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteNamespacedCustomObjectWithHttpMessagesAsync(group, version, namespaceParameter, plural, name, body, gracePeriodSeconds, orphanDependents, propagationPolicy, dryRun, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -81553,9 +80065,21 @@ public static object GetNamespacedCustomObject(this IKubernetes operations, stri /// /// the custom object's name /// - public static object ReplaceNamespacedCustomObjectScale(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name) + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// + public static object ReplaceNamespacedCustomObjectScale(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string)) { - return operations.ReplaceNamespacedCustomObjectScaleAsync(body, group, version, namespaceParameter, plural, name).GetAwaiter().GetResult(); + return operations.ReplaceNamespacedCustomObjectScaleAsync(body, group, version, namespaceParameter, plural, name, dryRun, fieldManager).GetAwaiter().GetResult(); } /// @@ -81582,12 +80106,24 @@ public static object ReplaceNamespacedCustomObjectScale(this IKubernetes operati /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// The cancellation token. /// - public static async Task ReplaceNamespacedCustomObjectScaleAsync(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ReplaceNamespacedCustomObjectScaleAsync(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ReplaceNamespacedCustomObjectScaleWithHttpMessagesAsync(body, group, version, namespaceParameter, plural, name, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ReplaceNamespacedCustomObjectScaleWithHttpMessagesAsync(body, group, version, namespaceParameter, plural, name, dryRun, fieldManager, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -81617,9 +80153,28 @@ public static object ReplaceNamespacedCustomObjectScale(this IKubernetes operati /// /// the custom object's name /// - public static object PatchNamespacedCustomObjectScale(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name) + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// + public static object PatchNamespacedCustomObjectScale(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?)) { - return operations.PatchNamespacedCustomObjectScaleAsync(body, group, version, namespaceParameter, plural, name).GetAwaiter().GetResult(); + return operations.PatchNamespacedCustomObjectScaleAsync(body, group, version, namespaceParameter, plural, name, dryRun, fieldManager, force).GetAwaiter().GetResult(); } /// @@ -81646,12 +80201,31 @@ public static object PatchNamespacedCustomObjectScale(this IKubernetes operation /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// /// /// The cancellation token. /// - public static async Task PatchNamespacedCustomObjectScaleAsync(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedCustomObjectScaleAsync(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.PatchNamespacedCustomObjectScaleWithHttpMessagesAsync(body, group, version, namespaceParameter, plural, name, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.PatchNamespacedCustomObjectScaleWithHttpMessagesAsync(body, group, version, namespaceParameter, plural, name, dryRun, fieldManager, force, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -81738,9 +80312,21 @@ public static object GetNamespacedCustomObjectScale(this IKubernetes operations, /// /// the custom object's name /// - public static object ReplaceClusterCustomObjectScale(this IKubernetes operations, object body, string group, string version, string plural, string name) + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// + public static object ReplaceClusterCustomObjectScale(this IKubernetes operations, object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string)) { - return operations.ReplaceClusterCustomObjectScaleAsync(body, group, version, plural, name).GetAwaiter().GetResult(); + return operations.ReplaceClusterCustomObjectScaleAsync(body, group, version, plural, name, dryRun, fieldManager).GetAwaiter().GetResult(); } /// @@ -81764,12 +80350,24 @@ public static object ReplaceClusterCustomObjectScale(this IKubernetes operations /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// The cancellation token. /// - public static async Task ReplaceClusterCustomObjectScaleAsync(this IKubernetes operations, object body, string group, string version, string plural, string name, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ReplaceClusterCustomObjectScaleAsync(this IKubernetes operations, object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ReplaceClusterCustomObjectScaleWithHttpMessagesAsync(body, group, version, plural, name, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ReplaceClusterCustomObjectScaleWithHttpMessagesAsync(body, group, version, plural, name, dryRun, fieldManager, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -81796,9 +80394,28 @@ public static object ReplaceClusterCustomObjectScale(this IKubernetes operations /// /// the custom object's name /// - public static object PatchClusterCustomObjectScale(this IKubernetes operations, object body, string group, string version, string plural, string name) + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// + public static object PatchClusterCustomObjectScale(this IKubernetes operations, object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?)) { - return operations.PatchClusterCustomObjectScaleAsync(body, group, version, plural, name).GetAwaiter().GetResult(); + return operations.PatchClusterCustomObjectScaleAsync(body, group, version, plural, name, dryRun, fieldManager, force).GetAwaiter().GetResult(); } /// @@ -81822,12 +80439,31 @@ public static object PatchClusterCustomObjectScale(this IKubernetes operations, /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// /// /// The cancellation token. /// - public static async Task PatchClusterCustomObjectScaleAsync(this IKubernetes operations, object body, string group, string version, string plural, string name, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchClusterCustomObjectScaleAsync(this IKubernetes operations, object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.PatchClusterCustomObjectScaleWithHttpMessagesAsync(body, group, version, plural, name, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.PatchClusterCustomObjectScaleWithHttpMessagesAsync(body, group, version, plural, name, dryRun, fieldManager, force, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -81909,9 +80545,21 @@ public static object GetClusterCustomObjectScale(this IKubernetes operations, st /// /// the custom object's name /// - public static object ReplaceClusterCustomObject(this IKubernetes operations, object body, string group, string version, string plural, string name) + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// + public static object ReplaceClusterCustomObject(this IKubernetes operations, object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string)) { - return operations.ReplaceClusterCustomObjectAsync(body, group, version, plural, name).GetAwaiter().GetResult(); + return operations.ReplaceClusterCustomObjectAsync(body, group, version, plural, name, dryRun, fieldManager).GetAwaiter().GetResult(); } /// @@ -81936,12 +80584,24 @@ public static object ReplaceClusterCustomObject(this IKubernetes operations, obj /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// The cancellation token. /// - public static async Task ReplaceClusterCustomObjectAsync(this IKubernetes operations, object body, string group, string version, string plural, string name, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ReplaceClusterCustomObjectAsync(this IKubernetes operations, object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ReplaceClusterCustomObjectWithHttpMessagesAsync(body, group, version, plural, name, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ReplaceClusterCustomObjectWithHttpMessagesAsync(body, group, version, plural, name, dryRun, fieldManager, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -81969,9 +80629,28 @@ public static object ReplaceClusterCustomObject(this IKubernetes operations, obj /// /// the custom object's name /// - public static object PatchClusterCustomObject(this IKubernetes operations, object body, string group, string version, string plural, string name) + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// + public static object PatchClusterCustomObject(this IKubernetes operations, object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?)) { - return operations.PatchClusterCustomObjectAsync(body, group, version, plural, name).GetAwaiter().GetResult(); + return operations.PatchClusterCustomObjectAsync(body, group, version, plural, name, dryRun, fieldManager, force).GetAwaiter().GetResult(); } /// @@ -81996,12 +80675,31 @@ public static object PatchClusterCustomObject(this IKubernetes operations, objec /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// /// /// The cancellation token. /// - public static async Task PatchClusterCustomObjectAsync(this IKubernetes operations, object body, string group, string version, string plural, string name, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchClusterCustomObjectAsync(this IKubernetes operations, object body, string group, string version, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.PatchClusterCustomObjectWithHttpMessagesAsync(body, group, version, plural, name, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.PatchClusterCustomObjectWithHttpMessagesAsync(body, group, version, plural, name, dryRun, fieldManager, force, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -82047,9 +80745,15 @@ public static object PatchClusterCustomObject(this IKubernetes operations, objec /// the existing finalizer set in the metadata.finalizers and the /// resource-specific default policy. /// - public static object DeleteClusterCustomObject(this IKubernetes operations, string group, string version, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string)) + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + public static object DeleteClusterCustomObject(this IKubernetes operations, string group, string version, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string)) { - return operations.DeleteClusterCustomObjectAsync(group, version, plural, name, body, gracePeriodSeconds, orphanDependents, propagationPolicy).GetAwaiter().GetResult(); + return operations.DeleteClusterCustomObjectAsync(group, version, plural, name, body, gracePeriodSeconds, orphanDependents, propagationPolicy, dryRun).GetAwaiter().GetResult(); } /// @@ -82092,12 +80796,18 @@ public static object PatchClusterCustomObject(this IKubernetes operations, objec /// the existing finalizer set in the metadata.finalizers and the /// resource-specific default policy. /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// /// /// The cancellation token. /// - public static async Task DeleteClusterCustomObjectAsync(this IKubernetes operations, string group, string version, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteClusterCustomObjectAsync(this IKubernetes operations, string group, string version, string plural, string name, V1DeleteOptions body = default(V1DeleteOptions), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string dryRun = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.DeleteClusterCustomObjectWithHttpMessagesAsync(group, version, plural, name, body, gracePeriodSeconds, orphanDependents, propagationPolicy, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.DeleteClusterCustomObjectWithHttpMessagesAsync(group, version, plural, name, body, gracePeriodSeconds, orphanDependents, propagationPolicy, dryRun, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -82181,9 +80891,21 @@ public static object GetClusterCustomObject(this IKubernetes operations, string /// /// the custom object's name /// - public static object ReplaceNamespacedCustomObjectStatus(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name) + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// + public static object ReplaceNamespacedCustomObjectStatus(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string)) { - return operations.ReplaceNamespacedCustomObjectStatusAsync(body, group, version, namespaceParameter, plural, name).GetAwaiter().GetResult(); + return operations.ReplaceNamespacedCustomObjectStatusAsync(body, group, version, namespaceParameter, plural, name, dryRun, fieldManager).GetAwaiter().GetResult(); } /// @@ -82210,12 +80932,24 @@ public static object ReplaceNamespacedCustomObjectStatus(this IKubernetes operat /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. + /// /// /// The cancellation token. /// - public static async Task ReplaceNamespacedCustomObjectStatusAsync(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ReplaceNamespacedCustomObjectStatusAsync(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ReplaceNamespacedCustomObjectStatusWithHttpMessagesAsync(body, group, version, namespaceParameter, plural, name, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ReplaceNamespacedCustomObjectStatusWithHttpMessagesAsync(body, group, version, namespaceParameter, plural, name, dryRun, fieldManager, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -82245,9 +80979,28 @@ public static object ReplaceNamespacedCustomObjectStatus(this IKubernetes operat /// /// the custom object's name /// - public static object PatchNamespacedCustomObjectStatus(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name) + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// + public static object PatchNamespacedCustomObjectStatus(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?)) { - return operations.PatchNamespacedCustomObjectStatusAsync(body, group, version, namespaceParameter, plural, name).GetAwaiter().GetResult(); + return operations.PatchNamespacedCustomObjectStatusAsync(body, group, version, namespaceParameter, plural, name, dryRun, fieldManager, force).GetAwaiter().GetResult(); } /// @@ -82274,12 +81027,31 @@ public static object PatchNamespacedCustomObjectStatus(this IKubernetes operatio /// /// the custom object's name /// + /// + /// When present, indicates that modifications should not be persisted. An + /// invalid or unrecognized dryRun directive will result in an error response + /// and no further processing of the request. Valid values are: - All: all dry + /// run stages will be processed + /// + /// + /// fieldManager is a name associated with the actor or entity that is making + /// these changes. The value must be less than or 128 characters long, and only + /// contain printable characters, as defined by + /// https://golang.org/pkg/unicode/#IsPrint. This field is required for apply + /// requests (application/apply-patch) but optional for non-apply patch types + /// (JsonPatch, MergePatch, StrategicMergePatch). + /// + /// + /// Force is going to "force" Apply requests. It means user will re-acquire + /// conflicting fields owned by other people. Force flag must be unset for + /// non-apply patch requests. + /// /// /// The cancellation token. /// - public static async Task PatchNamespacedCustomObjectStatusAsync(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task PatchNamespacedCustomObjectStatusAsync(this IKubernetes operations, object body, string group, string version, string namespaceParameter, string plural, string name, string dryRun = default(string), string fieldManager = default(string), bool? force = default(bool?), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.PatchNamespacedCustomObjectStatusWithHttpMessagesAsync(body, group, version, namespaceParameter, plural, name, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.PatchNamespacedCustomObjectStatusWithHttpMessagesAsync(body, group, version, namespaceParameter, plural, name, dryRun, fieldManager, force, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/src/KubernetesClient/generated/Models/Extensionsv1beta1IngressBackend.cs b/src/KubernetesClient/generated/Models/Extensionsv1beta1IngressBackend.cs index 6c0479773..cc5771f87 100644 --- a/src/KubernetesClient/generated/Models/Extensionsv1beta1IngressBackend.cs +++ b/src/KubernetesClient/generated/Models/Extensionsv1beta1IngressBackend.cs @@ -35,7 +35,7 @@ public Extensionsv1beta1IngressBackend() /// service. /// Specifies the port of the referenced /// service. - public Extensionsv1beta1IngressBackend(V1TypedLocalObjectReference resource = default(V1TypedLocalObjectReference), string serviceName = default(string), IntstrIntOrString servicePort = default(IntstrIntOrString)) + public Extensionsv1beta1IngressBackend(V1TypedLocalObjectReference resource = default(V1TypedLocalObjectReference), string serviceName = default(string), string servicePort = default(string)) { Resource = resource; ServiceName = serviceName; @@ -66,7 +66,7 @@ public Extensionsv1beta1IngressBackend() /// Gets or sets specifies the port of the referenced service. /// [JsonProperty(PropertyName = "servicePort")] - public IntstrIntOrString ServicePort { get; set; } + public string ServicePort { get; set; } /// /// Validate the object. diff --git a/src/KubernetesClient/generated/Models/Networkingv1beta1IngressBackend.cs b/src/KubernetesClient/generated/Models/Networkingv1beta1IngressBackend.cs index 6f5f33813..7fe1954d8 100644 --- a/src/KubernetesClient/generated/Models/Networkingv1beta1IngressBackend.cs +++ b/src/KubernetesClient/generated/Models/Networkingv1beta1IngressBackend.cs @@ -35,7 +35,7 @@ public Networkingv1beta1IngressBackend() /// service. /// Specifies the port of the referenced /// service. - public Networkingv1beta1IngressBackend(V1TypedLocalObjectReference resource = default(V1TypedLocalObjectReference), string serviceName = default(string), IntstrIntOrString servicePort = default(IntstrIntOrString)) + public Networkingv1beta1IngressBackend(V1TypedLocalObjectReference resource = default(V1TypedLocalObjectReference), string serviceName = default(string), string servicePort = default(string)) { Resource = resource; ServiceName = serviceName; @@ -66,7 +66,7 @@ public Networkingv1beta1IngressBackend() /// Gets or sets specifies the port of the referenced service. /// [JsonProperty(PropertyName = "servicePort")] - public IntstrIntOrString ServicePort { get; set; } + public string ServicePort { get; set; } /// /// Validate the object. diff --git a/src/KubernetesClient/generated/Models/V1EmptyDirVolumeSource.cs b/src/KubernetesClient/generated/Models/V1EmptyDirVolumeSource.cs index f33b4a0e9..9de7a5d66 100644 --- a/src/KubernetesClient/generated/Models/V1EmptyDirVolumeSource.cs +++ b/src/KubernetesClient/generated/Models/V1EmptyDirVolumeSource.cs @@ -37,7 +37,7 @@ public V1EmptyDirVolumeSource() /// memory limits of all containers in a pod. The default is nil which /// means that the limit is undefined. More info: /// http://kubernetes.io/docs/user-guide/volumes#emptydir - public V1EmptyDirVolumeSource(string medium = default(string), ResourceQuantity sizeLimit = default(ResourceQuantity)) + public V1EmptyDirVolumeSource(string medium = default(string), string sizeLimit = default(string)) { Medium = medium; SizeLimit = sizeLimit; @@ -68,7 +68,7 @@ public V1EmptyDirVolumeSource() /// http://kubernetes.io/docs/user-guide/volumes#emptydir /// [JsonProperty(PropertyName = "sizeLimit")] - public ResourceQuantity SizeLimit { get; set; } + public string SizeLimit { get; set; } } } diff --git a/src/KubernetesClient/generated/Models/V1HTTPGetAction.cs b/src/KubernetesClient/generated/Models/V1HTTPGetAction.cs index a5c4e91dc..3afcb46fd 100644 --- a/src/KubernetesClient/generated/Models/V1HTTPGetAction.cs +++ b/src/KubernetesClient/generated/Models/V1HTTPGetAction.cs @@ -38,7 +38,7 @@ public V1HTTPGetAction() /// Path to access on the HTTP server. /// Scheme to use for connecting to the host. /// Defaults to HTTP. - public V1HTTPGetAction(IntstrIntOrString port, string host = default(string), IList httpHeaders = default(IList), string path = default(string), string scheme = default(string)) + public V1HTTPGetAction(string port, string host = default(string), IList httpHeaders = default(IList), string path = default(string), string scheme = default(string)) { Host = host; HttpHeaders = httpHeaders; @@ -79,7 +79,7 @@ public V1HTTPGetAction() /// IANA_SVC_NAME. /// [JsonProperty(PropertyName = "port")] - public IntstrIntOrString Port { get; set; } + public string Port { get; set; } /// /// Gets or sets scheme to use for connecting to the host. Defaults to diff --git a/src/KubernetesClient/generated/Models/V1LimitRangeItem.cs b/src/KubernetesClient/generated/Models/V1LimitRangeItem.cs index 7654211a2..e556b50aa 100644 --- a/src/KubernetesClient/generated/Models/V1LimitRangeItem.cs +++ b/src/KubernetesClient/generated/Models/V1LimitRangeItem.cs @@ -45,7 +45,7 @@ public V1LimitRangeItem() /// the named resource. /// Min usage constraints on this kind by resource /// name. - public V1LimitRangeItem(string type, IDictionary defaultProperty = default(IDictionary), IDictionary defaultRequest = default(IDictionary), IDictionary max = default(IDictionary), IDictionary maxLimitRequestRatio = default(IDictionary), IDictionary min = default(IDictionary)) + public V1LimitRangeItem(string type, IDictionary defaultProperty = default(IDictionary), IDictionary defaultRequest = default(IDictionary), IDictionary max = default(IDictionary), IDictionary maxLimitRequestRatio = default(IDictionary), IDictionary min = default(IDictionary)) { DefaultProperty = defaultProperty; DefaultRequest = defaultRequest; @@ -66,20 +66,20 @@ public V1LimitRangeItem() /// name if resource limit is omitted. /// [JsonProperty(PropertyName = "default")] - public IDictionary DefaultProperty { get; set; } + public IDictionary DefaultProperty { get; set; } /// /// Gets or sets defaultRequest is the default resource requirement /// request value by resource name if resource request is omitted. /// [JsonProperty(PropertyName = "defaultRequest")] - public IDictionary DefaultRequest { get; set; } + public IDictionary DefaultRequest { get; set; } /// /// Gets or sets max usage constraints on this kind by resource name. /// [JsonProperty(PropertyName = "max")] - public IDictionary Max { get; set; } + public IDictionary Max { get; set; } /// /// Gets or sets maxLimitRequestRatio if specified, the named resource @@ -88,13 +88,13 @@ public V1LimitRangeItem() /// this represents the max burst for the named resource. /// [JsonProperty(PropertyName = "maxLimitRequestRatio")] - public IDictionary MaxLimitRequestRatio { get; set; } + public IDictionary MaxLimitRequestRatio { get; set; } /// /// Gets or sets min usage constraints on this kind by resource name. /// [JsonProperty(PropertyName = "min")] - public IDictionary Min { get; set; } + public IDictionary Min { get; set; } /// /// Gets or sets type of resource that this limit applies to. diff --git a/src/KubernetesClient/generated/Models/V1NetworkPolicyPort.cs b/src/KubernetesClient/generated/Models/V1NetworkPolicyPort.cs index 64ed3918e..093883386 100644 --- a/src/KubernetesClient/generated/Models/V1NetworkPolicyPort.cs +++ b/src/KubernetesClient/generated/Models/V1NetworkPolicyPort.cs @@ -31,7 +31,7 @@ public V1NetworkPolicyPort() /// The protocol (TCP, UDP, or SCTP) which /// traffic must match. If not specified, this field defaults to /// TCP. - public V1NetworkPolicyPort(IntstrIntOrString port = default(IntstrIntOrString), string protocol = default(string)) + public V1NetworkPolicyPort(string port = default(string), string protocol = default(string)) { Port = port; Protocol = protocol; @@ -49,7 +49,7 @@ public V1NetworkPolicyPort() /// this matches all port names and numbers. /// [JsonProperty(PropertyName = "port")] - public IntstrIntOrString Port { get; set; } + public string Port { get; set; } /// /// Gets or sets the protocol (TCP, UDP, or SCTP) which traffic must diff --git a/src/KubernetesClient/generated/Models/V1NodeStatus.cs b/src/KubernetesClient/generated/Models/V1NodeStatus.cs index 5ea6e6f3b..485866a73 100644 --- a/src/KubernetesClient/generated/Models/V1NodeStatus.cs +++ b/src/KubernetesClient/generated/Models/V1NodeStatus.cs @@ -59,7 +59,7 @@ public V1NodeStatus() /// the node. /// List of attachable volumes in use /// (mounted) by the node. - public V1NodeStatus(IList addresses = default(IList), IDictionary allocatable = default(IDictionary), IDictionary capacity = default(IDictionary), IList conditions = default(IList), V1NodeConfigStatus config = default(V1NodeConfigStatus), V1NodeDaemonEndpoints daemonEndpoints = default(V1NodeDaemonEndpoints), IList images = default(IList), V1NodeSystemInfo nodeInfo = default(V1NodeSystemInfo), string phase = default(string), IList volumesAttached = default(IList), IList volumesInUse = default(IList)) + public V1NodeStatus(IList addresses = default(IList), IDictionary allocatable = default(IDictionary), IDictionary capacity = default(IDictionary), IList conditions = default(IList), V1NodeConfigStatus config = default(V1NodeConfigStatus), V1NodeDaemonEndpoints daemonEndpoints = default(V1NodeDaemonEndpoints), IList images = default(IList), V1NodeSystemInfo nodeInfo = default(V1NodeSystemInfo), string phase = default(string), IList volumesAttached = default(IList), IList volumesInUse = default(IList)) { Addresses = addresses; Allocatable = allocatable; @@ -97,7 +97,7 @@ public V1NodeStatus() /// are available for scheduling. Defaults to Capacity. /// [JsonProperty(PropertyName = "allocatable")] - public IDictionary Allocatable { get; set; } + public IDictionary Allocatable { get; set; } /// /// Gets or sets capacity represents the total resources of a node. @@ -105,7 +105,7 @@ public V1NodeStatus() /// https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity /// [JsonProperty(PropertyName = "capacity")] - public IDictionary Capacity { get; set; } + public IDictionary Capacity { get; set; } /// /// Gets or sets conditions is an array of current observed node diff --git a/src/KubernetesClient/generated/Models/V1PersistentVolumeClaimStatus.cs b/src/KubernetesClient/generated/Models/V1PersistentVolumeClaimStatus.cs index ab222db3d..9f1f2b7ff 100644 --- a/src/KubernetesClient/generated/Models/V1PersistentVolumeClaimStatus.cs +++ b/src/KubernetesClient/generated/Models/V1PersistentVolumeClaimStatus.cs @@ -40,7 +40,7 @@ public V1PersistentVolumeClaimStatus() /// Condition will be set to 'ResizeStarted'. /// Phase represents the current phase of /// PersistentVolumeClaim. - public V1PersistentVolumeClaimStatus(IList accessModes = default(IList), IDictionary capacity = default(IDictionary), IList conditions = default(IList), string phase = default(string)) + public V1PersistentVolumeClaimStatus(IList accessModes = default(IList), IDictionary capacity = default(IDictionary), IList conditions = default(IList), string phase = default(string)) { AccessModes = accessModes; Capacity = capacity; @@ -67,7 +67,7 @@ public V1PersistentVolumeClaimStatus() /// volume. /// [JsonProperty(PropertyName = "capacity")] - public IDictionary Capacity { get; set; } + public IDictionary Capacity { get; set; } /// /// Gets or sets current Condition of persistent volume claim. If diff --git a/src/KubernetesClient/generated/Models/V1PersistentVolumeSpec.cs b/src/KubernetesClient/generated/Models/V1PersistentVolumeSpec.cs index 838f65696..0d5f2c1a7 100644 --- a/src/KubernetesClient/generated/Models/V1PersistentVolumeSpec.cs +++ b/src/KubernetesClient/generated/Models/V1PersistentVolumeSpec.cs @@ -123,7 +123,7 @@ public V1PersistentVolumeSpec() /// spec. /// VsphereVolume represents a vSphere /// volume attached and mounted on kubelets host machine - public V1PersistentVolumeSpec(IList accessModes = default(IList), V1AWSElasticBlockStoreVolumeSource awsElasticBlockStore = default(V1AWSElasticBlockStoreVolumeSource), V1AzureDiskVolumeSource azureDisk = default(V1AzureDiskVolumeSource), V1AzureFilePersistentVolumeSource azureFile = default(V1AzureFilePersistentVolumeSource), IDictionary capacity = default(IDictionary), V1CephFSPersistentVolumeSource cephfs = default(V1CephFSPersistentVolumeSource), V1CinderPersistentVolumeSource cinder = default(V1CinderPersistentVolumeSource), V1ObjectReference claimRef = default(V1ObjectReference), V1CSIPersistentVolumeSource csi = default(V1CSIPersistentVolumeSource), V1FCVolumeSource fc = default(V1FCVolumeSource), V1FlexPersistentVolumeSource flexVolume = default(V1FlexPersistentVolumeSource), V1FlockerVolumeSource flocker = default(V1FlockerVolumeSource), V1GCEPersistentDiskVolumeSource gcePersistentDisk = default(V1GCEPersistentDiskVolumeSource), V1GlusterfsPersistentVolumeSource glusterfs = default(V1GlusterfsPersistentVolumeSource), V1HostPathVolumeSource hostPath = default(V1HostPathVolumeSource), V1ISCSIPersistentVolumeSource iscsi = default(V1ISCSIPersistentVolumeSource), V1LocalVolumeSource local = default(V1LocalVolumeSource), IList mountOptions = default(IList), V1NFSVolumeSource nfs = default(V1NFSVolumeSource), V1VolumeNodeAffinity nodeAffinity = default(V1VolumeNodeAffinity), string persistentVolumeReclaimPolicy = default(string), V1PhotonPersistentDiskVolumeSource photonPersistentDisk = default(V1PhotonPersistentDiskVolumeSource), V1PortworxVolumeSource portworxVolume = default(V1PortworxVolumeSource), V1QuobyteVolumeSource quobyte = default(V1QuobyteVolumeSource), V1RBDPersistentVolumeSource rbd = default(V1RBDPersistentVolumeSource), V1ScaleIOPersistentVolumeSource scaleIO = default(V1ScaleIOPersistentVolumeSource), string storageClassName = default(string), V1StorageOSPersistentVolumeSource storageos = default(V1StorageOSPersistentVolumeSource), string volumeMode = default(string), V1VsphereVirtualDiskVolumeSource vsphereVolume = default(V1VsphereVirtualDiskVolumeSource)) + public V1PersistentVolumeSpec(IList accessModes = default(IList), V1AWSElasticBlockStoreVolumeSource awsElasticBlockStore = default(V1AWSElasticBlockStoreVolumeSource), V1AzureDiskVolumeSource azureDisk = default(V1AzureDiskVolumeSource), V1AzureFilePersistentVolumeSource azureFile = default(V1AzureFilePersistentVolumeSource), IDictionary capacity = default(IDictionary), V1CephFSPersistentVolumeSource cephfs = default(V1CephFSPersistentVolumeSource), V1CinderPersistentVolumeSource cinder = default(V1CinderPersistentVolumeSource), V1ObjectReference claimRef = default(V1ObjectReference), V1CSIPersistentVolumeSource csi = default(V1CSIPersistentVolumeSource), V1FCVolumeSource fc = default(V1FCVolumeSource), V1FlexPersistentVolumeSource flexVolume = default(V1FlexPersistentVolumeSource), V1FlockerVolumeSource flocker = default(V1FlockerVolumeSource), V1GCEPersistentDiskVolumeSource gcePersistentDisk = default(V1GCEPersistentDiskVolumeSource), V1GlusterfsPersistentVolumeSource glusterfs = default(V1GlusterfsPersistentVolumeSource), V1HostPathVolumeSource hostPath = default(V1HostPathVolumeSource), V1ISCSIPersistentVolumeSource iscsi = default(V1ISCSIPersistentVolumeSource), V1LocalVolumeSource local = default(V1LocalVolumeSource), IList mountOptions = default(IList), V1NFSVolumeSource nfs = default(V1NFSVolumeSource), V1VolumeNodeAffinity nodeAffinity = default(V1VolumeNodeAffinity), string persistentVolumeReclaimPolicy = default(string), V1PhotonPersistentDiskVolumeSource photonPersistentDisk = default(V1PhotonPersistentDiskVolumeSource), V1PortworxVolumeSource portworxVolume = default(V1PortworxVolumeSource), V1QuobyteVolumeSource quobyte = default(V1QuobyteVolumeSource), V1RBDPersistentVolumeSource rbd = default(V1RBDPersistentVolumeSource), V1ScaleIOPersistentVolumeSource scaleIO = default(V1ScaleIOPersistentVolumeSource), string storageClassName = default(string), V1StorageOSPersistentVolumeSource storageos = default(V1StorageOSPersistentVolumeSource), string volumeMode = default(string), V1VsphereVirtualDiskVolumeSource vsphereVolume = default(V1VsphereVirtualDiskVolumeSource)) { AccessModes = accessModes; AwsElasticBlockStore = awsElasticBlockStore; @@ -200,7 +200,7 @@ public V1PersistentVolumeSpec() /// https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity /// [JsonProperty(PropertyName = "capacity")] - public IDictionary Capacity { get; set; } + public IDictionary Capacity { get; set; } /// /// Gets or sets cephFS represents a Ceph FS mount on the host that diff --git a/src/KubernetesClient/generated/Models/V1PodSpec.cs b/src/KubernetesClient/generated/Models/V1PodSpec.cs index 26c4d096b..b59d417a4 100644 --- a/src/KubernetesClient/generated/Models/V1PodSpec.cs +++ b/src/KubernetesClient/generated/Models/V1PodSpec.cs @@ -195,7 +195,7 @@ public V1PodSpec() /// List of volumes that can be mounted by /// containers belonging to the pod. More info: /// https://kubernetes.io/docs/concepts/storage/volumes - public V1PodSpec(IList containers, long? activeDeadlineSeconds = default(long?), V1Affinity affinity = default(V1Affinity), bool? automountServiceAccountToken = default(bool?), V1PodDNSConfig dnsConfig = default(V1PodDNSConfig), string dnsPolicy = default(string), bool? enableServiceLinks = default(bool?), IList ephemeralContainers = default(IList), IList hostAliases = default(IList), bool? hostIPC = default(bool?), bool? hostNetwork = default(bool?), bool? hostPID = default(bool?), string hostname = default(string), IList imagePullSecrets = default(IList), IList initContainers = default(IList), string nodeName = default(string), IDictionary nodeSelector = default(IDictionary), IDictionary overhead = default(IDictionary), string preemptionPolicy = default(string), int? priority = default(int?), string priorityClassName = default(string), IList readinessGates = default(IList), string restartPolicy = default(string), string runtimeClassName = default(string), string schedulerName = default(string), V1PodSecurityContext securityContext = default(V1PodSecurityContext), string serviceAccount = default(string), string serviceAccountName = default(string), bool? shareProcessNamespace = default(bool?), string subdomain = default(string), long? terminationGracePeriodSeconds = default(long?), IList tolerations = default(IList), IList topologySpreadConstraints = default(IList), IList volumes = default(IList)) + public V1PodSpec(IList containers, long? activeDeadlineSeconds = default(long?), V1Affinity affinity = default(V1Affinity), bool? automountServiceAccountToken = default(bool?), V1PodDNSConfig dnsConfig = default(V1PodDNSConfig), string dnsPolicy = default(string), bool? enableServiceLinks = default(bool?), IList ephemeralContainers = default(IList), IList hostAliases = default(IList), bool? hostIPC = default(bool?), bool? hostNetwork = default(bool?), bool? hostPID = default(bool?), string hostname = default(string), IList imagePullSecrets = default(IList), IList initContainers = default(IList), string nodeName = default(string), IDictionary nodeSelector = default(IDictionary), IDictionary overhead = default(IDictionary), string preemptionPolicy = default(string), int? priority = default(int?), string priorityClassName = default(string), IList readinessGates = default(IList), string restartPolicy = default(string), string runtimeClassName = default(string), string schedulerName = default(string), V1PodSecurityContext securityContext = default(V1PodSecurityContext), string serviceAccount = default(string), string serviceAccountName = default(string), bool? shareProcessNamespace = default(bool?), string subdomain = default(string), long? terminationGracePeriodSeconds = default(long?), IList tolerations = default(IList), IList topologySpreadConstraints = default(IList), IList volumes = default(IList)) { ActiveDeadlineSeconds = activeDeadlineSeconds; Affinity = affinity; @@ -411,7 +411,7 @@ public V1PodSpec() /// honored by servers that enable the PodOverhead feature. /// [JsonProperty(PropertyName = "overhead")] - public IDictionary Overhead { get; set; } + public IDictionary Overhead { get; set; } /// /// Gets or sets preemptionPolicy is the Policy for preempting pods diff --git a/src/KubernetesClient/generated/Models/V1ResourceFieldSelector.cs b/src/KubernetesClient/generated/Models/V1ResourceFieldSelector.cs index 812461abe..22a6d00bd 100644 --- a/src/KubernetesClient/generated/Models/V1ResourceFieldSelector.cs +++ b/src/KubernetesClient/generated/Models/V1ResourceFieldSelector.cs @@ -32,7 +32,7 @@ public V1ResourceFieldSelector() /// optional for env vars /// Specifies the output format of the exposed /// resources, defaults to "1" - public V1ResourceFieldSelector(string resource, string containerName = default(string), ResourceQuantity divisor = default(ResourceQuantity)) + public V1ResourceFieldSelector(string resource, string containerName = default(string), string divisor = default(string)) { ContainerName = containerName; Divisor = divisor; @@ -57,7 +57,7 @@ public V1ResourceFieldSelector() /// defaults to "1" /// [JsonProperty(PropertyName = "divisor")] - public ResourceQuantity Divisor { get; set; } + public string Divisor { get; set; } /// /// Gets or sets required: resource to select diff --git a/src/KubernetesClient/generated/Models/V1ResourceQuotaSpec.cs b/src/KubernetesClient/generated/Models/V1ResourceQuotaSpec.cs index 0b594052c..c4ecfb28e 100644 --- a/src/KubernetesClient/generated/Models/V1ResourceQuotaSpec.cs +++ b/src/KubernetesClient/generated/Models/V1ResourceQuotaSpec.cs @@ -38,7 +38,7 @@ public V1ResourceQuotaSpec() /// A collection of filters that must match each /// object tracked by a quota. If not specified, the quota matches all /// objects. - public V1ResourceQuotaSpec(IDictionary hard = default(IDictionary), V1ScopeSelector scopeSelector = default(V1ScopeSelector), IList scopes = default(IList)) + public V1ResourceQuotaSpec(IDictionary hard = default(IDictionary), V1ScopeSelector scopeSelector = default(V1ScopeSelector), IList scopes = default(IList)) { Hard = hard; ScopeSelector = scopeSelector; @@ -57,7 +57,7 @@ public V1ResourceQuotaSpec() /// https://kubernetes.io/docs/concepts/policy/resource-quotas/ /// [JsonProperty(PropertyName = "hard")] - public IDictionary Hard { get; set; } + public IDictionary Hard { get; set; } /// /// Gets or sets scopeSelector is also a collection of filters like diff --git a/src/KubernetesClient/generated/Models/V1ResourceQuotaStatus.cs b/src/KubernetesClient/generated/Models/V1ResourceQuotaStatus.cs index 09aee2786..daab22055 100644 --- a/src/KubernetesClient/generated/Models/V1ResourceQuotaStatus.cs +++ b/src/KubernetesClient/generated/Models/V1ResourceQuotaStatus.cs @@ -32,7 +32,7 @@ public V1ResourceQuotaStatus() /// https://kubernetes.io/docs/concepts/policy/resource-quotas/ /// Used is the current observed total usage of the /// resource in the namespace. - public V1ResourceQuotaStatus(IDictionary hard = default(IDictionary), IDictionary used = default(IDictionary)) + public V1ResourceQuotaStatus(IDictionary hard = default(IDictionary), IDictionary used = default(IDictionary)) { Hard = hard; Used = used; @@ -50,14 +50,14 @@ public V1ResourceQuotaStatus() /// https://kubernetes.io/docs/concepts/policy/resource-quotas/ /// [JsonProperty(PropertyName = "hard")] - public IDictionary Hard { get; set; } + public IDictionary Hard { get; set; } /// /// Gets or sets used is the current observed total usage of the /// resource in the namespace. /// [JsonProperty(PropertyName = "used")] - public IDictionary Used { get; set; } + public IDictionary Used { get; set; } } } diff --git a/src/KubernetesClient/generated/Models/V1ResourceRequirements.cs b/src/KubernetesClient/generated/Models/V1ResourceRequirements.cs index 010645a8d..8316474fa 100644 --- a/src/KubernetesClient/generated/Models/V1ResourceRequirements.cs +++ b/src/KubernetesClient/generated/Models/V1ResourceRequirements.cs @@ -35,7 +35,7 @@ public V1ResourceRequirements() /// it defaults to Limits if that is explicitly specified, otherwise to /// an implementation-defined value. More info: /// https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ - public V1ResourceRequirements(IDictionary limits = default(IDictionary), IDictionary requests = default(IDictionary)) + public V1ResourceRequirements(IDictionary limits = default(IDictionary), IDictionary requests = default(IDictionary)) { Limits = limits; Requests = requests; @@ -53,7 +53,7 @@ public V1ResourceRequirements() /// https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ /// [JsonProperty(PropertyName = "limits")] - public IDictionary Limits { get; set; } + public IDictionary Limits { get; set; } /// /// Gets or sets requests describes the minimum amount of compute @@ -63,7 +63,7 @@ public V1ResourceRequirements() /// https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ /// [JsonProperty(PropertyName = "requests")] - public IDictionary Requests { get; set; } + public IDictionary Requests { get; set; } } } diff --git a/src/KubernetesClient/generated/Models/V1RollingUpdateDaemonSet.cs b/src/KubernetesClient/generated/Models/V1RollingUpdateDaemonSet.cs index 21e456cd1..ebd181134 100644 --- a/src/KubernetesClient/generated/Models/V1RollingUpdateDaemonSet.cs +++ b/src/KubernetesClient/generated/Models/V1RollingUpdateDaemonSet.cs @@ -39,7 +39,7 @@ public V1RollingUpdateDaemonSet() /// other DaemonSet pods, thus ensuring that at least 70% of original /// number of DaemonSet pods are available at all times during the /// update. - public V1RollingUpdateDaemonSet(IntstrIntOrString maxUnavailable = default(IntstrIntOrString)) + public V1RollingUpdateDaemonSet(string maxUnavailable = default(string)) { MaxUnavailable = maxUnavailable; CustomInit(); @@ -67,7 +67,7 @@ public V1RollingUpdateDaemonSet() /// update. /// [JsonProperty(PropertyName = "maxUnavailable")] - public IntstrIntOrString MaxUnavailable { get; set; } + public string MaxUnavailable { get; set; } } } diff --git a/src/KubernetesClient/generated/Models/V1RollingUpdateDeployment.cs b/src/KubernetesClient/generated/Models/V1RollingUpdateDeployment.cs index 280404aeb..fe7b45615 100644 --- a/src/KubernetesClient/generated/Models/V1RollingUpdateDeployment.cs +++ b/src/KubernetesClient/generated/Models/V1RollingUpdateDeployment.cs @@ -47,7 +47,7 @@ public V1RollingUpdateDeployment() /// scaling up the new ReplicaSet, ensuring that the total number of /// pods available at all times during the update is at least 70% of /// desired pods. - public V1RollingUpdateDeployment(IntstrIntOrString maxSurge = default(IntstrIntOrString), IntstrIntOrString maxUnavailable = default(IntstrIntOrString)) + public V1RollingUpdateDeployment(string maxSurge = default(string), string maxUnavailable = default(string)) { MaxSurge = maxSurge; MaxUnavailable = maxUnavailable; @@ -73,7 +73,7 @@ public V1RollingUpdateDeployment() /// desired pods. /// [JsonProperty(PropertyName = "maxSurge")] - public IntstrIntOrString MaxSurge { get; set; } + public string MaxSurge { get; set; } /// /// Gets or sets the maximum number of pods that can be unavailable @@ -88,7 +88,7 @@ public V1RollingUpdateDeployment() /// all times during the update is at least 70% of desired pods. /// [JsonProperty(PropertyName = "maxUnavailable")] - public IntstrIntOrString MaxUnavailable { get; set; } + public string MaxUnavailable { get; set; } } } diff --git a/src/KubernetesClient/generated/Models/V1ServicePort.cs b/src/KubernetesClient/generated/Models/V1ServicePort.cs index f2239daa3..242bf4f7a 100644 --- a/src/KubernetesClient/generated/Models/V1ServicePort.cs +++ b/src/KubernetesClient/generated/Models/V1ServicePort.cs @@ -57,7 +57,7 @@ public V1ServicePort() /// clusterIP=None, and should be omitted or set equal to the 'port' /// field. More info: /// https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service - public V1ServicePort(int port, string appProtocol = default(string), string name = default(string), int? nodePort = default(int?), string protocol = default(string), IntstrIntOrString targetPort = default(IntstrIntOrString)) + public V1ServicePort(int port, string appProtocol = default(string), string name = default(string), int? nodePort = default(int?), string protocol = default(string), string targetPort = default(string)) { AppProtocol = appProtocol; Name = name; @@ -131,7 +131,7 @@ public V1ServicePort() /// https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service /// [JsonProperty(PropertyName = "targetPort")] - public IntstrIntOrString TargetPort { get; set; } + public string TargetPort { get; set; } /// /// Validate the object. @@ -141,6 +141,7 @@ public V1ServicePort() /// public virtual void Validate() { + //Nothing to validate } } } diff --git a/src/KubernetesClient/generated/Models/V1TCPSocketAction.cs b/src/KubernetesClient/generated/Models/V1TCPSocketAction.cs index 9c0888a44..7bbd19352 100644 --- a/src/KubernetesClient/generated/Models/V1TCPSocketAction.cs +++ b/src/KubernetesClient/generated/Models/V1TCPSocketAction.cs @@ -31,7 +31,7 @@ public V1TCPSocketAction() /// IANA_SVC_NAME. /// Optional: Host name to connect to, defaults to /// the pod IP. - public V1TCPSocketAction(IntstrIntOrString port, string host = default(string)) + public V1TCPSocketAction(string port, string host = default(string)) { Host = host; Port = port; @@ -56,7 +56,7 @@ public V1TCPSocketAction() /// IANA_SVC_NAME. /// [JsonProperty(PropertyName = "port")] - public IntstrIntOrString Port { get; set; } + public string Port { get; set; } /// /// Validate the object. diff --git a/src/KubernetesClient/generated/Models/V1alpha1Overhead.cs b/src/KubernetesClient/generated/Models/V1alpha1Overhead.cs index d2fd315dd..bcaa4d1a0 100644 --- a/src/KubernetesClient/generated/Models/V1alpha1Overhead.cs +++ b/src/KubernetesClient/generated/Models/V1alpha1Overhead.cs @@ -30,7 +30,7 @@ public V1alpha1Overhead() /// /// PodFixed represents the fixed resource /// overhead associated with running a pod. - public V1alpha1Overhead(IDictionary podFixed = default(IDictionary)) + public V1alpha1Overhead(IDictionary podFixed = default(IDictionary)) { PodFixed = podFixed; CustomInit(); @@ -46,7 +46,7 @@ public V1alpha1Overhead() /// associated with running a pod. /// [JsonProperty(PropertyName = "podFixed")] - public IDictionary PodFixed { get; set; } + public IDictionary PodFixed { get; set; } } } diff --git a/src/KubernetesClient/generated/Models/V1beta1Overhead.cs b/src/KubernetesClient/generated/Models/V1beta1Overhead.cs index b214954ff..74a385310 100644 --- a/src/KubernetesClient/generated/Models/V1beta1Overhead.cs +++ b/src/KubernetesClient/generated/Models/V1beta1Overhead.cs @@ -30,7 +30,7 @@ public V1beta1Overhead() /// /// PodFixed represents the fixed resource /// overhead associated with running a pod. - public V1beta1Overhead(IDictionary podFixed = default(IDictionary)) + public V1beta1Overhead(IDictionary podFixed = default(IDictionary)) { PodFixed = podFixed; CustomInit(); @@ -46,7 +46,7 @@ public V1beta1Overhead() /// associated with running a pod. /// [JsonProperty(PropertyName = "podFixed")] - public IDictionary PodFixed { get; set; } + public IDictionary PodFixed { get; set; } } } diff --git a/src/KubernetesClient/generated/Models/V1beta1PodDisruptionBudgetSpec.cs b/src/KubernetesClient/generated/Models/V1beta1PodDisruptionBudgetSpec.cs index c1689b6dd..2caa5d0e4 100644 --- a/src/KubernetesClient/generated/Models/V1beta1PodDisruptionBudgetSpec.cs +++ b/src/KubernetesClient/generated/Models/V1beta1PodDisruptionBudgetSpec.cs @@ -39,7 +39,7 @@ public V1beta1PodDisruptionBudgetSpec() /// specifying "100%". /// Label query over pods whose evictions are /// managed by the disruption budget. - public V1beta1PodDisruptionBudgetSpec(IntstrIntOrString maxUnavailable = default(IntstrIntOrString), IntstrIntOrString minAvailable = default(IntstrIntOrString), V1LabelSelector selector = default(V1LabelSelector)) + public V1beta1PodDisruptionBudgetSpec(string maxUnavailable = default(string), string minAvailable = default(string), V1LabelSelector selector = default(V1LabelSelector)) { MaxUnavailable = maxUnavailable; MinAvailable = minAvailable; @@ -60,7 +60,7 @@ public V1beta1PodDisruptionBudgetSpec() /// exclusive setting with "minAvailable". /// [JsonProperty(PropertyName = "maxUnavailable")] - public IntstrIntOrString MaxUnavailable { get; set; } + public string MaxUnavailable { get; set; } /// /// Gets or sets an eviction is allowed if at least "minAvailable" pods @@ -69,7 +69,7 @@ public V1beta1PodDisruptionBudgetSpec() /// can prevent all voluntary evictions by specifying "100%". /// [JsonProperty(PropertyName = "minAvailable")] - public IntstrIntOrString MinAvailable { get; set; } + public string MinAvailable { get; set; } /// /// Gets or sets label query over pods whose evictions are managed by diff --git a/src/KubernetesClient/generated/Models/V2beta1ExternalMetricSource.cs b/src/KubernetesClient/generated/Models/V2beta1ExternalMetricSource.cs index bcc8c92fe..73306ea67 100644 --- a/src/KubernetesClient/generated/Models/V2beta1ExternalMetricSource.cs +++ b/src/KubernetesClient/generated/Models/V2beta1ExternalMetricSource.cs @@ -41,7 +41,7 @@ public V2beta1ExternalMetricSource() /// targetValue is the target value of the /// metric (as a quantity). Mutually exclusive with /// TargetAverageValue. - public V2beta1ExternalMetricSource(string metricName, V1LabelSelector metricSelector = default(V1LabelSelector), ResourceQuantity targetAverageValue = default(ResourceQuantity), ResourceQuantity targetValue = default(ResourceQuantity)) + public V2beta1ExternalMetricSource(string metricName, V1LabelSelector metricSelector = default(V1LabelSelector), string targetAverageValue = default(string), string targetValue = default(string)) { MetricName = metricName; MetricSelector = metricSelector; @@ -73,14 +73,14 @@ public V2beta1ExternalMetricSource() /// global metric (as a quantity). Mutually exclusive with TargetValue. /// [JsonProperty(PropertyName = "targetAverageValue")] - public ResourceQuantity TargetAverageValue { get; set; } + public string TargetAverageValue { get; set; } /// /// Gets or sets targetValue is the target value of the metric (as a /// quantity). Mutually exclusive with TargetAverageValue. /// [JsonProperty(PropertyName = "targetValue")] - public ResourceQuantity TargetValue { get; set; } + public string TargetValue { get; set; } /// /// Validate the object. diff --git a/src/KubernetesClient/generated/Models/V2beta1ExternalMetricStatus.cs b/src/KubernetesClient/generated/Models/V2beta1ExternalMetricStatus.cs index 66752b040..2950ad0f0 100644 --- a/src/KubernetesClient/generated/Models/V2beta1ExternalMetricStatus.cs +++ b/src/KubernetesClient/generated/Models/V2beta1ExternalMetricStatus.cs @@ -37,7 +37,7 @@ public V2beta1ExternalMetricStatus() /// current value of metric averaged over autoscaled pods. /// metricSelector is used to identify a /// specific time series within a given metric. - public V2beta1ExternalMetricStatus(ResourceQuantity currentValue, string metricName, ResourceQuantity currentAverageValue = default(ResourceQuantity), V1LabelSelector metricSelector = default(V1LabelSelector)) + public V2beta1ExternalMetricStatus(string currentValue, string metricName, string currentAverageValue = default(string), V1LabelSelector metricSelector = default(V1LabelSelector)) { CurrentAverageValue = currentAverageValue; CurrentValue = currentValue; @@ -56,14 +56,14 @@ public V2beta1ExternalMetricStatus() /// averaged over autoscaled pods. /// [JsonProperty(PropertyName = "currentAverageValue")] - public ResourceQuantity CurrentAverageValue { get; set; } + public string CurrentAverageValue { get; set; } /// /// Gets or sets currentValue is the current value of the metric (as a /// quantity) /// [JsonProperty(PropertyName = "currentValue")] - public ResourceQuantity CurrentValue { get; set; } + public string CurrentValue { get; set; } /// /// Gets or sets metricName is the name of a metric used for diff --git a/src/KubernetesClient/generated/Models/V2beta1ObjectMetricSource.cs b/src/KubernetesClient/generated/Models/V2beta1ObjectMetricSource.cs index 4497d119b..47da77bce 100644 --- a/src/KubernetesClient/generated/Models/V2beta1ObjectMetricSource.cs +++ b/src/KubernetesClient/generated/Models/V2beta1ObjectMetricSource.cs @@ -41,7 +41,7 @@ public V2beta1ObjectMetricSource() /// it is passed as an additional parameter to the metrics server for /// more specific metrics scoping When unset, just the metricName will /// be used to gather metrics. - public V2beta1ObjectMetricSource(string metricName, V2beta1CrossVersionObjectReference target, ResourceQuantity targetValue, ResourceQuantity averageValue = default(ResourceQuantity), V1LabelSelector selector = default(V1LabelSelector)) + public V2beta1ObjectMetricSource(string metricName, V2beta1CrossVersionObjectReference target, string targetValue, string averageValue = default(string), V1LabelSelector selector = default(V1LabelSelector)) { AverageValue = averageValue; MetricName = metricName; @@ -61,7 +61,7 @@ public V2beta1ObjectMetricSource() /// metric across all relevant pods (as a quantity) /// [JsonProperty(PropertyName = "averageValue")] - public ResourceQuantity AverageValue { get; set; } + public string AverageValue { get; set; } /// /// Gets or sets metricName is the name of the metric in question. @@ -90,7 +90,7 @@ public V2beta1ObjectMetricSource() /// quantity). /// [JsonProperty(PropertyName = "targetValue")] - public ResourceQuantity TargetValue { get; set; } + public string TargetValue { get; set; } /// /// Validate the object. diff --git a/src/KubernetesClient/generated/Models/V2beta1ObjectMetricStatus.cs b/src/KubernetesClient/generated/Models/V2beta1ObjectMetricStatus.cs index eeb7e8961..56e5611e2 100644 --- a/src/KubernetesClient/generated/Models/V2beta1ObjectMetricStatus.cs +++ b/src/KubernetesClient/generated/Models/V2beta1ObjectMetricStatus.cs @@ -41,7 +41,7 @@ public V2beta1ObjectMetricStatus() /// the ObjectMetricSource, it is passed as an additional parameter to /// the metrics server for more specific metrics scoping. When unset, /// just the metricName will be used to gather metrics. - public V2beta1ObjectMetricStatus(ResourceQuantity currentValue, string metricName, V2beta1CrossVersionObjectReference target, ResourceQuantity averageValue = default(ResourceQuantity), V1LabelSelector selector = default(V1LabelSelector)) + public V2beta1ObjectMetricStatus(string currentValue, string metricName, V2beta1CrossVersionObjectReference target, string averageValue = default(string), V1LabelSelector selector = default(V1LabelSelector)) { AverageValue = averageValue; CurrentValue = currentValue; @@ -61,14 +61,14 @@ public V2beta1ObjectMetricStatus() /// the metric across all relevant pods (as a quantity) /// [JsonProperty(PropertyName = "averageValue")] - public ResourceQuantity AverageValue { get; set; } + public string AverageValue { get; set; } /// /// Gets or sets currentValue is the current value of the metric (as a /// quantity). /// [JsonProperty(PropertyName = "currentValue")] - public ResourceQuantity CurrentValue { get; set; } + public string CurrentValue { get; set; } /// /// Gets or sets metricName is the name of the metric in question. diff --git a/src/KubernetesClient/generated/Models/V2beta1PodsMetricSource.cs b/src/KubernetesClient/generated/Models/V2beta1PodsMetricSource.cs index 1030cf24e..6c90d39e5 100644 --- a/src/KubernetesClient/generated/Models/V2beta1PodsMetricSource.cs +++ b/src/KubernetesClient/generated/Models/V2beta1PodsMetricSource.cs @@ -39,7 +39,7 @@ public V2beta1PodsMetricSource() /// it is passed as an additional parameter to the metrics server for /// more specific metrics scoping When unset, just the metricName will /// be used to gather metrics. - public V2beta1PodsMetricSource(string metricName, ResourceQuantity targetAverageValue, V1LabelSelector selector = default(V1LabelSelector)) + public V2beta1PodsMetricSource(string metricName, string targetAverageValue, V1LabelSelector selector = default(V1LabelSelector)) { MetricName = metricName; Selector = selector; @@ -73,7 +73,7 @@ public V2beta1PodsMetricSource() /// of the metric across all relevant pods (as a quantity) /// [JsonProperty(PropertyName = "targetAverageValue")] - public ResourceQuantity TargetAverageValue { get; set; } + public string TargetAverageValue { get; set; } /// /// Validate the object. diff --git a/src/KubernetesClient/generated/Models/V2beta1PodsMetricStatus.cs b/src/KubernetesClient/generated/Models/V2beta1PodsMetricStatus.cs index fdbcbc580..6557c4128 100644 --- a/src/KubernetesClient/generated/Models/V2beta1PodsMetricStatus.cs +++ b/src/KubernetesClient/generated/Models/V2beta1PodsMetricStatus.cs @@ -38,7 +38,7 @@ public V2beta1PodsMetricStatus() /// the PodsMetricSource, it is passed as an additional parameter to /// the metrics server for more specific metrics scoping. When unset, /// just the metricName will be used to gather metrics. - public V2beta1PodsMetricStatus(ResourceQuantity currentAverageValue, string metricName, V1LabelSelector selector = default(V1LabelSelector)) + public V2beta1PodsMetricStatus(string currentAverageValue, string metricName, V1LabelSelector selector = default(V1LabelSelector)) { CurrentAverageValue = currentAverageValue; MetricName = metricName; @@ -56,7 +56,7 @@ public V2beta1PodsMetricStatus() /// average of the metric across all relevant pods (as a quantity) /// [JsonProperty(PropertyName = "currentAverageValue")] - public ResourceQuantity CurrentAverageValue { get; set; } + public string CurrentAverageValue { get; set; } /// /// Gets or sets metricName is the name of the metric in question diff --git a/src/KubernetesClient/generated/Models/V2beta1ResourceMetricSource.cs b/src/KubernetesClient/generated/Models/V2beta1ResourceMetricSource.cs index 0a1c8e8d5..1c14939e0 100644 --- a/src/KubernetesClient/generated/Models/V2beta1ResourceMetricSource.cs +++ b/src/KubernetesClient/generated/Models/V2beta1ResourceMetricSource.cs @@ -44,7 +44,7 @@ public V2beta1ResourceMetricSource() /// value of the average of the resource metric across all relevant /// pods, as a raw value (instead of as a percentage of the request), /// similar to the "pods" metric source type. - public V2beta1ResourceMetricSource(string name, int? targetAverageUtilization = default(int?), ResourceQuantity targetAverageValue = default(ResourceQuantity)) + public V2beta1ResourceMetricSource(string name, int? targetAverageUtilization = default(int?), string targetAverageValue = default(string)) { Name = name; TargetAverageUtilization = targetAverageUtilization; @@ -79,7 +79,7 @@ public V2beta1ResourceMetricSource() /// metric source type. /// [JsonProperty(PropertyName = "targetAverageValue")] - public ResourceQuantity TargetAverageValue { get; set; } + public string TargetAverageValue { get; set; } /// /// Validate the object. diff --git a/src/KubernetesClient/generated/Models/V2beta1ResourceMetricStatus.cs b/src/KubernetesClient/generated/Models/V2beta1ResourceMetricStatus.cs index c097762ff..2f5ba8f10 100644 --- a/src/KubernetesClient/generated/Models/V2beta1ResourceMetricStatus.cs +++ b/src/KubernetesClient/generated/Models/V2beta1ResourceMetricStatus.cs @@ -47,7 +47,7 @@ public V2beta1ResourceMetricStatus() /// value of the resource for the pods. It will only be present if /// `targetAverageValue` was set in the corresponding metric /// specification. - public V2beta1ResourceMetricStatus(ResourceQuantity currentAverageValue, string name, int? currentAverageUtilization = default(int?)) + public V2beta1ResourceMetricStatus(string currentAverageValue, string name, int? currentAverageUtilization = default(int?)) { CurrentAverageUtilization = currentAverageUtilization; CurrentAverageValue = currentAverageValue; @@ -78,7 +78,7 @@ public V2beta1ResourceMetricStatus() /// corresponding metric specification. /// [JsonProperty(PropertyName = "currentAverageValue")] - public ResourceQuantity CurrentAverageValue { get; set; } + public string CurrentAverageValue { get; set; } /// /// Gets or sets name is the name of the resource in question. diff --git a/src/KubernetesClient/generated/Models/V2beta2MetricTarget.cs b/src/KubernetesClient/generated/Models/V2beta2MetricTarget.cs index 5694a8a2a..5b6c6a3c1 100644 --- a/src/KubernetesClient/generated/Models/V2beta2MetricTarget.cs +++ b/src/KubernetesClient/generated/Models/V2beta2MetricTarget.cs @@ -39,7 +39,7 @@ public V2beta2MetricTarget() /// quantity) /// value is the target value of the metric (as a /// quantity). - public V2beta2MetricTarget(string type, int? averageUtilization = default(int?), ResourceQuantity averageValue = default(ResourceQuantity), ResourceQuantity value = default(ResourceQuantity)) + public V2beta2MetricTarget(string type, int? averageUtilization = default(int?), string averageValue = default(string), string value = default(string)) { AverageUtilization = averageUtilization; AverageValue = averageValue; @@ -67,7 +67,7 @@ public V2beta2MetricTarget() /// metric across all relevant pods (as a quantity) /// [JsonProperty(PropertyName = "averageValue")] - public ResourceQuantity AverageValue { get; set; } + public string AverageValue { get; set; } /// /// Gets or sets type represents whether the metric type is @@ -81,7 +81,7 @@ public V2beta2MetricTarget() /// quantity). /// [JsonProperty(PropertyName = "value")] - public ResourceQuantity Value { get; set; } + public string Value { get; set; } /// /// Validate the object. diff --git a/src/KubernetesClient/generated/Models/V2beta2MetricValueStatus.cs b/src/KubernetesClient/generated/Models/V2beta2MetricValueStatus.cs index b15fe22ac..a0e609f59 100644 --- a/src/KubernetesClient/generated/Models/V2beta2MetricValueStatus.cs +++ b/src/KubernetesClient/generated/Models/V2beta2MetricValueStatus.cs @@ -34,7 +34,7 @@ public V2beta2MetricValueStatus() /// quantity) /// value is the current value of the metric (as a /// quantity). - public V2beta2MetricValueStatus(int? averageUtilization = default(int?), ResourceQuantity averageValue = default(ResourceQuantity), ResourceQuantity value = default(ResourceQuantity)) + public V2beta2MetricValueStatus(int? averageUtilization = default(int?), string averageValue = default(string), string value = default(string)) { AverageUtilization = averageUtilization; AverageValue = averageValue; @@ -61,14 +61,14 @@ public V2beta2MetricValueStatus() /// the metric across all relevant pods (as a quantity) /// [JsonProperty(PropertyName = "averageValue")] - public ResourceQuantity AverageValue { get; set; } + public string AverageValue { get; set; } /// /// Gets or sets value is the current value of the metric (as a /// quantity). /// [JsonProperty(PropertyName = "value")] - public ResourceQuantity Value { get; set; } + public string Value { get; set; } } } diff --git a/src/KubernetesClient/generated/config.yaml b/src/KubernetesClient/generated/config.yaml new file mode 100644 index 000000000..092ac84a0 --- /dev/null +++ b/src/KubernetesClient/generated/config.yaml @@ -0,0 +1,26 @@ +csharp: + directive: + - from: swagger-document + where: '$..*[?(@.consumes[0] === "*/*")]' + transform: + - '$.consumes[0] = "application/json"' + - from: swagger-document + where: '$..*[?(@.operationId === "readNamespacedPodLog")]' + transform: + - '$.responses["200"].schema = { "type": "object", "format": "file" }' + - from: swagger-document + where: '$..*[?(@["x-kubernetes-action"]=== "proxy")]' + transform: + - '$.responses["200"].schema = { "type": "object", "format": "file" }' + - from: swagger-document + where: '$.definitions' + transform: + - '$["intstr.IntOrString"] = {"properties": { "value": { "type": "string" }}}' + - from: swagger-document + where: '$.definitions' + transform: + - '$["resource.Quantity"] = {"properties": { "value": { "type": "string" }}}' + - from: swagger-document + where: "$.definitions" + transform: + - '$["v1.Patch"] = {"properties": { "content": { "type": "object" }}}' diff --git a/src/KubernetesClient/generated/swagger.json b/src/KubernetesClient/generated/swagger.json index da7980b88..53be2726d 100644 --- a/src/KubernetesClient/generated/swagger.json +++ b/src/KubernetesClient/generated/swagger.json @@ -18181,9 +18181,6 @@ "schema": { "$ref": "#/definitions/v1.APIVersions" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -18214,9 +18211,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -18247,9 +18241,6 @@ "schema": { "$ref": "#/definitions/v1.ComponentStatusList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -18349,9 +18340,6 @@ "schema": { "$ref": "#/definitions/v1.ComponentStatus" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -18405,9 +18393,6 @@ "schema": { "$ref": "#/definitions/v1.ConfigMapList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -18509,9 +18494,6 @@ "schema": { "$ref": "#/definitions/v1.EndpointsList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -18613,9 +18595,6 @@ "schema": { "$ref": "#/definitions/v1.EventList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -18717,9 +18696,6 @@ "schema": { "$ref": "#/definitions/v1.LimitRangeList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -18879,9 +18855,6 @@ "schema": { "$ref": "#/definitions/v1.NamespaceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -18959,9 +18932,6 @@ "schema": { "$ref": "#/definitions/v1.Namespace" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -19050,9 +19020,6 @@ "schema": { "$ref": "#/definitions/v1.Binding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -19078,13 +19045,6 @@ "description": "delete collection of ConfigMap", "operationId": "deleteCollectionNamespacedConfigMap", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -19161,13 +19121,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -19181,9 +19134,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -19197,7 +19147,8 @@ "group": "", "kind": "ConfigMap", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -19276,9 +19227,6 @@ "schema": { "$ref": "#/definitions/v1.ConfigMapList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -19364,9 +19312,6 @@ "schema": { "$ref": "#/definitions/v1.ConfigMap" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -19445,9 +19390,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -19497,9 +19439,6 @@ "schema": { "$ref": "#/definitions/v1.ConfigMap" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -19591,9 +19530,6 @@ "schema": { "$ref": "#/definitions/v1.ConfigMap" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -19657,9 +19593,6 @@ "schema": { "$ref": "#/definitions/v1.ConfigMap" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -19685,13 +19618,6 @@ "description": "delete collection of Endpoints", "operationId": "deleteCollectionNamespacedEndpoints", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -19768,13 +19694,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -19788,9 +19707,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -19804,7 +19720,8 @@ "group": "", "kind": "Endpoints", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -19883,9 +19800,6 @@ "schema": { "$ref": "#/definitions/v1.EndpointsList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -19971,9 +19885,6 @@ "schema": { "$ref": "#/definitions/v1.Endpoints" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -20052,9 +19963,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -20104,9 +20012,6 @@ "schema": { "$ref": "#/definitions/v1.Endpoints" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -20198,9 +20103,6 @@ "schema": { "$ref": "#/definitions/v1.Endpoints" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -20264,9 +20166,6 @@ "schema": { "$ref": "#/definitions/v1.Endpoints" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -20292,13 +20191,6 @@ "description": "delete collection of Event", "operationId": "deleteCollectionNamespacedEvent", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -20375,13 +20267,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -20395,9 +20280,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -20411,7 +20293,8 @@ "group": "", "kind": "Event", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -20490,9 +20373,6 @@ "schema": { "$ref": "#/definitions/v1.EventList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -20578,9 +20458,6 @@ "schema": { "$ref": "#/definitions/v1.Event" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -20659,9 +20536,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -20711,9 +20585,6 @@ "schema": { "$ref": "#/definitions/v1.Event" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -20805,9 +20676,6 @@ "schema": { "$ref": "#/definitions/v1.Event" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -20871,9 +20739,6 @@ "schema": { "$ref": "#/definitions/v1.Event" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -20899,13 +20764,6 @@ "description": "delete collection of LimitRange", "operationId": "deleteCollectionNamespacedLimitRange", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -20982,13 +20840,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -21002,9 +20853,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -21018,7 +20866,8 @@ "group": "", "kind": "LimitRange", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -21097,9 +20946,6 @@ "schema": { "$ref": "#/definitions/v1.LimitRangeList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -21185,9 +21031,6 @@ "schema": { "$ref": "#/definitions/v1.LimitRange" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -21266,9 +21109,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -21318,9 +21158,6 @@ "schema": { "$ref": "#/definitions/v1.LimitRange" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -21412,9 +21249,6 @@ "schema": { "$ref": "#/definitions/v1.LimitRange" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -21478,9 +21312,6 @@ "schema": { "$ref": "#/definitions/v1.LimitRange" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -21506,13 +21337,6 @@ "description": "delete collection of PersistentVolumeClaim", "operationId": "deleteCollectionNamespacedPersistentVolumeClaim", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -21589,13 +21413,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -21609,9 +21426,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -21625,7 +21439,8 @@ "group": "", "kind": "PersistentVolumeClaim", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -21704,9 +21519,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolumeClaimList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -21792,9 +21604,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolumeClaim" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -21873,9 +21682,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolumeClaim" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -21925,9 +21731,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolumeClaim" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -22019,9 +21822,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolumeClaim" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -22085,9 +21885,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolumeClaim" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -22123,9 +21920,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolumeClaim" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -22217,9 +22011,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolumeClaim" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -22283,9 +22074,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolumeClaim" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -22311,13 +22099,6 @@ "description": "delete collection of Pod", "operationId": "deleteCollectionNamespacedPod", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -22394,13 +22175,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -22414,9 +22188,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -22430,7 +22201,8 @@ "group": "", "kind": "Pod", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -22509,9 +22281,6 @@ "schema": { "$ref": "#/definitions/v1.PodList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -22597,9 +22366,6 @@ "schema": { "$ref": "#/definitions/v1.Pod" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -22678,9 +22444,6 @@ "schema": { "$ref": "#/definitions/v1.Pod" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -22730,9 +22493,6 @@ "schema": { "$ref": "#/definitions/v1.Pod" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -22824,9 +22584,6 @@ "schema": { "$ref": "#/definitions/v1.Pod" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -22890,9 +22647,6 @@ "schema": { "$ref": "#/definitions/v1.Pod" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -22926,9 +22680,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23012,9 +22763,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23110,9 +22858,6 @@ "schema": { "$ref": "#/definitions/v1.Binding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23209,9 +22954,6 @@ "schema": { "$ref": "#/definitions/v1beta1.Eviction" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23245,9 +22987,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23338,9 +23077,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23376,9 +23112,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23492,9 +23225,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23550,9 +23280,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23585,9 +23312,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23618,9 +23342,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23651,9 +23372,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23684,9 +23402,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23742,9 +23457,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23775,9 +23487,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23808,9 +23517,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23843,9 +23549,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23876,9 +23579,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23909,9 +23609,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -23942,9 +23639,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -24008,9 +23702,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -24041,9 +23732,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -24074,9 +23762,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -24111,9 +23796,6 @@ "schema": { "$ref": "#/definitions/v1.Pod" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -24205,9 +23887,6 @@ "schema": { "$ref": "#/definitions/v1.Pod" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -24271,9 +23950,6 @@ "schema": { "$ref": "#/definitions/v1.Pod" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -24299,13 +23975,6 @@ "description": "delete collection of PodTemplate", "operationId": "deleteCollectionNamespacedPodTemplate", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -24382,13 +24051,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -24402,9 +24064,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -24418,7 +24077,8 @@ "group": "", "kind": "PodTemplate", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -24497,9 +24157,6 @@ "schema": { "$ref": "#/definitions/v1.PodTemplateList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -24585,9 +24242,6 @@ "schema": { "$ref": "#/definitions/v1.PodTemplate" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -24666,9 +24320,6 @@ "schema": { "$ref": "#/definitions/v1.PodTemplate" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -24718,9 +24369,6 @@ "schema": { "$ref": "#/definitions/v1.PodTemplate" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -24812,9 +24460,6 @@ "schema": { "$ref": "#/definitions/v1.PodTemplate" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -24878,9 +24523,6 @@ "schema": { "$ref": "#/definitions/v1.PodTemplate" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -24906,13 +24548,6 @@ "description": "delete collection of ReplicationController", "operationId": "deleteCollectionNamespacedReplicationController", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -24989,13 +24624,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -25009,9 +24637,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -25025,7 +24650,8 @@ "group": "", "kind": "ReplicationController", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -25104,9 +24730,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicationControllerList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -25192,9 +24815,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicationController" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -25273,9 +24893,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -25325,9 +24942,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicationController" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -25419,9 +25033,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicationController" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -25485,9 +25096,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicationController" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -25523,9 +25131,6 @@ "schema": { "$ref": "#/definitions/v1.Scale" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -25617,9 +25222,6 @@ "schema": { "$ref": "#/definitions/v1.Scale" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -25683,9 +25285,6 @@ "schema": { "$ref": "#/definitions/v1.Scale" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -25721,9 +25320,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicationController" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -25815,9 +25411,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicationController" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -25881,9 +25474,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicationController" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -25909,13 +25499,6 @@ "description": "delete collection of ResourceQuota", "operationId": "deleteCollectionNamespacedResourceQuota", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -25992,13 +25575,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -26012,9 +25588,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -26028,7 +25601,8 @@ "group": "", "kind": "ResourceQuota", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -26107,9 +25681,6 @@ "schema": { "$ref": "#/definitions/v1.ResourceQuotaList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -26195,9 +25766,6 @@ "schema": { "$ref": "#/definitions/v1.ResourceQuota" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -26276,9 +25844,6 @@ "schema": { "$ref": "#/definitions/v1.ResourceQuota" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -26328,9 +25893,6 @@ "schema": { "$ref": "#/definitions/v1.ResourceQuota" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -26422,9 +25984,6 @@ "schema": { "$ref": "#/definitions/v1.ResourceQuota" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -26488,9 +26047,6 @@ "schema": { "$ref": "#/definitions/v1.ResourceQuota" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -26526,9 +26082,6 @@ "schema": { "$ref": "#/definitions/v1.ResourceQuota" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -26620,9 +26173,6 @@ "schema": { "$ref": "#/definitions/v1.ResourceQuota" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -26686,9 +26236,6 @@ "schema": { "$ref": "#/definitions/v1.ResourceQuota" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -26714,13 +26261,6 @@ "description": "delete collection of Secret", "operationId": "deleteCollectionNamespacedSecret", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -26797,13 +26337,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -26817,9 +26350,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -26833,7 +26363,8 @@ "group": "", "kind": "Secret", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -26912,9 +26443,6 @@ "schema": { "$ref": "#/definitions/v1.SecretList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -27000,9 +26528,6 @@ "schema": { "$ref": "#/definitions/v1.Secret" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -27081,9 +26606,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -27133,9 +26655,6 @@ "schema": { "$ref": "#/definitions/v1.Secret" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -27227,9 +26746,6 @@ "schema": { "$ref": "#/definitions/v1.Secret" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -27293,9 +26809,6 @@ "schema": { "$ref": "#/definitions/v1.Secret" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -27321,13 +26834,6 @@ "description": "delete collection of ServiceAccount", "operationId": "deleteCollectionNamespacedServiceAccount", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -27404,13 +26910,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -27424,9 +26923,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -27440,7 +26936,8 @@ "group": "", "kind": "ServiceAccount", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -27519,9 +27016,6 @@ "schema": { "$ref": "#/definitions/v1.ServiceAccountList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -27607,9 +27101,6 @@ "schema": { "$ref": "#/definitions/v1.ServiceAccount" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -27688,9 +27179,6 @@ "schema": { "$ref": "#/definitions/v1.ServiceAccount" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -27740,9 +27228,6 @@ "schema": { "$ref": "#/definitions/v1.ServiceAccount" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -27834,9 +27319,6 @@ "schema": { "$ref": "#/definitions/v1.ServiceAccount" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -27900,9 +27382,6 @@ "schema": { "$ref": "#/definitions/v1.ServiceAccount" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -27999,9 +27478,6 @@ "schema": { "$ref": "#/definitions/v1.TokenRequest" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28097,9 +27573,6 @@ "schema": { "$ref": "#/definitions/v1.ServiceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28185,9 +27658,6 @@ "schema": { "$ref": "#/definitions/v1.Service" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28266,9 +27736,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28318,9 +27785,6 @@ "schema": { "$ref": "#/definitions/v1.Service" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28412,9 +27876,6 @@ "schema": { "$ref": "#/definitions/v1.Service" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28478,9 +27939,6 @@ "schema": { "$ref": "#/definitions/v1.Service" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28514,9 +27972,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28547,9 +28002,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28580,9 +28032,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28613,9 +28062,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28671,9 +28117,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28704,9 +28147,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28737,9 +28177,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28772,9 +28209,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28805,9 +28239,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28838,9 +28269,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28871,9 +28299,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28937,9 +28362,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -28970,9 +28392,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -29003,9 +28422,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -29040,9 +28456,6 @@ "schema": { "$ref": "#/definitions/v1.Service" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -29134,9 +28547,6 @@ "schema": { "$ref": "#/definitions/v1.Service" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -29200,9 +28610,6 @@ "schema": { "$ref": "#/definitions/v1.Service" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -29281,9 +28688,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -29333,9 +28737,6 @@ "schema": { "$ref": "#/definitions/v1.Namespace" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -29419,9 +28820,6 @@ "schema": { "$ref": "#/definitions/v1.Namespace" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -29485,9 +28883,6 @@ "schema": { "$ref": "#/definitions/v1.Namespace" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -29570,9 +28965,6 @@ "schema": { "$ref": "#/definitions/v1.Namespace" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -29608,9 +29000,6 @@ "schema": { "$ref": "#/definitions/v1.Namespace" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -29694,9 +29083,6 @@ "schema": { "$ref": "#/definitions/v1.Namespace" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -29760,9 +29146,6 @@ "schema": { "$ref": "#/definitions/v1.Namespace" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -29788,13 +29171,6 @@ "description": "delete collection of Node", "operationId": "deleteCollectionNode", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -29871,13 +29247,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -29891,9 +29260,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -29907,7 +29273,8 @@ "group": "", "kind": "Node", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -29986,9 +29353,6 @@ "schema": { "$ref": "#/definitions/v1.NodeList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30066,9 +29430,6 @@ "schema": { "$ref": "#/definitions/v1.Node" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30147,9 +29508,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30199,9 +29557,6 @@ "schema": { "$ref": "#/definitions/v1.Node" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30285,9 +29640,6 @@ "schema": { "$ref": "#/definitions/v1.Node" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30351,9 +29703,6 @@ "schema": { "$ref": "#/definitions/v1.Node" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30387,9 +29736,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30420,9 +29766,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30453,9 +29796,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30486,9 +29826,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30536,9 +29873,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30569,9 +29903,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30602,9 +29933,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30637,9 +29965,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30670,9 +29995,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30703,9 +30025,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30736,9 +30055,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30794,9 +30110,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30827,9 +30140,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30860,9 +30170,6 @@ "schema": { "type": "string" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30897,9 +30204,6 @@ "schema": { "$ref": "#/definitions/v1.Node" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -30983,9 +30287,6 @@ "schema": { "$ref": "#/definitions/v1.Node" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -31049,9 +30350,6 @@ "schema": { "$ref": "#/definitions/v1.Node" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -31089,9 +30387,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolumeClaimList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -31181,13 +30476,6 @@ "description": "delete collection of PersistentVolume", "operationId": "deleteCollectionPersistentVolume", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -31264,13 +30552,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -31284,9 +30565,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -31300,7 +30578,8 @@ "group": "", "kind": "PersistentVolume", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -31379,9 +30658,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolumeList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -31459,9 +30735,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolume" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -31540,9 +30813,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolume" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -31592,9 +30862,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolume" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -31678,9 +30945,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolume" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -31744,9 +31008,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolume" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -31782,9 +31043,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolume" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -31868,9 +31126,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolume" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -31934,9 +31189,6 @@ "schema": { "$ref": "#/definitions/v1.PersistentVolume" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -31974,9 +31226,6 @@ "schema": { "$ref": "#/definitions/v1.PodList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -32078,9 +31327,6 @@ "schema": { "$ref": "#/definitions/v1.PodTemplateList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -32182,9 +31428,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicationControllerList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -32286,9 +31529,6 @@ "schema": { "$ref": "#/definitions/v1.ResourceQuotaList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -32390,9 +31630,6 @@ "schema": { "$ref": "#/definitions/v1.SecretList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -32494,9 +31731,6 @@ "schema": { "$ref": "#/definitions/v1.ServiceAccountList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -32598,9 +31832,6 @@ "schema": { "$ref": "#/definitions/v1.ServiceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -35828,9 +35059,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroupList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -35861,9 +35089,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -35894,9 +35119,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -35915,13 +35137,6 @@ "description": "delete collection of MutatingWebhookConfiguration", "operationId": "deleteCollectionMutatingWebhookConfiguration", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -35998,13 +35213,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -36018,9 +35226,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -36034,7 +35239,8 @@ "group": "admissionregistration.k8s.io", "kind": "MutatingWebhookConfiguration", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -36113,9 +35319,6 @@ "schema": { "$ref": "#/definitions/v1.MutatingWebhookConfigurationList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -36193,9 +35396,6 @@ "schema": { "$ref": "#/definitions/v1.MutatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -36274,9 +35474,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -36326,9 +35523,6 @@ "schema": { "$ref": "#/definitions/v1.MutatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -36412,9 +35606,6 @@ "schema": { "$ref": "#/definitions/v1.MutatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -36478,9 +35669,6 @@ "schema": { "$ref": "#/definitions/v1.MutatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -36506,13 +35694,6 @@ "description": "delete collection of ValidatingWebhookConfiguration", "operationId": "deleteCollectionValidatingWebhookConfiguration", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -36589,13 +35770,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -36609,9 +35783,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -36625,7 +35796,8 @@ "group": "admissionregistration.k8s.io", "kind": "ValidatingWebhookConfiguration", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -36704,9 +35876,6 @@ "schema": { "$ref": "#/definitions/v1.ValidatingWebhookConfigurationList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -36784,9 +35953,6 @@ "schema": { "$ref": "#/definitions/v1.ValidatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -36865,9 +36031,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -36917,9 +36080,6 @@ "schema": { "$ref": "#/definitions/v1.ValidatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -37003,9 +36163,6 @@ "schema": { "$ref": "#/definitions/v1.ValidatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -37069,9 +36226,6 @@ "schema": { "$ref": "#/definitions/v1.ValidatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -37393,9 +36547,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -37414,13 +36565,6 @@ "description": "delete collection of MutatingWebhookConfiguration", "operationId": "deleteCollectionMutatingWebhookConfiguration", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -37497,13 +36641,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -37517,9 +36654,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -37533,7 +36667,8 @@ "group": "admissionregistration.k8s.io", "kind": "MutatingWebhookConfiguration", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -37612,9 +36747,6 @@ "schema": { "$ref": "#/definitions/v1beta1.MutatingWebhookConfigurationList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -37692,9 +36824,6 @@ "schema": { "$ref": "#/definitions/v1beta1.MutatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -37773,9 +36902,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -37825,9 +36951,6 @@ "schema": { "$ref": "#/definitions/v1beta1.MutatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -37911,9 +37034,6 @@ "schema": { "$ref": "#/definitions/v1beta1.MutatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -37977,9 +37097,6 @@ "schema": { "$ref": "#/definitions/v1beta1.MutatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -38005,13 +37122,6 @@ "description": "delete collection of ValidatingWebhookConfiguration", "operationId": "deleteCollectionValidatingWebhookConfiguration", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -38088,13 +37198,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -38108,9 +37211,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -38124,7 +37224,8 @@ "group": "admissionregistration.k8s.io", "kind": "ValidatingWebhookConfiguration", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -38203,9 +37304,6 @@ "schema": { "$ref": "#/definitions/v1beta1.ValidatingWebhookConfigurationList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -38283,9 +37381,6 @@ "schema": { "$ref": "#/definitions/v1beta1.ValidatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -38364,9 +37459,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -38416,9 +37508,6 @@ "schema": { "$ref": "#/definitions/v1beta1.ValidatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -38502,9 +37591,6 @@ "schema": { "$ref": "#/definitions/v1beta1.ValidatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -38568,9 +37654,6 @@ "schema": { "$ref": "#/definitions/v1beta1.ValidatingWebhookConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -38892,9 +37975,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -38925,9 +38005,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -38946,13 +38023,6 @@ "description": "delete collection of CustomResourceDefinition", "operationId": "deleteCollectionCustomResourceDefinition", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -39029,13 +38099,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -39049,9 +38112,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -39065,7 +38125,8 @@ "group": "apiextensions.k8s.io", "kind": "CustomResourceDefinition", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -39144,9 +38205,6 @@ "schema": { "$ref": "#/definitions/v1.CustomResourceDefinitionList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -39224,9 +38282,6 @@ "schema": { "$ref": "#/definitions/v1.CustomResourceDefinition" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -39305,9 +38360,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -39357,9 +38409,6 @@ "schema": { "$ref": "#/definitions/v1.CustomResourceDefinition" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -39443,9 +38492,6 @@ "schema": { "$ref": "#/definitions/v1.CustomResourceDefinition" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -39509,9 +38555,6 @@ "schema": { "$ref": "#/definitions/v1.CustomResourceDefinition" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -39547,9 +38590,6 @@ "schema": { "$ref": "#/definitions/v1.CustomResourceDefinition" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -39633,9 +38673,6 @@ "schema": { "$ref": "#/definitions/v1.CustomResourceDefinition" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -39699,9 +38736,6 @@ "schema": { "$ref": "#/definitions/v1.CustomResourceDefinition" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -39881,9 +38915,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -39902,13 +38933,6 @@ "description": "delete collection of CustomResourceDefinition", "operationId": "deleteCollectionCustomResourceDefinition", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -39985,13 +39009,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -40005,9 +39022,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -40021,7 +39035,8 @@ "group": "apiextensions.k8s.io", "kind": "CustomResourceDefinition", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -40100,9 +39115,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CustomResourceDefinitionList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -40180,9 +39192,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CustomResourceDefinition" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -40261,9 +39270,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -40313,9 +39319,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CustomResourceDefinition" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -40399,9 +39402,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CustomResourceDefinition" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -40465,9 +39465,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CustomResourceDefinition" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -40503,9 +39500,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CustomResourceDefinition" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -40589,9 +39583,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CustomResourceDefinition" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -40655,9 +39646,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CustomResourceDefinition" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -40837,9 +39825,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -40870,9 +39855,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -40891,13 +39873,6 @@ "description": "delete collection of APIService", "operationId": "deleteCollectionAPIService", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -40974,13 +39949,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -40994,9 +39962,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -41010,7 +39975,8 @@ "group": "apiregistration.k8s.io", "kind": "APIService", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -41089,9 +40055,6 @@ "schema": { "$ref": "#/definitions/v1.APIServiceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -41169,9 +40132,6 @@ "schema": { "$ref": "#/definitions/v1.APIService" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -41250,9 +40210,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -41302,9 +40259,6 @@ "schema": { "$ref": "#/definitions/v1.APIService" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -41388,9 +40342,6 @@ "schema": { "$ref": "#/definitions/v1.APIService" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -41454,9 +40405,6 @@ "schema": { "$ref": "#/definitions/v1.APIService" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -41492,9 +40440,6 @@ "schema": { "$ref": "#/definitions/v1.APIService" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -41578,9 +40523,6 @@ "schema": { "$ref": "#/definitions/v1.APIService" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -41644,9 +40586,6 @@ "schema": { "$ref": "#/definitions/v1.APIService" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -41826,9 +40765,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -41847,13 +40783,6 @@ "description": "delete collection of APIService", "operationId": "deleteCollectionAPIService", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -41930,13 +40859,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -41950,9 +40872,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -41966,7 +40885,8 @@ "group": "apiregistration.k8s.io", "kind": "APIService", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -42045,9 +40965,6 @@ "schema": { "$ref": "#/definitions/v1beta1.APIServiceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -42125,9 +41042,6 @@ "schema": { "$ref": "#/definitions/v1beta1.APIService" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -42206,9 +41120,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -42258,9 +41169,6 @@ "schema": { "$ref": "#/definitions/v1beta1.APIService" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -42344,9 +41252,6 @@ "schema": { "$ref": "#/definitions/v1beta1.APIService" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -42410,9 +41315,6 @@ "schema": { "$ref": "#/definitions/v1beta1.APIService" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -42448,9 +41350,6 @@ "schema": { "$ref": "#/definitions/v1beta1.APIService" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -42534,9 +41433,6 @@ "schema": { "$ref": "#/definitions/v1beta1.APIService" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -42600,9 +41496,6 @@ "schema": { "$ref": "#/definitions/v1beta1.APIService" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -42782,9 +41675,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -42815,9 +41705,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -42848,9 +41735,6 @@ "schema": { "$ref": "#/definitions/v1.ControllerRevisionList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -42952,9 +41836,6 @@ "schema": { "$ref": "#/definitions/v1.DaemonSetList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -43056,9 +41937,6 @@ "schema": { "$ref": "#/definitions/v1.DeploymentList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -43148,13 +42026,6 @@ "description": "delete collection of ControllerRevision", "operationId": "deleteCollectionNamespacedControllerRevision", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -43231,13 +42102,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -43251,9 +42115,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -43267,7 +42128,8 @@ "group": "apps", "kind": "ControllerRevision", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -43346,9 +42208,6 @@ "schema": { "$ref": "#/definitions/v1.ControllerRevisionList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -43434,9 +42293,6 @@ "schema": { "$ref": "#/definitions/v1.ControllerRevision" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -43515,9 +42371,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -43567,9 +42420,6 @@ "schema": { "$ref": "#/definitions/v1.ControllerRevision" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -43661,9 +42511,6 @@ "schema": { "$ref": "#/definitions/v1.ControllerRevision" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -43727,9 +42574,6 @@ "schema": { "$ref": "#/definitions/v1.ControllerRevision" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -43755,13 +42599,6 @@ "description": "delete collection of DaemonSet", "operationId": "deleteCollectionNamespacedDaemonSet", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -43838,13 +42675,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -43858,9 +42688,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -43874,7 +42701,8 @@ "group": "apps", "kind": "DaemonSet", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -43953,9 +42781,6 @@ "schema": { "$ref": "#/definitions/v1.DaemonSetList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -44041,9 +42866,6 @@ "schema": { "$ref": "#/definitions/v1.DaemonSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -44122,9 +42944,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -44174,9 +42993,6 @@ "schema": { "$ref": "#/definitions/v1.DaemonSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -44268,9 +43084,6 @@ "schema": { "$ref": "#/definitions/v1.DaemonSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -44334,9 +43147,6 @@ "schema": { "$ref": "#/definitions/v1.DaemonSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -44372,9 +43182,6 @@ "schema": { "$ref": "#/definitions/v1.DaemonSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -44466,9 +43273,6 @@ "schema": { "$ref": "#/definitions/v1.DaemonSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -44532,9 +43336,6 @@ "schema": { "$ref": "#/definitions/v1.DaemonSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -44560,13 +43361,6 @@ "description": "delete collection of Deployment", "operationId": "deleteCollectionNamespacedDeployment", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -44643,13 +43437,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -44663,9 +43450,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -44679,7 +43463,8 @@ "group": "apps", "kind": "Deployment", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -44758,9 +43543,6 @@ "schema": { "$ref": "#/definitions/v1.DeploymentList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -44846,9 +43628,6 @@ "schema": { "$ref": "#/definitions/v1.Deployment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -44927,9 +43706,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -44979,9 +43755,6 @@ "schema": { "$ref": "#/definitions/v1.Deployment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -45073,9 +43846,6 @@ "schema": { "$ref": "#/definitions/v1.Deployment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -45139,9 +43909,6 @@ "schema": { "$ref": "#/definitions/v1.Deployment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -45177,9 +43944,6 @@ "schema": { "$ref": "#/definitions/v1.Scale" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -45271,9 +44035,6 @@ "schema": { "$ref": "#/definitions/v1.Scale" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -45337,9 +44098,6 @@ "schema": { "$ref": "#/definitions/v1.Scale" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -45375,9 +44133,6 @@ "schema": { "$ref": "#/definitions/v1.Deployment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -45469,9 +44224,6 @@ "schema": { "$ref": "#/definitions/v1.Deployment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -45535,9 +44287,6 @@ "schema": { "$ref": "#/definitions/v1.Deployment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -45563,13 +44312,6 @@ "description": "delete collection of ReplicaSet", "operationId": "deleteCollectionNamespacedReplicaSet", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -45646,13 +44388,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -45666,9 +44401,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -45682,7 +44414,8 @@ "group": "apps", "kind": "ReplicaSet", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -45761,9 +44494,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicaSetList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -45849,9 +44579,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicaSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -45930,9 +44657,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -45982,9 +44706,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicaSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -46076,9 +44797,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicaSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -46142,9 +44860,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicaSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -46180,9 +44895,6 @@ "schema": { "$ref": "#/definitions/v1.Scale" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -46274,9 +44986,6 @@ "schema": { "$ref": "#/definitions/v1.Scale" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -46340,9 +45049,6 @@ "schema": { "$ref": "#/definitions/v1.Scale" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -46378,9 +45084,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicaSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -46472,9 +45175,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicaSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -46538,9 +45238,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicaSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -46566,13 +45263,6 @@ "description": "delete collection of StatefulSet", "operationId": "deleteCollectionNamespacedStatefulSet", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -46649,13 +45339,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -46669,9 +45352,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -46685,7 +45365,8 @@ "group": "apps", "kind": "StatefulSet", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -46764,9 +45445,6 @@ "schema": { "$ref": "#/definitions/v1.StatefulSetList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -46852,9 +45530,6 @@ "schema": { "$ref": "#/definitions/v1.StatefulSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -46933,9 +45608,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -46985,9 +45657,6 @@ "schema": { "$ref": "#/definitions/v1.StatefulSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -47079,9 +45748,6 @@ "schema": { "$ref": "#/definitions/v1.StatefulSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -47145,9 +45811,6 @@ "schema": { "$ref": "#/definitions/v1.StatefulSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -47183,9 +45846,6 @@ "schema": { "$ref": "#/definitions/v1.Scale" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -47277,9 +45937,6 @@ "schema": { "$ref": "#/definitions/v1.Scale" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -47343,9 +46000,6 @@ "schema": { "$ref": "#/definitions/v1.Scale" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -47381,9 +46035,6 @@ "schema": { "$ref": "#/definitions/v1.StatefulSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -47475,9 +46126,6 @@ "schema": { "$ref": "#/definitions/v1.StatefulSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -47541,9 +46189,6 @@ "schema": { "$ref": "#/definitions/v1.StatefulSet" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -47581,9 +46226,6 @@ "schema": { "$ref": "#/definitions/v1.ReplicaSetList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -47685,9 +46327,6 @@ "schema": { "$ref": "#/definitions/v1.StatefulSetList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -48914,9 +47553,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -48947,9 +47583,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -48968,13 +47601,6 @@ "description": "delete collection of AuditSink", "operationId": "deleteCollectionAuditSink", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -49051,13 +47677,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -49071,9 +47690,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -49087,7 +47703,8 @@ "group": "auditregistration.k8s.io", "kind": "AuditSink", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -49166,9 +47783,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.AuditSinkList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -49246,9 +47860,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.AuditSink" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -49327,9 +47938,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -49379,9 +47987,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.AuditSink" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -49465,9 +48070,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.AuditSink" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -49531,9 +48133,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.AuditSink" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -49713,9 +48312,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -49746,9 +48342,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -49822,9 +48415,6 @@ "schema": { "$ref": "#/definitions/v1.TokenReview" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -49862,9 +48452,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -49938,9 +48525,6 @@ "schema": { "$ref": "#/definitions/v1beta1.TokenReview" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -49978,9 +48562,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -50011,9 +48592,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -50095,9 +48673,6 @@ "schema": { "$ref": "#/definitions/v1.LocalSubjectAccessReview" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -50178,9 +48753,6 @@ "schema": { "$ref": "#/definitions/v1.SelfSubjectAccessReview" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -50261,9 +48833,6 @@ "schema": { "$ref": "#/definitions/v1.SelfSubjectRulesReview" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -50344,9 +48913,6 @@ "schema": { "$ref": "#/definitions/v1.SubjectAccessReview" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -50384,9 +48950,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -50468,9 +49031,6 @@ "schema": { "$ref": "#/definitions/v1beta1.LocalSubjectAccessReview" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -50551,9 +49111,6 @@ "schema": { "$ref": "#/definitions/v1beta1.SelfSubjectAccessReview" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -50634,9 +49191,6 @@ "schema": { "$ref": "#/definitions/v1beta1.SelfSubjectRulesReview" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -50717,9 +49271,6 @@ "schema": { "$ref": "#/definitions/v1beta1.SubjectAccessReview" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -50757,9 +49308,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -50790,9 +49338,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -50823,9 +49368,6 @@ "schema": { "$ref": "#/definitions/v1.HorizontalPodAutoscalerList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -50915,13 +49457,6 @@ "description": "delete collection of HorizontalPodAutoscaler", "operationId": "deleteCollectionNamespacedHorizontalPodAutoscaler", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -50998,13 +49533,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -51018,9 +49546,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -51034,7 +49559,8 @@ "group": "autoscaling", "kind": "HorizontalPodAutoscaler", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -51113,9 +49639,6 @@ "schema": { "$ref": "#/definitions/v1.HorizontalPodAutoscalerList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -51201,9 +49724,6 @@ "schema": { "$ref": "#/definitions/v1.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -51282,9 +49802,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -51334,9 +49851,6 @@ "schema": { "$ref": "#/definitions/v1.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -51428,9 +49942,6 @@ "schema": { "$ref": "#/definitions/v1.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -51494,9 +50005,6 @@ "schema": { "$ref": "#/definitions/v1.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -51532,9 +50040,6 @@ "schema": { "$ref": "#/definitions/v1.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -51626,9 +50131,6 @@ "schema": { "$ref": "#/definitions/v1.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -51692,9 +50194,6 @@ "schema": { "$ref": "#/definitions/v1.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -51957,9 +50456,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -51990,9 +50486,6 @@ "schema": { "$ref": "#/definitions/v2beta1.HorizontalPodAutoscalerList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -52082,13 +50575,6 @@ "description": "delete collection of HorizontalPodAutoscaler", "operationId": "deleteCollectionNamespacedHorizontalPodAutoscaler", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -52165,13 +50651,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -52185,9 +50664,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -52201,7 +50677,8 @@ "group": "autoscaling", "kind": "HorizontalPodAutoscaler", "version": "v2beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -52280,9 +50757,6 @@ "schema": { "$ref": "#/definitions/v2beta1.HorizontalPodAutoscalerList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -52368,9 +50842,6 @@ "schema": { "$ref": "#/definitions/v2beta1.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -52449,9 +50920,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -52501,9 +50969,6 @@ "schema": { "$ref": "#/definitions/v2beta1.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -52595,9 +51060,6 @@ "schema": { "$ref": "#/definitions/v2beta1.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -52661,9 +51123,6 @@ "schema": { "$ref": "#/definitions/v2beta1.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -52699,9 +51158,6 @@ "schema": { "$ref": "#/definitions/v2beta1.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -52793,9 +51249,6 @@ "schema": { "$ref": "#/definitions/v2beta1.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -52859,9 +51312,6 @@ "schema": { "$ref": "#/definitions/v2beta1.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -53124,9 +51574,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -53157,9 +51604,6 @@ "schema": { "$ref": "#/definitions/v2beta2.HorizontalPodAutoscalerList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -53249,13 +51693,6 @@ "description": "delete collection of HorizontalPodAutoscaler", "operationId": "deleteCollectionNamespacedHorizontalPodAutoscaler", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -53332,13 +51769,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -53352,9 +51782,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -53368,7 +51795,8 @@ "group": "autoscaling", "kind": "HorizontalPodAutoscaler", "version": "v2beta2" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -53447,9 +51875,6 @@ "schema": { "$ref": "#/definitions/v2beta2.HorizontalPodAutoscalerList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -53535,9 +51960,6 @@ "schema": { "$ref": "#/definitions/v2beta2.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -53616,9 +52038,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -53668,9 +52087,6 @@ "schema": { "$ref": "#/definitions/v2beta2.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -53762,9 +52178,6 @@ "schema": { "$ref": "#/definitions/v2beta2.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -53828,9 +52241,6 @@ "schema": { "$ref": "#/definitions/v2beta2.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -53866,9 +52276,6 @@ "schema": { "$ref": "#/definitions/v2beta2.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -53960,9 +52367,6 @@ "schema": { "$ref": "#/definitions/v2beta2.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -54026,9 +52430,6 @@ "schema": { "$ref": "#/definitions/v2beta2.HorizontalPodAutoscaler" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -54291,9 +52692,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -54324,9 +52722,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -54357,9 +52752,6 @@ "schema": { "$ref": "#/definitions/v1.JobList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -54449,13 +52841,6 @@ "description": "delete collection of Job", "operationId": "deleteCollectionNamespacedJob", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -54532,13 +52917,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -54552,9 +52930,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -54568,7 +52943,8 @@ "group": "batch", "kind": "Job", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -54647,9 +53023,6 @@ "schema": { "$ref": "#/definitions/v1.JobList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -54735,9 +53108,6 @@ "schema": { "$ref": "#/definitions/v1.Job" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -54816,9 +53186,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -54868,9 +53235,6 @@ "schema": { "$ref": "#/definitions/v1.Job" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -54962,9 +53326,6 @@ "schema": { "$ref": "#/definitions/v1.Job" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -55028,9 +53389,6 @@ "schema": { "$ref": "#/definitions/v1.Job" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -55066,9 +53424,6 @@ "schema": { "$ref": "#/definitions/v1.Job" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -55160,9 +53515,6 @@ "schema": { "$ref": "#/definitions/v1.Job" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -55226,9 +53578,6 @@ "schema": { "$ref": "#/definitions/v1.Job" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -55491,9 +53840,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -55524,9 +53870,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CronJobList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -55616,13 +53959,6 @@ "description": "delete collection of CronJob", "operationId": "deleteCollectionNamespacedCronJob", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -55699,13 +54035,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -55719,9 +54048,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -55735,7 +54061,8 @@ "group": "batch", "kind": "CronJob", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -55814,9 +54141,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CronJobList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -55902,9 +54226,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CronJob" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -55983,9 +54304,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -56035,9 +54353,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CronJob" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -56129,9 +54444,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CronJob" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -56195,9 +54507,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CronJob" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -56233,9 +54542,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CronJob" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -56327,9 +54633,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CronJob" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -56393,9 +54696,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CronJob" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -56658,9 +54958,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -56691,9 +54988,6 @@ "schema": { "$ref": "#/definitions/v2alpha1.CronJobList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -56783,13 +55077,6 @@ "description": "delete collection of CronJob", "operationId": "deleteCollectionNamespacedCronJob", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -56866,13 +55153,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -56886,9 +55166,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -56902,7 +55179,8 @@ "group": "batch", "kind": "CronJob", "version": "v2alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -56981,9 +55259,6 @@ "schema": { "$ref": "#/definitions/v2alpha1.CronJobList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -57069,9 +55344,6 @@ "schema": { "$ref": "#/definitions/v2alpha1.CronJob" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -57150,9 +55422,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -57202,9 +55471,6 @@ "schema": { "$ref": "#/definitions/v2alpha1.CronJob" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -57296,9 +55562,6 @@ "schema": { "$ref": "#/definitions/v2alpha1.CronJob" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -57362,9 +55625,6 @@ "schema": { "$ref": "#/definitions/v2alpha1.CronJob" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -57400,9 +55660,6 @@ "schema": { "$ref": "#/definitions/v2alpha1.CronJob" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -57494,9 +55751,6 @@ "schema": { "$ref": "#/definitions/v2alpha1.CronJob" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -57560,9 +55814,6 @@ "schema": { "$ref": "#/definitions/v2alpha1.CronJob" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -57825,9 +56076,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -57858,9 +56106,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -57879,13 +56124,6 @@ "description": "delete collection of CertificateSigningRequest", "operationId": "deleteCollectionCertificateSigningRequest", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -57962,13 +56200,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -57982,9 +56213,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -57998,7 +56226,8 @@ "group": "certificates.k8s.io", "kind": "CertificateSigningRequest", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -58077,9 +56306,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CertificateSigningRequestList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -58157,9 +56383,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CertificateSigningRequest" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -58238,9 +56461,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -58290,9 +56510,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CertificateSigningRequest" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -58376,9 +56593,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CertificateSigningRequest" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -58442,9 +56656,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CertificateSigningRequest" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -58527,9 +56738,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CertificateSigningRequest" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -58565,9 +56773,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CertificateSigningRequest" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -58651,9 +56856,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CertificateSigningRequest" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -58717,9 +56919,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CertificateSigningRequest" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -58899,9 +57098,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -58932,9 +57128,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -58965,9 +57158,6 @@ "schema": { "$ref": "#/definitions/v1.LeaseList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -59057,13 +57247,6 @@ "description": "delete collection of Lease", "operationId": "deleteCollectionNamespacedLease", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -59140,13 +57323,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -59160,9 +57336,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -59176,7 +57349,8 @@ "group": "coordination.k8s.io", "kind": "Lease", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -59255,9 +57429,6 @@ "schema": { "$ref": "#/definitions/v1.LeaseList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -59343,9 +57514,6 @@ "schema": { "$ref": "#/definitions/v1.Lease" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -59424,9 +57592,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -59476,9 +57641,6 @@ "schema": { "$ref": "#/definitions/v1.Lease" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -59570,9 +57732,6 @@ "schema": { "$ref": "#/definitions/v1.Lease" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -59636,9 +57795,6 @@ "schema": { "$ref": "#/definitions/v1.Lease" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -59901,9 +58057,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -59934,9 +58087,6 @@ "schema": { "$ref": "#/definitions/v1beta1.LeaseList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -60026,13 +58176,6 @@ "description": "delete collection of Lease", "operationId": "deleteCollectionNamespacedLease", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -60109,13 +58252,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -60129,9 +58265,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -60145,7 +58278,8 @@ "group": "coordination.k8s.io", "kind": "Lease", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -60224,9 +58358,6 @@ "schema": { "$ref": "#/definitions/v1beta1.LeaseList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -60312,9 +58443,6 @@ "schema": { "$ref": "#/definitions/v1beta1.Lease" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -60393,9 +58521,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -60445,9 +58570,6 @@ "schema": { "$ref": "#/definitions/v1beta1.Lease" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -60539,9 +58661,6 @@ "schema": { "$ref": "#/definitions/v1beta1.Lease" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -60605,9 +58724,6 @@ "schema": { "$ref": "#/definitions/v1beta1.Lease" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -60870,9 +58986,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -60903,9 +59016,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -60936,9 +59046,6 @@ "schema": { "$ref": "#/definitions/v1beta1.EndpointSliceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -61028,13 +59135,6 @@ "description": "delete collection of EndpointSlice", "operationId": "deleteCollectionNamespacedEndpointSlice", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -61111,13 +59211,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -61131,9 +59224,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -61147,7 +59237,8 @@ "group": "discovery.k8s.io", "kind": "EndpointSlice", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -61226,9 +59317,6 @@ "schema": { "$ref": "#/definitions/v1beta1.EndpointSliceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -61314,9 +59402,6 @@ "schema": { "$ref": "#/definitions/v1beta1.EndpointSlice" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -61395,9 +59480,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -61447,9 +59529,6 @@ "schema": { "$ref": "#/definitions/v1beta1.EndpointSlice" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -61541,9 +59620,6 @@ "schema": { "$ref": "#/definitions/v1beta1.EndpointSlice" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -61607,9 +59683,6 @@ "schema": { "$ref": "#/definitions/v1beta1.EndpointSlice" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -61872,9 +59945,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -61905,9 +59975,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -61938,9 +60005,6 @@ "schema": { "$ref": "#/definitions/v1beta1.EventList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -62030,13 +60094,6 @@ "description": "delete collection of Event", "operationId": "deleteCollectionNamespacedEvent", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -62113,13 +60170,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -62133,9 +60183,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -62149,7 +60196,8 @@ "group": "events.k8s.io", "kind": "Event", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -62228,9 +60276,6 @@ "schema": { "$ref": "#/definitions/v1beta1.EventList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -62316,9 +60361,6 @@ "schema": { "$ref": "#/definitions/v1beta1.Event" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -62397,9 +60439,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -62449,9 +60488,6 @@ "schema": { "$ref": "#/definitions/v1beta1.Event" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -62543,9 +60579,6 @@ "schema": { "$ref": "#/definitions/v1beta1.Event" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -62609,9 +60642,6 @@ "schema": { "$ref": "#/definitions/v1beta1.Event" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -62874,9 +60904,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -62907,9 +60934,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -62940,9 +60964,6 @@ "schema": { "$ref": "#/definitions/extensions.v1beta1.IngressList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -63032,13 +61053,6 @@ "description": "delete collection of Ingress", "operationId": "deleteCollectionNamespacedIngress", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -63115,13 +61129,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -63135,9 +61142,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -63151,7 +61155,8 @@ "group": "extensions", "kind": "Ingress", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -63230,9 +61235,6 @@ "schema": { "$ref": "#/definitions/extensions.v1beta1.IngressList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -63318,9 +61320,6 @@ "schema": { "$ref": "#/definitions/extensions.v1beta1.Ingress" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -63399,9 +61398,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -63451,9 +61447,6 @@ "schema": { "$ref": "#/definitions/extensions.v1beta1.Ingress" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -63545,9 +61538,6 @@ "schema": { "$ref": "#/definitions/extensions.v1beta1.Ingress" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -63611,9 +61601,6 @@ "schema": { "$ref": "#/definitions/extensions.v1beta1.Ingress" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -63649,9 +61636,6 @@ "schema": { "$ref": "#/definitions/extensions.v1beta1.Ingress" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -63743,9 +61727,6 @@ "schema": { "$ref": "#/definitions/extensions.v1beta1.Ingress" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -63809,9 +61790,6 @@ "schema": { "$ref": "#/definitions/extensions.v1beta1.Ingress" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -64074,9 +62052,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -64107,9 +62082,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -64128,13 +62100,6 @@ "description": "delete collection of FlowSchema", "operationId": "deleteCollectionFlowSchema", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -64211,13 +62176,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -64231,9 +62189,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -64247,7 +62202,8 @@ "group": "flowcontrol.apiserver.k8s.io", "kind": "FlowSchema", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -64326,9 +62282,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.FlowSchemaList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -64406,9 +62359,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.FlowSchema" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -64487,9 +62437,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -64539,9 +62486,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.FlowSchema" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -64625,9 +62569,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.FlowSchema" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -64691,9 +62632,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.FlowSchema" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -64729,9 +62667,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.FlowSchema" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -64815,9 +62750,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.FlowSchema" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -64881,9 +62813,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.FlowSchema" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -64909,13 +62838,6 @@ "description": "delete collection of PriorityLevelConfiguration", "operationId": "deleteCollectionPriorityLevelConfiguration", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -64992,13 +62914,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -65012,9 +62927,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -65028,7 +62940,8 @@ "group": "flowcontrol.apiserver.k8s.io", "kind": "PriorityLevelConfiguration", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -65107,9 +63020,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PriorityLevelConfigurationList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -65187,9 +63097,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PriorityLevelConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -65268,9 +63175,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -65320,9 +63224,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PriorityLevelConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -65406,9 +63307,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PriorityLevelConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -65472,9 +63370,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PriorityLevelConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -65510,9 +63405,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PriorityLevelConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -65596,9 +63488,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PriorityLevelConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -65662,9 +63551,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PriorityLevelConfiguration" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -65986,9 +63872,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -66019,9 +63902,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -66040,13 +63920,6 @@ "description": "delete collection of NetworkPolicy", "operationId": "deleteCollectionNamespacedNetworkPolicy", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -66123,13 +63996,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -66143,9 +64009,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -66159,7 +64022,8 @@ "group": "networking.k8s.io", "kind": "NetworkPolicy", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -66238,9 +64102,6 @@ "schema": { "$ref": "#/definitions/v1.NetworkPolicyList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -66326,9 +64187,6 @@ "schema": { "$ref": "#/definitions/v1.NetworkPolicy" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -66407,9 +64265,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -66459,9 +64314,6 @@ "schema": { "$ref": "#/definitions/v1.NetworkPolicy" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -66553,9 +64405,6 @@ "schema": { "$ref": "#/definitions/v1.NetworkPolicy" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -66619,9 +64468,6 @@ "schema": { "$ref": "#/definitions/v1.NetworkPolicy" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -66659,9 +64505,6 @@ "schema": { "$ref": "#/definitions/v1.NetworkPolicyList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -66988,9 +64831,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -67009,13 +64849,6 @@ "description": "delete collection of IngressClass", "operationId": "deleteCollectionIngressClass", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -67092,13 +64925,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -67112,9 +64938,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -67128,7 +64951,8 @@ "group": "networking.k8s.io", "kind": "IngressClass", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -67207,9 +65031,6 @@ "schema": { "$ref": "#/definitions/v1beta1.IngressClassList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -67287,9 +65108,6 @@ "schema": { "$ref": "#/definitions/v1beta1.IngressClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -67368,9 +65186,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -67420,9 +65235,6 @@ "schema": { "$ref": "#/definitions/v1beta1.IngressClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -67506,9 +65318,6 @@ "schema": { "$ref": "#/definitions/v1beta1.IngressClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -67572,9 +65381,6 @@ "schema": { "$ref": "#/definitions/v1beta1.IngressClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -67612,9 +65418,6 @@ "schema": { "$ref": "#/definitions/networking.v1beta1.IngressList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -67704,13 +65507,6 @@ "description": "delete collection of Ingress", "operationId": "deleteCollectionNamespacedIngress", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -67787,13 +65583,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -67807,9 +65596,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -67823,7 +65609,8 @@ "group": "networking.k8s.io", "kind": "Ingress", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -67902,9 +65689,6 @@ "schema": { "$ref": "#/definitions/networking.v1beta1.IngressList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -67990,9 +65774,6 @@ "schema": { "$ref": "#/definitions/networking.v1beta1.Ingress" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -68071,9 +65852,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -68123,9 +65901,6 @@ "schema": { "$ref": "#/definitions/networking.v1beta1.Ingress" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -68217,9 +65992,6 @@ "schema": { "$ref": "#/definitions/networking.v1beta1.Ingress" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -68283,9 +66055,6 @@ "schema": { "$ref": "#/definitions/networking.v1beta1.Ingress" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -68321,9 +66090,6 @@ "schema": { "$ref": "#/definitions/networking.v1beta1.Ingress" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -68415,9 +66181,6 @@ "schema": { "$ref": "#/definitions/networking.v1beta1.Ingress" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -68481,9 +66244,6 @@ "schema": { "$ref": "#/definitions/networking.v1beta1.Ingress" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -68888,9 +66648,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -68921,9 +66678,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -68942,13 +66696,6 @@ "description": "delete collection of RuntimeClass", "operationId": "deleteCollectionRuntimeClass", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -69025,13 +66772,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -69045,9 +66785,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -69061,7 +66798,8 @@ "group": "node.k8s.io", "kind": "RuntimeClass", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -69140,9 +66878,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.RuntimeClassList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -69220,9 +66955,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.RuntimeClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -69301,9 +67033,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -69353,9 +67082,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.RuntimeClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -69439,9 +67165,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.RuntimeClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -69505,9 +67228,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.RuntimeClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -69687,9 +67407,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -69708,13 +67425,6 @@ "description": "delete collection of RuntimeClass", "operationId": "deleteCollectionRuntimeClass", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -69791,13 +67501,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -69811,9 +67514,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -69827,7 +67527,8 @@ "group": "node.k8s.io", "kind": "RuntimeClass", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -69906,9 +67607,6 @@ "schema": { "$ref": "#/definitions/v1beta1.RuntimeClassList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -69986,9 +67684,6 @@ "schema": { "$ref": "#/definitions/v1beta1.RuntimeClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -70067,9 +67762,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -70119,9 +67811,6 @@ "schema": { "$ref": "#/definitions/v1beta1.RuntimeClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -70205,9 +67894,6 @@ "schema": { "$ref": "#/definitions/v1beta1.RuntimeClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -70271,9 +67957,6 @@ "schema": { "$ref": "#/definitions/v1beta1.RuntimeClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -70453,9 +68136,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -70486,9 +68166,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -70507,13 +68184,6 @@ "description": "delete collection of PodDisruptionBudget", "operationId": "deleteCollectionNamespacedPodDisruptionBudget", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -70590,13 +68260,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -70610,9 +68273,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -70626,7 +68286,8 @@ "group": "policy", "kind": "PodDisruptionBudget", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -70705,9 +68366,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PodDisruptionBudgetList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -70793,9 +68451,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PodDisruptionBudget" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -70874,9 +68529,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -70926,9 +68578,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PodDisruptionBudget" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -71020,9 +68669,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PodDisruptionBudget" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -71086,9 +68732,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PodDisruptionBudget" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -71124,9 +68767,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PodDisruptionBudget" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -71218,9 +68858,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PodDisruptionBudget" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -71284,9 +68921,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PodDisruptionBudget" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -71324,9 +68958,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PodDisruptionBudgetList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -71416,13 +69047,6 @@ "description": "delete collection of PodSecurityPolicy", "operationId": "deleteCollectionPodSecurityPolicy", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -71499,13 +69123,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -71519,9 +69136,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -71535,7 +69149,8 @@ "group": "policy", "kind": "PodSecurityPolicy", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -71614,9 +69229,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PodSecurityPolicyList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -71694,9 +69306,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PodSecurityPolicy" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -71775,9 +69384,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PodSecurityPolicy" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -71827,9 +69433,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PodSecurityPolicy" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -71913,9 +69516,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PodSecurityPolicy" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -71979,9 +69579,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PodSecurityPolicy" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -72386,9 +69983,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -72419,9 +70013,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -72440,13 +70031,6 @@ "description": "delete collection of ClusterRoleBinding", "operationId": "deleteCollectionClusterRoleBinding", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -72523,13 +70107,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -72543,9 +70120,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -72559,7 +70133,8 @@ "group": "rbac.authorization.k8s.io", "kind": "ClusterRoleBinding", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -72638,9 +70213,6 @@ "schema": { "$ref": "#/definitions/v1.ClusterRoleBindingList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -72718,9 +70290,6 @@ "schema": { "$ref": "#/definitions/v1.ClusterRoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -72799,9 +70368,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -72835,9 +70401,6 @@ "schema": { "$ref": "#/definitions/v1.ClusterRoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -72921,9 +70484,6 @@ "schema": { "$ref": "#/definitions/v1.ClusterRoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -72987,9 +70547,6 @@ "schema": { "$ref": "#/definitions/v1.ClusterRoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -73015,13 +70572,6 @@ "description": "delete collection of ClusterRole", "operationId": "deleteCollectionClusterRole", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -73098,13 +70648,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -73118,9 +70661,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -73134,7 +70674,8 @@ "group": "rbac.authorization.k8s.io", "kind": "ClusterRole", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -73213,9 +70754,6 @@ "schema": { "$ref": "#/definitions/v1.ClusterRoleList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -73293,9 +70831,6 @@ "schema": { "$ref": "#/definitions/v1.ClusterRole" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -73374,9 +70909,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -73410,9 +70942,6 @@ "schema": { "$ref": "#/definitions/v1.ClusterRole" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -73496,9 +71025,6 @@ "schema": { "$ref": "#/definitions/v1.ClusterRole" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -73562,9 +71088,6 @@ "schema": { "$ref": "#/definitions/v1.ClusterRole" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -73590,13 +71113,6 @@ "description": "delete collection of RoleBinding", "operationId": "deleteCollectionNamespacedRoleBinding", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -73673,13 +71189,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -73693,9 +71202,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -73709,7 +71215,8 @@ "group": "rbac.authorization.k8s.io", "kind": "RoleBinding", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -73788,9 +71295,6 @@ "schema": { "$ref": "#/definitions/v1.RoleBindingList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -73876,9 +71380,6 @@ "schema": { "$ref": "#/definitions/v1.RoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -73957,9 +71458,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -73993,9 +71491,6 @@ "schema": { "$ref": "#/definitions/v1.RoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -74087,9 +71582,6 @@ "schema": { "$ref": "#/definitions/v1.RoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -74153,9 +71645,6 @@ "schema": { "$ref": "#/definitions/v1.RoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -74181,13 +71670,6 @@ "description": "delete collection of Role", "operationId": "deleteCollectionNamespacedRole", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -74264,13 +71746,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -74284,9 +71759,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -74300,7 +71772,8 @@ "group": "rbac.authorization.k8s.io", "kind": "Role", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -74379,9 +71852,6 @@ "schema": { "$ref": "#/definitions/v1.RoleList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -74467,9 +71937,6 @@ "schema": { "$ref": "#/definitions/v1.Role" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -74548,9 +72015,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -74584,9 +72048,6 @@ "schema": { "$ref": "#/definitions/v1.Role" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -74678,9 +72139,6 @@ "schema": { "$ref": "#/definitions/v1.Role" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -74744,9 +72202,6 @@ "schema": { "$ref": "#/definitions/v1.Role" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -74784,9 +72239,6 @@ "schema": { "$ref": "#/definitions/v1.RoleBindingList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -74888,9 +72340,6 @@ "schema": { "$ref": "#/definitions/v1.RoleList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -75726,9 +73175,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -75747,13 +73193,6 @@ "description": "delete collection of ClusterRoleBinding", "operationId": "deleteCollectionClusterRoleBinding", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -75830,13 +73269,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -75850,9 +73282,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -75866,7 +73295,8 @@ "group": "rbac.authorization.k8s.io", "kind": "ClusterRoleBinding", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -75945,9 +73375,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.ClusterRoleBindingList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -76025,9 +73452,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.ClusterRoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -76106,9 +73530,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -76142,9 +73563,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.ClusterRoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -76228,9 +73646,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.ClusterRoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -76294,9 +73709,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.ClusterRoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -76322,13 +73734,6 @@ "description": "delete collection of ClusterRole", "operationId": "deleteCollectionClusterRole", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -76405,13 +73810,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -76425,9 +73823,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -76441,7 +73836,8 @@ "group": "rbac.authorization.k8s.io", "kind": "ClusterRole", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -76520,9 +73916,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.ClusterRoleList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -76600,9 +73993,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.ClusterRole" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -76681,9 +74071,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -76717,9 +74104,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.ClusterRole" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -76803,9 +74187,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.ClusterRole" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -76869,9 +74250,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.ClusterRole" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -76897,13 +74275,6 @@ "description": "delete collection of RoleBinding", "operationId": "deleteCollectionNamespacedRoleBinding", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -76980,13 +74351,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -77000,9 +74364,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -77016,7 +74377,8 @@ "group": "rbac.authorization.k8s.io", "kind": "RoleBinding", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -77095,9 +74457,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.RoleBindingList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -77183,9 +74542,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.RoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -77264,9 +74620,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -77300,9 +74653,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.RoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -77394,9 +74744,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.RoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -77460,9 +74807,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.RoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -77488,13 +74832,6 @@ "description": "delete collection of Role", "operationId": "deleteCollectionNamespacedRole", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -77571,13 +74908,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -77591,9 +74921,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -77607,7 +74934,8 @@ "group": "rbac.authorization.k8s.io", "kind": "Role", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -77686,9 +75014,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.RoleList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -77774,9 +75099,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.Role" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -77855,9 +75177,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -77891,9 +75210,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.Role" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -77985,9 +75301,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.Role" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -78051,9 +75364,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.Role" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -78091,9 +75401,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.RoleBindingList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -78195,9 +75502,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.RoleList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -79033,9 +76337,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -79054,13 +76355,6 @@ "description": "delete collection of ClusterRoleBinding", "operationId": "deleteCollectionClusterRoleBinding", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -79137,13 +76431,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -79157,9 +76444,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -79173,7 +76457,8 @@ "group": "rbac.authorization.k8s.io", "kind": "ClusterRoleBinding", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -79252,9 +76537,6 @@ "schema": { "$ref": "#/definitions/v1beta1.ClusterRoleBindingList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -79332,9 +76614,6 @@ "schema": { "$ref": "#/definitions/v1beta1.ClusterRoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -79413,9 +76692,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -79449,9 +76725,6 @@ "schema": { "$ref": "#/definitions/v1beta1.ClusterRoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -79535,9 +76808,6 @@ "schema": { "$ref": "#/definitions/v1beta1.ClusterRoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -79601,9 +76871,6 @@ "schema": { "$ref": "#/definitions/v1beta1.ClusterRoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -79629,13 +76896,6 @@ "description": "delete collection of ClusterRole", "operationId": "deleteCollectionClusterRole", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -79712,13 +76972,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -79732,9 +76985,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -79748,7 +76998,8 @@ "group": "rbac.authorization.k8s.io", "kind": "ClusterRole", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -79827,9 +77078,6 @@ "schema": { "$ref": "#/definitions/v1beta1.ClusterRoleList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -79907,9 +77155,6 @@ "schema": { "$ref": "#/definitions/v1beta1.ClusterRole" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -79988,9 +77233,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -80024,9 +77266,6 @@ "schema": { "$ref": "#/definitions/v1beta1.ClusterRole" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -80110,9 +77349,6 @@ "schema": { "$ref": "#/definitions/v1beta1.ClusterRole" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -80176,9 +77412,6 @@ "schema": { "$ref": "#/definitions/v1beta1.ClusterRole" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -80204,13 +77437,6 @@ "description": "delete collection of RoleBinding", "operationId": "deleteCollectionNamespacedRoleBinding", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -80287,13 +77513,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -80307,9 +77526,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -80323,7 +77539,8 @@ "group": "rbac.authorization.k8s.io", "kind": "RoleBinding", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -80402,9 +77619,6 @@ "schema": { "$ref": "#/definitions/v1beta1.RoleBindingList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -80490,9 +77704,6 @@ "schema": { "$ref": "#/definitions/v1beta1.RoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -80571,9 +77782,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -80607,9 +77815,6 @@ "schema": { "$ref": "#/definitions/v1beta1.RoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -80701,9 +77906,6 @@ "schema": { "$ref": "#/definitions/v1beta1.RoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -80767,9 +77969,6 @@ "schema": { "$ref": "#/definitions/v1beta1.RoleBinding" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -80795,13 +77994,6 @@ "description": "delete collection of Role", "operationId": "deleteCollectionNamespacedRole", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -80878,13 +78070,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -80898,9 +78083,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -80914,7 +78096,8 @@ "group": "rbac.authorization.k8s.io", "kind": "Role", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -80993,9 +78176,6 @@ "schema": { "$ref": "#/definitions/v1beta1.RoleList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -81081,9 +78261,6 @@ "schema": { "$ref": "#/definitions/v1beta1.Role" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -81162,9 +78339,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -81198,9 +78372,6 @@ "schema": { "$ref": "#/definitions/v1beta1.Role" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -81292,9 +78463,6 @@ "schema": { "$ref": "#/definitions/v1beta1.Role" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -81358,9 +78526,6 @@ "schema": { "$ref": "#/definitions/v1beta1.Role" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -81398,9 +78563,6 @@ "schema": { "$ref": "#/definitions/v1beta1.RoleBindingList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -81502,9 +78664,6 @@ "schema": { "$ref": "#/definitions/v1beta1.RoleList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -82340,9 +79499,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -82373,9 +79529,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -82394,13 +79547,6 @@ "description": "delete collection of PriorityClass", "operationId": "deleteCollectionPriorityClass", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -82477,13 +79623,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -82497,9 +79636,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -82513,7 +79649,8 @@ "group": "scheduling.k8s.io", "kind": "PriorityClass", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -82592,9 +79729,6 @@ "schema": { "$ref": "#/definitions/v1.PriorityClassList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -82672,9 +79806,6 @@ "schema": { "$ref": "#/definitions/v1.PriorityClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -82753,9 +79884,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -82805,9 +79933,6 @@ "schema": { "$ref": "#/definitions/v1.PriorityClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -82891,9 +80016,6 @@ "schema": { "$ref": "#/definitions/v1.PriorityClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -82957,9 +80079,6 @@ "schema": { "$ref": "#/definitions/v1.PriorityClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -83139,9 +80258,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -83160,13 +80276,6 @@ "description": "delete collection of PriorityClass", "operationId": "deleteCollectionPriorityClass", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -83243,13 +80352,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -83263,9 +80365,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -83279,7 +80378,8 @@ "group": "scheduling.k8s.io", "kind": "PriorityClass", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -83358,9 +80458,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PriorityClassList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -83438,9 +80535,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PriorityClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -83519,9 +80613,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -83571,9 +80662,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PriorityClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -83657,9 +80745,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PriorityClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -83723,9 +80808,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PriorityClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -83905,9 +80987,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -83926,13 +81005,6 @@ "description": "delete collection of PriorityClass", "operationId": "deleteCollectionPriorityClass", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -84009,13 +81081,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -84029,9 +81094,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -84045,7 +81107,8 @@ "group": "scheduling.k8s.io", "kind": "PriorityClass", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -84124,9 +81187,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PriorityClassList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -84204,9 +81264,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PriorityClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -84285,9 +81342,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -84337,9 +81391,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PriorityClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -84423,9 +81474,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PriorityClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -84489,9 +81537,6 @@ "schema": { "$ref": "#/definitions/v1beta1.PriorityClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -84671,9 +81716,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -84704,9 +81746,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -84725,13 +81764,6 @@ "description": "delete collection of PodPreset", "operationId": "deleteCollectionNamespacedPodPreset", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -84808,13 +81840,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -84828,9 +81853,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -84844,7 +81866,8 @@ "group": "settings.k8s.io", "kind": "PodPreset", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -84923,9 +81946,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PodPresetList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -85011,9 +82031,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PodPreset" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -85092,9 +82109,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -85144,9 +82158,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PodPreset" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -85238,9 +82249,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PodPreset" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -85304,9 +82312,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PodPreset" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -85344,9 +82349,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.PodPresetList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -85673,9 +82675,6 @@ "schema": { "$ref": "#/definitions/v1.APIGroup" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -85706,9 +82705,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -85727,13 +82723,6 @@ "description": "delete collection of CSIDriver", "operationId": "deleteCollectionCSIDriver", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -85810,13 +82799,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -85830,9 +82812,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -85846,7 +82825,8 @@ "group": "storage.k8s.io", "kind": "CSIDriver", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -85925,9 +82905,6 @@ "schema": { "$ref": "#/definitions/v1.CSIDriverList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -86005,9 +82982,6 @@ "schema": { "$ref": "#/definitions/v1.CSIDriver" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -86086,9 +83060,6 @@ "schema": { "$ref": "#/definitions/v1.CSIDriver" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -86138,9 +83109,6 @@ "schema": { "$ref": "#/definitions/v1.CSIDriver" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -86224,9 +83192,6 @@ "schema": { "$ref": "#/definitions/v1.CSIDriver" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -86290,9 +83255,6 @@ "schema": { "$ref": "#/definitions/v1.CSIDriver" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -86318,13 +83280,6 @@ "description": "delete collection of CSINode", "operationId": "deleteCollectionCSINode", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -86401,13 +83356,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -86421,9 +83369,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -86437,7 +83382,8 @@ "group": "storage.k8s.io", "kind": "CSINode", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -86516,9 +83462,6 @@ "schema": { "$ref": "#/definitions/v1.CSINodeList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -86596,9 +83539,6 @@ "schema": { "$ref": "#/definitions/v1.CSINode" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -86677,9 +83617,6 @@ "schema": { "$ref": "#/definitions/v1.CSINode" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -86729,9 +83666,6 @@ "schema": { "$ref": "#/definitions/v1.CSINode" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -86815,9 +83749,6 @@ "schema": { "$ref": "#/definitions/v1.CSINode" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -86881,9 +83812,6 @@ "schema": { "$ref": "#/definitions/v1.CSINode" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -86909,13 +83837,6 @@ "description": "delete collection of StorageClass", "operationId": "deleteCollectionStorageClass", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -86992,13 +83913,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -87012,9 +83926,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -87028,7 +83939,8 @@ "group": "storage.k8s.io", "kind": "StorageClass", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -87107,9 +84019,6 @@ "schema": { "$ref": "#/definitions/v1.StorageClassList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -87187,9 +84096,6 @@ "schema": { "$ref": "#/definitions/v1.StorageClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -87268,9 +84174,6 @@ "schema": { "$ref": "#/definitions/v1.StorageClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -87320,9 +84223,6 @@ "schema": { "$ref": "#/definitions/v1.StorageClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -87406,9 +84306,6 @@ "schema": { "$ref": "#/definitions/v1.StorageClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -87472,9 +84369,6 @@ "schema": { "$ref": "#/definitions/v1.StorageClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -87500,13 +84394,6 @@ "description": "delete collection of VolumeAttachment", "operationId": "deleteCollectionVolumeAttachment", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -87583,13 +84470,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -87603,9 +84483,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -87619,7 +84496,8 @@ "group": "storage.k8s.io", "kind": "VolumeAttachment", "version": "v1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -87698,9 +84576,6 @@ "schema": { "$ref": "#/definitions/v1.VolumeAttachmentList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -87778,9 +84653,6 @@ "schema": { "$ref": "#/definitions/v1.VolumeAttachment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -87859,9 +84731,6 @@ "schema": { "$ref": "#/definitions/v1.VolumeAttachment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -87905,6 +84774,146 @@ "application/yaml", "application/vnd.kubernetes.protobuf" ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.VolumeAttachment" + } + } + }, + "schemes": [ + "https" + ], + "tags": [ + "storage_v1" + ], + "x-kubernetes-action": "get", + "x-kubernetes-group-version-kind": { + "group": "storage.k8s.io", + "kind": "VolumeAttachment", + "version": "v1" + } + }, + "parameters": [ + { + "description": "name of the VolumeAttachment", + "in": "path", + "name": "name", + "required": true, + "type": "string", + "uniqueItems": true + }, + { + "description": "If 'true', then the output is pretty printed.", + "in": "query", + "name": "pretty", + "type": "string", + "uniqueItems": true + } + ], + "patch": { + "consumes": [ + "application/json-patch+json", + "application/merge-patch+json", + "application/strategic-merge-patch+json", + "application/apply-patch+yaml" + ], + "description": "partially update the specified VolumeAttachment", + "operationId": "patchVolumeAttachment", + "parameters": [ + { + "in": "body", + "name": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.Patch" + } + }, + { + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "in": "query", + "name": "dryRun", + "type": "string", + "uniqueItems": true + }, + { + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", + "in": "query", + "name": "fieldManager", + "type": "string", + "uniqueItems": true + }, + { + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "in": "query", + "name": "force", + "type": "boolean", + "uniqueItems": true + } + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.VolumeAttachment" + } + } + }, + "schemes": [ + "https" + ], + "tags": [ + "storage_v1" + ], + "x-kubernetes-action": "patch", + "x-kubernetes-group-version-kind": { + "group": "storage.k8s.io", + "kind": "VolumeAttachment", + "version": "v1" + }, + "x-codegen-request-body-name": "body" + }, + "put": { + "consumes": [ + "*/*" + ], + "description": "replace the specified VolumeAttachment", + "operationId": "replaceVolumeAttachment", + "parameters": [ + { + "in": "body", + "name": "body", + "required": true, + "schema": { + "$ref": "#/definitions/v1.VolumeAttachment" + } + }, + { + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "in": "query", + "name": "dryRun", + "type": "string", + "uniqueItems": true + }, + { + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", + "in": "query", + "name": "fieldManager", + "type": "string", + "uniqueItems": true + } + ], + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], "responses": { "200": { "description": "OK", @@ -87912,198 +84921,46 @@ "$ref": "#/definitions/v1.VolumeAttachment" } }, - "401": { - "description": "Unauthorized" - } - }, - "schemes": [ - "https" - ], - "tags": [ - "storage_v1" - ], - "x-kubernetes-action": "get", - "x-kubernetes-group-version-kind": { - "group": "storage.k8s.io", - "kind": "VolumeAttachment", - "version": "v1" - } - }, - "parameters": [ - { - "description": "name of the VolumeAttachment", - "in": "path", - "name": "name", - "required": true, - "type": "string", - "uniqueItems": true - }, - { - "description": "If 'true', then the output is pretty printed.", - "in": "query", - "name": "pretty", - "type": "string", - "uniqueItems": true - } - ], - "patch": { - "consumes": [ - "application/json-patch+json", - "application/merge-patch+json", - "application/strategic-merge-patch+json", - "application/apply-patch+yaml" - ], - "description": "partially update the specified VolumeAttachment", - "operationId": "patchVolumeAttachment", - "parameters": [ - { - "in": "body", - "name": "body", - "required": true, - "schema": { - "$ref": "#/definitions/v1.Patch" - } - }, - { - "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", - "in": "query", - "name": "dryRun", - "type": "string", - "uniqueItems": true - }, - { - "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", - "in": "query", - "name": "fieldManager", - "type": "string", - "uniqueItems": true - }, - { - "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", - "in": "query", - "name": "force", - "type": "boolean", - "uniqueItems": true - } - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1.VolumeAttachment" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "schemes": [ - "https" - ], - "tags": [ - "storage_v1" - ], - "x-kubernetes-action": "patch", - "x-kubernetes-group-version-kind": { - "group": "storage.k8s.io", - "kind": "VolumeAttachment", - "version": "v1" - }, - "x-codegen-request-body-name": "body" - }, - "put": { - "consumes": [ - "*/*" - ], - "description": "replace the specified VolumeAttachment", - "operationId": "replaceVolumeAttachment", - "parameters": [ - { - "in": "body", - "name": "body", - "required": true, - "schema": { - "$ref": "#/definitions/v1.VolumeAttachment" - } - }, - { - "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", - "in": "query", - "name": "dryRun", - "type": "string", - "uniqueItems": true - }, - { - "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", - "in": "query", - "name": "fieldManager", - "type": "string", - "uniqueItems": true - } - ], - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1.VolumeAttachment" - } - }, - "201": { - "description": "Created", - "schema": { - "$ref": "#/definitions/v1.VolumeAttachment" - } - }, - "401": { - "description": "Unauthorized" - } - }, - "schemes": [ - "https" - ], - "tags": [ - "storage_v1" - ], - "x-kubernetes-action": "put", - "x-kubernetes-group-version-kind": { - "group": "storage.k8s.io", - "kind": "VolumeAttachment", - "version": "v1" - }, - "x-codegen-request-body-name": "body" - } - }, - "/apis/storage.k8s.io/v1/volumeattachments/{name}/status": { - "get": { - "consumes": [ - "*/*" - ], - "description": "read status of the specified VolumeAttachment", - "operationId": "readVolumeAttachmentStatus", - "produces": [ - "application/json", - "application/yaml", - "application/vnd.kubernetes.protobuf" - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/v1.VolumeAttachment" - } - }, - "401": { - "description": "Unauthorized" + "201": { + "description": "Created", + "schema": { + "$ref": "#/definitions/v1.VolumeAttachment" + } + } + }, + "schemes": [ + "https" + ], + "tags": [ + "storage_v1" + ], + "x-kubernetes-action": "put", + "x-kubernetes-group-version-kind": { + "group": "storage.k8s.io", + "kind": "VolumeAttachment", + "version": "v1" + }, + "x-codegen-request-body-name": "body" + } + }, + "/apis/storage.k8s.io/v1/volumeattachments/{name}/status": { + "get": { + "consumes": [ + "*/*" + ], + "description": "read status of the specified VolumeAttachment", + "operationId": "readVolumeAttachmentStatus", + "produces": [ + "application/json", + "application/yaml", + "application/vnd.kubernetes.protobuf" + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/v1.VolumeAttachment" + } } }, "schemes": [ @@ -88187,9 +85044,6 @@ "schema": { "$ref": "#/definitions/v1.VolumeAttachment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -88253,9 +85107,6 @@ "schema": { "$ref": "#/definitions/v1.VolumeAttachment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -88861,9 +85712,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -88882,13 +85730,6 @@ "description": "delete collection of VolumeAttachment", "operationId": "deleteCollectionVolumeAttachment", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -88965,13 +85806,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -88985,9 +85819,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -89001,7 +85832,8 @@ "group": "storage.k8s.io", "kind": "VolumeAttachment", "version": "v1alpha1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -89080,9 +85912,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.VolumeAttachmentList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -89160,9 +85989,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.VolumeAttachment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -89241,9 +86067,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.VolumeAttachment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -89293,9 +86116,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.VolumeAttachment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -89379,9 +86199,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.VolumeAttachment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -89445,9 +86262,6 @@ "schema": { "$ref": "#/definitions/v1alpha1.VolumeAttachment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -89627,9 +86441,6 @@ "schema": { "$ref": "#/definitions/v1.APIResourceList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -89648,13 +86459,6 @@ "description": "delete collection of CSIDriver", "operationId": "deleteCollectionCSIDriver", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -89731,13 +86535,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -89751,9 +86548,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -89767,7 +86561,8 @@ "group": "storage.k8s.io", "kind": "CSIDriver", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -89846,9 +86641,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CSIDriverList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -89926,9 +86718,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CSIDriver" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -90007,9 +86796,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CSIDriver" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -90059,9 +86845,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CSIDriver" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -90145,9 +86928,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CSIDriver" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -90211,9 +86991,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CSIDriver" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -90239,13 +87016,6 @@ "description": "delete collection of CSINode", "operationId": "deleteCollectionCSINode", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -90322,13 +87092,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -90342,9 +87105,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -90358,7 +87118,8 @@ "group": "storage.k8s.io", "kind": "CSINode", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -90437,9 +87198,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CSINodeList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -90517,9 +87275,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CSINode" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -90598,9 +87353,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CSINode" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -90650,9 +87402,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CSINode" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -90736,9 +87485,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CSINode" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -90802,9 +87548,6 @@ "schema": { "$ref": "#/definitions/v1beta1.CSINode" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -90830,13 +87573,6 @@ "description": "delete collection of StorageClass", "operationId": "deleteCollectionStorageClass", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -90913,13 +87649,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -90933,9 +87662,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -90949,7 +87675,8 @@ "group": "storage.k8s.io", "kind": "StorageClass", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -91028,9 +87755,6 @@ "schema": { "$ref": "#/definitions/v1beta1.StorageClassList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -91108,9 +87832,6 @@ "schema": { "$ref": "#/definitions/v1beta1.StorageClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -91189,9 +87910,6 @@ "schema": { "$ref": "#/definitions/v1beta1.StorageClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -91241,9 +87959,6 @@ "schema": { "$ref": "#/definitions/v1beta1.StorageClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -91327,9 +88042,6 @@ "schema": { "$ref": "#/definitions/v1beta1.StorageClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -91393,9 +88105,6 @@ "schema": { "$ref": "#/definitions/v1beta1.StorageClass" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -91421,13 +88130,6 @@ "description": "delete collection of VolumeAttachment", "operationId": "deleteCollectionVolumeAttachment", "parameters": [ - { - "description": "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.", - "in": "query", - "name": "allowWatchBookmarks", - "type": "boolean", - "uniqueItems": true - }, { "in": "body", "name": "body", @@ -91504,13 +88206,6 @@ "name": "timeoutSeconds", "type": "integer", "uniqueItems": true - }, - { - "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.", - "in": "query", - "name": "watch", - "type": "boolean", - "uniqueItems": true } ], "produces": [ @@ -91524,9 +88219,6 @@ "schema": { "$ref": "#/definitions/v1.Status" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -91540,7 +88232,8 @@ "group": "storage.k8s.io", "kind": "VolumeAttachment", "version": "v1beta1" - } + }, + "x-codegen-request-body-name": "body" }, "get": { "consumes": [ @@ -91619,9 +88312,6 @@ "schema": { "$ref": "#/definitions/v1beta1.VolumeAttachmentList" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -91699,9 +88389,6 @@ "schema": { "$ref": "#/definitions/v1beta1.VolumeAttachment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -91780,9 +88467,6 @@ "schema": { "$ref": "#/definitions/v1beta1.VolumeAttachment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -91832,9 +88516,6 @@ "schema": { "$ref": "#/definitions/v1beta1.VolumeAttachment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -91918,9 +88599,6 @@ "schema": { "$ref": "#/definitions/v1beta1.VolumeAttachment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -91984,9 +88662,6 @@ "schema": { "$ref": "#/definitions/v1beta1.VolumeAttachment" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -92576,8 +89251,8 @@ "get": { "operationId": "logFileListHandler", "responses": { - "401": { - "description": "Unauthorized" + "200": { + "description": "OK" } }, "schemes": [ @@ -92592,8 +89267,8 @@ "get": { "operationId": "logFileHandler", "responses": { - "401": { - "description": "Unauthorized" + "200": { + "description": "OK" } }, "schemes": [ @@ -92630,9 +89305,6 @@ "schema": { "$ref": "#/definitions/version.Info" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -92651,9 +89323,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -92669,6 +89338,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -92680,6 +89363,68 @@ ], "operationId": "createNamespacedCustomObject" }, + "delete": { + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "object" + } + } + }, + "schemes": [ + "https" + ], + "description": "Delete collection of namespace scoped custom objects", + "parameters": [ + { + "schema": { + "$ref": "#/definitions/v1.DeleteOptions" + }, + "name": "body", + "in": "body" + }, + { + "uniqueItems": true, + "in": "query", + "type": "integer", + "name": "gracePeriodSeconds", + "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately." + }, + { + "uniqueItems": true, + "in": "query", + "type": "boolean", + "name": "orphanDependents", + "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both." + }, + { + "uniqueItems": true, + "in": "query", + "type": "string", + "name": "propagationPolicy", + "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy." + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + } + ], + "produces": [ + "application/json" + ], + "x-codegen-request-body-name": "body", + "tags": [ + "custom_objects" + ], + "consumes": [ + "*/*" + ], + "operationId": "deleteCollectionNamespacedCustomObject" + }, "parameters": [ { "uniqueItems": true, @@ -92724,9 +89469,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -92805,9 +89547,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -92823,6 +89562,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -92834,6 +89587,68 @@ ], "operationId": "createClusterCustomObject" }, + "delete": { + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "object" + } + } + }, + "schemes": [ + "https" + ], + "description": "Delete collection of cluster scoped custom objects", + "parameters": [ + { + "schema": { + "$ref": "#/definitions/v1.DeleteOptions" + }, + "name": "body", + "in": "body" + }, + { + "uniqueItems": true, + "in": "query", + "type": "integer", + "name": "gracePeriodSeconds", + "description": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately." + }, + { + "uniqueItems": true, + "in": "query", + "type": "boolean", + "name": "orphanDependents", + "description": "Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both." + }, + { + "uniqueItems": true, + "in": "query", + "type": "string", + "name": "propagationPolicy", + "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy." + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + } + ], + "produces": [ + "application/json" + ], + "x-codegen-request-body-name": "body", + "tags": [ + "custom_objects" + ], + "consumes": [ + "*/*" + ], + "operationId": "deleteCollectionClusterCustomObject" + }, "parameters": [ { "uniqueItems": true, @@ -92871,9 +89686,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -92958,9 +89770,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -92975,6 +89784,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -92998,9 +89821,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93016,6 +89836,27 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", + "name": "fieldManager", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "produces": [ @@ -93070,9 +89911,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93101,9 +89939,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93119,6 +89954,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -93140,9 +89989,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93158,6 +90004,27 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", + "name": "fieldManager", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "produces": [ @@ -93180,9 +90047,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93217,6 +90081,13 @@ "type": "string", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy." + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" } ], "produces": [ @@ -93275,9 +90146,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93310,9 +90178,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93327,6 +90192,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -93350,9 +90229,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93368,6 +90244,27 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", + "name": "fieldManager", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "produces": [ @@ -93381,7 +90278,8 @@ ], "consumes": [ "application/json-patch+json", - "application/merge-patch+json" + "application/merge-patch+json", + "application/apply-patch+yaml" ], "operationId": "patchNamespacedCustomObjectScale" }, @@ -93429,9 +90327,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93466,9 +90361,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93483,6 +90375,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -93506,9 +90412,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93524,6 +90427,27 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", + "name": "fieldManager", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "produces": [ @@ -93578,9 +90502,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93609,9 +90530,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93627,6 +90545,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -93648,9 +90580,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93666,6 +90595,27 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", + "name": "fieldManager", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "produces": [ @@ -93688,9 +90638,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93725,6 +90672,13 @@ "type": "string", "name": "propagationPolicy", "description": "Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy." + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" } ], "produces": [ @@ -93776,9 +90730,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93811,9 +90762,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93828,6 +90776,20 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.", + "name": "fieldManager", + "in": "query" } ], "produces": [ @@ -93851,9 +90813,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [ @@ -93869,6 +90828,27 @@ "required": true, "name": "body", "in": "body" + }, + { + "uniqueItems": true, + "type": "string", + "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "name": "dryRun", + "in": "query" + }, + { + "uniqueItems": true, + "type": "string", + "description": "fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).", + "name": "fieldManager", + "in": "query" + }, + { + "uniqueItems": true, + "type": "boolean", + "description": "Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.", + "name": "force", + "in": "query" } ], "produces": [ @@ -93882,7 +90862,8 @@ ], "consumes": [ "application/json-patch+json", - "application/merge-patch+json" + "application/merge-patch+json", + "application/apply-patch+yaml" ], "operationId": "patchNamespacedCustomObjectStatus" }, @@ -93930,9 +90911,6 @@ "schema": { "type": "object" } - }, - "401": { - "description": "Unauthorized" } }, "schemes": [