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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.OpenAPI.API.ExtensionsV1beta1

Contents

Description

 
Synopsis

Operations

ExtensionsV1beta1

createNamespacedDaemonSet

createNamespacedDaemonSet Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1DaemonSet

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedDaemonSet contentType V1beta1DaemonSet accept 
POST /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets

create a DaemonSet

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedDaemonSet Source #

Instances
Produces CreateNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces CreateNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDaemonSet FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDaemonSet DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam CreateNamespacedDaemonSet V1beta1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

createNamespacedDeployment

createNamespacedDeployment Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1Deployment

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedDeployment contentType ExtensionsV1beta1Deployment accept 
POST /apis/extensions/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.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces CreateNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

HasBodyParam CreateNamespacedDeployment ExtensionsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

createNamespacedDeploymentRollback

createNamespacedDeploymentRollback Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1DeploymentRollback

"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/extensions/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.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces CreateNamespacedDeploymentRollback MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedDeploymentRollback Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

HasBodyParam CreateNamespacedDeploymentRollback ExtensionsV1beta1DeploymentRollback Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

createNamespacedIngress

createNamespacedIngress Source #

Arguments

:: (Consumes CreateNamespacedIngress contentType, MimeRender contentType ExtensionsV1beta1Ingress) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1Ingress

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedIngress contentType ExtensionsV1beta1Ingress accept 
POST /apis/extensions/v1beta1/namespaces/{namespace}/ingresses

create an Ingress

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedIngress Source #

Instances
Produces CreateNamespacedIngress MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces CreateNamespacedIngress MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam CreateNamespacedIngress 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.ExtensionsV1beta1

HasBodyParam CreateNamespacedIngress ExtensionsV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

createNamespacedNetworkPolicy

createNamespacedNetworkPolicy Source #

Arguments

:: (Consumes CreateNamespacedNetworkPolicy contentType, MimeRender contentType V1beta1NetworkPolicy) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1NetworkPolicy

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedNetworkPolicy contentType V1beta1NetworkPolicy accept 
POST /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies

create a NetworkPolicy

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedNetworkPolicy Source #

Instances
Produces CreateNamespacedNetworkPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces CreateNamespacedNetworkPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam CreateNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasBodyParam CreateNamespacedNetworkPolicy V1beta1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

createNamespacedReplicaSet

createNamespacedReplicaSet Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1ReplicaSet

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedReplicaSet contentType V1beta1ReplicaSet accept 
POST /apis/extensions/v1beta1/namespaces/{namespace}/replicasets

create a ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedReplicaSet Source #

Instances
Produces CreateNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces CreateNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedReplicaSet FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreateNamespacedReplicaSet DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam CreateNamespacedReplicaSet V1beta1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

createPodSecurityPolicy

createPodSecurityPolicy Source #

Arguments

:: (Consumes CreatePodSecurityPolicy contentType, MimeRender contentType ExtensionsV1beta1PodSecurityPolicy) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1PodSecurityPolicy

"body"

-> KubernetesRequest CreatePodSecurityPolicy contentType ExtensionsV1beta1PodSecurityPolicy accept 
POST /apis/extensions/v1beta1/podsecuritypolicies

create a PodSecurityPolicy

AuthMethod: AuthApiKeyBearerToken

data CreatePodSecurityPolicy Source #

Instances
Produces CreatePodSecurityPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces CreatePodSecurityPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreatePodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam CreatePodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam CreatePodSecurityPolicy 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.ExtensionsV1beta1

HasBodyParam CreatePodSecurityPolicy ExtensionsV1beta1PodSecurityPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteCollectionNamespacedDaemonSet

deleteCollectionNamespacedDaemonSet Source #

Arguments

:: Consumes DeleteCollectionNamespacedDaemonSet contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedDaemonSet contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets

delete collection of DaemonSet

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedDaemonSet Source #

Instances
Produces DeleteCollectionNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteCollectionNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDaemonSet AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionNamespacedDaemonSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteCollectionNamespacedDeployment

deleteCollectionNamespacedDeployment Source #

Arguments

:: Consumes DeleteCollectionNamespacedDeployment contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedDeployment contentType V1Status accept 
DELETE /apis/extensions/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.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteCollectionNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

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

HasOptionalParam DeleteCollectionNamespacedDeployment PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedDeployment OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

HasOptionalParam DeleteCollectionNamespacedDeployment GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

HasOptionalParam DeleteCollectionNamespacedDeployment DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

HasOptionalParam DeleteCollectionNamespacedDeployment AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteCollectionNamespacedIngress

deleteCollectionNamespacedIngress Source #

Arguments

:: Consumes DeleteCollectionNamespacedIngress contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedIngress contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/ingresses

delete collection of Ingress

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedIngress Source #

Instances
Produces DeleteCollectionNamespacedIngress MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteCollectionNamespacedIngress MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedIngress AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionNamespacedIngress V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteCollectionNamespacedNetworkPolicy

deleteCollectionNamespacedNetworkPolicy Source #

Arguments

:: Consumes DeleteCollectionNamespacedNetworkPolicy contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies

delete collection of NetworkPolicy

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedNetworkPolicy Source #

Instances
Produces DeleteCollectionNamespacedNetworkPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteCollectionNamespacedNetworkPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionNamespacedNetworkPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteCollectionNamespacedReplicaSet

deleteCollectionNamespacedReplicaSet Source #

Arguments

:: Consumes DeleteCollectionNamespacedReplicaSet contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedReplicaSet contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/replicasets

delete collection of ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedReplicaSet Source #

Instances
Produces DeleteCollectionNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteCollectionNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionNamespacedReplicaSet AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionNamespacedReplicaSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteCollectionPodSecurityPolicy

deleteCollectionPodSecurityPolicy Source #

Arguments

:: Consumes DeleteCollectionPodSecurityPolicy contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> KubernetesRequest DeleteCollectionPodSecurityPolicy contentType V1Status accept 
DELETE /apis/extensions/v1beta1/podsecuritypolicies

delete collection of PodSecurityPolicy

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionPodSecurityPolicy Source #

Instances
Produces DeleteCollectionPodSecurityPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteCollectionPodSecurityPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteCollectionPodSecurityPolicy AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteCollectionPodSecurityPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteNamespacedDaemonSet

deleteNamespacedDaemonSet Source #

Arguments

:: Consumes DeleteNamespacedDaemonSet contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the DaemonSet

-> Namespace

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

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

delete a DaemonSet

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedDaemonSet Source #

Instances
Produces DeleteNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDaemonSet PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDaemonSet OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDaemonSet GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedDaemonSet DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteNamespacedDaemonSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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/extensions/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.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

HasOptionalParam DeleteNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

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

HasBodyParam DeleteNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteNamespacedIngress

deleteNamespacedIngress Source #

Arguments

:: Consumes DeleteNamespacedIngress contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Ingress

-> Namespace

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

-> KubernetesRequest DeleteNamespacedIngress contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}

delete an Ingress

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedIngress Source #

Instances
Produces DeleteNamespacedIngress MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteNamespacedIngress MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedIngress 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.ExtensionsV1beta1

HasBodyParam DeleteNamespacedIngress V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteNamespacedNetworkPolicy

deleteNamespacedNetworkPolicy Source #

Arguments

:: Consumes DeleteNamespacedNetworkPolicy contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the NetworkPolicy

-> Namespace

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

-> KubernetesRequest DeleteNamespacedNetworkPolicy contentType V1Status accept 
DELETE /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}

delete a NetworkPolicy

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedNetworkPolicy Source #

Instances
Produces DeleteNamespacedNetworkPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteNamespacedNetworkPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasBodyParam DeleteNamespacedNetworkPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deleteNamespacedReplicaSet

deleteNamespacedReplicaSet Source #

Arguments

:: Consumes DeleteNamespacedReplicaSet contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ReplicaSet

-> Namespace

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

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

delete a ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedReplicaSet Source #

Instances
Produces DeleteNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeleteNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedReplicaSet PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedReplicaSet OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedReplicaSet GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeleteNamespacedReplicaSet DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam DeleteNamespacedReplicaSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

deletePodSecurityPolicy

deletePodSecurityPolicy Source #

Arguments

:: Consumes DeletePodSecurityPolicy contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodSecurityPolicy

-> KubernetesRequest DeletePodSecurityPolicy contentType V1Status accept 
DELETE /apis/extensions/v1beta1/podsecuritypolicies/{name}

delete a PodSecurityPolicy

AuthMethod: AuthApiKeyBearerToken

data DeletePodSecurityPolicy Source #

Instances
Produces DeletePodSecurityPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces DeletePodSecurityPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeletePodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeletePodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam DeletePodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeletePodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam DeletePodSecurityPolicy 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.ExtensionsV1beta1

HasBodyParam DeletePodSecurityPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

getAPIResources

getAPIResources Source #

Arguments

:: Accept accept

request accept (MimeType)

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

get available resources

AuthMethod: AuthApiKeyBearerToken

listDaemonSetForAllNamespaces

listDaemonSetForAllNamespaces Source #

GET /apis/extensions/v1beta1/daemonsets

list or watch objects of kind DaemonSet

AuthMethod: AuthApiKeyBearerToken

data ListDaemonSetForAllNamespaces Source #

Instances
Produces ListDaemonSetForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListDaemonSetForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListDaemonSetForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listDeploymentForAllNamespaces

listDeploymentForAllNamespaces Source #

GET /apis/extensions/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.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListDeploymentForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

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

HasOptionalParam ListDeploymentForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

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

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

HasOptionalParam ListDeploymentForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listIngressForAllNamespaces

listIngressForAllNamespaces Source #

GET /apis/extensions/v1beta1/ingresses

list or watch objects of kind Ingress

AuthMethod: AuthApiKeyBearerToken

data ListIngressForAllNamespaces Source #

Instances
Produces ListIngressForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListIngressForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListIngressForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listNamespacedDaemonSet

listNamespacedDaemonSet Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedDaemonSet MimeNoContent V1beta1DaemonSetList accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets

list or watch objects of kind DaemonSet

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedDaemonSet Source #

Instances
Produces ListNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedDaemonSet AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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 ExtensionsV1beta1DeploymentList accept 
GET /apis/extensions/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.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

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

HasOptionalParam ListNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

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

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

HasOptionalParam ListNamespacedDeployment AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listNamespacedIngress

listNamespacedIngress Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedIngress MimeNoContent ExtensionsV1beta1IngressList accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses

list or watch objects of kind Ingress

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedIngress Source #

Instances
Produces ListNamespacedIngress MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListNamespacedIngress MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedIngress AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listNamespacedNetworkPolicy

listNamespacedNetworkPolicy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedNetworkPolicy MimeNoContent V1beta1NetworkPolicyList accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies

list or watch objects of kind NetworkPolicy

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedNetworkPolicy Source #

Instances
Produces ListNamespacedNetworkPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListNamespacedNetworkPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ListNamespacedNetworkPolicy AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listNamespacedReplicaSet

listNamespacedReplicaSet Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedReplicaSet MimeNoContent V1beta1ReplicaSetList accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets

list or watch objects of kind ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedReplicaSet Source #

Instances
Produces ListNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNamespacedReplicaSet AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listNetworkPolicyForAllNamespaces

listNetworkPolicyForAllNamespaces Source #

GET /apis/extensions/v1beta1/networkpolicies

list or watch objects of kind NetworkPolicy

AuthMethod: AuthApiKeyBearerToken

data ListNetworkPolicyForAllNamespaces Source #

Instances
Produces ListNetworkPolicyForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListNetworkPolicyForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNetworkPolicyForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListNetworkPolicyForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListNetworkPolicyForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListNetworkPolicyForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListNetworkPolicyForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListNetworkPolicyForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListNetworkPolicyForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListNetworkPolicyForAllNamespaces 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.ExtensionsV1beta1

HasOptionalParam ListNetworkPolicyForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listPodSecurityPolicy

listPodSecurityPolicy Source #

GET /apis/extensions/v1beta1/podsecuritypolicies

list or watch objects of kind PodSecurityPolicy

AuthMethod: AuthApiKeyBearerToken

data ListPodSecurityPolicy Source #

Instances
Produces ListPodSecurityPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListPodSecurityPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam ListPodSecurityPolicy AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

listReplicaSetForAllNamespaces

listReplicaSetForAllNamespaces Source #

GET /apis/extensions/v1beta1/replicasets

list or watch objects of kind ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data ListReplicaSetForAllNamespaces Source #

Instances
Produces ListReplicaSetForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ListReplicaSetForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListReplicaSetForAllNamespaces Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListReplicaSetForAllNamespaces TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListReplicaSetForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListReplicaSetForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListReplicaSetForAllNamespaces Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListReplicaSetForAllNamespaces LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListReplicaSetForAllNamespaces FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListReplicaSetForAllNamespaces Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ListReplicaSetForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

patchNamespacedDaemonSet

patchNamespacedDaemonSet Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the DaemonSet

-> Namespace

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

-> KubernetesRequest PatchNamespacedDaemonSet contentType V1beta1DaemonSet accept 
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}

partially update the specified DaemonSet

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedDaemonSet Source #

Instances
Produces PatchNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces PatchNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDaemonSet Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDaemonSet FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDaemonSet DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam PatchNamespacedDaemonSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Methods

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

patchNamespacedDaemonSetStatus

patchNamespacedDaemonSetStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the DaemonSet

-> Namespace

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

-> KubernetesRequest PatchNamespacedDaemonSetStatus contentType V1beta1DaemonSet accept 
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status

partially update status of the specified DaemonSet

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedDaemonSetStatus Source #

Instances
Produces PatchNamespacedDaemonSetStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces PatchNamespacedDaemonSetStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDaemonSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDaemonSetStatus Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDaemonSetStatus FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDaemonSetStatus DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam PatchNamespacedDaemonSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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 ExtensionsV1beta1Deployment accept 
PATCH /apis/extensions/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.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces PatchNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

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

HasBodyParam PatchNamespacedDeployment Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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 ExtensionsV1beta1Scale accept 
PATCH /apis/extensions/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.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces PatchNamespacedDeploymentScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDeploymentScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

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

HasBodyParam PatchNamespacedDeploymentScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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 ExtensionsV1beta1Deployment accept 
PATCH /apis/extensions/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.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces PatchNamespacedDeploymentStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedDeploymentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

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

HasBodyParam PatchNamespacedDeploymentStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

patchNamespacedIngress

patchNamespacedIngress Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Ingress

-> Namespace

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

-> KubernetesRequest PatchNamespacedIngress contentType ExtensionsV1beta1Ingress accept 
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}

partially update the specified Ingress

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedIngress Source #

Instances
Produces PatchNamespacedIngress MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces PatchNamespacedIngress MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedIngress 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.ExtensionsV1beta1

HasBodyParam PatchNamespacedIngress Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Methods

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

patchNamespacedIngressStatus

patchNamespacedIngressStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Ingress

-> Namespace

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

-> KubernetesRequest PatchNamespacedIngressStatus contentType ExtensionsV1beta1Ingress accept 
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status

partially update status of the specified Ingress

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedIngressStatus Source #

Instances
Produces PatchNamespacedIngressStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces PatchNamespacedIngressStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedIngressStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedIngressStatus 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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedIngressStatus 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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedIngressStatus 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.ExtensionsV1beta1

HasBodyParam PatchNamespacedIngressStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

patchNamespacedNetworkPolicy

patchNamespacedNetworkPolicy Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the NetworkPolicy

-> Namespace

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

-> KubernetesRequest PatchNamespacedNetworkPolicy contentType V1beta1NetworkPolicy accept 
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}

partially update the specified NetworkPolicy

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedNetworkPolicy Source #

Instances
Produces PatchNamespacedNetworkPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces PatchNamespacedNetworkPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasBodyParam PatchNamespacedNetworkPolicy Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

patchNamespacedReplicaSet

patchNamespacedReplicaSet Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ReplicaSet

-> Namespace

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

-> KubernetesRequest PatchNamespacedReplicaSet contentType V1beta1ReplicaSet accept 
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}

partially update the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedReplicaSet Source #

Instances
Produces PatchNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces PatchNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicaSet Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicaSet FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicaSet DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam PatchNamespacedReplicaSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Methods

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

patchNamespacedReplicaSetScale

patchNamespacedReplicaSetScale Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Scale

-> Namespace

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

-> KubernetesRequest PatchNamespacedReplicaSetScale contentType ExtensionsV1beta1Scale accept 
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale

partially update scale of the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedReplicaSetScale Source #

Instances
Produces PatchNamespacedReplicaSetScale MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces PatchNamespacedReplicaSetScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicaSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicaSetScale Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicaSetScale FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicaSetScale DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam PatchNamespacedReplicaSetScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

patchNamespacedReplicaSetStatus

patchNamespacedReplicaSetStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ReplicaSet

-> Namespace

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

-> KubernetesRequest PatchNamespacedReplicaSetStatus contentType V1beta1ReplicaSet accept 
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status

partially update status of the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedReplicaSetStatus Source #

Instances
Produces PatchNamespacedReplicaSetStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces PatchNamespacedReplicaSetStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicaSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicaSetStatus Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicaSetStatus FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicaSetStatus DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam PatchNamespacedReplicaSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

patchNamespacedReplicationControllerDummyScale

patchNamespacedReplicationControllerDummyScale Source #

Arguments

:: (Consumes PatchNamespacedReplicationControllerDummyScale 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 PatchNamespacedReplicationControllerDummyScale contentType ExtensionsV1beta1Scale accept 
PATCH /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale

partially update scale of the specified ReplicationControllerDummy

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedReplicationControllerDummyScale Source #

Instances
Produces PatchNamespacedReplicationControllerDummyScale MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces PatchNamespacedReplicationControllerDummyScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicationControllerDummyScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicationControllerDummyScale 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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicationControllerDummyScale 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.ExtensionsV1beta1

HasOptionalParam PatchNamespacedReplicationControllerDummyScale 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.ExtensionsV1beta1

HasBodyParam PatchNamespacedReplicationControllerDummyScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

patchPodSecurityPolicy

patchPodSecurityPolicy Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the PodSecurityPolicy

-> KubernetesRequest PatchPodSecurityPolicy contentType ExtensionsV1beta1PodSecurityPolicy accept 
PATCH /apis/extensions/v1beta1/podsecuritypolicies/{name}

partially update the specified PodSecurityPolicy

AuthMethod: AuthApiKeyBearerToken

data PatchPodSecurityPolicy Source #

Instances
Produces PatchPodSecurityPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces PatchPodSecurityPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchPodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam PatchPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam PatchPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam PatchPodSecurityPolicy 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.ExtensionsV1beta1

HasBodyParam PatchPodSecurityPolicy Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Methods

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

readNamespacedDaemonSet

readNamespacedDaemonSet Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the DaemonSet

-> Namespace

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

-> KubernetesRequest ReadNamespacedDaemonSet MimeNoContent V1beta1DaemonSet accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}

read the specified DaemonSet

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedDaemonSet Source #

Instances
Produces ReadNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReadNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedDaemonSet Export Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedDaemonSet Exact Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

readNamespacedDaemonSetStatus

readNamespacedDaemonSetStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the DaemonSet

-> Namespace

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

-> KubernetesRequest ReadNamespacedDaemonSetStatus MimeNoContent V1beta1DaemonSet accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status

read status of the specified DaemonSet

AuthMethod: AuthApiKeyBearerToken

readNamespacedDeployment

readNamespacedDeployment Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Deployment

-> Namespace

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

-> KubernetesRequest ReadNamespacedDeployment MimeNoContent ExtensionsV1beta1Deployment accept 
GET /apis/extensions/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.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReadNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

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 ExtensionsV1beta1Scale accept 
GET /apis/extensions/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 ExtensionsV1beta1Deployment accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status

read status of the specified Deployment

AuthMethod: AuthApiKeyBearerToken

readNamespacedIngress

readNamespacedIngress Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Ingress

-> Namespace

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

-> KubernetesRequest ReadNamespacedIngress MimeNoContent ExtensionsV1beta1Ingress accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}

read the specified Ingress

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedIngress Source #

Instances
Produces ReadNamespacedIngress MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReadNamespacedIngress MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ReadNamespacedIngress 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.ExtensionsV1beta1

readNamespacedIngressStatus

readNamespacedIngressStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Ingress

-> Namespace

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

-> KubernetesRequest ReadNamespacedIngressStatus MimeNoContent ExtensionsV1beta1Ingress accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status

read status of the specified Ingress

AuthMethod: AuthApiKeyBearerToken

readNamespacedNetworkPolicy

readNamespacedNetworkPolicy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the NetworkPolicy

-> Namespace

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

-> KubernetesRequest ReadNamespacedNetworkPolicy MimeNoContent V1beta1NetworkPolicy accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}

read the specified NetworkPolicy

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedNetworkPolicy Source #

Instances
Produces ReadNamespacedNetworkPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReadNamespacedNetworkPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ReadNamespacedNetworkPolicy 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.ExtensionsV1beta1

readNamespacedReplicaSet

readNamespacedReplicaSet Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ReplicaSet

-> Namespace

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

-> KubernetesRequest ReadNamespacedReplicaSet MimeNoContent V1beta1ReplicaSet accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}

read the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedReplicaSet Source #

Instances
Produces ReadNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReadNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedReplicaSet Export Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadNamespacedReplicaSet Exact Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

readNamespacedReplicaSetScale

readNamespacedReplicaSetScale Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Scale

-> Namespace

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

-> KubernetesRequest ReadNamespacedReplicaSetScale MimeNoContent ExtensionsV1beta1Scale accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale

read scale of the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

readNamespacedReplicaSetStatus

readNamespacedReplicaSetStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ReplicaSet

-> Namespace

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

-> KubernetesRequest ReadNamespacedReplicaSetStatus MimeNoContent V1beta1ReplicaSet accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status

read status of the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

readNamespacedReplicationControllerDummyScale

readNamespacedReplicationControllerDummyScale 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 ReadNamespacedReplicationControllerDummyScale MimeNoContent ExtensionsV1beta1Scale accept 
GET /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale

read scale of the specified ReplicationControllerDummy

AuthMethod: AuthApiKeyBearerToken

readPodSecurityPolicy

readPodSecurityPolicy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodSecurityPolicy

-> KubernetesRequest ReadPodSecurityPolicy MimeNoContent ExtensionsV1beta1PodSecurityPolicy accept 
GET /apis/extensions/v1beta1/podsecuritypolicies/{name}

read the specified PodSecurityPolicy

AuthMethod: AuthApiKeyBearerToken

data ReadPodSecurityPolicy Source #

Instances
Produces ReadPodSecurityPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReadPodSecurityPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadPodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReadPodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam ReadPodSecurityPolicy 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.ExtensionsV1beta1

replaceNamespacedDaemonSet

replaceNamespacedDaemonSet Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1DaemonSet

"body"

-> Name

"name" - name of the DaemonSet

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedDaemonSet contentType V1beta1DaemonSet accept 
PUT /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}

replace the specified DaemonSet

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedDaemonSet Source #

Instances
Produces ReplaceNamespacedDaemonSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReplaceNamespacedDaemonSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedDaemonSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedDaemonSet FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedDaemonSet DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedDaemonSet V1beta1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

replaceNamespacedDaemonSetStatus

replaceNamespacedDaemonSetStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1DaemonSet

"body"

-> Name

"name" - name of the DaemonSet

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedDaemonSetStatus contentType V1beta1DaemonSet accept 
PUT /apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status

replace status of the specified DaemonSet

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedDaemonSetStatus Source #

Instances
Produces ReplaceNamespacedDaemonSetStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReplaceNamespacedDaemonSetStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedDaemonSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedDaemonSetStatus FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedDaemonSetStatus DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedDaemonSetStatus V1beta1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

replaceNamespacedDeployment

replaceNamespacedDeployment Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1Deployment

"body"

-> Name

"name" - name of the Deployment

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedDeployment contentType ExtensionsV1beta1Deployment accept 
PUT /apis/extensions/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.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReplaceNamespacedDeployment MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedDeployment Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

HasBodyParam ReplaceNamespacedDeployment ExtensionsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

replaceNamespacedDeploymentScale

replaceNamespacedDeploymentScale Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1Scale

"body"

-> Name

"name" - name of the Scale

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedDeploymentScale contentType ExtensionsV1beta1Scale accept 
PUT /apis/extensions/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.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReplaceNamespacedDeploymentScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedDeploymentScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

HasBodyParam ReplaceNamespacedDeploymentScale ExtensionsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

replaceNamespacedDeploymentStatus

replaceNamespacedDeploymentStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1Deployment

"body"

-> Name

"name" - name of the Deployment

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedDeploymentStatus contentType ExtensionsV1beta1Deployment accept 
PUT /apis/extensions/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.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReplaceNamespacedDeploymentStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedDeploymentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

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

HasBodyParam ReplaceNamespacedDeploymentStatus ExtensionsV1beta1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

replaceNamespacedIngress

replaceNamespacedIngress Source #

Arguments

:: (Consumes ReplaceNamespacedIngress contentType, MimeRender contentType ExtensionsV1beta1Ingress) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1Ingress

"body"

-> Name

"name" - name of the Ingress

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedIngress contentType ExtensionsV1beta1Ingress accept 
PUT /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}

replace the specified Ingress

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedIngress Source #

Instances
Produces ReplaceNamespacedIngress MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReplaceNamespacedIngress MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedIngress Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedIngress 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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedIngress 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.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedIngress ExtensionsV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

replaceNamespacedIngressStatus

replaceNamespacedIngressStatus Source #

Arguments

:: (Consumes ReplaceNamespacedIngressStatus contentType, MimeRender contentType ExtensionsV1beta1Ingress) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1Ingress

"body"

-> Name

"name" - name of the Ingress

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedIngressStatus contentType ExtensionsV1beta1Ingress accept 
PUT /apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status

replace status of the specified Ingress

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedIngressStatus Source #

Instances
Produces ReplaceNamespacedIngressStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReplaceNamespacedIngressStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedIngressStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedIngressStatus 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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedIngressStatus 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.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedIngressStatus ExtensionsV1beta1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

replaceNamespacedNetworkPolicy

replaceNamespacedNetworkPolicy Source #

Arguments

:: (Consumes ReplaceNamespacedNetworkPolicy contentType, MimeRender contentType V1beta1NetworkPolicy) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1NetworkPolicy

"body"

-> Name

"name" - name of the NetworkPolicy

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType V1beta1NetworkPolicy accept 
PUT /apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}

replace the specified NetworkPolicy

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedNetworkPolicy Source #

Instances
Produces ReplaceNamespacedNetworkPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReplaceNamespacedNetworkPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedNetworkPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedNetworkPolicy 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.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedNetworkPolicy V1beta1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

replaceNamespacedReplicaSet

replaceNamespacedReplicaSet Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1ReplicaSet

"body"

-> Name

"name" - name of the ReplicaSet

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedReplicaSet contentType V1beta1ReplicaSet accept 
PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}

replace the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedReplicaSet Source #

Instances
Produces ReplaceNamespacedReplicaSet MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReplaceNamespacedReplicaSet MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicaSet Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicaSet FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicaSet DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedReplicaSet V1beta1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

replaceNamespacedReplicaSetScale

replaceNamespacedReplicaSetScale Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1Scale

"body"

-> Name

"name" - name of the Scale

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedReplicaSetScale contentType ExtensionsV1beta1Scale accept 
PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale

replace scale of the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedReplicaSetScale Source #

Instances
Produces ReplaceNamespacedReplicaSetScale MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReplaceNamespacedReplicaSetScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicaSetScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicaSetScale FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicaSetScale DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedReplicaSetScale ExtensionsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

replaceNamespacedReplicaSetStatus

replaceNamespacedReplicaSetStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1ReplicaSet

"body"

-> Name

"name" - name of the ReplicaSet

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedReplicaSetStatus contentType V1beta1ReplicaSet accept 
PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status

replace status of the specified ReplicaSet

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedReplicaSetStatus Source #

Instances
Produces ReplaceNamespacedReplicaSetStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReplaceNamespacedReplicaSetStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicaSetStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicaSetStatus FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicaSetStatus DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedReplicaSetStatus V1beta1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

replaceNamespacedReplicationControllerDummyScale

replaceNamespacedReplicationControllerDummyScale Source #

Arguments

:: (Consumes ReplaceNamespacedReplicationControllerDummyScale contentType, MimeRender contentType ExtensionsV1beta1Scale) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1Scale

"body"

-> Name

"name" - name of the Scale

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedReplicationControllerDummyScale contentType ExtensionsV1beta1Scale accept 
PUT /apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale

replace scale of the specified ReplicationControllerDummy

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedReplicationControllerDummyScale Source #

Instances
Produces ReplaceNamespacedReplicationControllerDummyScale MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReplaceNamespacedReplicationControllerDummyScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicationControllerDummyScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicationControllerDummyScale 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.ExtensionsV1beta1

HasOptionalParam ReplaceNamespacedReplicationControllerDummyScale 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.ExtensionsV1beta1

HasBodyParam ReplaceNamespacedReplicationControllerDummyScale ExtensionsV1beta1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

replacePodSecurityPolicy

replacePodSecurityPolicy Source #

Arguments

:: (Consumes ReplacePodSecurityPolicy contentType, MimeRender contentType ExtensionsV1beta1PodSecurityPolicy) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> ExtensionsV1beta1PodSecurityPolicy

"body"

-> Name

"name" - name of the PodSecurityPolicy

-> KubernetesRequest ReplacePodSecurityPolicy contentType ExtensionsV1beta1PodSecurityPolicy accept 
PUT /apis/extensions/v1beta1/podsecuritypolicies/{name}

replace the specified PodSecurityPolicy

AuthMethod: AuthApiKeyBearerToken

data ReplacePodSecurityPolicy Source #

Instances
Produces ReplacePodSecurityPolicy MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

Produces ReplacePodSecurityPolicy MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

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

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplacePodSecurityPolicy Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1

HasOptionalParam ReplacePodSecurityPolicy 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.ExtensionsV1beta1

HasOptionalParam ReplacePodSecurityPolicy 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.ExtensionsV1beta1

HasBodyParam ReplacePodSecurityPolicy ExtensionsV1beta1PodSecurityPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ExtensionsV1beta1