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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.OpenAPI.API.AppsV1beta1

Contents

Description

 
Synopsis

Operations

AppsV1beta1

createNamespacedControllerRevision

createNamespacedControllerRevision Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1ControllerRevision

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedControllerRevision contentType V1beta1ControllerRevision accept 
POST /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces CreateNamespacedControllerRevision MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam CreateNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam CreateNamespacedControllerRevision V1beta1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

createNamespacedDeployment

createNamespacedDeployment Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> AppsV1beta1Deployment

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedDeployment contentType AppsV1beta1Deployment accept 
POST /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces CreateNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam CreateNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam CreateNamespacedDeployment AppsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

createNamespacedDeploymentRollback

createNamespacedDeploymentRollback Source #

Arguments

:: (Consumes CreateNamespacedDeploymentRollback contentType, MimeRender contentType AppsV1beta1DeploymentRollback) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> AppsV1beta1DeploymentRollback

"body"

-> Name

"name" - name of the DeploymentRollback

-> Namespace

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

-> KubernetesRequest CreateNamespacedDeploymentRollback contentType V1Status accept 
POST /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/rollback

create rollback of a Deployment

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedDeploymentRollback Source #

Instances
Produces CreateNamespacedDeploymentRollback MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces CreateNamespacedDeploymentRollback MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam CreateNamespacedDeploymentRollback Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam CreateNamespacedDeploymentRollback 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.AppsV1beta1

HasOptionalParam CreateNamespacedDeploymentRollback 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.AppsV1beta1

HasBodyParam CreateNamespacedDeploymentRollback AppsV1beta1DeploymentRollback Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

createNamespacedStatefulSet

createNamespacedStatefulSet Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1StatefulSet

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedStatefulSet contentType V1beta1StatefulSet accept 
POST /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces CreateNamespacedStatefulSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam CreateNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam CreateNamespacedStatefulSet V1beta1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

deleteCollectionNamespacedControllerRevision

deleteCollectionNamespacedControllerRevision Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedControllerRevision MimeNoContent V1Status accept 
DELETE /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces DeleteCollectionNamespacedControllerRevision MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

deleteCollectionNamespacedDeployment

deleteCollectionNamespacedDeployment Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedDeployment MimeNoContent V1Status accept 
DELETE /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces DeleteCollectionNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

deleteCollectionNamespacedStatefulSet

deleteCollectionNamespacedStatefulSet Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedStatefulSet MimeNoContent V1Status accept 
DELETE /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces DeleteCollectionNamespacedStatefulSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam DeleteCollectionNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces DeleteNamespacedControllerRevision MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

HasOptionalParam DeleteNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam DeleteNamespacedControllerRevision V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces DeleteNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

HasOptionalParam DeleteNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam DeleteNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces DeleteNamespacedStatefulSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

HasOptionalParam DeleteNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam DeleteNamespacedStatefulSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

getAPIResources

getAPIResources Source #

Arguments

:: Accept accept

request accept (MimeType)

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

get available resources

AuthMethod: AuthApiKeyBearerToken

data GetAPIResources Source #

Instances
Produces GetAPIResources MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces GetAPIResources MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

listControllerRevisionForAllNamespaces

listControllerRevisionForAllNamespaces Source #

GET /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ListControllerRevisionForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ListControllerRevisionForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

listDeploymentForAllNamespaces

listDeploymentForAllNamespaces Source #

GET /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ListDeploymentForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ListDeploymentForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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 V1beta1ControllerRevisionList accept 
GET /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ListNamespacedControllerRevision MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ListNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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 AppsV1beta1DeploymentList accept 
GET /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ListNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ListNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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 V1beta1StatefulSetList accept 
GET /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ListNamespacedStatefulSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ListNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

listStatefulSetForAllNamespaces

listStatefulSetForAllNamespaces Source #

GET /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ListStatefulSetForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasOptionalParam ListStatefulSetForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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 V1beta1ControllerRevision accept 
PATCH /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces PatchNamespacedControllerRevision MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam PatchNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam PatchNamespacedControllerRevision Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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 AppsV1beta1Deployment accept 
PATCH /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces PatchNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam PatchNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam PatchNamespacedDeployment Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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 AppsV1beta1Scale accept 
PATCH /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces PatchNamespacedDeploymentScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam PatchNamespacedDeploymentScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam PatchNamespacedDeploymentScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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 AppsV1beta1Deployment accept 
PATCH /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces PatchNamespacedDeploymentStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam PatchNamespacedDeploymentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam PatchNamespacedDeploymentStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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 V1beta1StatefulSet accept 
PATCH /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces PatchNamespacedStatefulSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam PatchNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam PatchNamespacedStatefulSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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 AppsV1beta1Scale accept 
PATCH /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces PatchNamespacedStatefulSetScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam PatchNamespacedStatefulSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam PatchNamespacedStatefulSetScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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 V1beta1StatefulSet accept 
PATCH /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces PatchNamespacedStatefulSetStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam PatchNamespacedStatefulSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam PatchNamespacedStatefulSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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 V1beta1ControllerRevision accept 
GET /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ReadNamespacedControllerRevision MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReadNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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 AppsV1beta1Deployment accept 
GET /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ReadNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReadNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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 AppsV1beta1Scale accept 
GET /apis/apps/v1beta1/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 AppsV1beta1Deployment accept 
GET /apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status

read status of the specified Deployment

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 V1beta1StatefulSet accept 
GET /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ReadNamespacedStatefulSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReadNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

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 AppsV1beta1Scale accept 
GET /apis/apps/v1beta1/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 V1beta1StatefulSet accept 
GET /apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status

read status of the specified StatefulSet

AuthMethod: AuthApiKeyBearerToken

replaceNamespacedControllerRevision

replaceNamespacedControllerRevision Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1ControllerRevision

"body"

-> Name

"name" - name of the ControllerRevision

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedControllerRevision contentType V1beta1ControllerRevision accept 
PUT /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ReplaceNamespacedControllerRevision MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReplaceNamespacedControllerRevision Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam ReplaceNamespacedControllerRevision V1beta1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

replaceNamespacedDeployment

replaceNamespacedDeployment Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> AppsV1beta1Deployment

"body"

-> Name

"name" - name of the Deployment

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedDeployment contentType AppsV1beta1Deployment accept 
PUT /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ReplaceNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReplaceNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam ReplaceNamespacedDeployment AppsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

replaceNamespacedDeploymentScale

replaceNamespacedDeploymentScale Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> AppsV1beta1Scale

"body"

-> Name

"name" - name of the Scale

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedDeploymentScale contentType AppsV1beta1Scale accept 
PUT /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ReplaceNamespacedDeploymentScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReplaceNamespacedDeploymentScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam ReplaceNamespacedDeploymentScale AppsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

replaceNamespacedDeploymentStatus

replaceNamespacedDeploymentStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> AppsV1beta1Deployment

"body"

-> Name

"name" - name of the Deployment

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType AppsV1beta1Deployment accept 
PUT /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ReplaceNamespacedDeploymentStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReplaceNamespacedDeploymentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam ReplaceNamespacedDeploymentStatus AppsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

replaceNamespacedStatefulSet

replaceNamespacedStatefulSet Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1StatefulSet

"body"

-> Name

"name" - name of the StatefulSet

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedStatefulSet contentType V1beta1StatefulSet accept 
PUT /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ReplaceNamespacedStatefulSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReplaceNamespacedStatefulSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam ReplaceNamespacedStatefulSet V1beta1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

replaceNamespacedStatefulSetScale

replaceNamespacedStatefulSetScale Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> AppsV1beta1Scale

"body"

-> Name

"name" - name of the Scale

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedStatefulSetScale contentType AppsV1beta1Scale accept 
PUT /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ReplaceNamespacedStatefulSetScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReplaceNamespacedStatefulSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam ReplaceNamespacedStatefulSetScale AppsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

replaceNamespacedStatefulSetStatus

replaceNamespacedStatefulSetStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1StatefulSet

"body"

-> Name

"name" - name of the StatefulSet

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedStatefulSetStatus contentType V1beta1StatefulSet accept 
PUT /apis/apps/v1beta1/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.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

Produces ReplaceNamespacedStatefulSetStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

HasOptionalParam ReplaceNamespacedStatefulSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1

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.AppsV1beta1

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.AppsV1beta1

HasBodyParam ReplaceNamespacedStatefulSetStatus V1beta1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1beta1