kubernetes-client-core-0.2.0.0: Auto-generated kubernetes-client-core API Client

Safe HaskellNone
LanguageHaskell2010

Kubernetes.OpenAPI.API.AppsV1beta2

Contents

Description

 
Synopsis

Operations

AppsV1beta2

createNamespacedControllerRevision

createNamespacedControllerRevision Source #

Arguments

:: (Consumes CreateNamespacedControllerRevision contentType, MimeRender contentType V1beta2ControllerRevision) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2ControllerRevision

"body"

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest CreateNamespacedControllerRevision contentType V1beta2ControllerRevision accept 
POST /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions

create a ControllerRevision

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedControllerRevision Source #

Instances
Produces CreateNamespacedControllerRevision MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces CreateNamespacedControllerRevision MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces CreateNamespacedControllerRevision MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes CreateNamespacedControllerRevision mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam CreateNamespacedControllerRevision Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam CreateNamespacedControllerRevision FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam CreateNamespacedControllerRevision DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam CreateNamespacedControllerRevision V1beta2ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

createNamespacedDaemonSet

createNamespacedDaemonSet Source #

Arguments

:: (Consumes CreateNamespacedDaemonSet contentType, MimeRender contentType V1beta2DaemonSet) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2DaemonSet

"body"

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest CreateNamespacedDaemonSet contentType V1beta2DaemonSet accept 
POST /apis/apps/v1beta2/namespaces/{namespace}/daemonsets

create a DaemonSet

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedDaemonSet Source #

Instances
Produces CreateNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces CreateNamespacedDaemonSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces CreateNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes CreateNamespacedDaemonSet mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam CreateNamespacedDaemonSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam CreateNamespacedDaemonSet FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam CreateNamespacedDaemonSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam CreateNamespacedDaemonSet V1beta2DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

createNamespacedDeployment

createNamespacedDeployment Source #

Arguments

:: (Consumes CreateNamespacedDeployment contentType, MimeRender contentType V1beta2Deployment) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2Deployment

"body"

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest CreateNamespacedDeployment contentType V1beta2Deployment accept 
POST /apis/apps/v1beta2/namespaces/{namespace}/deployments

create a Deployment

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedDeployment Source #

Instances
Produces CreateNamespacedDeployment MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces CreateNamespacedDeployment MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces CreateNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes CreateNamespacedDeployment mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam CreateNamespacedDeployment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam CreateNamespacedDeployment FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam CreateNamespacedDeployment DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam CreateNamespacedDeployment V1beta2Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

createNamespacedReplicaSet

createNamespacedReplicaSet Source #

Arguments

:: (Consumes CreateNamespacedReplicaSet contentType, MimeRender contentType V1beta2ReplicaSet) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2ReplicaSet

"body"

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest CreateNamespacedReplicaSet contentType V1beta2ReplicaSet accept 
POST /apis/apps/v1beta2/namespaces/{namespace}/replicasets

create a ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedReplicaSet Source #

Instances
Produces CreateNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces CreateNamespacedReplicaSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces CreateNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes CreateNamespacedReplicaSet mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam CreateNamespacedReplicaSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam CreateNamespacedReplicaSet FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam CreateNamespacedReplicaSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam CreateNamespacedReplicaSet V1beta2ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

createNamespacedStatefulSet

createNamespacedStatefulSet Source #

Arguments

:: (Consumes CreateNamespacedStatefulSet contentType, MimeRender contentType V1beta2StatefulSet) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2StatefulSet

"body"

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest CreateNamespacedStatefulSet contentType V1beta2StatefulSet accept 
POST /apis/apps/v1beta2/namespaces/{namespace}/statefulsets

create a StatefulSet

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedStatefulSet Source #

Instances
Produces CreateNamespacedStatefulSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces CreateNamespacedStatefulSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces CreateNamespacedStatefulSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes CreateNamespacedStatefulSet mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam CreateNamespacedStatefulSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam CreateNamespacedStatefulSet FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam CreateNamespacedStatefulSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam CreateNamespacedStatefulSet V1beta2StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

deleteCollectionNamespacedControllerRevision

deleteCollectionNamespacedControllerRevision Source #

Arguments

:: Consumes DeleteCollectionNamespacedControllerRevision contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest DeleteCollectionNamespacedControllerRevision contentType V1Status accept 
DELETE /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions

delete collection of ControllerRevision

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedControllerRevision Source #

Instances
Produces DeleteCollectionNamespacedControllerRevision MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteCollectionNamespacedControllerRevision MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteCollectionNamespacedControllerRevision MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes DeleteCollectionNamespacedControllerRevision mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision ResourceVersion Source #

Optional Param "resourceVersion" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision Limit Source #

Optional Param "limit" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision Continue Source #

Optional Param "continue" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedControllerRevision AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteCollectionNamespacedControllerRevision V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

deleteCollectionNamespacedDaemonSet

deleteCollectionNamespacedDaemonSet Source #

Arguments

:: Consumes DeleteCollectionNamespacedDaemonSet contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType V1Status accept 
DELETE /apis/apps/v1beta2/namespaces/{namespace}/daemonsets

delete collection of DaemonSet

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedDaemonSet Source #

Instances
Produces DeleteCollectionNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteCollectionNamespacedDaemonSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteCollectionNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes DeleteCollectionNamespacedDaemonSet mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet ResourceVersion Source #

Optional Param "resourceVersion" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet Limit Source #

Optional Param "limit" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet Continue Source #

Optional Param "continue" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDaemonSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteCollectionNamespacedDaemonSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

deleteCollectionNamespacedDeployment

deleteCollectionNamespacedDeployment Source #

Arguments

:: Consumes DeleteCollectionNamespacedDeployment contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest DeleteCollectionNamespacedDeployment contentType V1Status accept 
DELETE /apis/apps/v1beta2/namespaces/{namespace}/deployments

delete collection of Deployment

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedDeployment Source #

Instances
Produces DeleteCollectionNamespacedDeployment MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteCollectionNamespacedDeployment MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteCollectionNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes DeleteCollectionNamespacedDeployment mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment ResourceVersion Source #

Optional Param "resourceVersion" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment Limit Source #

Optional Param "limit" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment Continue Source #

Optional Param "continue" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedDeployment AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteCollectionNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

deleteCollectionNamespacedReplicaSet

deleteCollectionNamespacedReplicaSet Source #

Arguments

:: Consumes DeleteCollectionNamespacedReplicaSet contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType V1Status accept 
DELETE /apis/apps/v1beta2/namespaces/{namespace}/replicasets

delete collection of ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedReplicaSet Source #

Instances
Produces DeleteCollectionNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteCollectionNamespacedReplicaSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteCollectionNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes DeleteCollectionNamespacedReplicaSet mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet ResourceVersion Source #

Optional Param "resourceVersion" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet Limit Source #

Optional Param "limit" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet Continue Source #

Optional Param "continue" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedReplicaSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteCollectionNamespacedReplicaSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

deleteCollectionNamespacedStatefulSet

deleteCollectionNamespacedStatefulSet Source #

Arguments

:: Consumes DeleteCollectionNamespacedStatefulSet contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest DeleteCollectionNamespacedStatefulSet contentType V1Status accept 
DELETE /apis/apps/v1beta2/namespaces/{namespace}/statefulsets

delete collection of StatefulSet

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedStatefulSet Source #

Instances
Produces DeleteCollectionNamespacedStatefulSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteCollectionNamespacedStatefulSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteCollectionNamespacedStatefulSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes DeleteCollectionNamespacedStatefulSet mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet ResourceVersion Source #

Optional Param "resourceVersion" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet Limit Source #

Optional Param "limit" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet Continue Source #

Optional Param "continue" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteCollectionNamespacedStatefulSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteCollectionNamespacedStatefulSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

deleteNamespacedControllerRevision

deleteNamespacedControllerRevision Source #

Arguments

:: Consumes DeleteNamespacedControllerRevision contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ControllerRevision

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest DeleteNamespacedControllerRevision contentType V1Status accept 
DELETE /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}

delete a ControllerRevision

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedControllerRevision Source #

Instances
Produces DeleteNamespacedControllerRevision MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteNamespacedControllerRevision MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteNamespacedControllerRevision MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes DeleteNamespacedControllerRevision mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedControllerRevision PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedControllerRevision Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedControllerRevision OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedControllerRevision GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedControllerRevision DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteNamespacedControllerRevision V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

deleteNamespacedDaemonSet

deleteNamespacedDaemonSet Source #

Arguments

:: Consumes DeleteNamespacedDaemonSet contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the DaemonSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest DeleteNamespacedDaemonSet contentType V1Status accept 
DELETE /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}

delete a DaemonSet

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedDaemonSet Source #

Instances
Produces DeleteNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteNamespacedDaemonSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes DeleteNamespacedDaemonSet mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedDaemonSet PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedDaemonSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedDaemonSet OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedDaemonSet GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedDaemonSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteNamespacedDaemonSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

deleteNamespacedDeployment

deleteNamespacedDeployment Source #

Arguments

:: Consumes DeleteNamespacedDeployment contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Deployment

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest DeleteNamespacedDeployment contentType V1Status accept 
DELETE /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}

delete a Deployment

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedDeployment Source #

Instances
Produces DeleteNamespacedDeployment MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteNamespacedDeployment MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes DeleteNamespacedDeployment mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedDeployment PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedDeployment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedDeployment OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedDeployment GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedDeployment DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

deleteNamespacedReplicaSet

deleteNamespacedReplicaSet Source #

Arguments

:: Consumes DeleteNamespacedReplicaSet contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ReplicaSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest DeleteNamespacedReplicaSet contentType V1Status accept 
DELETE /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}

delete a ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedReplicaSet Source #

Instances
Produces DeleteNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteNamespacedReplicaSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes DeleteNamespacedReplicaSet mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedReplicaSet PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedReplicaSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedReplicaSet OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedReplicaSet GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedReplicaSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteNamespacedReplicaSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

deleteNamespacedStatefulSet

deleteNamespacedStatefulSet Source #

Arguments

:: Consumes DeleteNamespacedStatefulSet contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the StatefulSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest DeleteNamespacedStatefulSet contentType V1Status accept 
DELETE /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}

delete a StatefulSet

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedStatefulSet Source #

Instances
Produces DeleteNamespacedStatefulSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteNamespacedStatefulSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces DeleteNamespacedStatefulSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes DeleteNamespacedStatefulSet mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedStatefulSet PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedStatefulSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedStatefulSet OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedStatefulSet GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam DeleteNamespacedStatefulSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam DeleteNamespacedStatefulSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

getAPIResources

getAPIResources Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept 
GET /apis/apps/v1beta2/

get available resources

AuthMethod: AuthApiKeyBearerToken

data GetAPIResources Source #

Instances
Produces GetAPIResources MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces GetAPIResources MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces GetAPIResources MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

listControllerRevisionForAllNamespaces

listControllerRevisionForAllNamespaces Source #

GET /apis/apps/v1beta2/controllerrevisions

list or watch objects of kind ControllerRevision

AuthMethod: AuthApiKeyBearerToken

data ListControllerRevisionForAllNamespaces Source #

Instances
Produces ListControllerRevisionForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListControllerRevisionForAllNamespaces MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListControllerRevisionForAllNamespaces MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListControllerRevisionForAllNamespaces MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListControllerRevisionForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListControllerRevisionForAllNamespaces Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListControllerRevisionForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListControllerRevisionForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListControllerRevisionForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListControllerRevisionForAllNamespaces Limit Source #

Optional Param "limit" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListControllerRevisionForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListControllerRevisionForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListControllerRevisionForAllNamespaces Continue Source #

Optional Param "continue" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListControllerRevisionForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

listDaemonSetForAllNamespaces

listDaemonSetForAllNamespaces Source #

GET /apis/apps/v1beta2/daemonsets

list or watch objects of kind DaemonSet

AuthMethod: AuthApiKeyBearerToken

data ListDaemonSetForAllNamespaces Source #

Instances
Produces ListDaemonSetForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListDaemonSetForAllNamespaces MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListDaemonSetForAllNamespaces MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListDaemonSetForAllNamespaces MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListDaemonSetForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDaemonSetForAllNamespaces Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDaemonSetForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDaemonSetForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDaemonSetForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDaemonSetForAllNamespaces Limit Source #

Optional Param "limit" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDaemonSetForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDaemonSetForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDaemonSetForAllNamespaces Continue Source #

Optional Param "continue" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDaemonSetForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

listDeploymentForAllNamespaces

listDeploymentForAllNamespaces Source #

GET /apis/apps/v1beta2/deployments

list or watch objects of kind Deployment

AuthMethod: AuthApiKeyBearerToken

data ListDeploymentForAllNamespaces Source #

Instances
Produces ListDeploymentForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListDeploymentForAllNamespaces MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListDeploymentForAllNamespaces MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListDeploymentForAllNamespaces MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListDeploymentForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDeploymentForAllNamespaces Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDeploymentForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDeploymentForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDeploymentForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDeploymentForAllNamespaces Limit Source #

Optional Param "limit" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDeploymentForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDeploymentForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDeploymentForAllNamespaces Continue Source #

Optional Param "continue" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListDeploymentForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

listNamespacedControllerRevision

listNamespacedControllerRevision Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ListNamespacedControllerRevision MimeNoContent V1beta2ControllerRevisionList accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions

list or watch objects of kind ControllerRevision

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedControllerRevision Source #

Instances
Produces ListNamespacedControllerRevision MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedControllerRevision MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedControllerRevision MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedControllerRevision MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedControllerRevision MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedControllerRevision Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedControllerRevision TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedControllerRevision ResourceVersion Source #

Optional Param "resourceVersion" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedControllerRevision Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedControllerRevision Limit Source #

Optional Param "limit" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedControllerRevision LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedControllerRevision FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedControllerRevision Continue Source #

Optional Param "continue" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedControllerRevision AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

listNamespacedDaemonSet

listNamespacedDaemonSet Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ListNamespacedDaemonSet MimeNoContent V1beta2DaemonSetList accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/daemonsets

list or watch objects of kind DaemonSet

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedDaemonSet Source #

Instances
Produces ListNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedDaemonSet MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedDaemonSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedDaemonSet MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDaemonSet Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDaemonSet TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDaemonSet ResourceVersion Source #

Optional Param "resourceVersion" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDaemonSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDaemonSet Limit Source #

Optional Param "limit" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDaemonSet LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDaemonSet FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDaemonSet Continue Source #

Optional Param "continue" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDaemonSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

listNamespacedDeployment

listNamespacedDeployment Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ListNamespacedDeployment MimeNoContent V1beta2DeploymentList accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/deployments

list or watch objects of kind Deployment

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedDeployment Source #

Instances
Produces ListNamespacedDeployment MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedDeployment MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedDeployment MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedDeployment MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDeployment Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDeployment TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDeployment ResourceVersion Source #

Optional Param "resourceVersion" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDeployment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDeployment Limit Source #

Optional Param "limit" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDeployment LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDeployment FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDeployment Continue Source #

Optional Param "continue" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedDeployment AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

listNamespacedReplicaSet

listNamespacedReplicaSet Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ListNamespacedReplicaSet MimeNoContent V1beta2ReplicaSetList accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/replicasets

list or watch objects of kind ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedReplicaSet Source #

Instances
Produces ListNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedReplicaSet MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedReplicaSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedReplicaSet MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedReplicaSet Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedReplicaSet TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedReplicaSet ResourceVersion Source #

Optional Param "resourceVersion" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedReplicaSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedReplicaSet Limit Source #

Optional Param "limit" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedReplicaSet LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedReplicaSet FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedReplicaSet Continue Source #

Optional Param "continue" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedReplicaSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

listNamespacedStatefulSet

listNamespacedStatefulSet Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ListNamespacedStatefulSet MimeNoContent V1beta2StatefulSetList accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/statefulsets

list or watch objects of kind StatefulSet

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedStatefulSet Source #

Instances
Produces ListNamespacedStatefulSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedStatefulSet MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedStatefulSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedStatefulSet MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListNamespacedStatefulSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedStatefulSet Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedStatefulSet TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedStatefulSet ResourceVersion Source #

Optional Param "resourceVersion" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedStatefulSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedStatefulSet Limit Source #

Optional Param "limit" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedStatefulSet LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedStatefulSet FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedStatefulSet Continue Source #

Optional Param "continue" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListNamespacedStatefulSet AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

listReplicaSetForAllNamespaces

listReplicaSetForAllNamespaces Source #

GET /apis/apps/v1beta2/replicasets

list or watch objects of kind ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data ListReplicaSetForAllNamespaces Source #

Instances
Produces ListReplicaSetForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListReplicaSetForAllNamespaces MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListReplicaSetForAllNamespaces MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListReplicaSetForAllNamespaces MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListReplicaSetForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListReplicaSetForAllNamespaces Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListReplicaSetForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListReplicaSetForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListReplicaSetForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListReplicaSetForAllNamespaces Limit Source #

Optional Param "limit" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListReplicaSetForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListReplicaSetForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListReplicaSetForAllNamespaces Continue Source #

Optional Param "continue" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListReplicaSetForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

listStatefulSetForAllNamespaces

listStatefulSetForAllNamespaces Source #

GET /apis/apps/v1beta2/statefulsets

list or watch objects of kind StatefulSet

AuthMethod: AuthApiKeyBearerToken

data ListStatefulSetForAllNamespaces Source #

Instances
Produces ListStatefulSetForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListStatefulSetForAllNamespaces MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListStatefulSetForAllNamespaces MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListStatefulSetForAllNamespaces MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ListStatefulSetForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListStatefulSetForAllNamespaces Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListStatefulSetForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListStatefulSetForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListStatefulSetForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListStatefulSetForAllNamespaces Limit Source #

Optional Param "limit" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListStatefulSetForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListStatefulSetForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListStatefulSetForAllNamespaces Continue Source #

Optional Param "continue" - 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ListStatefulSetForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

patchNamespacedControllerRevision

patchNamespacedControllerRevision Source #

Arguments

:: (Consumes PatchNamespacedControllerRevision contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ControllerRevision

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedControllerRevision contentType V1beta2ControllerRevision accept 
PATCH /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}

partially update the specified ControllerRevision

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedControllerRevision Source #

Instances
Produces PatchNamespacedControllerRevision MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedControllerRevision MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedControllerRevision MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedControllerRevision MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedControllerRevision MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedControllerRevision MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedControllerRevision MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedControllerRevision Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedControllerRevision Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedControllerRevision FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedControllerRevision DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedControllerRevision Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

patchNamespacedDaemonSet

patchNamespacedDaemonSet Source #

Arguments

:: (Consumes PatchNamespacedDaemonSet contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the DaemonSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedDaemonSet contentType V1beta2DaemonSet accept 
PATCH /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}

partially update the specified DaemonSet

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedDaemonSet Source #

Instances
Produces PatchNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedDaemonSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDaemonSet MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDaemonSet MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDaemonSet MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDaemonSet MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDaemonSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDaemonSet Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDaemonSet FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDaemonSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedDaemonSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Methods

setBodyParam :: (Consumes PatchNamespacedDaemonSet contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> Body -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source #

patchNamespacedDaemonSetStatus

patchNamespacedDaemonSetStatus Source #

Arguments

:: (Consumes PatchNamespacedDaemonSetStatus contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the DaemonSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedDaemonSetStatus contentType V1beta2DaemonSet accept 
PATCH /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}/status

partially update status of the specified DaemonSet

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedDaemonSetStatus Source #

Instances
Produces PatchNamespacedDaemonSetStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedDaemonSetStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedDaemonSetStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDaemonSetStatus MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDaemonSetStatus MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDaemonSetStatus MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDaemonSetStatus MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDaemonSetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDaemonSetStatus Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDaemonSetStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDaemonSetStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedDaemonSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

patchNamespacedDeployment

patchNamespacedDeployment Source #

Arguments

:: (Consumes PatchNamespacedDeployment contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Deployment

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedDeployment contentType V1beta2Deployment accept 
PATCH /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}

partially update the specified Deployment

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedDeployment Source #

Instances
Produces PatchNamespacedDeployment MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedDeployment MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDeployment MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDeployment MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDeployment MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDeployment MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDeployment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDeployment Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDeployment FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDeployment DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedDeployment Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Methods

setBodyParam :: (Consumes PatchNamespacedDeployment contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedDeployment contentType res accept -> Body -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source #

patchNamespacedDeploymentScale

patchNamespacedDeploymentScale Source #

Arguments

:: (Consumes PatchNamespacedDeploymentScale contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Scale

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedDeploymentScale contentType V1beta2Scale accept 
PATCH /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale

partially update scale of the specified Deployment

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedDeploymentScale Source #

Instances
Produces PatchNamespacedDeploymentScale MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedDeploymentScale MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedDeploymentScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDeploymentScale MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDeploymentScale MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDeploymentScale MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDeploymentScale MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDeploymentScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDeploymentScale Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDeploymentScale FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDeploymentScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedDeploymentScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

patchNamespacedDeploymentStatus

patchNamespacedDeploymentStatus Source #

Arguments

:: (Consumes PatchNamespacedDeploymentStatus contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Deployment

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedDeploymentStatus contentType V1beta2Deployment accept 
PATCH /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/status

partially update status of the specified Deployment

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedDeploymentStatus Source #

Instances
Produces PatchNamespacedDeploymentStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedDeploymentStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedDeploymentStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDeploymentStatus MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDeploymentStatus MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDeploymentStatus MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedDeploymentStatus MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDeploymentStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDeploymentStatus Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDeploymentStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedDeploymentStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedDeploymentStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

patchNamespacedReplicaSet

patchNamespacedReplicaSet Source #

Arguments

:: (Consumes PatchNamespacedReplicaSet contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ReplicaSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedReplicaSet contentType V1beta2ReplicaSet accept 
PATCH /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}

partially update the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedReplicaSet Source #

Instances
Produces PatchNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedReplicaSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedReplicaSet MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedReplicaSet MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedReplicaSet MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedReplicaSet MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedReplicaSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedReplicaSet Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedReplicaSet FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedReplicaSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedReplicaSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Methods

setBodyParam :: (Consumes PatchNamespacedReplicaSet contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> Body -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source #

patchNamespacedReplicaSetScale

patchNamespacedReplicaSetScale Source #

Arguments

:: (Consumes PatchNamespacedReplicaSetScale contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Scale

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedReplicaSetScale contentType V1beta2Scale accept 
PATCH /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/scale

partially update scale of the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedReplicaSetScale Source #

Instances
Produces PatchNamespacedReplicaSetScale MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedReplicaSetScale MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedReplicaSetScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedReplicaSetScale MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedReplicaSetScale MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedReplicaSetScale MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedReplicaSetScale MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedReplicaSetScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedReplicaSetScale Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedReplicaSetScale FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedReplicaSetScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedReplicaSetScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

patchNamespacedReplicaSetStatus

patchNamespacedReplicaSetStatus Source #

Arguments

:: (Consumes PatchNamespacedReplicaSetStatus contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ReplicaSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedReplicaSetStatus contentType V1beta2ReplicaSet accept 
PATCH /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/status

partially update status of the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedReplicaSetStatus Source #

Instances
Produces PatchNamespacedReplicaSetStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedReplicaSetStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedReplicaSetStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedReplicaSetStatus MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedReplicaSetStatus MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedReplicaSetStatus MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedReplicaSetStatus MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedReplicaSetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedReplicaSetStatus Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedReplicaSetStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedReplicaSetStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedReplicaSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

patchNamespacedStatefulSet

patchNamespacedStatefulSet Source #

Arguments

:: (Consumes PatchNamespacedStatefulSet contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the StatefulSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedStatefulSet contentType V1beta2StatefulSet accept 
PATCH /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}

partially update the specified StatefulSet

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedStatefulSet Source #

Instances
Produces PatchNamespacedStatefulSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedStatefulSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedStatefulSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedStatefulSet MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedStatefulSet MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedStatefulSet MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedStatefulSet MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedStatefulSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedStatefulSet Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedStatefulSet FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedStatefulSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedStatefulSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

patchNamespacedStatefulSetScale

patchNamespacedStatefulSetScale Source #

Arguments

:: (Consumes PatchNamespacedStatefulSetScale contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Scale

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedStatefulSetScale contentType V1beta2Scale accept 
PATCH /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/scale

partially update scale of the specified StatefulSet

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedStatefulSetScale Source #

Instances
Produces PatchNamespacedStatefulSetScale MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedStatefulSetScale MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedStatefulSetScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedStatefulSetScale MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedStatefulSetScale MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedStatefulSetScale MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedStatefulSetScale MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedStatefulSetScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedStatefulSetScale Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedStatefulSetScale FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedStatefulSetScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedStatefulSetScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

patchNamespacedStatefulSetStatus

patchNamespacedStatefulSetStatus Source #

Arguments

:: (Consumes PatchNamespacedStatefulSetStatus contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the StatefulSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedStatefulSetStatus contentType V1beta2StatefulSet accept 
PATCH /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/status

partially update status of the specified StatefulSet

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedStatefulSetStatus Source #

Instances
Produces PatchNamespacedStatefulSetStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedStatefulSetStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces PatchNamespacedStatefulSetStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedStatefulSetStatus MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedStatefulSetStatus MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedStatefulSetStatus MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Consumes PatchNamespacedStatefulSetStatus MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedStatefulSetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedStatefulSetStatus Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedStatefulSetStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam PatchNamespacedStatefulSetStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam PatchNamespacedStatefulSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

readNamespacedControllerRevision

readNamespacedControllerRevision Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ControllerRevision

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedControllerRevision MimeNoContent V1beta2ControllerRevision accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}

read the specified ControllerRevision

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedControllerRevision Source #

Instances
Produces ReadNamespacedControllerRevision MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReadNamespacedControllerRevision MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReadNamespacedControllerRevision MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedControllerRevision Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedControllerRevision Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedControllerRevision Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

readNamespacedDaemonSet

readNamespacedDaemonSet Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the DaemonSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedDaemonSet MimeNoContent V1beta2DaemonSet accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}

read the specified DaemonSet

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedDaemonSet Source #

Instances
Produces ReadNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReadNamespacedDaemonSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReadNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedDaemonSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedDaemonSet Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedDaemonSet Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

readNamespacedDaemonSetStatus

readNamespacedDaemonSetStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the DaemonSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedDaemonSetStatus MimeNoContent V1beta2DaemonSet accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}/status

read status of the specified DaemonSet

AuthMethod: AuthApiKeyBearerToken

readNamespacedDeployment

readNamespacedDeployment Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Deployment

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedDeployment MimeNoContent V1beta2Deployment accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}

read the specified Deployment

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedDeployment Source #

Instances
Produces ReadNamespacedDeployment MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReadNamespacedDeployment MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReadNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedDeployment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedDeployment Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedDeployment Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

readNamespacedDeploymentScale

readNamespacedDeploymentScale Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Scale

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedDeploymentScale MimeNoContent V1beta2Scale accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale

read scale of the specified Deployment

AuthMethod: AuthApiKeyBearerToken

readNamespacedDeploymentStatus

readNamespacedDeploymentStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Deployment

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedDeploymentStatus MimeNoContent V1beta2Deployment accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/status

read status of the specified Deployment

AuthMethod: AuthApiKeyBearerToken

readNamespacedReplicaSet

readNamespacedReplicaSet Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ReplicaSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedReplicaSet MimeNoContent V1beta2ReplicaSet accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}

read the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedReplicaSet Source #

Instances
Produces ReadNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReadNamespacedReplicaSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReadNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedReplicaSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedReplicaSet Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedReplicaSet Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

readNamespacedReplicaSetScale

readNamespacedReplicaSetScale Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Scale

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedReplicaSetScale MimeNoContent V1beta2Scale accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/scale

read scale of the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

readNamespacedReplicaSetStatus

readNamespacedReplicaSetStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ReplicaSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedReplicaSetStatus MimeNoContent V1beta2ReplicaSet accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/status

read status of the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

readNamespacedStatefulSet

readNamespacedStatefulSet Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the StatefulSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedStatefulSet MimeNoContent V1beta2StatefulSet accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}

read the specified StatefulSet

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedStatefulSet Source #

Instances
Produces ReadNamespacedStatefulSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReadNamespacedStatefulSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReadNamespacedStatefulSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedStatefulSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedStatefulSet Export Source #

Optional Param "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReadNamespacedStatefulSet Exact Source #

Optional Param "exact" - Should the export be exact. Exact export maintains cluster-specific fields like Namespace. Deprecated. Planned for removal in 1.18.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

readNamespacedStatefulSetScale

readNamespacedStatefulSetScale Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Scale

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedStatefulSetScale MimeNoContent V1beta2Scale accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/scale

read scale of the specified StatefulSet

AuthMethod: AuthApiKeyBearerToken

readNamespacedStatefulSetStatus

readNamespacedStatefulSetStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the StatefulSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedStatefulSetStatus MimeNoContent V1beta2StatefulSet accept 
GET /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/status

read status of the specified StatefulSet

AuthMethod: AuthApiKeyBearerToken

replaceNamespacedControllerRevision

replaceNamespacedControllerRevision Source #

Arguments

:: (Consumes ReplaceNamespacedControllerRevision contentType, MimeRender contentType V1beta2ControllerRevision) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2ControllerRevision

"body"

-> Name

"name" - name of the ControllerRevision

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedControllerRevision contentType V1beta2ControllerRevision accept 
PUT /apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}

replace the specified ControllerRevision

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedControllerRevision Source #

Instances
Produces ReplaceNamespacedControllerRevision MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedControllerRevision MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedControllerRevision MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes ReplaceNamespacedControllerRevision mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedControllerRevision Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedControllerRevision FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedControllerRevision DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedControllerRevision V1beta2ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

replaceNamespacedDaemonSet

replaceNamespacedDaemonSet Source #

Arguments

:: (Consumes ReplaceNamespacedDaemonSet contentType, MimeRender contentType V1beta2DaemonSet) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2DaemonSet

"body"

-> Name

"name" - name of the DaemonSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedDaemonSet contentType V1beta2DaemonSet accept 
PUT /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}

replace the specified DaemonSet

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedDaemonSet Source #

Instances
Produces ReplaceNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedDaemonSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes ReplaceNamespacedDaemonSet mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedDaemonSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedDaemonSet FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedDaemonSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedDaemonSet V1beta2DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

replaceNamespacedDaemonSetStatus

replaceNamespacedDaemonSetStatus Source #

Arguments

:: (Consumes ReplaceNamespacedDaemonSetStatus contentType, MimeRender contentType V1beta2DaemonSet) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2DaemonSet

"body"

-> Name

"name" - name of the DaemonSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType V1beta2DaemonSet accept 
PUT /apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}/status

replace status of the specified DaemonSet

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedDaemonSetStatus Source #

Instances
Produces ReplaceNamespacedDaemonSetStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedDaemonSetStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedDaemonSetStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes ReplaceNamespacedDaemonSetStatus mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedDaemonSetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedDaemonSetStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedDaemonSetStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedDaemonSetStatus V1beta2DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

replaceNamespacedDeployment

replaceNamespacedDeployment Source #

Arguments

:: (Consumes ReplaceNamespacedDeployment contentType, MimeRender contentType V1beta2Deployment) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2Deployment

"body"

-> Name

"name" - name of the Deployment

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedDeployment contentType V1beta2Deployment accept 
PUT /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}

replace the specified Deployment

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedDeployment Source #

Instances
Produces ReplaceNamespacedDeployment MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedDeployment MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes ReplaceNamespacedDeployment mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedDeployment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedDeployment FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedDeployment DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedDeployment V1beta2Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

replaceNamespacedDeploymentScale

replaceNamespacedDeploymentScale Source #

Arguments

:: (Consumes ReplaceNamespacedDeploymentScale contentType, MimeRender contentType V1beta2Scale) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2Scale

"body"

-> Name

"name" - name of the Scale

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedDeploymentScale contentType V1beta2Scale accept 
PUT /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale

replace scale of the specified Deployment

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedDeploymentScale Source #

Instances
Produces ReplaceNamespacedDeploymentScale MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedDeploymentScale MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedDeploymentScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes ReplaceNamespacedDeploymentScale mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedDeploymentScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedDeploymentScale FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedDeploymentScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedDeploymentScale V1beta2Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

replaceNamespacedDeploymentStatus

replaceNamespacedDeploymentStatus Source #

Arguments

:: (Consumes ReplaceNamespacedDeploymentStatus contentType, MimeRender contentType V1beta2Deployment) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2Deployment

"body"

-> Name

"name" - name of the Deployment

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType V1beta2Deployment accept 
PUT /apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/status

replace status of the specified Deployment

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedDeploymentStatus Source #

Instances
Produces ReplaceNamespacedDeploymentStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedDeploymentStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedDeploymentStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes ReplaceNamespacedDeploymentStatus mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedDeploymentStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedDeploymentStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedDeploymentStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedDeploymentStatus V1beta2Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

replaceNamespacedReplicaSet

replaceNamespacedReplicaSet Source #

Arguments

:: (Consumes ReplaceNamespacedReplicaSet contentType, MimeRender contentType V1beta2ReplicaSet) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2ReplicaSet

"body"

-> Name

"name" - name of the ReplicaSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedReplicaSet contentType V1beta2ReplicaSet accept 
PUT /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}

replace the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedReplicaSet Source #

Instances
Produces ReplaceNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedReplicaSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes ReplaceNamespacedReplicaSet mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedReplicaSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedReplicaSet FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedReplicaSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedReplicaSet V1beta2ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

replaceNamespacedReplicaSetScale

replaceNamespacedReplicaSetScale Source #

Arguments

:: (Consumes ReplaceNamespacedReplicaSetScale contentType, MimeRender contentType V1beta2Scale) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2Scale

"body"

-> Name

"name" - name of the Scale

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedReplicaSetScale contentType V1beta2Scale accept 
PUT /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/scale

replace scale of the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedReplicaSetScale Source #

Instances
Produces ReplaceNamespacedReplicaSetScale MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedReplicaSetScale MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedReplicaSetScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes ReplaceNamespacedReplicaSetScale mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedReplicaSetScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedReplicaSetScale FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedReplicaSetScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedReplicaSetScale V1beta2Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

replaceNamespacedReplicaSetStatus

replaceNamespacedReplicaSetStatus Source #

Arguments

:: (Consumes ReplaceNamespacedReplicaSetStatus contentType, MimeRender contentType V1beta2ReplicaSet) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2ReplicaSet

"body"

-> Name

"name" - name of the ReplicaSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType V1beta2ReplicaSet accept 
PUT /apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/status

replace status of the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedReplicaSetStatus Source #

Instances
Produces ReplaceNamespacedReplicaSetStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedReplicaSetStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedReplicaSetStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes ReplaceNamespacedReplicaSetStatus mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedReplicaSetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedReplicaSetStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedReplicaSetStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedReplicaSetStatus V1beta2ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

replaceNamespacedStatefulSet

replaceNamespacedStatefulSet Source #

Arguments

:: (Consumes ReplaceNamespacedStatefulSet contentType, MimeRender contentType V1beta2StatefulSet) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2StatefulSet

"body"

-> Name

"name" - name of the StatefulSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedStatefulSet contentType V1beta2StatefulSet accept 
PUT /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}

replace the specified StatefulSet

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedStatefulSet Source #

Instances
Produces ReplaceNamespacedStatefulSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedStatefulSet MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedStatefulSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes ReplaceNamespacedStatefulSet mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedStatefulSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedStatefulSet FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedStatefulSet DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedStatefulSet V1beta2StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

replaceNamespacedStatefulSetScale

replaceNamespacedStatefulSetScale Source #

Arguments

:: (Consumes ReplaceNamespacedStatefulSetScale contentType, MimeRender contentType V1beta2Scale) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2Scale

"body"

-> Name

"name" - name of the Scale

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedStatefulSetScale contentType V1beta2Scale accept 
PUT /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/scale

replace scale of the specified StatefulSet

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedStatefulSetScale Source #

Instances
Produces ReplaceNamespacedStatefulSetScale MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedStatefulSetScale MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedStatefulSetScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes ReplaceNamespacedStatefulSetScale mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedStatefulSetScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedStatefulSetScale FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedStatefulSetScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedStatefulSetScale V1beta2Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

replaceNamespacedStatefulSetStatus

replaceNamespacedStatefulSetStatus Source #

Arguments

:: (Consumes ReplaceNamespacedStatefulSetStatus contentType, MimeRender contentType V1beta2StatefulSet) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta2StatefulSet

"body"

-> Name

"name" - name of the StatefulSet

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType V1beta2StatefulSet accept 
PUT /apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/status

replace status of the specified StatefulSet

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedStatefulSetStatus Source #

Instances
Produces ReplaceNamespacedStatefulSetStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedStatefulSetStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

Produces ReplaceNamespacedStatefulSetStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

MimeType mtype => Consumes ReplaceNamespacedStatefulSetStatus mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedStatefulSetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedStatefulSetStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasOptionalParam ReplaceNamespacedStatefulSetStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2

HasBodyParam ReplaceNamespacedStatefulSetStatus V1beta2StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta2