diff --git a/csharp.settings b/csharp.settings
index 6888885..49790c7 100644
--- a/csharp.settings
+++ b/csharp.settings
@@ -1,3 +1,3 @@
-export KUBERNETES_BRANCH=v1.12.0
+export KUBERNETES_BRANCH=v1.13.0
export CLIENT_VERSION=0.0.1
export PACKAGE_NAME=k8s
diff --git a/examples/namespace/Namespace.cs b/examples/namespace/Namespace.cs
index f13b836..e68ea3a 100644
--- a/examples/namespace/Namespace.cs
+++ b/examples/namespace/Namespace.cs
@@ -67,7 +67,7 @@ namespace @namespace
ListNamespaces(client);
- var status = client.DeleteNamespace(new V1DeleteOptions(), ns.Metadata.Name);
+ var status = client.DeleteNamespace(ns.Metadata.Name, new V1DeleteOptions());
if (status.HasObject)
{
diff --git a/src/KubernetesClient/generated/IKubernetes.cs b/src/KubernetesClient/generated/IKubernetes.cs
index 1a8d600..d9f337c 100644
--- a/src/KubernetesClient/generated/IKubernetes.cs
+++ b/src/KubernetesClient/generated/IKubernetes.cs
@@ -570,10 +570,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -621,6 +617,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If IncludeUninitialized is specified, the object may be returned
+ /// without completing initialization.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -630,13 +630,23 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ListNamespaceWithHttpMessagesAsync(string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> ListNamespaceWithHttpMessagesAsync(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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// create a Namespace
///
///
///
+ ///
+ /// 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 IncludeUninitialized is specified, the object may be returned
+ /// without completing initialization.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -646,7 +656,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> CreateNamespaceWithHttpMessagesAsync(V1Namespace body, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> CreateNamespaceWithHttpMessagesAsync(V1Namespace body, string dryRun = default(string), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// create a Binding
@@ -656,6 +666,16 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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 IncludeUninitialized is specified, the object may be returned
+ /// without completing initialization.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -665,7 +685,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> CreateNamespacedBindingWithHttpMessagesAsync(V1Binding body, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> CreateNamespacedBindingWithHttpMessagesAsync(V1Binding body, string namespaceParameter, string dryRun = default(string), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind ConfigMap
@@ -700,10 +720,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -751,6 +767,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If true, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -760,7 +780,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ListNamespacedConfigMapWithHttpMessagesAsync(string namespaceParameter, string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> ListNamespacedConfigMapWithHttpMessagesAsync(string namespaceParameter, 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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// create a ConfigMap
@@ -770,6 +790,16 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -779,7 +809,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> CreateNamespacedConfigMapWithHttpMessagesAsync(V1ConfigMap body, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> CreateNamespacedConfigMapWithHttpMessagesAsync(V1ConfigMap body, string namespaceParameter, string dryRun = default(string), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// delete collection of ConfigMap
@@ -814,10 +844,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -865,6 +891,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If true, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -874,7 +904,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedConfigMapWithHttpMessagesAsync(string namespaceParameter, string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> DeleteCollectionNamespacedConfigMapWithHttpMessagesAsync(string namespaceParameter, 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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// read the specified ConfigMap
@@ -915,6 +945,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -924,19 +960,19 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ReplaceNamespacedConfigMapWithHttpMessagesAsync(V1ConfigMap body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> ReplaceNamespacedConfigMapWithHttpMessagesAsync(V1ConfigMap body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// delete a ConfigMap
///
- ///
- ///
///
/// name of the ConfigMap
///
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ ///
///
/// When present, indicates that modifications should not be persisted.
/// An invalid or unrecognized dryRun directive will result in an error
@@ -976,7 +1012,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> DeleteNamespacedConfigMapWithHttpMessagesAsync(V1DeleteOptions body, string name, string namespaceParameter, string dryRun = default(string), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteNamespacedConfigMapWithHttpMessagesAsync(string name, string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string dryRun = default(string), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// partially update the specified ConfigMap
@@ -989,6 +1025,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -998,7 +1040,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> PatchNamespacedConfigMapWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedConfigMapWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind Endpoints
@@ -1033,10 +1075,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -1084,6 +1122,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If true, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -1093,7 +1135,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ListNamespacedEndpointsWithHttpMessagesAsync(string namespaceParameter, string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> ListNamespacedEndpointsWithHttpMessagesAsync(string namespaceParameter, 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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// create Endpoints
@@ -1103,6 +1145,16 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -1112,7 +1164,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> CreateNamespacedEndpointsWithHttpMessagesAsync(V1Endpoints body, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> CreateNamespacedEndpointsWithHttpMessagesAsync(V1Endpoints body, string namespaceParameter, string dryRun = default(string), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// delete collection of Endpoints
@@ -1147,10 +1199,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -1198,6 +1246,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If true, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -1207,7 +1259,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedEndpointsWithHttpMessagesAsync(string namespaceParameter, string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> DeleteCollectionNamespacedEndpointsWithHttpMessagesAsync(string namespaceParameter, 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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// read the specified Endpoints
@@ -1248,6 +1300,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -1257,19 +1315,19 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ReplaceNamespacedEndpointsWithHttpMessagesAsync(V1Endpoints body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> ReplaceNamespacedEndpointsWithHttpMessagesAsync(V1Endpoints body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// delete Endpoints
///
- ///
- ///
///
/// name of the Endpoints
///
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ ///
///
/// When present, indicates that modifications should not be persisted.
/// An invalid or unrecognized dryRun directive will result in an error
@@ -1309,7 +1367,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> DeleteNamespacedEndpointsWithHttpMessagesAsync(V1DeleteOptions body, string name, string namespaceParameter, string dryRun = default(string), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteNamespacedEndpointsWithHttpMessagesAsync(string name, string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string dryRun = default(string), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// partially update the specified Endpoints
@@ -1322,6 +1380,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -1331,7 +1395,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> PatchNamespacedEndpointsWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedEndpointsWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind Event
@@ -1366,10 +1430,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -1417,6 +1477,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If true, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -1426,7 +1490,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ListNamespacedEventWithHttpMessagesAsync(string namespaceParameter, string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> ListNamespacedEventWithHttpMessagesAsync(string namespaceParameter, 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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// create an Event
@@ -1436,6 +1500,16 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -1445,7 +1519,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> CreateNamespacedEventWithHttpMessagesAsync(V1Event body, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> CreateNamespacedEventWithHttpMessagesAsync(V1Event body, string namespaceParameter, string dryRun = default(string), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// delete collection of Event
@@ -1480,10 +1554,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -1531,6 +1601,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If true, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -1540,7 +1614,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedEventWithHttpMessagesAsync(string namespaceParameter, string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> DeleteCollectionNamespacedEventWithHttpMessagesAsync(string namespaceParameter, 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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// read the specified Event
@@ -1581,6 +1655,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -1590,19 +1670,19 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ReplaceNamespacedEventWithHttpMessagesAsync(V1Event body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> ReplaceNamespacedEventWithHttpMessagesAsync(V1Event body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// delete an Event
///
- ///
- ///
///
/// name of the Event
///
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ ///
///
/// When present, indicates that modifications should not be persisted.
/// An invalid or unrecognized dryRun directive will result in an error
@@ -1642,7 +1722,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> DeleteNamespacedEventWithHttpMessagesAsync(V1DeleteOptions body, string name, string namespaceParameter, string dryRun = default(string), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteNamespacedEventWithHttpMessagesAsync(string name, string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string dryRun = default(string), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// partially update the specified Event
@@ -1655,6 +1735,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -1664,7 +1750,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> PatchNamespacedEventWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedEventWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind LimitRange
@@ -1699,10 +1785,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -1750,6 +1832,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If true, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -1759,7 +1845,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ListNamespacedLimitRangeWithHttpMessagesAsync(string namespaceParameter, string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> ListNamespacedLimitRangeWithHttpMessagesAsync(string namespaceParameter, 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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// create a LimitRange
@@ -1769,6 +1855,16 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -1778,7 +1874,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> CreateNamespacedLimitRangeWithHttpMessagesAsync(V1LimitRange body, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> CreateNamespacedLimitRangeWithHttpMessagesAsync(V1LimitRange body, string namespaceParameter, string dryRun = default(string), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// delete collection of LimitRange
@@ -1813,10 +1909,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -1864,6 +1956,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If true, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -1873,7 +1969,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedLimitRangeWithHttpMessagesAsync(string namespaceParameter, string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> DeleteCollectionNamespacedLimitRangeWithHttpMessagesAsync(string namespaceParameter, 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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// read the specified LimitRange
@@ -1914,6 +2010,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -1923,19 +2025,19 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ReplaceNamespacedLimitRangeWithHttpMessagesAsync(V1LimitRange body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> ReplaceNamespacedLimitRangeWithHttpMessagesAsync(V1LimitRange body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// delete a LimitRange
///
- ///
- ///
///
/// name of the LimitRange
///
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ ///
///
/// When present, indicates that modifications should not be persisted.
/// An invalid or unrecognized dryRun directive will result in an error
@@ -1975,7 +2077,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> DeleteNamespacedLimitRangeWithHttpMessagesAsync(V1DeleteOptions body, string name, string namespaceParameter, string dryRun = default(string), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteNamespacedLimitRangeWithHttpMessagesAsync(string name, string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string dryRun = default(string), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// partially update the specified LimitRange
@@ -1988,6 +2090,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -1997,7 +2105,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> PatchNamespacedLimitRangeWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedLimitRangeWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind PersistentVolumeClaim
@@ -2032,10 +2140,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -2083,6 +2187,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If true, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -2092,7 +2200,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ListNamespacedPersistentVolumeClaimWithHttpMessagesAsync(string namespaceParameter, string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> ListNamespacedPersistentVolumeClaimWithHttpMessagesAsync(string namespaceParameter, 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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// create a PersistentVolumeClaim
@@ -2102,6 +2210,16 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -2111,7 +2229,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> CreateNamespacedPersistentVolumeClaimWithHttpMessagesAsync(V1PersistentVolumeClaim body, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> CreateNamespacedPersistentVolumeClaimWithHttpMessagesAsync(V1PersistentVolumeClaim body, string namespaceParameter, string dryRun = default(string), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// delete collection of PersistentVolumeClaim
@@ -2146,10 +2264,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -2197,6 +2311,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If true, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -2206,7 +2324,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedPersistentVolumeClaimWithHttpMessagesAsync(string namespaceParameter, string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> DeleteCollectionNamespacedPersistentVolumeClaimWithHttpMessagesAsync(string namespaceParameter, 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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// read the specified PersistentVolumeClaim
@@ -2247,6 +2365,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -2256,19 +2380,19 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ReplaceNamespacedPersistentVolumeClaimWithHttpMessagesAsync(V1PersistentVolumeClaim body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> ReplaceNamespacedPersistentVolumeClaimWithHttpMessagesAsync(V1PersistentVolumeClaim body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// delete a PersistentVolumeClaim
///
- ///
- ///
///
/// name of the PersistentVolumeClaim
///
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ ///
///
/// When present, indicates that modifications should not be persisted.
/// An invalid or unrecognized dryRun directive will result in an error
@@ -2308,7 +2432,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> DeleteNamespacedPersistentVolumeClaimWithHttpMessagesAsync(V1DeleteOptions body, string name, string namespaceParameter, string dryRun = default(string), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteNamespacedPersistentVolumeClaimWithHttpMessagesAsync(string name, string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string dryRun = default(string), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// partially update the specified PersistentVolumeClaim
@@ -2321,6 +2445,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -2330,7 +2460,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> PatchNamespacedPersistentVolumeClaimWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedPersistentVolumeClaimWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// read status of the specified PersistentVolumeClaim
@@ -2363,6 +2493,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -2372,7 +2508,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ReplaceNamespacedPersistentVolumeClaimStatusWithHttpMessagesAsync(V1PersistentVolumeClaim body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> ReplaceNamespacedPersistentVolumeClaimStatusWithHttpMessagesAsync(V1PersistentVolumeClaim body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// partially update status of the specified PersistentVolumeClaim
@@ -2385,6 +2521,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -2394,7 +2536,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> PatchNamespacedPersistentVolumeClaimStatusWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedPersistentVolumeClaimStatusWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind Pod
@@ -2429,10 +2571,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -2480,6 +2618,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If true, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -2489,7 +2631,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ListNamespacedPodWithHttpMessagesAsync(string namespaceParameter, string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> ListNamespacedPodWithHttpMessagesAsync(string namespaceParameter, 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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// create a Pod
@@ -2499,6 +2641,16 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -2508,7 +2660,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> CreateNamespacedPodWithHttpMessagesAsync(V1Pod body, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> CreateNamespacedPodWithHttpMessagesAsync(V1Pod body, string namespaceParameter, string dryRun = default(string), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// delete collection of Pod
@@ -2543,10 +2695,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -2594,6 +2742,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If true, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -2603,7 +2755,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedPodWithHttpMessagesAsync(string namespaceParameter, string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> DeleteCollectionNamespacedPodWithHttpMessagesAsync(string namespaceParameter, 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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// read the specified Pod
@@ -2644,6 +2796,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -2653,19 +2811,19 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ReplaceNamespacedPodWithHttpMessagesAsync(V1Pod body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> ReplaceNamespacedPodWithHttpMessagesAsync(V1Pod body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// delete a Pod
///
- ///
- ///
///
/// name of the Pod
///
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ ///
///
/// When present, indicates that modifications should not be persisted.
/// An invalid or unrecognized dryRun directive will result in an error
@@ -2705,7 +2863,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> DeleteNamespacedPodWithHttpMessagesAsync(V1DeleteOptions body, string name, string namespaceParameter, string dryRun = default(string), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteNamespacedPodWithHttpMessagesAsync(string name, string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string dryRun = default(string), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// partially update the specified Pod
@@ -2718,6 +2876,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -2727,7 +2891,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> PatchNamespacedPodWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedPodWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// connect GET requests to attach of Pod
@@ -2818,6 +2982,16 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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 IncludeUninitialized is specified, the object may be returned
+ /// without completing initialization.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -2827,7 +3001,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> CreateNamespacedPodBindingWithHttpMessagesAsync(V1Binding body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> CreateNamespacedPodBindingWithHttpMessagesAsync(V1Binding body, string name, string namespaceParameter, string dryRun = default(string), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// create eviction of a Pod
@@ -2840,6 +3014,16 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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 IncludeUninitialized is specified, the object may be returned
+ /// without completing initialization.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -2849,7 +3033,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> CreateNamespacedPodEvictionWithHttpMessagesAsync(V1beta1Eviction body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> CreateNamespacedPodEvictionWithHttpMessagesAsync(V1beta1Eviction body, string name, string namespaceParameter, string dryRun = default(string), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// connect GET requests to exec of Pod
@@ -3314,6 +3498,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -3323,7 +3513,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ReplaceNamespacedPodStatusWithHttpMessagesAsync(V1Pod body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> ReplaceNamespacedPodStatusWithHttpMessagesAsync(V1Pod body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// partially update status of the specified Pod
@@ -3336,6 +3526,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -3345,7 +3541,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> PatchNamespacedPodStatusWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedPodStatusWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind PodTemplate
@@ -3380,10 +3576,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -3431,6 +3623,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If true, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -3440,7 +3636,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ListNamespacedPodTemplateWithHttpMessagesAsync(string namespaceParameter, string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> ListNamespacedPodTemplateWithHttpMessagesAsync(string namespaceParameter, 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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// create a PodTemplate
@@ -3450,6 +3646,16 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -3459,7 +3665,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> CreateNamespacedPodTemplateWithHttpMessagesAsync(V1PodTemplate body, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> CreateNamespacedPodTemplateWithHttpMessagesAsync(V1PodTemplate body, string namespaceParameter, string dryRun = default(string), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// delete collection of PodTemplate
@@ -3494,10 +3700,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -3545,6 +3747,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If true, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -3554,7 +3760,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> DeleteCollectionNamespacedPodTemplateWithHttpMessagesAsync(string namespaceParameter, string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> DeleteCollectionNamespacedPodTemplateWithHttpMessagesAsync(string namespaceParameter, 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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// read the specified PodTemplate
@@ -3595,6 +3801,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -3604,19 +3816,19 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ReplaceNamespacedPodTemplateWithHttpMessagesAsync(V1PodTemplate body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> ReplaceNamespacedPodTemplateWithHttpMessagesAsync(V1PodTemplate body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// delete a PodTemplate
///
- ///
- ///
///
/// name of the PodTemplate
///
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ ///
///
/// When present, indicates that modifications should not be persisted.
/// An invalid or unrecognized dryRun directive will result in an error
@@ -3656,7 +3868,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> DeleteNamespacedPodTemplateWithHttpMessagesAsync(V1DeleteOptions body, string name, string namespaceParameter, string dryRun = default(string), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> DeleteNamespacedPodTemplateWithHttpMessagesAsync(string name, string namespaceParameter, V1DeleteOptions body = default(V1DeleteOptions), string dryRun = default(string), int? gracePeriodSeconds = default(int?), bool? orphanDependents = default(bool?), string propagationPolicy = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// partially update the specified PodTemplate
@@ -3669,6 +3881,12 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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.
///
@@ -3678,7 +3896,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> PatchNamespacedPodTemplateWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> PatchNamespacedPodTemplateWithHttpMessagesAsync(V1Patch body, string name, string namespaceParameter, string dryRun = default(string), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// list or watch objects of kind ReplicationController
@@ -3713,10 +3931,6 @@ namespace k8s
/// A selector to restrict the list of returned objects by their
/// fields. Defaults to everything.
///
- ///
- /// If true, partially initialized resources are included in the
- /// response.
- ///
///
/// A selector to restrict the list of returned objects by their
/// labels. Defaults to everything.
@@ -3764,6 +3978,10 @@ namespace k8s
/// stream of add, update, and remove notifications. Specify
/// resourceVersion.
///
+ ///
+ /// If true, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -3773,7 +3991,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ListNamespacedReplicationControllerWithHttpMessagesAsync(string namespaceParameter, string continueParameter = default(string), string fieldSelector = default(string), bool? includeUninitialized = default(bool?), 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));
+ Task> ListNamespacedReplicationControllerWithHttpMessagesAsync(string namespaceParameter, 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?), bool? includeUninitialized = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
///
/// create a ReplicationController
@@ -3783,6 +4001,16 @@ namespace k8s
///
/// object name and auth scope, such as for teams and projects
///
+ ///
+ /// 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, partially initialized resources are included in the
+ /// response.
+ ///
///
/// If 'true', then the output is pretty printed.
///
@@ -3792,7 +4020,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> CreateNamespacedReplicationControllerWithHttpMessagesAsync(V1ReplicationController body, string namespaceParameter, string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task