diff --git a/csharp.settings b/csharp.settings
index 49790c7..8471b38 100644
--- a/csharp.settings
+++ b/csharp.settings
@@ -1,3 +1,3 @@
-export KUBERNETES_BRANCH=v1.13.0
+export KUBERNETES_BRANCH=v1.13.4
export CLIENT_VERSION=0.0.1
export PACKAGE_NAME=k8s
diff --git a/src/KubernetesClient/generated/IKubernetes.Watch.cs b/src/KubernetesClient/generated/IKubernetes.Watch.cs
index 946bf05..6e14507 100644
--- a/src/KubernetesClient/generated/IKubernetes.Watch.cs
+++ b/src/KubernetesClient/generated/IKubernetes.Watch.cs
@@ -2404,6 +2404,78 @@ namespace k8s
Action onClosed = null,
CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// watch changes to an object of kind AuditSink. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
+ ///
+ ///
+ /// name of the AuditSink
+ ///
+ ///
+ /// 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.
+ ///
+ ///
+ /// 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.
+ ///
+ ///
+ /// 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.
+ ///
+ ///
+ /// If 'true', then the output is pretty printed.
+ ///
+ ///
+ /// 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.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The action to invoke when the server sends a new event.
+ ///
+ ///
+ /// The action to invoke when an error occurs.
+ ///
+ ///
+ /// The action to invoke when the server closes the connection.
+ ///
+ ///
+ /// A which can be used to cancel the asynchronous operation.
+ ///
+ ///
+ /// A which represents the asynchronous operation, and returns a new watcher.
+ ///
+ Task> WatchAuditSinkAsync(
+ string name,
+ string @continue = null,
+ string fieldSelector = null,
+ bool? includeUninitialized = null,
+ string labelSelector = null,
+ int? limit = null,
+ bool? pretty = null,
+ string resourceVersion = null,
+ int? timeoutSeconds = null,
+ bool? watch = null,
+ Dictionary> customHeaders = null,
+ Action onEvent = null,
+ Action onError = null,
+ Action onClosed = null,
+ CancellationToken cancellationToken = default(CancellationToken));
+
///
/// watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
///
@@ -4644,6 +4716,78 @@ namespace k8s
Action onClosed = null,
CancellationToken cancellationToken = default(CancellationToken));
+ ///
+ /// watch changes to an object of kind VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
+ ///
+ ///
+ /// name of the VolumeAttachment
+ ///
+ ///
+ /// 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.
+ ///
+ ///
+ /// 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.
+ ///
+ ///
+ /// 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.
+ ///
+ ///
+ /// If 'true', then the output is pretty printed.
+ ///
+ ///
+ /// 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.
+ ///
+ ///
+ /// The headers that will be added to request.
+ ///
+ ///
+ /// The action to invoke when the server sends a new event.
+ ///
+ ///
+ /// The action to invoke when an error occurs.
+ ///
+ ///
+ /// The action to invoke when the server closes the connection.
+ ///
+ ///
+ /// A which can be used to cancel the asynchronous operation.
+ ///
+ ///
+ /// A which represents the asynchronous operation, and returns a new watcher.
+ ///
+ Task> WatchVolumeAttachmentAsync(
+ string name,
+ string @continue = null,
+ string fieldSelector = null,
+ bool? includeUninitialized = null,
+ string labelSelector = null,
+ int? limit = null,
+ bool? pretty = null,
+ string resourceVersion = null,
+ int? timeoutSeconds = null,
+ bool? watch = null,
+ Dictionary> customHeaders = null,
+ Action onEvent = null,
+ Action onError = null,
+ Action onClosed = null,
+ CancellationToken cancellationToken = default(CancellationToken));
+
///
/// watch changes to an object of kind VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
///
diff --git a/src/KubernetesClient/generated/IKubernetes.cs b/src/KubernetesClient/generated/IKubernetes.cs
index d9f337c..e366f2e 100644
--- a/src/KubernetesClient/generated/IKubernetes.cs
+++ b/src/KubernetesClient/generated/IKubernetes.cs
@@ -35187,6 +35187,10 @@ namespace k8s
/// The custom resource's plural name. For TPRs this would be lowercase
/// plural kind.
///
+ ///
+ /// 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.
@@ -35200,6 +35204,10 @@ namespace k8s
/// 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.
@@ -35213,7 +35221,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ListNamespacedCustomObjectWithHttpMessagesAsync(string group, string version, string namespaceParameter, string plural, string labelSelector = default(string), string resourceVersion = default(string), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> ListNamespacedCustomObjectWithHttpMessagesAsync(string group, string version, string namespaceParameter, string plural, string fieldSelector = default(string), string labelSelector = 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));
///
/// Creates a cluster scoped Custom object
@@ -35255,6 +35263,10 @@ namespace k8s
/// The custom resource's plural name. For TPRs this would be lowercase
/// plural kind.
///
+ ///
+ /// 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.
@@ -35268,6 +35280,10 @@ namespace k8s
/// 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.
@@ -35281,7 +35297,7 @@ namespace k8s
///
/// The cancellation token.
///
- Task> ListClusterCustomObjectWithHttpMessagesAsync(string group, string version, string plural, string labelSelector = default(string), string resourceVersion = default(string), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken));
+ Task> ListClusterCustomObjectWithHttpMessagesAsync(string group, string version, string plural, string fieldSelector = default(string), string labelSelector = 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));
///
/// replace status of the cluster scoped specified custom object
diff --git a/src/KubernetesClient/generated/Kubernetes.Watch.cs b/src/KubernetesClient/generated/Kubernetes.Watch.cs
index d1e6a81..79aad0d 100644
--- a/src/KubernetesClient/generated/Kubernetes.Watch.cs
+++ b/src/KubernetesClient/generated/Kubernetes.Watch.cs
@@ -735,6 +735,28 @@ namespace k8s
return WatchObjectAsync(path: path, @continue: @continue, fieldSelector: fieldSelector, includeUninitialized: includeUninitialized, labelSelector: labelSelector, limit: limit, pretty: pretty, timeoutSeconds: timeoutSeconds, resourceVersion: resourceVersion, customHeaders: customHeaders, onEvent: onEvent, onError: onError, onClosed: onClosed, cancellationToken: cancellationToken);
}
+ ///
+ public Task> WatchAuditSinkAsync(
+ string name,
+ string @continue = null,
+ string fieldSelector = null,
+ bool? includeUninitialized = null,
+ string labelSelector = null,
+ int? limit = null,
+ bool? pretty = null,
+ string resourceVersion = null,
+ int? timeoutSeconds = null,
+ bool? watch = null,
+ Dictionary> customHeaders = null,
+ Action onEvent = null,
+ Action onError = null,
+ Action onClosed = null,
+ CancellationToken cancellationToken = default(CancellationToken))
+ {
+ string path = $"apis/auditregistration.k8s.io/v1alpha1/watch/auditsinks/{name}";
+ return WatchObjectAsync(path: path, @continue: @continue, fieldSelector: fieldSelector, includeUninitialized: includeUninitialized, labelSelector: labelSelector, limit: limit, pretty: pretty, timeoutSeconds: timeoutSeconds, resourceVersion: resourceVersion, customHeaders: customHeaders, onEvent: onEvent, onError: onError, onClosed: onClosed, cancellationToken: cancellationToken);
+ }
+
///
public Task> WatchNamespacedHorizontalPodAutoscalerAsync(
string name,
@@ -1415,6 +1437,28 @@ namespace k8s
return WatchObjectAsync(path: path, @continue: @continue, fieldSelector: fieldSelector, includeUninitialized: includeUninitialized, labelSelector: labelSelector, limit: limit, pretty: pretty, timeoutSeconds: timeoutSeconds, resourceVersion: resourceVersion, customHeaders: customHeaders, onEvent: onEvent, onError: onError, onClosed: onClosed, cancellationToken: cancellationToken);
}
+ ///
+ public Task> WatchVolumeAttachmentAsync(
+ string name,
+ string @continue = null,
+ string fieldSelector = null,
+ bool? includeUninitialized = null,
+ string labelSelector = null,
+ int? limit = null,
+ bool? pretty = null,
+ string resourceVersion = null,
+ int? timeoutSeconds = null,
+ bool? watch = null,
+ Dictionary> customHeaders = null,
+ Action onEvent = null,
+ Action onError = null,
+ Action onClosed = null,
+ CancellationToken cancellationToken = default(CancellationToken))
+ {
+ string path = $"apis/storage.k8s.io/v1/watch/volumeattachments/{name}";
+ return WatchObjectAsync(path: path, @continue: @continue, fieldSelector: fieldSelector, includeUninitialized: includeUninitialized, labelSelector: labelSelector, limit: limit, pretty: pretty, timeoutSeconds: timeoutSeconds, resourceVersion: resourceVersion, customHeaders: customHeaders, onEvent: onEvent, onError: onError, onClosed: onClosed, cancellationToken: cancellationToken);
+ }
+
///
public Task> WatchVolumeAttachmentAsync(
string name,
diff --git a/src/KubernetesClient/generated/Kubernetes.cs b/src/KubernetesClient/generated/Kubernetes.cs
index 1ec184d..828bb9a 100644
--- a/src/KubernetesClient/generated/Kubernetes.cs
+++ b/src/KubernetesClient/generated/Kubernetes.cs
@@ -168752,6 +168752,10 @@ namespace k8s
/// The custom resource's plural name. For TPRs this would be lowercase plural
/// kind.
///
+ ///
+ /// 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.
@@ -168764,6 +168768,10 @@ namespace k8s
/// 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.
@@ -168792,7 +168800,7 @@ namespace k8s
///
/// A response object containing the response body and response headers.
///
- public async Task> ListNamespacedCustomObjectWithHttpMessagesAsync(string group, string version, string namespaceParameter, string plural, string labelSelector = default(string), string resourceVersion = default(string), 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 fieldSelector = default(string), string labelSelector = 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))
{
if (group == null)
{
@@ -168817,8 +168825,10 @@ namespace k8s
{
_invocationId = ServiceClientTracing.NextInvocationId.ToString();
Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("fieldSelector", fieldSelector);
tracingParameters.Add("labelSelector", labelSelector);
tracingParameters.Add("resourceVersion", resourceVersion);
+ tracingParameters.Add("timeoutSeconds", timeoutSeconds);
tracingParameters.Add("watch", watch);
tracingParameters.Add("pretty", pretty);
tracingParameters.Add("group", group);
@@ -168836,6 +168846,10 @@ namespace k8s
_url = _url.Replace("{namespace}", System.Uri.EscapeDataString(namespaceParameter));
_url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural));
List _queryParameters = new List();
+ 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)));
@@ -168844,6 +168858,10 @@ namespace k8s
{
_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('"'))));
@@ -169149,6 +169167,10 @@ namespace k8s
/// The custom resource's plural name. For TPRs this would be lowercase plural
/// kind.
///
+ ///
+ /// 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.
@@ -169161,6 +169183,10 @@ namespace k8s
/// 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.
@@ -169189,7 +169215,7 @@ namespace k8s
///
/// A response object containing the response body and response headers.
///
- public async Task> ListClusterCustomObjectWithHttpMessagesAsync(string group, string version, string plural, string labelSelector = default(string), string resourceVersion = default(string), bool? watch = default(bool?), string pretty = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken))
+ public async Task> ListClusterCustomObjectWithHttpMessagesAsync(string group, string version, string plural, string fieldSelector = default(string), string labelSelector = 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))
{
if (group == null)
{
@@ -169210,8 +169236,10 @@ namespace k8s
{
_invocationId = ServiceClientTracing.NextInvocationId.ToString();
Dictionary tracingParameters = new Dictionary();
+ tracingParameters.Add("fieldSelector", fieldSelector);
tracingParameters.Add("labelSelector", labelSelector);
tracingParameters.Add("resourceVersion", resourceVersion);
+ tracingParameters.Add("timeoutSeconds", timeoutSeconds);
tracingParameters.Add("watch", watch);
tracingParameters.Add("pretty", pretty);
tracingParameters.Add("group", group);
@@ -169227,6 +169255,10 @@ namespace k8s
_url = _url.Replace("{version}", System.Uri.EscapeDataString(version));
_url = _url.Replace("{plural}", System.Uri.EscapeDataString(plural));
List _queryParameters = new List();
+ 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)));
@@ -169235,6 +169267,10 @@ namespace k8s
{
_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('"'))));
diff --git a/src/KubernetesClient/generated/KubernetesExtensions.cs b/src/KubernetesClient/generated/KubernetesExtensions.cs
index a3ec87d..968ccab 100644
--- a/src/KubernetesClient/generated/KubernetesExtensions.cs
+++ b/src/KubernetesClient/generated/KubernetesExtensions.cs
@@ -72058,6 +72058,10 @@ namespace k8s
/// The custom resource's plural name. For TPRs this would be lowercase plural
/// kind.
///
+ ///
+ /// 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.
@@ -72070,6 +72074,10 @@ namespace k8s
/// 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.
@@ -72077,9 +72085,9 @@ namespace k8s
///
/// If 'true', then the output is pretty printed.
///
- public static object ListNamespacedCustomObject(this IKubernetes operations, string group, string version, string namespaceParameter, string plural, string labelSelector = default(string), string resourceVersion = default(string), bool? watch = default(bool?), string pretty = default(string))
+ public static object ListNamespacedCustomObject(this IKubernetes operations, string group, string version, string namespaceParameter, string plural, string fieldSelector = default(string), string labelSelector = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string))
{
- return operations.ListNamespacedCustomObjectAsync(group, version, namespaceParameter, plural, labelSelector, resourceVersion, watch, pretty).GetAwaiter().GetResult();
+ return operations.ListNamespacedCustomObjectAsync(group, version, namespaceParameter, plural, fieldSelector, labelSelector, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult();
}
///
@@ -72101,6 +72109,10 @@ namespace k8s
/// The custom resource's plural name. For TPRs this would be lowercase plural
/// kind.
///
+ ///
+ /// 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.
@@ -72113,6 +72125,10 @@ namespace k8s
/// 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.
@@ -72123,9 +72139,9 @@ namespace k8s
///
/// The cancellation token.
///
- public static async Task ListNamespacedCustomObjectAsync(this IKubernetes operations, string group, string version, string namespaceParameter, string plural, string labelSelector = default(string), string resourceVersion = default(string), bool? watch = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task ListNamespacedCustomObjectAsync(this IKubernetes operations, string group, string version, string namespaceParameter, string plural, string fieldSelector = default(string), string labelSelector = 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.ListNamespacedCustomObjectWithHttpMessagesAsync(group, version, namespaceParameter, plural, labelSelector, resourceVersion, watch, pretty, null, cancellationToken).ConfigureAwait(false))
+ using (var _result = await operations.ListNamespacedCustomObjectWithHttpMessagesAsync(group, version, namespaceParameter, plural, fieldSelector, labelSelector, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
@@ -72207,6 +72223,10 @@ namespace k8s
/// The custom resource's plural name. For TPRs this would be lowercase plural
/// kind.
///
+ ///
+ /// 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.
@@ -72219,6 +72239,10 @@ namespace k8s
/// 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.
@@ -72226,9 +72250,9 @@ namespace k8s
///
/// If 'true', then the output is pretty printed.
///
- public static object ListClusterCustomObject(this IKubernetes operations, string group, string version, string plural, string labelSelector = default(string), string resourceVersion = default(string), bool? watch = default(bool?), string pretty = default(string))
+ public static object ListClusterCustomObject(this IKubernetes operations, string group, string version, string plural, string fieldSelector = default(string), string labelSelector = default(string), string resourceVersion = default(string), int? timeoutSeconds = default(int?), bool? watch = default(bool?), string pretty = default(string))
{
- return operations.ListClusterCustomObjectAsync(group, version, plural, labelSelector, resourceVersion, watch, pretty).GetAwaiter().GetResult();
+ return operations.ListClusterCustomObjectAsync(group, version, plural, fieldSelector, labelSelector, resourceVersion, timeoutSeconds, watch, pretty).GetAwaiter().GetResult();
}
///
@@ -72247,6 +72271,10 @@ namespace k8s
/// The custom resource's plural name. For TPRs this would be lowercase plural
/// kind.
///
+ ///
+ /// 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.
@@ -72259,6 +72287,10 @@ namespace k8s
/// 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.
@@ -72269,9 +72301,9 @@ namespace k8s
///
/// The cancellation token.
///
- public static async Task ListClusterCustomObjectAsync(this IKubernetes operations, string group, string version, string plural, string labelSelector = default(string), string resourceVersion = default(string), bool? watch = default(bool?), string pretty = default(string), CancellationToken cancellationToken = default(CancellationToken))
+ public static async Task ListClusterCustomObjectAsync(this IKubernetes operations, string group, string version, string plural, string fieldSelector = default(string), string labelSelector = 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.ListClusterCustomObjectWithHttpMessagesAsync(group, version, plural, labelSelector, resourceVersion, watch, pretty, null, cancellationToken).ConfigureAwait(false))
+ using (var _result = await operations.ListClusterCustomObjectWithHttpMessagesAsync(group, version, plural, fieldSelector, labelSelector, resourceVersion, timeoutSeconds, watch, pretty, null, cancellationToken).ConfigureAwait(false))
{
return _result.Body;
}
diff --git a/src/KubernetesClient/generated/ModelExtensions.cs b/src/KubernetesClient/generated/ModelExtensions.cs
index 3237126..e21e324 100644
--- a/src/KubernetesClient/generated/ModelExtensions.cs
+++ b/src/KubernetesClient/generated/ModelExtensions.cs
@@ -217,6 +217,20 @@ namespace k8s.Models
public const string KubeGroup = "apps";
}
+ public partial class V1alpha1AuditSink : IKubernetesObject
+ {
+ public const string KubeApiVersion = "v1alpha1";
+ public const string KubeKind = "AuditSink";
+ public const string KubeGroup = "auditregistration.k8s.io";
+ }
+
+ public partial class V1alpha1AuditSinkList : IKubernetesObject
+ {
+ public const string KubeApiVersion = "v1alpha1";
+ public const string KubeKind = "AuditSinkList";
+ public const string KubeGroup = "auditregistration.k8s.io";
+ }
+
public partial class V1TokenReview : IKubernetesObject
{
public const string KubeApiVersion = "v1";
@@ -966,6 +980,20 @@ namespace k8s.Models
public const string KubeGroup = "storage.k8s.io";
}
+ public partial class V1VolumeAttachment : IKubernetesObject
+ {
+ public const string KubeApiVersion = "v1";
+ public const string KubeKind = "VolumeAttachment";
+ public const string KubeGroup = "storage.k8s.io";
+ }
+
+ public partial class V1VolumeAttachmentList : IKubernetesObject
+ {
+ public const string KubeApiVersion = "v1";
+ public const string KubeKind = "VolumeAttachmentList";
+ public const string KubeGroup = "storage.k8s.io";
+ }
+
public partial class V1alpha1VolumeAttachment : IKubernetesObject
{
public const string KubeApiVersion = "v1alpha1";
diff --git a/src/KubernetesClient/generated/Models/V1PodSpec.cs b/src/KubernetesClient/generated/Models/V1PodSpec.cs
index 3ea1be2..62fc00c 100644
--- a/src/KubernetesClient/generated/Models/V1PodSpec.cs
+++ b/src/KubernetesClient/generated/Models/V1PodSpec.cs
@@ -52,7 +52,8 @@ namespace k8s.Models
/// DNS policy explicitly to 'ClusterFirstWithHostNet'.
/// EnableServiceLinks indicates
/// whether information about services should be injected into pod's
- /// environment variables, matching the syntax of Docker links.
+ /// environment variables, matching the syntax of Docker links.
+ /// Optional: Defaults to true.
/// HostAliases is an optional list of hosts
/// and IPs that will be injected into the pod's hosts file if
/// specified. This is only valid for non-hostNetwork pods.
@@ -256,7 +257,7 @@ namespace k8s.Models
///
/// Gets or sets enableServiceLinks indicates whether information about
/// services should be injected into pod's environment variables,
- /// matching the syntax of Docker links.
+ /// matching the syntax of Docker links. Optional: Defaults to true.
///
[JsonProperty(PropertyName = "enableServiceLinks")]
public bool? EnableServiceLinks { get; set; }
diff --git a/src/KubernetesClient/generated/swagger.json b/src/KubernetesClient/generated/swagger.json
index 639f938..7036543 100644
--- a/src/KubernetesClient/generated/swagger.json
+++ b/src/KubernetesClient/generated/swagger.json
@@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Kubernetes",
- "version": "v1.13.0"
+ "version": "v1.13.4"
},
"paths": {
"/api/": {
@@ -796,7 +796,8 @@
"group": "",
"kind": "Namespace",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -871,7 +872,8 @@
"group": "",
"kind": "Binding",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -1056,7 +1058,8 @@
"group": "",
"kind": "ConfigMap",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ConfigMap",
@@ -1277,7 +1280,8 @@
"group": "",
"kind": "ConfigMap",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ConfigMap",
@@ -1355,7 +1359,8 @@
"group": "",
"kind": "ConfigMap",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ConfigMap",
@@ -1409,7 +1414,8 @@
"group": "",
"kind": "ConfigMap",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -1588,7 +1594,8 @@
"group": "",
"kind": "Endpoints",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Endpoints",
@@ -1809,7 +1816,8 @@
"group": "",
"kind": "Endpoints",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete Endpoints",
@@ -1887,7 +1895,8 @@
"group": "",
"kind": "Endpoints",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Endpoints",
@@ -1941,7 +1950,8 @@
"group": "",
"kind": "Endpoints",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -2120,7 +2130,8 @@
"group": "",
"kind": "Event",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Event",
@@ -2341,7 +2352,8 @@
"group": "",
"kind": "Event",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete an Event",
@@ -2419,7 +2431,8 @@
"group": "",
"kind": "Event",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Event",
@@ -2473,7 +2486,8 @@
"group": "",
"kind": "Event",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -2652,7 +2666,8 @@
"group": "",
"kind": "LimitRange",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of LimitRange",
@@ -2873,7 +2888,8 @@
"group": "",
"kind": "LimitRange",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a LimitRange",
@@ -2951,7 +2967,8 @@
"group": "",
"kind": "LimitRange",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified LimitRange",
@@ -3005,7 +3022,8 @@
"group": "",
"kind": "LimitRange",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -3184,7 +3202,8 @@
"group": "",
"kind": "PersistentVolumeClaim",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of PersistentVolumeClaim",
@@ -3405,7 +3424,8 @@
"group": "",
"kind": "PersistentVolumeClaim",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a PersistentVolumeClaim",
@@ -3483,7 +3503,8 @@
"group": "",
"kind": "PersistentVolumeClaim",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified PersistentVolumeClaim",
@@ -3537,7 +3558,8 @@
"group": "",
"kind": "PersistentVolumeClaim",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -3657,7 +3679,8 @@
"group": "",
"kind": "PersistentVolumeClaim",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified PersistentVolumeClaim",
@@ -3711,7 +3734,8 @@
"group": "",
"kind": "PersistentVolumeClaim",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -3890,7 +3914,8 @@
"group": "",
"kind": "Pod",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Pod",
@@ -4111,7 +4136,8 @@
"group": "",
"kind": "Pod",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a Pod",
@@ -4189,7 +4215,8 @@
"group": "",
"kind": "Pod",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Pod",
@@ -4243,7 +4270,8 @@
"group": "",
"kind": "Pod",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -4448,7 +4476,8 @@
"group": "",
"kind": "Binding",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -4546,7 +4575,8 @@
"group": "policy",
"kind": "Eviction",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -5537,7 +5567,8 @@
"group": "",
"kind": "Pod",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified Pod",
@@ -5591,7 +5622,8 @@
"group": "",
"kind": "Pod",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -5770,7 +5802,8 @@
"group": "",
"kind": "PodTemplate",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of PodTemplate",
@@ -5991,7 +6024,8 @@
"group": "",
"kind": "PodTemplate",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a PodTemplate",
@@ -6069,7 +6103,8 @@
"group": "",
"kind": "PodTemplate",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified PodTemplate",
@@ -6123,7 +6158,8 @@
"group": "",
"kind": "PodTemplate",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -6302,7 +6338,8 @@
"group": "",
"kind": "ReplicationController",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ReplicationController",
@@ -6523,7 +6560,8 @@
"group": "",
"kind": "ReplicationController",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ReplicationController",
@@ -6601,7 +6639,8 @@
"group": "",
"kind": "ReplicationController",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ReplicationController",
@@ -6655,7 +6694,8 @@
"group": "",
"kind": "ReplicationController",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -6775,7 +6815,8 @@
"group": "autoscaling",
"kind": "Scale",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update scale of the specified ReplicationController",
@@ -6829,7 +6870,8 @@
"group": "autoscaling",
"kind": "Scale",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -6949,7 +6991,8 @@
"group": "",
"kind": "ReplicationController",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified ReplicationController",
@@ -7003,7 +7046,8 @@
"group": "",
"kind": "ReplicationController",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -7182,7 +7226,8 @@
"group": "",
"kind": "ResourceQuota",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ResourceQuota",
@@ -7403,7 +7448,8 @@
"group": "",
"kind": "ResourceQuota",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ResourceQuota",
@@ -7481,7 +7527,8 @@
"group": "",
"kind": "ResourceQuota",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ResourceQuota",
@@ -7535,7 +7582,8 @@
"group": "",
"kind": "ResourceQuota",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -7655,7 +7703,8 @@
"group": "",
"kind": "ResourceQuota",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified ResourceQuota",
@@ -7709,7 +7758,8 @@
"group": "",
"kind": "ResourceQuota",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -7888,7 +7938,8 @@
"group": "",
"kind": "Secret",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Secret",
@@ -8109,7 +8160,8 @@
"group": "",
"kind": "Secret",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a Secret",
@@ -8187,7 +8239,8 @@
"group": "",
"kind": "Secret",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Secret",
@@ -8241,7 +8294,8 @@
"group": "",
"kind": "Secret",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -8420,7 +8474,8 @@
"group": "",
"kind": "ServiceAccount",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ServiceAccount",
@@ -8641,7 +8696,8 @@
"group": "",
"kind": "ServiceAccount",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ServiceAccount",
@@ -8719,7 +8775,8 @@
"group": "",
"kind": "ServiceAccount",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ServiceAccount",
@@ -8773,7 +8830,8 @@
"group": "",
"kind": "ServiceAccount",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -8952,7 +9010,8 @@
"group": "",
"kind": "Service",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -9087,7 +9146,8 @@
"group": "",
"kind": "Service",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a Service",
@@ -9165,7 +9225,8 @@
"group": "",
"kind": "Service",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Service",
@@ -9219,7 +9280,8 @@
"group": "",
"kind": "Service",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -9863,7 +9925,8 @@
"group": "",
"kind": "Service",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified Service",
@@ -9917,7 +9980,8 @@
"group": "",
"kind": "Service",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -10053,7 +10117,8 @@
"group": "",
"kind": "Namespace",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a Namespace",
@@ -10131,7 +10196,8 @@
"group": "",
"kind": "Namespace",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Namespace",
@@ -10185,7 +10251,8 @@
"group": "",
"kind": "Namespace",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -10255,7 +10322,8 @@
"group": "",
"kind": "Namespace",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -10374,7 +10442,8 @@
"group": "",
"kind": "Namespace",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified Namespace",
@@ -10428,7 +10497,8 @@
"group": "",
"kind": "Namespace",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -10599,7 +10669,8 @@
"group": "",
"kind": "Node",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Node",
@@ -10812,7 +10883,8 @@
"group": "",
"kind": "Node",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a Node",
@@ -10890,7 +10962,8 @@
"group": "",
"kind": "Node",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Node",
@@ -10944,7 +11017,8 @@
"group": "",
"kind": "Node",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -11564,7 +11638,8 @@
"group": "",
"kind": "Node",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified Node",
@@ -11618,7 +11693,8 @@
"group": "",
"kind": "Node",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -11893,7 +11969,8 @@
"group": "",
"kind": "PersistentVolume",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of PersistentVolume",
@@ -12106,7 +12183,8 @@
"group": "",
"kind": "PersistentVolume",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a PersistentVolume",
@@ -12184,7 +12262,8 @@
"group": "",
"kind": "PersistentVolume",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified PersistentVolume",
@@ -12238,7 +12317,8 @@
"group": "",
"kind": "PersistentVolume",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -12350,7 +12430,8 @@
"group": "",
"kind": "PersistentVolume",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified PersistentVolume",
@@ -12404,7 +12485,8 @@
"group": "",
"kind": "PersistentVolume",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -16528,7 +16610,8 @@
"group": "admissionregistration.k8s.io",
"kind": "InitializerConfiguration",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of InitializerConfiguration",
@@ -16741,7 +16824,8 @@
"group": "admissionregistration.k8s.io",
"kind": "InitializerConfiguration",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete an InitializerConfiguration",
@@ -16819,7 +16903,8 @@
"group": "admissionregistration.k8s.io",
"kind": "InitializerConfiguration",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified InitializerConfiguration",
@@ -16873,7 +16958,8 @@
"group": "admissionregistration.k8s.io",
"kind": "InitializerConfiguration",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -17219,7 +17305,8 @@
"group": "admissionregistration.k8s.io",
"kind": "MutatingWebhookConfiguration",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of MutatingWebhookConfiguration",
@@ -17432,7 +17519,8 @@
"group": "admissionregistration.k8s.io",
"kind": "MutatingWebhookConfiguration",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a MutatingWebhookConfiguration",
@@ -17510,7 +17598,8 @@
"group": "admissionregistration.k8s.io",
"kind": "MutatingWebhookConfiguration",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified MutatingWebhookConfiguration",
@@ -17564,7 +17653,8 @@
"group": "admissionregistration.k8s.io",
"kind": "MutatingWebhookConfiguration",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -17735,7 +17825,8 @@
"group": "admissionregistration.k8s.io",
"kind": "ValidatingWebhookConfiguration",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ValidatingWebhookConfiguration",
@@ -17948,7 +18039,8 @@
"group": "admissionregistration.k8s.io",
"kind": "ValidatingWebhookConfiguration",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ValidatingWebhookConfiguration",
@@ -18026,7 +18118,8 @@
"group": "admissionregistration.k8s.io",
"kind": "ValidatingWebhookConfiguration",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ValidatingWebhookConfiguration",
@@ -18080,7 +18173,8 @@
"group": "admissionregistration.k8s.io",
"kind": "ValidatingWebhookConfiguration",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -18601,7 +18695,8 @@
"group": "apiextensions.k8s.io",
"kind": "CustomResourceDefinition",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of CustomResourceDefinition",
@@ -18814,7 +18909,8 @@
"group": "apiextensions.k8s.io",
"kind": "CustomResourceDefinition",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a CustomResourceDefinition",
@@ -18892,7 +18988,8 @@
"group": "apiextensions.k8s.io",
"kind": "CustomResourceDefinition",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified CustomResourceDefinition",
@@ -18946,7 +19043,8 @@
"group": "apiextensions.k8s.io",
"kind": "CustomResourceDefinition",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -19058,7 +19156,8 @@
"group": "apiextensions.k8s.io",
"kind": "CustomResourceDefinition",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified CustomResourceDefinition",
@@ -19112,7 +19211,8 @@
"group": "apiextensions.k8s.io",
"kind": "CustomResourceDefinition",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -19491,7 +19591,8 @@
"group": "apiregistration.k8s.io",
"kind": "APIService",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of APIService",
@@ -19704,7 +19805,8 @@
"group": "apiregistration.k8s.io",
"kind": "APIService",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete an APIService",
@@ -19782,7 +19884,8 @@
"group": "apiregistration.k8s.io",
"kind": "APIService",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified APIService",
@@ -19836,7 +19939,8 @@
"group": "apiregistration.k8s.io",
"kind": "APIService",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -19948,7 +20052,8 @@
"group": "apiregistration.k8s.io",
"kind": "APIService",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified APIService",
@@ -20002,7 +20107,8 @@
"group": "apiregistration.k8s.io",
"kind": "APIService",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -20348,7 +20454,8 @@
"group": "apiregistration.k8s.io",
"kind": "APIService",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of APIService",
@@ -20561,7 +20668,8 @@
"group": "apiregistration.k8s.io",
"kind": "APIService",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete an APIService",
@@ -20639,7 +20747,8 @@
"group": "apiregistration.k8s.io",
"kind": "APIService",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified APIService",
@@ -20693,7 +20802,8 @@
"group": "apiregistration.k8s.io",
"kind": "APIService",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -20805,7 +20915,8 @@
"group": "apiregistration.k8s.io",
"kind": "APIService",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified APIService",
@@ -20859,7 +20970,8 @@
"group": "apiregistration.k8s.io",
"kind": "APIService",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -21550,7 +21662,8 @@
"group": "apps",
"kind": "ControllerRevision",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ControllerRevision",
@@ -21771,7 +21884,8 @@
"group": "apps",
"kind": "ControllerRevision",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ControllerRevision",
@@ -21849,7 +21963,8 @@
"group": "apps",
"kind": "ControllerRevision",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ControllerRevision",
@@ -21903,7 +22018,8 @@
"group": "apps",
"kind": "ControllerRevision",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -22082,7 +22198,8 @@
"group": "apps",
"kind": "DaemonSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of DaemonSet",
@@ -22303,7 +22420,8 @@
"group": "apps",
"kind": "DaemonSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a DaemonSet",
@@ -22381,7 +22499,8 @@
"group": "apps",
"kind": "DaemonSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified DaemonSet",
@@ -22435,7 +22554,8 @@
"group": "apps",
"kind": "DaemonSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -22555,7 +22675,8 @@
"group": "apps",
"kind": "DaemonSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified DaemonSet",
@@ -22609,7 +22730,8 @@
"group": "apps",
"kind": "DaemonSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -22788,7 +22910,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Deployment",
@@ -23009,7 +23132,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a Deployment",
@@ -23087,7 +23211,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Deployment",
@@ -23141,7 +23266,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -23261,7 +23387,8 @@
"group": "autoscaling",
"kind": "Scale",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update scale of the specified Deployment",
@@ -23315,7 +23442,8 @@
"group": "autoscaling",
"kind": "Scale",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -23435,7 +23563,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified Deployment",
@@ -23489,7 +23618,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -23668,7 +23798,8 @@
"group": "apps",
"kind": "ReplicaSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ReplicaSet",
@@ -23889,7 +24020,8 @@
"group": "apps",
"kind": "ReplicaSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ReplicaSet",
@@ -23967,7 +24099,8 @@
"group": "apps",
"kind": "ReplicaSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ReplicaSet",
@@ -24021,7 +24154,8 @@
"group": "apps",
"kind": "ReplicaSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -24141,7 +24275,8 @@
"group": "autoscaling",
"kind": "Scale",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update scale of the specified ReplicaSet",
@@ -24195,7 +24330,8 @@
"group": "autoscaling",
"kind": "Scale",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -24315,7 +24451,8 @@
"group": "apps",
"kind": "ReplicaSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified ReplicaSet",
@@ -24369,7 +24506,8 @@
"group": "apps",
"kind": "ReplicaSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -24548,7 +24686,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of StatefulSet",
@@ -24769,7 +24908,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a StatefulSet",
@@ -24847,7 +24987,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified StatefulSet",
@@ -24901,7 +25042,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -25021,7 +25163,8 @@
"group": "autoscaling",
"kind": "Scale",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update scale of the specified StatefulSet",
@@ -25075,7 +25218,8 @@
"group": "autoscaling",
"kind": "Scale",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -25195,7 +25339,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified StatefulSet",
@@ -25249,7 +25394,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -27002,7 +27148,8 @@
"group": "apps",
"kind": "ControllerRevision",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ControllerRevision",
@@ -27223,7 +27370,8 @@
"group": "apps",
"kind": "ControllerRevision",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ControllerRevision",
@@ -27301,7 +27449,8 @@
"group": "apps",
"kind": "ControllerRevision",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ControllerRevision",
@@ -27355,7 +27504,8 @@
"group": "apps",
"kind": "ControllerRevision",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -27534,7 +27684,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Deployment",
@@ -27755,7 +27906,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a Deployment",
@@ -27833,7 +27985,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Deployment",
@@ -27887,7 +28040,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -27971,7 +28125,8 @@
"group": "apps",
"kind": "DeploymentRollback",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -28105,7 +28260,8 @@
"group": "apps",
"kind": "Scale",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update scale of the specified Deployment",
@@ -28159,7 +28315,8 @@
"group": "apps",
"kind": "Scale",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -28279,7 +28436,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified Deployment",
@@ -28333,7 +28491,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -28512,7 +28671,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of StatefulSet",
@@ -28733,7 +28893,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a StatefulSet",
@@ -28811,7 +28972,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified StatefulSet",
@@ -28865,7 +29027,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -28985,7 +29148,8 @@
"group": "apps",
"kind": "Scale",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update scale of the specified StatefulSet",
@@ -29039,7 +29203,8 @@
"group": "apps",
"kind": "Scale",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -29159,7 +29324,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified StatefulSet",
@@ -29213,7 +29379,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -30516,7 +30683,8 @@
"group": "apps",
"kind": "ControllerRevision",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ControllerRevision",
@@ -30737,7 +30905,8 @@
"group": "apps",
"kind": "ControllerRevision",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ControllerRevision",
@@ -30815,7 +30984,8 @@
"group": "apps",
"kind": "ControllerRevision",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ControllerRevision",
@@ -30869,7 +31039,8 @@
"group": "apps",
"kind": "ControllerRevision",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -31048,7 +31219,8 @@
"group": "apps",
"kind": "DaemonSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of DaemonSet",
@@ -31269,7 +31441,8 @@
"group": "apps",
"kind": "DaemonSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a DaemonSet",
@@ -31347,7 +31520,8 @@
"group": "apps",
"kind": "DaemonSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified DaemonSet",
@@ -31401,7 +31575,8 @@
"group": "apps",
"kind": "DaemonSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -31521,7 +31696,8 @@
"group": "apps",
"kind": "DaemonSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified DaemonSet",
@@ -31575,7 +31751,8 @@
"group": "apps",
"kind": "DaemonSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -31754,7 +31931,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Deployment",
@@ -31975,7 +32153,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a Deployment",
@@ -32053,7 +32232,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Deployment",
@@ -32107,7 +32287,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -32227,7 +32408,8 @@
"group": "apps",
"kind": "Scale",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update scale of the specified Deployment",
@@ -32281,7 +32463,8 @@
"group": "apps",
"kind": "Scale",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -32401,7 +32584,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified Deployment",
@@ -32455,7 +32639,8 @@
"group": "apps",
"kind": "Deployment",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -32634,7 +32819,8 @@
"group": "apps",
"kind": "ReplicaSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ReplicaSet",
@@ -32855,7 +33041,8 @@
"group": "apps",
"kind": "ReplicaSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ReplicaSet",
@@ -32933,7 +33120,8 @@
"group": "apps",
"kind": "ReplicaSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ReplicaSet",
@@ -32987,7 +33175,8 @@
"group": "apps",
"kind": "ReplicaSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -33107,7 +33296,8 @@
"group": "apps",
"kind": "Scale",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update scale of the specified ReplicaSet",
@@ -33161,7 +33351,8 @@
"group": "apps",
"kind": "Scale",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -33281,7 +33472,8 @@
"group": "apps",
"kind": "ReplicaSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified ReplicaSet",
@@ -33335,7 +33527,8 @@
"group": "apps",
"kind": "ReplicaSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -33514,7 +33707,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of StatefulSet",
@@ -33735,7 +33929,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a StatefulSet",
@@ -33813,7 +34008,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified StatefulSet",
@@ -33867,7 +34063,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -33987,7 +34184,8 @@
"group": "apps",
"kind": "Scale",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update scale of the specified StatefulSet",
@@ -34041,7 +34239,8 @@
"group": "apps",
"kind": "Scale",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -34161,7 +34360,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified StatefulSet",
@@ -34215,7 +34415,8 @@
"group": "apps",
"kind": "StatefulSet",
"version": "v1beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -35793,7 +35994,8 @@
"group": "auditregistration.k8s.io",
"kind": "AuditSink",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of AuditSink",
@@ -36006,7 +36208,8 @@
"group": "auditregistration.k8s.io",
"kind": "AuditSink",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete an AuditSink",
@@ -36084,7 +36287,8 @@
"group": "auditregistration.k8s.io",
"kind": "AuditSink",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified AuditSink",
@@ -36138,7 +36342,8 @@
"group": "auditregistration.k8s.io",
"kind": "AuditSink",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -36422,7 +36627,8 @@
"group": "authentication.k8s.io",
"kind": "TokenReview",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -36537,7 +36743,8 @@
"group": "authentication.k8s.io",
"kind": "TokenReview",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -36685,7 +36892,8 @@
"group": "authorization.k8s.io",
"kind": "LocalSubjectAccessReview",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -36775,7 +36983,8 @@
"group": "authorization.k8s.io",
"kind": "SelfSubjectAccessReview",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -36857,7 +37066,8 @@
"group": "authorization.k8s.io",
"kind": "SelfSubjectRulesReview",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -36939,7 +37149,8 @@
"group": "authorization.k8s.io",
"kind": "SubjectAccessReview",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -37054,7 +37265,8 @@
"group": "authorization.k8s.io",
"kind": "LocalSubjectAccessReview",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -37144,7 +37356,8 @@
"group": "authorization.k8s.io",
"kind": "SelfSubjectAccessReview",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -37226,7 +37439,8 @@
"group": "authorization.k8s.io",
"kind": "SelfSubjectRulesReview",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -37308,7 +37522,8 @@
"group": "authorization.k8s.io",
"kind": "SubjectAccessReview",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -37655,7 +37870,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of HorizontalPodAutoscaler",
@@ -37876,7 +38092,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a HorizontalPodAutoscaler",
@@ -37954,7 +38171,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified HorizontalPodAutoscaler",
@@ -38008,7 +38226,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -38128,7 +38347,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified HorizontalPodAutoscaler",
@@ -38182,7 +38402,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -38723,7 +38944,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v2beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of HorizontalPodAutoscaler",
@@ -38944,7 +39166,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v2beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a HorizontalPodAutoscaler",
@@ -39022,7 +39245,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v2beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified HorizontalPodAutoscaler",
@@ -39076,7 +39300,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v2beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -39196,7 +39421,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v2beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified HorizontalPodAutoscaler",
@@ -39250,7 +39476,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v2beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -39791,7 +40018,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v2beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of HorizontalPodAutoscaler",
@@ -40012,7 +40240,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v2beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a HorizontalPodAutoscaler",
@@ -40090,7 +40319,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v2beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified HorizontalPodAutoscaler",
@@ -40144,7 +40374,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v2beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -40264,7 +40495,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v2beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified HorizontalPodAutoscaler",
@@ -40318,7 +40550,8 @@
"group": "autoscaling",
"kind": "HorizontalPodAutoscaler",
"version": "v2beta2"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -40892,7 +41125,8 @@
"group": "batch",
"kind": "Job",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Job",
@@ -41113,7 +41347,8 @@
"group": "batch",
"kind": "Job",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a Job",
@@ -41191,7 +41426,8 @@
"group": "batch",
"kind": "Job",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Job",
@@ -41245,7 +41481,8 @@
"group": "batch",
"kind": "Job",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -41365,7 +41602,8 @@
"group": "batch",
"kind": "Job",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified Job",
@@ -41419,7 +41657,8 @@
"group": "batch",
"kind": "Job",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -41960,7 +42199,8 @@
"group": "batch",
"kind": "CronJob",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of CronJob",
@@ -42181,7 +42421,8 @@
"group": "batch",
"kind": "CronJob",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a CronJob",
@@ -42259,7 +42500,8 @@
"group": "batch",
"kind": "CronJob",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified CronJob",
@@ -42313,7 +42555,8 @@
"group": "batch",
"kind": "CronJob",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -42433,7 +42676,8 @@
"group": "batch",
"kind": "CronJob",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified CronJob",
@@ -42487,7 +42731,8 @@
"group": "batch",
"kind": "CronJob",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -43028,7 +43273,8 @@
"group": "batch",
"kind": "CronJob",
"version": "v2alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of CronJob",
@@ -43249,7 +43495,8 @@
"group": "batch",
"kind": "CronJob",
"version": "v2alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a CronJob",
@@ -43327,7 +43574,8 @@
"group": "batch",
"kind": "CronJob",
"version": "v2alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified CronJob",
@@ -43381,7 +43629,8 @@
"group": "batch",
"kind": "CronJob",
"version": "v2alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -43501,7 +43750,8 @@
"group": "batch",
"kind": "CronJob",
"version": "v2alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified CronJob",
@@ -43555,7 +43805,8 @@
"group": "batch",
"kind": "CronJob",
"version": "v2alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -44025,7 +44276,8 @@
"group": "certificates.k8s.io",
"kind": "CertificateSigningRequest",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of CertificateSigningRequest",
@@ -44238,7 +44490,8 @@
"group": "certificates.k8s.io",
"kind": "CertificateSigningRequest",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a CertificateSigningRequest",
@@ -44316,7 +44569,8 @@
"group": "certificates.k8s.io",
"kind": "CertificateSigningRequest",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified CertificateSigningRequest",
@@ -44370,7 +44624,8 @@
"group": "certificates.k8s.io",
"kind": "CertificateSigningRequest",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -44440,7 +44695,8 @@
"group": "certificates.k8s.io",
"kind": "CertificateSigningRequest",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -44559,7 +44815,8 @@
"group": "certificates.k8s.io",
"kind": "CertificateSigningRequest",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified CertificateSigningRequest",
@@ -44613,7 +44870,8 @@
"group": "certificates.k8s.io",
"kind": "CertificateSigningRequest",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -45096,7 +45354,8 @@
"group": "coordination.k8s.io",
"kind": "Lease",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Lease",
@@ -45317,7 +45576,8 @@
"group": "coordination.k8s.io",
"kind": "Lease",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a Lease",
@@ -45395,7 +45655,8 @@
"group": "coordination.k8s.io",
"kind": "Lease",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Lease",
@@ -45449,7 +45710,8 @@
"group": "coordination.k8s.io",
"kind": "Lease",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -46023,7 +46285,8 @@
"group": "events.k8s.io",
"kind": "Event",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Event",
@@ -46244,7 +46507,8 @@
"group": "events.k8s.io",
"kind": "Event",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete an Event",
@@ -46322,7 +46586,8 @@
"group": "events.k8s.io",
"kind": "Event",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Event",
@@ -46376,7 +46641,8 @@
"group": "events.k8s.io",
"kind": "Event",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -47158,7 +47424,8 @@
"group": "extensions",
"kind": "DaemonSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of DaemonSet",
@@ -47379,7 +47646,8 @@
"group": "extensions",
"kind": "DaemonSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a DaemonSet",
@@ -47457,7 +47725,8 @@
"group": "extensions",
"kind": "DaemonSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified DaemonSet",
@@ -47511,7 +47780,8 @@
"group": "extensions",
"kind": "DaemonSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -47631,7 +47901,8 @@
"group": "extensions",
"kind": "DaemonSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified DaemonSet",
@@ -47685,7 +47956,8 @@
"group": "extensions",
"kind": "DaemonSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -47864,7 +48136,8 @@
"group": "extensions",
"kind": "Deployment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Deployment",
@@ -48085,7 +48358,8 @@
"group": "extensions",
"kind": "Deployment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a Deployment",
@@ -48163,7 +48437,8 @@
"group": "extensions",
"kind": "Deployment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Deployment",
@@ -48217,7 +48492,8 @@
"group": "extensions",
"kind": "Deployment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -48301,7 +48577,8 @@
"group": "extensions",
"kind": "DeploymentRollback",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -48435,7 +48712,8 @@
"group": "extensions",
"kind": "Scale",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update scale of the specified Deployment",
@@ -48489,7 +48767,8 @@
"group": "extensions",
"kind": "Scale",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -48609,7 +48888,8 @@
"group": "extensions",
"kind": "Deployment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified Deployment",
@@ -48663,7 +48943,8 @@
"group": "extensions",
"kind": "Deployment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -48842,7 +49123,8 @@
"group": "extensions",
"kind": "Ingress",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Ingress",
@@ -49063,7 +49345,8 @@
"group": "extensions",
"kind": "Ingress",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete an Ingress",
@@ -49141,7 +49424,8 @@
"group": "extensions",
"kind": "Ingress",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Ingress",
@@ -49195,7 +49479,8 @@
"group": "extensions",
"kind": "Ingress",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -49315,7 +49600,8 @@
"group": "extensions",
"kind": "Ingress",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified Ingress",
@@ -49369,7 +49655,8 @@
"group": "extensions",
"kind": "Ingress",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -49548,7 +49835,8 @@
"group": "extensions",
"kind": "NetworkPolicy",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of NetworkPolicy",
@@ -49769,7 +50057,8 @@
"group": "extensions",
"kind": "NetworkPolicy",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a NetworkPolicy",
@@ -49847,7 +50136,8 @@
"group": "extensions",
"kind": "NetworkPolicy",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified NetworkPolicy",
@@ -49901,7 +50191,8 @@
"group": "extensions",
"kind": "NetworkPolicy",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -50080,7 +50371,8 @@
"group": "extensions",
"kind": "ReplicaSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ReplicaSet",
@@ -50301,7 +50593,8 @@
"group": "extensions",
"kind": "ReplicaSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ReplicaSet",
@@ -50379,7 +50672,8 @@
"group": "extensions",
"kind": "ReplicaSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ReplicaSet",
@@ -50433,7 +50727,8 @@
"group": "extensions",
"kind": "ReplicaSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -50553,7 +50848,8 @@
"group": "extensions",
"kind": "Scale",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update scale of the specified ReplicaSet",
@@ -50607,7 +50903,8 @@
"group": "extensions",
"kind": "Scale",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -50727,7 +51024,8 @@
"group": "extensions",
"kind": "ReplicaSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified ReplicaSet",
@@ -50781,7 +51079,8 @@
"group": "extensions",
"kind": "ReplicaSet",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -50901,7 +51200,8 @@
"group": "extensions",
"kind": "Scale",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update scale of the specified ReplicationControllerDummy",
@@ -50955,7 +51255,8 @@
"group": "extensions",
"kind": "Scale",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -51238,7 +51539,8 @@
"group": "extensions",
"kind": "PodSecurityPolicy",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of PodSecurityPolicy",
@@ -51451,7 +51753,8 @@
"group": "extensions",
"kind": "PodSecurityPolicy",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a PodSecurityPolicy",
@@ -51529,7 +51832,8 @@
"group": "extensions",
"kind": "PodSecurityPolicy",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified PodSecurityPolicy",
@@ -51583,7 +51887,8 @@
"group": "extensions",
"kind": "PodSecurityPolicy",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -53191,7 +53496,8 @@
"group": "networking.k8s.io",
"kind": "NetworkPolicy",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of NetworkPolicy",
@@ -53412,7 +53718,8 @@
"group": "networking.k8s.io",
"kind": "NetworkPolicy",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a NetworkPolicy",
@@ -53490,7 +53797,8 @@
"group": "networking.k8s.io",
"kind": "NetworkPolicy",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified NetworkPolicy",
@@ -53544,7 +53852,8 @@
"group": "networking.k8s.io",
"kind": "NetworkPolicy",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -54118,7 +54427,8 @@
"group": "policy",
"kind": "PodDisruptionBudget",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of PodDisruptionBudget",
@@ -54339,7 +54649,8 @@
"group": "policy",
"kind": "PodDisruptionBudget",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a PodDisruptionBudget",
@@ -54417,7 +54728,8 @@
"group": "policy",
"kind": "PodDisruptionBudget",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified PodDisruptionBudget",
@@ -54471,7 +54783,8 @@
"group": "policy",
"kind": "PodDisruptionBudget",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -54591,7 +54904,8 @@
"group": "policy",
"kind": "PodDisruptionBudget",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified PodDisruptionBudget",
@@ -54645,7 +54959,8 @@
"group": "policy",
"kind": "PodDisruptionBudget",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -54928,7 +55243,8 @@
"group": "policy",
"kind": "PodSecurityPolicy",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of PodSecurityPolicy",
@@ -55141,7 +55457,8 @@
"group": "policy",
"kind": "PodSecurityPolicy",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a PodSecurityPolicy",
@@ -55219,7 +55536,8 @@
"group": "policy",
"kind": "PodSecurityPolicy",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified PodSecurityPolicy",
@@ -55273,7 +55591,8 @@
"group": "policy",
"kind": "PodSecurityPolicy",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -55877,7 +56196,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRoleBinding",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ClusterRoleBinding",
@@ -56074,7 +56394,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRoleBinding",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ClusterRoleBinding",
@@ -56152,7 +56473,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRoleBinding",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ClusterRoleBinding",
@@ -56206,7 +56528,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRoleBinding",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -56377,7 +56700,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ClusterRole",
@@ -56574,7 +56898,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ClusterRole",
@@ -56652,7 +56977,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ClusterRole",
@@ -56706,7 +57032,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -56877,7 +57204,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "RoleBinding",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of RoleBinding",
@@ -57082,7 +57410,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "RoleBinding",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a RoleBinding",
@@ -57160,7 +57489,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "RoleBinding",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified RoleBinding",
@@ -57214,7 +57544,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "RoleBinding",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -57393,7 +57724,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "Role",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Role",
@@ -57598,7 +57930,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "Role",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a Role",
@@ -57676,7 +58009,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "Role",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Role",
@@ -57730,7 +58064,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "Role",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -58884,7 +59219,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRoleBinding",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ClusterRoleBinding",
@@ -59081,7 +59417,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRoleBinding",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ClusterRoleBinding",
@@ -59159,7 +59496,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRoleBinding",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ClusterRoleBinding",
@@ -59213,7 +59551,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRoleBinding",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -59384,7 +59723,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ClusterRole",
@@ -59581,7 +59921,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ClusterRole",
@@ -59659,7 +60000,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ClusterRole",
@@ -59713,7 +60055,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -59884,7 +60227,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "RoleBinding",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of RoleBinding",
@@ -60089,7 +60433,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "RoleBinding",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a RoleBinding",
@@ -60167,7 +60512,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "RoleBinding",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified RoleBinding",
@@ -60221,7 +60567,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "RoleBinding",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -60400,7 +60747,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "Role",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Role",
@@ -60605,7 +60953,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "Role",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a Role",
@@ -60683,7 +61032,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "Role",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Role",
@@ -60737,7 +61087,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "Role",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -61891,7 +62242,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRoleBinding",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ClusterRoleBinding",
@@ -62088,7 +62440,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRoleBinding",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ClusterRoleBinding",
@@ -62166,7 +62519,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRoleBinding",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ClusterRoleBinding",
@@ -62220,7 +62574,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRoleBinding",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -62391,7 +62746,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of ClusterRole",
@@ -62588,7 +62944,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a ClusterRole",
@@ -62666,7 +63023,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified ClusterRole",
@@ -62720,7 +63078,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "ClusterRole",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -62891,7 +63250,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "RoleBinding",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of RoleBinding",
@@ -63096,7 +63456,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "RoleBinding",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a RoleBinding",
@@ -63174,7 +63535,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "RoleBinding",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified RoleBinding",
@@ -63228,7 +63590,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "RoleBinding",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -63407,7 +63770,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "Role",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of Role",
@@ -63612,7 +63976,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "Role",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a Role",
@@ -63690,7 +64055,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "Role",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified Role",
@@ -63744,7 +64110,8 @@
"group": "rbac.authorization.k8s.io",
"kind": "Role",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -64931,7 +65298,8 @@
"group": "scheduling.k8s.io",
"kind": "PriorityClass",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of PriorityClass",
@@ -65144,7 +65512,8 @@
"group": "scheduling.k8s.io",
"kind": "PriorityClass",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a PriorityClass",
@@ -65222,7 +65591,8 @@
"group": "scheduling.k8s.io",
"kind": "PriorityClass",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified PriorityClass",
@@ -65276,7 +65646,8 @@
"group": "scheduling.k8s.io",
"kind": "PriorityClass",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -65622,7 +65993,8 @@
"group": "scheduling.k8s.io",
"kind": "PriorityClass",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of PriorityClass",
@@ -65835,7 +66207,8 @@
"group": "scheduling.k8s.io",
"kind": "PriorityClass",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a PriorityClass",
@@ -65913,7 +66286,8 @@
"group": "scheduling.k8s.io",
"kind": "PriorityClass",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified PriorityClass",
@@ -65967,7 +66341,8 @@
"group": "scheduling.k8s.io",
"kind": "PriorityClass",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -66346,7 +66721,8 @@
"group": "settings.k8s.io",
"kind": "PodPreset",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of PodPreset",
@@ -66567,7 +66943,8 @@
"group": "settings.k8s.io",
"kind": "PodPreset",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a PodPreset",
@@ -66645,7 +67022,8 @@
"group": "settings.k8s.io",
"kind": "PodPreset",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified PodPreset",
@@ -66699,7 +67077,8 @@
"group": "settings.k8s.io",
"kind": "PodPreset",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -67273,7 +67652,8 @@
"group": "storage.k8s.io",
"kind": "StorageClass",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of StorageClass",
@@ -67486,7 +67866,8 @@
"group": "storage.k8s.io",
"kind": "StorageClass",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a StorageClass",
@@ -67564,7 +67945,8 @@
"group": "storage.k8s.io",
"kind": "StorageClass",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified StorageClass",
@@ -67618,7 +68000,8 @@
"group": "storage.k8s.io",
"kind": "StorageClass",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -67789,7 +68172,8 @@
"group": "storage.k8s.io",
"kind": "VolumeAttachment",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of VolumeAttachment",
@@ -68002,7 +68386,8 @@
"group": "storage.k8s.io",
"kind": "VolumeAttachment",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a VolumeAttachment",
@@ -68080,7 +68465,8 @@
"group": "storage.k8s.io",
"kind": "VolumeAttachment",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified VolumeAttachment",
@@ -68134,7 +68520,8 @@
"group": "storage.k8s.io",
"kind": "VolumeAttachment",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -68246,7 +68633,8 @@
"group": "storage.k8s.io",
"kind": "VolumeAttachment",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update status of the specified VolumeAttachment",
@@ -68300,7 +68688,8 @@
"group": "storage.k8s.io",
"kind": "VolumeAttachment",
"version": "v1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -68788,7 +69177,8 @@
"group": "storage.k8s.io",
"kind": "VolumeAttachment",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of VolumeAttachment",
@@ -69001,7 +69391,8 @@
"group": "storage.k8s.io",
"kind": "VolumeAttachment",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a VolumeAttachment",
@@ -69079,7 +69470,8 @@
"group": "storage.k8s.io",
"kind": "VolumeAttachment",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified VolumeAttachment",
@@ -69133,7 +69525,8 @@
"group": "storage.k8s.io",
"kind": "VolumeAttachment",
"version": "v1alpha1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -69479,7 +69872,8 @@
"group": "storage.k8s.io",
"kind": "StorageClass",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of StorageClass",
@@ -69692,7 +70086,8 @@
"group": "storage.k8s.io",
"kind": "StorageClass",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a StorageClass",
@@ -69770,7 +70165,8 @@
"group": "storage.k8s.io",
"kind": "StorageClass",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified StorageClass",
@@ -69824,7 +70220,8 @@
"group": "storage.k8s.io",
"kind": "StorageClass",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -69995,7 +70392,8 @@
"group": "storage.k8s.io",
"kind": "VolumeAttachment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete collection of VolumeAttachment",
@@ -70208,7 +70606,8 @@
"group": "storage.k8s.io",
"kind": "VolumeAttachment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"delete": {
"description": "delete a VolumeAttachment",
@@ -70286,7 +70685,8 @@
"group": "storage.k8s.io",
"kind": "VolumeAttachment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"patch": {
"description": "partially update the specified VolumeAttachment",
@@ -70340,7 +70740,8 @@
"group": "storage.k8s.io",
"kind": "VolumeAttachment",
"version": "v1beta1"
- }
+ },
+ "x-codegen-request-body-name": "body"
},
"parameters": [
{
@@ -70746,6 +71147,7 @@
"produces": [
"application/json"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -70805,6 +71207,13 @@
],
"description": "list or watch namespace scoped custom objects",
"parameters": [
+ {
+ "uniqueItems": true,
+ "in": "query",
+ "type": "string",
+ "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
+ "name": "fieldSelector"
+ },
{
"uniqueItems": true,
"in": "query",
@@ -70819,6 +71228,13 @@
"description": "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.",
"name": "resourceVersion"
},
+ {
+ "uniqueItems": true,
+ "in": "query",
+ "type": "integer",
+ "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.",
+ "name": "timeoutSeconds"
+ },
{
"uniqueItems": true,
"in": "query",
@@ -70871,6 +71287,7 @@
"produces": [
"application/json"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -70923,6 +71340,13 @@
],
"description": "list or watch cluster scoped custom objects",
"parameters": [
+ {
+ "uniqueItems": true,
+ "in": "query",
+ "type": "string",
+ "description": "A selector to restrict the list of returned objects by their fields. Defaults to everything.",
+ "name": "fieldSelector"
+ },
{
"uniqueItems": true,
"in": "query",
@@ -70937,6 +71361,13 @@
"description": "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.",
"name": "resourceVersion"
},
+ {
+ "uniqueItems": true,
+ "in": "query",
+ "type": "integer",
+ "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.",
+ "name": "timeoutSeconds"
+ },
{
"uniqueItems": true,
"in": "query",
@@ -70996,6 +71427,7 @@
"application/yaml",
"application/vnd.kubernetes.protobuf"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -71036,6 +71468,7 @@
"application/yaml",
"application/vnd.kubernetes.protobuf"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -71135,6 +71568,7 @@
"produces": [
"application/json"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -71173,6 +71607,7 @@
"produces": [
"application/json"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -71231,6 +71666,7 @@
"produces": [
"application/json"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -71342,6 +71778,7 @@
"application/yaml",
"application/vnd.kubernetes.protobuf"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -71382,6 +71819,7 @@
"application/yaml",
"application/vnd.kubernetes.protobuf"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -71495,6 +71933,7 @@
"application/yaml",
"application/vnd.kubernetes.protobuf"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -71535,6 +71974,7 @@
"application/yaml",
"application/vnd.kubernetes.protobuf"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -71634,6 +72074,7 @@
"produces": [
"application/json"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -71672,6 +72113,7 @@
"produces": [
"application/json"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -71730,6 +72172,7 @@
"produces": [
"application/json"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -71834,6 +72277,7 @@
"application/yaml",
"application/vnd.kubernetes.protobuf"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -71874,6 +72318,7 @@
"application/yaml",
"application/vnd.kubernetes.protobuf"
],
+ "x-codegen-request-body-name": "body",
"tags": [
"custom_objects"
],
@@ -86987,7 +87432,7 @@
"type": "string"
},
"enableServiceLinks": {
- "description": "EnableServiceLinks indicates whether information about services should be injected into pod's environment variables, matching the syntax of Docker links.",
+ "description": "EnableServiceLinks indicates whether information about services should be injected into pod's environment variables, matching the syntax of Docker links. Optional: Defaults to true.",
"type": "boolean"
},
"hostAliases": {
diff --git a/src/KubernetesClient/generated/swagger.json.unprocessed b/src/KubernetesClient/generated/swagger.json.unprocessed
index 12336ef..13b702c 100644
--- a/src/KubernetesClient/generated/swagger.json.unprocessed
+++ b/src/KubernetesClient/generated/swagger.json.unprocessed
@@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Kubernetes",
- "version": "v1.13.0"
+ "version": "v1.13.4"
},
"paths": {
"/api/": {
@@ -86769,7 +86769,7 @@
"type": "string"
},
"enableServiceLinks": {
- "description": "EnableServiceLinks indicates whether information about services should be injected into pod's environment variables, matching the syntax of Docker links.",
+ "description": "EnableServiceLinks indicates whether information about services should be injected into pod's environment variables, matching the syntax of Docker links. Optional: Defaults to true.",
"type": "boolean"
},
"hostAliases": {