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

Safe HaskellNone
LanguageHaskell2010

Kubernetes.OpenAPI.API.CoreV1

Contents

Description

 
Synopsis

Operations

CoreV1

connectDeleteNamespacedPodProxy

connectDeleteNamespacedPodProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodProxyOptions

-> Namespace

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

-> KubernetesRequest ConnectDeleteNamespacedPodProxy MimeNoContent Text accept 
DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy

connect DELETE requests to proxy of Pod

AuthMethod: AuthApiKeyBearerToken

data ConnectDeleteNamespacedPodProxy Source #

Instances
MimeType mtype => Produces ConnectDeleteNamespacedPodProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectDeleteNamespacedPodProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectDeleteNamespacedPodProxyWithPath

connectDeleteNamespacedPodProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodProxyOptions

-> Namespace

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

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectDeleteNamespacedPodProxyWithPath MimeNoContent Text accept 
DELETE /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

connect DELETE requests to proxy of Pod

AuthMethod: AuthApiKeyBearerToken

connectDeleteNamespacedServiceProxy

connectDeleteNamespacedServiceProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceProxyOptions

-> Namespace

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

-> KubernetesRequest ConnectDeleteNamespacedServiceProxy MimeNoContent Text accept 
DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy

connect DELETE requests to proxy of Service

AuthMethod: AuthApiKeyBearerToken

data ConnectDeleteNamespacedServiceProxy Source #

Instances
MimeType mtype => Produces ConnectDeleteNamespacedServiceProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectDeleteNamespacedServiceProxy Path Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectDeleteNamespacedServiceProxyWithPath

connectDeleteNamespacedServiceProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceProxyOptions

-> Namespace

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

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectDeleteNamespacedServiceProxyWithPath MimeNoContent Text accept 
DELETE /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

connect DELETE requests to proxy of Service

AuthMethod: AuthApiKeyBearerToken

data ConnectDeleteNamespacedServiceProxyWithPath Source #

Instances
MimeType mtype => Produces ConnectDeleteNamespacedServiceProxyWithPath mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectDeleteNamespacedServiceProxyWithPath Path2 Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectDeleteNodeProxy

connectDeleteNodeProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the NodeProxyOptions

-> KubernetesRequest ConnectDeleteNodeProxy MimeNoContent Text accept 
DELETE /api/v1/nodes/{name}/proxy

connect DELETE requests to proxy of Node

AuthMethod: AuthApiKeyBearerToken

data ConnectDeleteNodeProxy Source #

Instances
MimeType mtype => Produces ConnectDeleteNodeProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectDeleteNodeProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectDeleteNodeProxyWithPath

connectDeleteNodeProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the NodeProxyOptions

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectDeleteNodeProxyWithPath MimeNoContent Text accept 
DELETE /api/v1/nodes/{name}/proxy/{path}

connect DELETE requests to proxy of Node

AuthMethod: AuthApiKeyBearerToken

data ConnectDeleteNodeProxyWithPath Source #

Instances
MimeType mtype => Produces ConnectDeleteNodeProxyWithPath mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectDeleteNodeProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectGetNamespacedPodAttach

connectGetNamespacedPodAttach Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodAttachOptions

-> Namespace

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

-> KubernetesRequest ConnectGetNamespacedPodAttach MimeNoContent Text accept 
GET /api/v1/namespaces/{namespace}/pods/{name}/attach

connect GET requests to attach of Pod

AuthMethod: AuthApiKeyBearerToken

data ConnectGetNamespacedPodAttach Source #

Instances
MimeType mtype => Produces ConnectGetNamespacedPodAttach mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodAttach Tty Source #

Optional Param "tty" - TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodAttach Stdout Source #

Optional Param "stdout" - Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodAttach Stdin Source #

Optional Param "stdin" - Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodAttach Stderr Source #

Optional Param "stderr" - Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodAttach Container Source #

Optional Param "container" - The container in which to execute the command. Defaults to only container if there is only one container in the pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectGetNamespacedPodExec

connectGetNamespacedPodExec Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodExecOptions

-> Namespace

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

-> KubernetesRequest ConnectGetNamespacedPodExec MimeNoContent Text accept 
GET /api/v1/namespaces/{namespace}/pods/{name}/exec

connect GET requests to exec of Pod

AuthMethod: AuthApiKeyBearerToken

data ConnectGetNamespacedPodExec Source #

Instances
MimeType mtype => Produces ConnectGetNamespacedPodExec mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodExec Tty Source #

Optional Param "tty" - TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodExec Stdout Source #

Optional Param "stdout" - Redirect the standard output stream of the pod for this call. Defaults to true.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodExec Stdin Source #

Optional Param "stdin" - Redirect the standard input stream of the pod for this call. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodExec Stderr Source #

Optional Param "stderr" - Redirect the standard error stream of the pod for this call. Defaults to true.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodExec Container Source #

Optional Param "container" - Container in which to execute the command. Defaults to only container if there is only one container in the pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodExec Command Source #

Optional Param "command" - Command is the remote command to execute. argv array. Not executed within a shell.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectGetNamespacedPodPortforward

connectGetNamespacedPodPortforward Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodPortForwardOptions

-> Namespace

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

-> KubernetesRequest ConnectGetNamespacedPodPortforward MimeNoContent Text accept 
GET /api/v1/namespaces/{namespace}/pods/{name}/portforward

connect GET requests to portforward of Pod

AuthMethod: AuthApiKeyBearerToken

connectGetNamespacedPodProxy

connectGetNamespacedPodProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodProxyOptions

-> Namespace

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

-> KubernetesRequest ConnectGetNamespacedPodProxy MimeNoContent Text accept 
GET /api/v1/namespaces/{namespace}/pods/{name}/proxy

connect GET requests to proxy of Pod

AuthMethod: AuthApiKeyBearerToken

data ConnectGetNamespacedPodProxy Source #

Instances
MimeType mtype => Produces ConnectGetNamespacedPodProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectGetNamespacedPodProxyWithPath

connectGetNamespacedPodProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodProxyOptions

-> Namespace

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

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectGetNamespacedPodProxyWithPath MimeNoContent Text accept 
GET /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

connect GET requests to proxy of Pod

AuthMethod: AuthApiKeyBearerToken

connectGetNamespacedServiceProxy

connectGetNamespacedServiceProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceProxyOptions

-> Namespace

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

-> KubernetesRequest ConnectGetNamespacedServiceProxy MimeNoContent Text accept 
GET /api/v1/namespaces/{namespace}/services/{name}/proxy

connect GET requests to proxy of Service

AuthMethod: AuthApiKeyBearerToken

data ConnectGetNamespacedServiceProxy Source #

Instances
MimeType mtype => Produces ConnectGetNamespacedServiceProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedServiceProxy Path Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectGetNamespacedServiceProxyWithPath

connectGetNamespacedServiceProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceProxyOptions

-> Namespace

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

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectGetNamespacedServiceProxyWithPath MimeNoContent Text accept 
GET /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

connect GET requests to proxy of Service

AuthMethod: AuthApiKeyBearerToken

data ConnectGetNamespacedServiceProxyWithPath Source #

Instances
MimeType mtype => Produces ConnectGetNamespacedServiceProxyWithPath mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedServiceProxyWithPath Path2 Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectGetNodeProxy

connectGetNodeProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the NodeProxyOptions

-> KubernetesRequest ConnectGetNodeProxy MimeNoContent Text accept 
GET /api/v1/nodes/{name}/proxy

connect GET requests to proxy of Node

AuthMethod: AuthApiKeyBearerToken

data ConnectGetNodeProxy Source #

Instances
MimeType mtype => Produces ConnectGetNodeProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNodeProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ConnectGetNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectGetNodeProxy contentType res accept Source #

(-&-) :: KubernetesRequest ConnectGetNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectGetNodeProxy contentType res accept Source #

connectGetNodeProxyWithPath

connectGetNodeProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the NodeProxyOptions

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectGetNodeProxyWithPath MimeNoContent Text accept 
GET /api/v1/nodes/{name}/proxy/{path}

connect GET requests to proxy of Node

AuthMethod: AuthApiKeyBearerToken

data ConnectGetNodeProxyWithPath Source #

Instances
MimeType mtype => Produces ConnectGetNodeProxyWithPath mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNodeProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectHeadNamespacedPodProxy

connectHeadNamespacedPodProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodProxyOptions

-> Namespace

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

-> KubernetesRequest ConnectHeadNamespacedPodProxy MimeNoContent Text accept 
HEAD /api/v1/namespaces/{namespace}/pods/{name}/proxy

connect HEAD requests to proxy of Pod

AuthMethod: AuthApiKeyBearerToken

data ConnectHeadNamespacedPodProxy Source #

Instances
MimeType mtype => Produces ConnectHeadNamespacedPodProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectHeadNamespacedPodProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectHeadNamespacedPodProxyWithPath

connectHeadNamespacedPodProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodProxyOptions

-> Namespace

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

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectHeadNamespacedPodProxyWithPath MimeNoContent Text accept 
HEAD /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

connect HEAD requests to proxy of Pod

AuthMethod: AuthApiKeyBearerToken

connectHeadNamespacedServiceProxy

connectHeadNamespacedServiceProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceProxyOptions

-> Namespace

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

-> KubernetesRequest ConnectHeadNamespacedServiceProxy MimeNoContent Text accept 
HEAD /api/v1/namespaces/{namespace}/services/{name}/proxy

connect HEAD requests to proxy of Service

AuthMethod: AuthApiKeyBearerToken

data ConnectHeadNamespacedServiceProxy Source #

Instances
MimeType mtype => Produces ConnectHeadNamespacedServiceProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectHeadNamespacedServiceProxy Path Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectHeadNamespacedServiceProxyWithPath

connectHeadNamespacedServiceProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceProxyOptions

-> Namespace

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

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectHeadNamespacedServiceProxyWithPath MimeNoContent Text accept 
HEAD /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

connect HEAD requests to proxy of Service

AuthMethod: AuthApiKeyBearerToken

data ConnectHeadNamespacedServiceProxyWithPath Source #

Instances
MimeType mtype => Produces ConnectHeadNamespacedServiceProxyWithPath mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectHeadNamespacedServiceProxyWithPath Path2 Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectHeadNodeProxy

connectHeadNodeProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the NodeProxyOptions

-> KubernetesRequest ConnectHeadNodeProxy MimeNoContent Text accept 
HEAD /api/v1/nodes/{name}/proxy

connect HEAD requests to proxy of Node

AuthMethod: AuthApiKeyBearerToken

data ConnectHeadNodeProxy Source #

Instances
MimeType mtype => Produces ConnectHeadNodeProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectHeadNodeProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ConnectHeadNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectHeadNodeProxy contentType res accept Source #

(-&-) :: KubernetesRequest ConnectHeadNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectHeadNodeProxy contentType res accept Source #

connectHeadNodeProxyWithPath

connectHeadNodeProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the NodeProxyOptions

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectHeadNodeProxyWithPath MimeNoContent Text accept 
HEAD /api/v1/nodes/{name}/proxy/{path}

connect HEAD requests to proxy of Node

AuthMethod: AuthApiKeyBearerToken

data ConnectHeadNodeProxyWithPath Source #

Instances
MimeType mtype => Produces ConnectHeadNodeProxyWithPath mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectHeadNodeProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectOptionsNamespacedPodProxy

connectOptionsNamespacedPodProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodProxyOptions

-> Namespace

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

-> KubernetesRequest ConnectOptionsNamespacedPodProxy MimeNoContent Text accept 
OPTIONS /api/v1/namespaces/{namespace}/pods/{name}/proxy

connect OPTIONS requests to proxy of Pod

AuthMethod: AuthApiKeyBearerToken

data ConnectOptionsNamespacedPodProxy Source #

Instances
MimeType mtype => Produces ConnectOptionsNamespacedPodProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectOptionsNamespacedPodProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectOptionsNamespacedPodProxyWithPath

connectOptionsNamespacedPodProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodProxyOptions

-> Namespace

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

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectOptionsNamespacedPodProxyWithPath MimeNoContent Text accept 
OPTIONS /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

connect OPTIONS requests to proxy of Pod

AuthMethod: AuthApiKeyBearerToken

connectOptionsNamespacedServiceProxy

connectOptionsNamespacedServiceProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceProxyOptions

-> Namespace

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

-> KubernetesRequest ConnectOptionsNamespacedServiceProxy MimeNoContent Text accept 
OPTIONS /api/v1/namespaces/{namespace}/services/{name}/proxy

connect OPTIONS requests to proxy of Service

AuthMethod: AuthApiKeyBearerToken

data ConnectOptionsNamespacedServiceProxy Source #

Instances
MimeType mtype => Produces ConnectOptionsNamespacedServiceProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectOptionsNamespacedServiceProxy Path Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectOptionsNamespacedServiceProxyWithPath

connectOptionsNamespacedServiceProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceProxyOptions

-> Namespace

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

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectOptionsNamespacedServiceProxyWithPath MimeNoContent Text accept 
OPTIONS /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

connect OPTIONS requests to proxy of Service

AuthMethod: AuthApiKeyBearerToken

data ConnectOptionsNamespacedServiceProxyWithPath Source #

Instances
MimeType mtype => Produces ConnectOptionsNamespacedServiceProxyWithPath mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectOptionsNamespacedServiceProxyWithPath Path2 Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectOptionsNodeProxy

connectOptionsNodeProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the NodeProxyOptions

-> KubernetesRequest ConnectOptionsNodeProxy MimeNoContent Text accept 
OPTIONS /api/v1/nodes/{name}/proxy

connect OPTIONS requests to proxy of Node

AuthMethod: AuthApiKeyBearerToken

data ConnectOptionsNodeProxy Source #

Instances
MimeType mtype => Produces ConnectOptionsNodeProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectOptionsNodeProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectOptionsNodeProxyWithPath

connectOptionsNodeProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the NodeProxyOptions

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectOptionsNodeProxyWithPath MimeNoContent Text accept 
OPTIONS /api/v1/nodes/{name}/proxy/{path}

connect OPTIONS requests to proxy of Node

AuthMethod: AuthApiKeyBearerToken

data ConnectOptionsNodeProxyWithPath Source #

Instances
MimeType mtype => Produces ConnectOptionsNodeProxyWithPath mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectOptionsNodeProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectPatchNamespacedPodProxy

connectPatchNamespacedPodProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodProxyOptions

-> Namespace

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

-> KubernetesRequest ConnectPatchNamespacedPodProxy MimeNoContent Text accept 
PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy

connect PATCH requests to proxy of Pod

AuthMethod: AuthApiKeyBearerToken

data ConnectPatchNamespacedPodProxy Source #

Instances
MimeType mtype => Produces ConnectPatchNamespacedPodProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPatchNamespacedPodProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectPatchNamespacedPodProxyWithPath

connectPatchNamespacedPodProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodProxyOptions

-> Namespace

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

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectPatchNamespacedPodProxyWithPath MimeNoContent Text accept 
PATCH /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

connect PATCH requests to proxy of Pod

AuthMethod: AuthApiKeyBearerToken

connectPatchNamespacedServiceProxy

connectPatchNamespacedServiceProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceProxyOptions

-> Namespace

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

-> KubernetesRequest ConnectPatchNamespacedServiceProxy MimeNoContent Text accept 
PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy

connect PATCH requests to proxy of Service

AuthMethod: AuthApiKeyBearerToken

data ConnectPatchNamespacedServiceProxy Source #

Instances
MimeType mtype => Produces ConnectPatchNamespacedServiceProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPatchNamespacedServiceProxy Path Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectPatchNamespacedServiceProxyWithPath

connectPatchNamespacedServiceProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceProxyOptions

-> Namespace

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

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectPatchNamespacedServiceProxyWithPath MimeNoContent Text accept 
PATCH /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

connect PATCH requests to proxy of Service

AuthMethod: AuthApiKeyBearerToken

data ConnectPatchNamespacedServiceProxyWithPath Source #

Instances
MimeType mtype => Produces ConnectPatchNamespacedServiceProxyWithPath mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPatchNamespacedServiceProxyWithPath Path2 Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectPatchNodeProxy

connectPatchNodeProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the NodeProxyOptions

-> KubernetesRequest ConnectPatchNodeProxy MimeNoContent Text accept 
PATCH /api/v1/nodes/{name}/proxy

connect PATCH requests to proxy of Node

AuthMethod: AuthApiKeyBearerToken

data ConnectPatchNodeProxy Source #

Instances
MimeType mtype => Produces ConnectPatchNodeProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPatchNodeProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectPatchNodeProxyWithPath

connectPatchNodeProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the NodeProxyOptions

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectPatchNodeProxyWithPath MimeNoContent Text accept 
PATCH /api/v1/nodes/{name}/proxy/{path}

connect PATCH requests to proxy of Node

AuthMethod: AuthApiKeyBearerToken

data ConnectPatchNodeProxyWithPath Source #

Instances
MimeType mtype => Produces ConnectPatchNodeProxyWithPath mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPatchNodeProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectPostNamespacedPodAttach

connectPostNamespacedPodAttach Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodAttachOptions

-> Namespace

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

-> KubernetesRequest ConnectPostNamespacedPodAttach MimeNoContent Text accept 
POST /api/v1/namespaces/{namespace}/pods/{name}/attach

connect POST requests to attach of Pod

AuthMethod: AuthApiKeyBearerToken

data ConnectPostNamespacedPodAttach Source #

Instances
MimeType mtype => Produces ConnectPostNamespacedPodAttach mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodAttach Tty Source #

Optional Param "tty" - TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodAttach Stdout Source #

Optional Param "stdout" - Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodAttach Stdin Source #

Optional Param "stdin" - Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodAttach Stderr Source #

Optional Param "stderr" - Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodAttach Container Source #

Optional Param "container" - The container in which to execute the command. Defaults to only container if there is only one container in the pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectPostNamespacedPodExec

connectPostNamespacedPodExec Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodExecOptions

-> Namespace

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

-> KubernetesRequest ConnectPostNamespacedPodExec MimeNoContent Text accept 
POST /api/v1/namespaces/{namespace}/pods/{name}/exec

connect POST requests to exec of Pod

AuthMethod: AuthApiKeyBearerToken

data ConnectPostNamespacedPodExec Source #

Instances
MimeType mtype => Produces ConnectPostNamespacedPodExec mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodExec Tty Source #

Optional Param "tty" - TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodExec Stdout Source #

Optional Param "stdout" - Redirect the standard output stream of the pod for this call. Defaults to true.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodExec Stdin Source #

Optional Param "stdin" - Redirect the standard input stream of the pod for this call. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodExec Stderr Source #

Optional Param "stderr" - Redirect the standard error stream of the pod for this call. Defaults to true.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodExec Container Source #

Optional Param "container" - Container in which to execute the command. Defaults to only container if there is only one container in the pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodExec Command Source #

Optional Param "command" - Command is the remote command to execute. argv array. Not executed within a shell.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectPostNamespacedPodPortforward

connectPostNamespacedPodPortforward Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodPortForwardOptions

-> Namespace

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

-> KubernetesRequest ConnectPostNamespacedPodPortforward MimeNoContent Text accept 
POST /api/v1/namespaces/{namespace}/pods/{name}/portforward

connect POST requests to portforward of Pod

AuthMethod: AuthApiKeyBearerToken

connectPostNamespacedPodProxy

connectPostNamespacedPodProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodProxyOptions

-> Namespace

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

-> KubernetesRequest ConnectPostNamespacedPodProxy MimeNoContent Text accept 
POST /api/v1/namespaces/{namespace}/pods/{name}/proxy

connect POST requests to proxy of Pod

AuthMethod: AuthApiKeyBearerToken

data ConnectPostNamespacedPodProxy Source #

Instances
MimeType mtype => Produces ConnectPostNamespacedPodProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectPostNamespacedPodProxyWithPath

connectPostNamespacedPodProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodProxyOptions

-> Namespace

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

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectPostNamespacedPodProxyWithPath MimeNoContent Text accept 
POST /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

connect POST requests to proxy of Pod

AuthMethod: AuthApiKeyBearerToken

connectPostNamespacedServiceProxy

connectPostNamespacedServiceProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceProxyOptions

-> Namespace

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

-> KubernetesRequest ConnectPostNamespacedServiceProxy MimeNoContent Text accept 
POST /api/v1/namespaces/{namespace}/services/{name}/proxy

connect POST requests to proxy of Service

AuthMethod: AuthApiKeyBearerToken

data ConnectPostNamespacedServiceProxy Source #

Instances
MimeType mtype => Produces ConnectPostNamespacedServiceProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedServiceProxy Path Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectPostNamespacedServiceProxyWithPath

connectPostNamespacedServiceProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceProxyOptions

-> Namespace

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

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectPostNamespacedServiceProxyWithPath MimeNoContent Text accept 
POST /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

connect POST requests to proxy of Service

AuthMethod: AuthApiKeyBearerToken

data ConnectPostNamespacedServiceProxyWithPath Source #

Instances
MimeType mtype => Produces ConnectPostNamespacedServiceProxyWithPath mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedServiceProxyWithPath Path2 Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectPostNodeProxy

connectPostNodeProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the NodeProxyOptions

-> KubernetesRequest ConnectPostNodeProxy MimeNoContent Text accept 
POST /api/v1/nodes/{name}/proxy

connect POST requests to proxy of Node

AuthMethod: AuthApiKeyBearerToken

data ConnectPostNodeProxy Source #

Instances
MimeType mtype => Produces ConnectPostNodeProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNodeProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ConnectPostNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectPostNodeProxy contentType res accept Source #

(-&-) :: KubernetesRequest ConnectPostNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectPostNodeProxy contentType res accept Source #

connectPostNodeProxyWithPath

connectPostNodeProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the NodeProxyOptions

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectPostNodeProxyWithPath MimeNoContent Text accept 
POST /api/v1/nodes/{name}/proxy/{path}

connect POST requests to proxy of Node

AuthMethod: AuthApiKeyBearerToken

data ConnectPostNodeProxyWithPath Source #

Instances
MimeType mtype => Produces ConnectPostNodeProxyWithPath mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNodeProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectPutNamespacedPodProxy

connectPutNamespacedPodProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodProxyOptions

-> Namespace

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

-> KubernetesRequest ConnectPutNamespacedPodProxy MimeNoContent Text accept 
PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy

connect PUT requests to proxy of Pod

AuthMethod: AuthApiKeyBearerToken

data ConnectPutNamespacedPodProxy Source #

Instances
MimeType mtype => Produces ConnectPutNamespacedPodProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPutNamespacedPodProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectPutNamespacedPodProxyWithPath

connectPutNamespacedPodProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodProxyOptions

-> Namespace

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

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectPutNamespacedPodProxyWithPath MimeNoContent Text accept 
PUT /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}

connect PUT requests to proxy of Pod

AuthMethod: AuthApiKeyBearerToken

connectPutNamespacedServiceProxy

connectPutNamespacedServiceProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceProxyOptions

-> Namespace

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

-> KubernetesRequest ConnectPutNamespacedServiceProxy MimeNoContent Text accept 
PUT /api/v1/namespaces/{namespace}/services/{name}/proxy

connect PUT requests to proxy of Service

AuthMethod: AuthApiKeyBearerToken

data ConnectPutNamespacedServiceProxy Source #

Instances
MimeType mtype => Produces ConnectPutNamespacedServiceProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPutNamespacedServiceProxy Path Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectPutNamespacedServiceProxyWithPath

connectPutNamespacedServiceProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceProxyOptions

-> Namespace

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

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectPutNamespacedServiceProxyWithPath MimeNoContent Text accept 
PUT /api/v1/namespaces/{namespace}/services/{name}/proxy/{path}

connect PUT requests to proxy of Service

AuthMethod: AuthApiKeyBearerToken

data ConnectPutNamespacedServiceProxyWithPath Source #

Instances
MimeType mtype => Produces ConnectPutNamespacedServiceProxyWithPath mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPutNamespacedServiceProxyWithPath Path2 Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

connectPutNodeProxy

connectPutNodeProxy Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the NodeProxyOptions

-> KubernetesRequest ConnectPutNodeProxy MimeNoContent Text accept 
PUT /api/v1/nodes/{name}/proxy

connect PUT requests to proxy of Node

AuthMethod: AuthApiKeyBearerToken

data ConnectPutNodeProxy Source #

Instances
MimeType mtype => Produces ConnectPutNodeProxy mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPutNodeProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ConnectPutNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectPutNodeProxy contentType res accept Source #

(-&-) :: KubernetesRequest ConnectPutNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectPutNodeProxy contentType res accept Source #

connectPutNodeProxyWithPath

connectPutNodeProxyWithPath Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the NodeProxyOptions

-> Path

"path" - path to the resource

-> KubernetesRequest ConnectPutNodeProxyWithPath MimeNoContent Text accept 
PUT /api/v1/nodes/{name}/proxy/{path}

connect PUT requests to proxy of Node

AuthMethod: AuthApiKeyBearerToken

data ConnectPutNodeProxyWithPath Source #

Instances
MimeType mtype => Produces ConnectPutNodeProxyWithPath mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPutNodeProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNamespace

createNamespace Source #

Arguments

:: (Consumes CreateNamespace contentType, MimeRender contentType V1Namespace) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Namespace

"body"

-> KubernetesRequest CreateNamespace contentType V1Namespace accept 
POST /api/v1/namespaces

create a Namespace

AuthMethod: AuthApiKeyBearerToken

data CreateNamespace Source #

Instances
Produces CreateNamespace MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespace MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespace Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNamespace contentType res accept -> Pretty -> KubernetesRequest CreateNamespace contentType res accept Source #

(-&-) :: KubernetesRequest CreateNamespace contentType res accept -> Pretty -> KubernetesRequest CreateNamespace contentType res accept Source #

HasOptionalParam CreateNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNamespace contentType res accept -> FieldManager -> KubernetesRequest CreateNamespace contentType res accept Source #

(-&-) :: KubernetesRequest CreateNamespace contentType res accept -> FieldManager -> KubernetesRequest CreateNamespace contentType res accept Source #

HasOptionalParam CreateNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNamespace contentType res accept -> DryRun -> KubernetesRequest CreateNamespace contentType res accept Source #

(-&-) :: KubernetesRequest CreateNamespace contentType res accept -> DryRun -> KubernetesRequest CreateNamespace contentType res accept Source #

HasBodyParam CreateNamespace V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

createNamespacedBinding

createNamespacedBinding Source #

Arguments

:: (Consumes CreateNamespacedBinding contentType, MimeRender contentType V1Binding) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Binding

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedBinding contentType V1Binding accept 
POST /api/v1/namespaces/{namespace}/bindings

create a Binding

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedBinding Source #

Instances
Produces CreateNamespacedBinding MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedBinding MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedBinding 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.CoreV1

HasOptionalParam CreateNamespacedBinding 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.CoreV1

HasBodyParam CreateNamespacedBinding V1Binding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNamespacedConfigMap

createNamespacedConfigMap Source #

Arguments

:: (Consumes CreateNamespacedConfigMap contentType, MimeRender contentType V1ConfigMap) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ConfigMap

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedConfigMap contentType V1ConfigMap accept 
POST /api/v1/namespaces/{namespace}/configmaps

create a ConfigMap

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedConfigMap Source #

Instances
Produces CreateNamespacedConfigMap MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedConfigMap MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedConfigMap Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedConfigMap 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.CoreV1

HasOptionalParam CreateNamespacedConfigMap 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.CoreV1

HasBodyParam CreateNamespacedConfigMap V1ConfigMap Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNamespacedEndpoints

createNamespacedEndpoints Source #

Arguments

:: (Consumes CreateNamespacedEndpoints contentType, MimeRender contentType V1Endpoints) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Endpoints

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedEndpoints contentType V1Endpoints accept 
POST /api/v1/namespaces/{namespace}/endpoints

create Endpoints

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedEndpoints Source #

Instances
Produces CreateNamespacedEndpoints MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedEndpoints MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedEndpoints Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedEndpoints 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.CoreV1

HasOptionalParam CreateNamespacedEndpoints 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.CoreV1

HasBodyParam CreateNamespacedEndpoints V1Endpoints Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNamespacedEvent

createNamespacedEvent Source #

Arguments

:: (Consumes CreateNamespacedEvent contentType, MimeRender contentType V1Event) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Event

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedEvent contentType V1Event accept 
POST /api/v1/namespaces/{namespace}/events

create an Event

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedEvent Source #

Instances
Produces CreateNamespacedEvent MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedEvent MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedEvent Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedEvent 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.CoreV1

HasOptionalParam CreateNamespacedEvent 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.CoreV1

HasBodyParam CreateNamespacedEvent V1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

createNamespacedLimitRange

createNamespacedLimitRange Source #

Arguments

:: (Consumes CreateNamespacedLimitRange contentType, MimeRender contentType V1LimitRange) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1LimitRange

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedLimitRange contentType V1LimitRange accept 
POST /api/v1/namespaces/{namespace}/limitranges

create a LimitRange

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedLimitRange Source #

Instances
Produces CreateNamespacedLimitRange MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedLimitRange MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedLimitRange Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedLimitRange 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.CoreV1

HasOptionalParam CreateNamespacedLimitRange 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.CoreV1

HasBodyParam CreateNamespacedLimitRange V1LimitRange Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNamespacedPersistentVolumeClaim

createNamespacedPersistentVolumeClaim Source #

Arguments

:: (Consumes CreateNamespacedPersistentVolumeClaim contentType, MimeRender contentType V1PersistentVolumeClaim) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1PersistentVolumeClaim

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedPersistentVolumeClaim contentType V1PersistentVolumeClaim accept 
POST /api/v1/namespaces/{namespace}/persistentvolumeclaims

create a PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedPersistentVolumeClaim Source #

Instances
Produces CreateNamespacedPersistentVolumeClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedPersistentVolumeClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPersistentVolumeClaim Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam CreateNamespacedPersistentVolumeClaim 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.CoreV1

HasBodyParam CreateNamespacedPersistentVolumeClaim V1PersistentVolumeClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNamespacedPod

createNamespacedPod Source #

Arguments

:: (Consumes CreateNamespacedPod contentType, MimeRender contentType V1Pod) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Pod

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedPod contentType V1Pod accept 
POST /api/v1/namespaces/{namespace}/pods

create a Pod

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedPod Source #

Instances
Produces CreateNamespacedPod MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedPod MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPod Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNamespacedPod contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest CreateNamespacedPod contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedPod contentType res accept Source #

HasOptionalParam CreateNamespacedPod 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.CoreV1

HasOptionalParam CreateNamespacedPod 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNamespacedPod contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest CreateNamespacedPod contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPod contentType res accept Source #

HasBodyParam CreateNamespacedPod V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

createNamespacedPodBinding

createNamespacedPodBinding Source #

Arguments

:: (Consumes CreateNamespacedPodBinding contentType, MimeRender contentType V1Binding) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Binding

"body"

-> Name

"name" - name of the Binding

-> Namespace

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

-> KubernetesRequest CreateNamespacedPodBinding contentType V1Binding accept 
POST /api/v1/namespaces/{namespace}/pods/{name}/binding

create binding of a Pod

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedPodBinding Source #

Instances
Produces CreateNamespacedPodBinding MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedPodBinding MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodBinding Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodBinding 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.CoreV1

HasOptionalParam CreateNamespacedPodBinding 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.CoreV1

HasBodyParam CreateNamespacedPodBinding V1Binding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNamespacedPodEviction

createNamespacedPodEviction Source #

Arguments

:: (Consumes CreateNamespacedPodEviction contentType, MimeRender contentType V1beta1Eviction) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1Eviction

"body"

-> Name

"name" - name of the Eviction

-> Namespace

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

-> KubernetesRequest CreateNamespacedPodEviction contentType V1beta1Eviction accept 
POST /api/v1/namespaces/{namespace}/pods/{name}/eviction

create eviction of a Pod

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedPodEviction Source #

Instances
Produces CreateNamespacedPodEviction MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedPodEviction MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodEviction Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodEviction 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.CoreV1

HasOptionalParam CreateNamespacedPodEviction 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.CoreV1

HasBodyParam CreateNamespacedPodEviction V1beta1Eviction Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNamespacedPodTemplate

createNamespacedPodTemplate Source #

Arguments

:: (Consumes CreateNamespacedPodTemplate contentType, MimeRender contentType V1PodTemplate) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1PodTemplate

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedPodTemplate contentType V1PodTemplate accept 
POST /api/v1/namespaces/{namespace}/podtemplates

create a PodTemplate

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedPodTemplate Source #

Instances
Produces CreateNamespacedPodTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedPodTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodTemplate Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodTemplate 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.CoreV1

HasOptionalParam CreateNamespacedPodTemplate 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.CoreV1

HasBodyParam CreateNamespacedPodTemplate V1PodTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNamespacedReplicationController

createNamespacedReplicationController Source #

Arguments

:: (Consumes CreateNamespacedReplicationController contentType, MimeRender contentType V1ReplicationController) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ReplicationController

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedReplicationController contentType V1ReplicationController accept 
POST /api/v1/namespaces/{namespace}/replicationcontrollers

create a ReplicationController

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedReplicationController Source #

Instances
Produces CreateNamespacedReplicationController MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedReplicationController MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedReplicationController Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedReplicationController 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.CoreV1

HasOptionalParam CreateNamespacedReplicationController 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.CoreV1

HasBodyParam CreateNamespacedReplicationController V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNamespacedResourceQuota

createNamespacedResourceQuota Source #

Arguments

:: (Consumes CreateNamespacedResourceQuota contentType, MimeRender contentType V1ResourceQuota) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ResourceQuota

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedResourceQuota contentType V1ResourceQuota accept 
POST /api/v1/namespaces/{namespace}/resourcequotas

create a ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedResourceQuota Source #

Instances
Produces CreateNamespacedResourceQuota MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedResourceQuota MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedResourceQuota Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedResourceQuota 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.CoreV1

HasOptionalParam CreateNamespacedResourceQuota 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.CoreV1

HasBodyParam CreateNamespacedResourceQuota V1ResourceQuota Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNamespacedSecret

createNamespacedSecret Source #

Arguments

:: (Consumes CreateNamespacedSecret contentType, MimeRender contentType V1Secret) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Secret

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedSecret contentType V1Secret accept 
POST /api/v1/namespaces/{namespace}/secrets

create a Secret

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedSecret Source #

Instances
Produces CreateNamespacedSecret MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedSecret MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedSecret Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedSecret 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.CoreV1

HasOptionalParam CreateNamespacedSecret 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.CoreV1

HasBodyParam CreateNamespacedSecret V1Secret Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

createNamespacedService

createNamespacedService Source #

Arguments

:: (Consumes CreateNamespacedService contentType, MimeRender contentType V1Service) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Service

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedService contentType V1Service accept 
POST /api/v1/namespaces/{namespace}/services

create a Service

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedService Source #

Instances
Produces CreateNamespacedService MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedService MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedService 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.CoreV1

HasOptionalParam CreateNamespacedService 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.CoreV1

HasBodyParam CreateNamespacedService V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNamespacedServiceAccount

createNamespacedServiceAccount Source #

Arguments

:: (Consumes CreateNamespacedServiceAccount contentType, MimeRender contentType V1ServiceAccount) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ServiceAccount

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedServiceAccount contentType V1ServiceAccount accept 
POST /api/v1/namespaces/{namespace}/serviceaccounts

create a ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedServiceAccount Source #

Instances
Produces CreateNamespacedServiceAccount MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedServiceAccount MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedServiceAccount Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedServiceAccount 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.CoreV1

HasOptionalParam CreateNamespacedServiceAccount 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.CoreV1

HasBodyParam CreateNamespacedServiceAccount V1ServiceAccount Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNode

createNode Source #

Arguments

:: (Consumes CreateNode contentType, MimeRender contentType V1Node) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Node

"body"

-> KubernetesRequest CreateNode contentType V1Node accept 
POST /api/v1/nodes

create a Node

AuthMethod: AuthApiKeyBearerToken

data CreateNode Source #

Instances
Produces CreateNode MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNode MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNode Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNode contentType res accept -> Pretty -> KubernetesRequest CreateNode contentType res accept Source #

(-&-) :: KubernetesRequest CreateNode contentType res accept -> Pretty -> KubernetesRequest CreateNode contentType res accept Source #

HasOptionalParam CreateNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNode contentType res accept -> FieldManager -> KubernetesRequest CreateNode contentType res accept Source #

(-&-) :: KubernetesRequest CreateNode contentType res accept -> FieldManager -> KubernetesRequest CreateNode contentType res accept Source #

HasOptionalParam CreateNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNode contentType res accept -> DryRun -> KubernetesRequest CreateNode contentType res accept Source #

(-&-) :: KubernetesRequest CreateNode contentType res accept -> DryRun -> KubernetesRequest CreateNode contentType res accept Source #

HasBodyParam CreateNode V1Node Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

createPersistentVolume

createPersistentVolume Source #

Arguments

:: (Consumes CreatePersistentVolume contentType, MimeRender contentType V1PersistentVolume) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1PersistentVolume

"body"

-> KubernetesRequest CreatePersistentVolume contentType V1PersistentVolume accept 
POST /api/v1/persistentvolumes

create a PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data CreatePersistentVolume Source #

Instances
Produces CreatePersistentVolume MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreatePersistentVolume MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreatePersistentVolume Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreatePersistentVolume 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.CoreV1

HasOptionalParam CreatePersistentVolume 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.CoreV1

HasBodyParam CreatePersistentVolume V1PersistentVolume Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteCollectionNamespacedConfigMap

deleteCollectionNamespacedConfigMap Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedConfigMap MimeNoContent V1Status accept 
DELETE /api/v1/namespaces/{namespace}/configmaps

delete collection of ConfigMap

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedConfigMap Source #

Instances
Produces DeleteCollectionNamespacedConfigMap MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedConfigMap MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap 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.CoreV1

deleteCollectionNamespacedEndpoints

deleteCollectionNamespacedEndpoints Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedEndpoints MimeNoContent V1Status accept 
DELETE /api/v1/namespaces/{namespace}/endpoints

delete collection of Endpoints

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedEndpoints Source #

Instances
Produces DeleteCollectionNamespacedEndpoints MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedEndpoints MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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.CoreV1

deleteCollectionNamespacedEvent

deleteCollectionNamespacedEvent Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedEvent MimeNoContent V1Status accept 
DELETE /api/v1/namespaces/{namespace}/events

delete collection of Event

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedEvent Source #

Instances
Produces DeleteCollectionNamespacedEvent MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedEvent MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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.CoreV1

deleteCollectionNamespacedLimitRange

deleteCollectionNamespacedLimitRange Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedLimitRange MimeNoContent V1Status accept 
DELETE /api/v1/namespaces/{namespace}/limitranges

delete collection of LimitRange

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedLimitRange Source #

Instances
Produces DeleteCollectionNamespacedLimitRange MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedLimitRange MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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.CoreV1

deleteCollectionNamespacedPersistentVolumeClaim

deleteCollectionNamespacedPersistentVolumeClaim Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedPersistentVolumeClaim MimeNoContent V1Status accept 
DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims

delete collection of PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedPersistentVolumeClaim Source #

Instances
Produces DeleteCollectionNamespacedPersistentVolumeClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedPersistentVolumeClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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.CoreV1

deleteCollectionNamespacedPod

deleteCollectionNamespacedPod Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedPod MimeNoContent V1Status accept 
DELETE /api/v1/namespaces/{namespace}/pods

delete collection of Pod

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedPod Source #

Instances
Produces DeleteCollectionNamespacedPod MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedPod MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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.CoreV1

deleteCollectionNamespacedPodTemplate

deleteCollectionNamespacedPodTemplate Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedPodTemplate MimeNoContent V1Status accept 
DELETE /api/v1/namespaces/{namespace}/podtemplates

delete collection of PodTemplate

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedPodTemplate Source #

Instances
Produces DeleteCollectionNamespacedPodTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedPodTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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.CoreV1

deleteCollectionNamespacedReplicationController

deleteCollectionNamespacedReplicationController Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedReplicationController MimeNoContent V1Status accept 
DELETE /api/v1/namespaces/{namespace}/replicationcontrollers

delete collection of ReplicationController

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedReplicationController Source #

Instances
Produces DeleteCollectionNamespacedReplicationController MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedReplicationController MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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.CoreV1

deleteCollectionNamespacedResourceQuota

deleteCollectionNamespacedResourceQuota Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedResourceQuota MimeNoContent V1Status accept 
DELETE /api/v1/namespaces/{namespace}/resourcequotas

delete collection of ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedResourceQuota Source #

Instances
Produces DeleteCollectionNamespacedResourceQuota MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedResourceQuota MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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.CoreV1

deleteCollectionNamespacedSecret

deleteCollectionNamespacedSecret Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedSecret MimeNoContent V1Status accept 
DELETE /api/v1/namespaces/{namespace}/secrets

delete collection of Secret

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedSecret Source #

Instances
Produces DeleteCollectionNamespacedSecret MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedSecret MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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.CoreV1

deleteCollectionNamespacedServiceAccount

deleteCollectionNamespacedServiceAccount Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedServiceAccount MimeNoContent V1Status accept 
DELETE /api/v1/namespaces/{namespace}/serviceaccounts

delete collection of ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedServiceAccount Source #

Instances
Produces DeleteCollectionNamespacedServiceAccount MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedServiceAccount MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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.CoreV1

deleteCollectionNode

deleteCollectionNode Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest DeleteCollectionNode MimeNoContent V1Status accept 
DELETE /api/v1/nodes

delete collection of Node

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNode Source #

Instances
Produces DeleteCollectionNode MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNode MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteCollectionNode contentType res accept -> Watch -> KubernetesRequest DeleteCollectionNode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteCollectionNode contentType res accept -> Watch -> KubernetesRequest DeleteCollectionNode contentType res accept Source #

HasOptionalParam DeleteCollectionNode 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.CoreV1

HasOptionalParam DeleteCollectionNode 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.CoreV1

HasOptionalParam DeleteCollectionNode Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteCollectionNode contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteCollectionNode contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNode contentType res accept Source #

HasOptionalParam DeleteCollectionNode 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.CoreV1

HasOptionalParam DeleteCollectionNode 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.CoreV1

HasOptionalParam DeleteCollectionNode 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.CoreV1

deleteCollectionPersistentVolume

deleteCollectionPersistentVolume Source #

DELETE /api/v1/persistentvolumes

delete collection of PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionPersistentVolume Source #

Instances
Produces DeleteCollectionPersistentVolume MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionPersistentVolume MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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.CoreV1

deleteNamespace

deleteNamespace Source #

Arguments

:: Consumes DeleteNamespace contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Namespace

-> KubernetesRequest DeleteNamespace contentType V1Status accept 
DELETE /api/v1/namespaces/{name}

delete a Namespace

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespace Source #

Instances
Produces DeleteNamespace MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespace MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespace 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.CoreV1

HasOptionalParam DeleteNamespace Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNamespace contentType res accept -> Pretty -> KubernetesRequest DeleteNamespace contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNamespace contentType res accept -> Pretty -> KubernetesRequest DeleteNamespace contentType res accept Source #

HasOptionalParam DeleteNamespace 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.CoreV1

HasOptionalParam DeleteNamespace 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.CoreV1

HasOptionalParam DeleteNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNamespace contentType res accept -> DryRun -> KubernetesRequest DeleteNamespace contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNamespace contentType res accept -> DryRun -> KubernetesRequest DeleteNamespace contentType res accept Source #

HasBodyParam DeleteNamespace V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

deleteNamespacedConfigMap

deleteNamespacedConfigMap Source #

Arguments

:: Consumes DeleteNamespacedConfigMap contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ConfigMap

-> Namespace

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

-> KubernetesRequest DeleteNamespacedConfigMap contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/configmaps/{name}

delete a ConfigMap

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedConfigMap Source #

Instances
Produces DeleteNamespacedConfigMap MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedConfigMap MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedConfigMap 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.CoreV1

HasOptionalParam DeleteNamespacedConfigMap Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedConfigMap 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.CoreV1

HasOptionalParam DeleteNamespacedConfigMap 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.CoreV1

HasOptionalParam DeleteNamespacedConfigMap 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.CoreV1

HasBodyParam DeleteNamespacedConfigMap V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedEndpoints

deleteNamespacedEndpoints Source #

Arguments

:: Consumes DeleteNamespacedEndpoints contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Endpoints

-> Namespace

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

-> KubernetesRequest DeleteNamespacedEndpoints contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/endpoints/{name}

delete Endpoints

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedEndpoints Source #

Instances
Produces DeleteNamespacedEndpoints MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedEndpoints MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEndpoints 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.CoreV1

HasOptionalParam DeleteNamespacedEndpoints Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEndpoints 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.CoreV1

HasOptionalParam DeleteNamespacedEndpoints 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.CoreV1

HasOptionalParam DeleteNamespacedEndpoints 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.CoreV1

HasBodyParam DeleteNamespacedEndpoints V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedEvent

deleteNamespacedEvent Source #

Arguments

:: Consumes DeleteNamespacedEvent contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Event

-> Namespace

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

-> KubernetesRequest DeleteNamespacedEvent contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/events/{name}

delete an Event

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedEvent Source #

Instances
Produces DeleteNamespacedEvent MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedEvent MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEvent 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.CoreV1

HasOptionalParam DeleteNamespacedEvent Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEvent 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.CoreV1

HasOptionalParam DeleteNamespacedEvent 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.CoreV1

HasOptionalParam DeleteNamespacedEvent 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.CoreV1

HasBodyParam DeleteNamespacedEvent V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedLimitRange

deleteNamespacedLimitRange Source #

Arguments

:: Consumes DeleteNamespacedLimitRange contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the LimitRange

-> Namespace

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

-> KubernetesRequest DeleteNamespacedLimitRange contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/limitranges/{name}

delete a LimitRange

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedLimitRange Source #

Instances
Produces DeleteNamespacedLimitRange MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedLimitRange MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedLimitRange 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.CoreV1

HasOptionalParam DeleteNamespacedLimitRange Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedLimitRange 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.CoreV1

HasOptionalParam DeleteNamespacedLimitRange 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.CoreV1

HasOptionalParam DeleteNamespacedLimitRange 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.CoreV1

HasBodyParam DeleteNamespacedLimitRange V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedPersistentVolumeClaim

deleteNamespacedPersistentVolumeClaim Source #

Arguments

:: Consumes DeleteNamespacedPersistentVolumeClaim contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the PersistentVolumeClaim

-> Namespace

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

-> KubernetesRequest DeleteNamespacedPersistentVolumeClaim contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

delete a PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedPersistentVolumeClaim Source #

Instances
Produces DeleteNamespacedPersistentVolumeClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedPersistentVolumeClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim 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.CoreV1

HasBodyParam DeleteNamespacedPersistentVolumeClaim V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedPod

deleteNamespacedPod Source #

Arguments

:: Consumes DeleteNamespacedPod contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Pod

-> Namespace

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

-> KubernetesRequest DeleteNamespacedPod contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/pods/{name}

delete a Pod

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedPod Source #

Instances
Produces DeleteNamespacedPod MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedPod MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPod 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.CoreV1

HasOptionalParam DeleteNamespacedPod Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNamespacedPod contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNamespacedPod contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedPod contentType res accept Source #

HasOptionalParam DeleteNamespacedPod 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.CoreV1

HasOptionalParam DeleteNamespacedPod 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.CoreV1

HasOptionalParam DeleteNamespacedPod 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNamespacedPod contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNamespacedPod contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedPod contentType res accept Source #

HasBodyParam DeleteNamespacedPod V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedPodTemplate

deleteNamespacedPodTemplate Source #

Arguments

:: Consumes DeleteNamespacedPodTemplate contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodTemplate

-> Namespace

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

-> KubernetesRequest DeleteNamespacedPodTemplate contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/podtemplates/{name}

delete a PodTemplate

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedPodTemplate Source #

Instances
Produces DeleteNamespacedPodTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedPodTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPodTemplate 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.CoreV1

HasOptionalParam DeleteNamespacedPodTemplate Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPodTemplate 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.CoreV1

HasOptionalParam DeleteNamespacedPodTemplate 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.CoreV1

HasOptionalParam DeleteNamespacedPodTemplate 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.CoreV1

HasBodyParam DeleteNamespacedPodTemplate V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedReplicationController

deleteNamespacedReplicationController Source #

Arguments

:: Consumes DeleteNamespacedReplicationController contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ReplicationController

-> Namespace

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

-> KubernetesRequest DeleteNamespacedReplicationController contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/replicationcontrollers/{name}

delete a ReplicationController

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedReplicationController Source #

Instances
Produces DeleteNamespacedReplicationController MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedReplicationController MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedReplicationController 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.CoreV1

HasOptionalParam DeleteNamespacedReplicationController Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedReplicationController 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.CoreV1

HasOptionalParam DeleteNamespacedReplicationController 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.CoreV1

HasOptionalParam DeleteNamespacedReplicationController 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.CoreV1

HasBodyParam DeleteNamespacedReplicationController V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedResourceQuota

deleteNamespacedResourceQuota Source #

Arguments

:: Consumes DeleteNamespacedResourceQuota contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceQuota

-> Namespace

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

-> KubernetesRequest DeleteNamespacedResourceQuota contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/resourcequotas/{name}

delete a ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedResourceQuota Source #

Instances
Produces DeleteNamespacedResourceQuota MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedResourceQuota MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota 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.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota 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.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota 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.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota 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.CoreV1

HasBodyParam DeleteNamespacedResourceQuota V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedSecret

deleteNamespacedSecret Source #

Arguments

:: Consumes DeleteNamespacedSecret contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Secret

-> Namespace

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

-> KubernetesRequest DeleteNamespacedSecret contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/secrets/{name}

delete a Secret

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedSecret Source #

Instances
Produces DeleteNamespacedSecret MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedSecret MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedSecret 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.CoreV1

HasOptionalParam DeleteNamespacedSecret Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedSecret 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.CoreV1

HasOptionalParam DeleteNamespacedSecret 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.CoreV1

HasOptionalParam DeleteNamespacedSecret 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.CoreV1

HasBodyParam DeleteNamespacedSecret V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedService

deleteNamespacedService Source #

Arguments

:: Consumes DeleteNamespacedService contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Service

-> Namespace

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

-> KubernetesRequest DeleteNamespacedService contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/services/{name}

delete a Service

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedService Source #

Instances
Produces DeleteNamespacedService MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedService MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedService 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.CoreV1

HasOptionalParam DeleteNamespacedService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedService 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.CoreV1

HasOptionalParam DeleteNamespacedService 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.CoreV1

HasOptionalParam DeleteNamespacedService 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.CoreV1

HasBodyParam DeleteNamespacedService V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedServiceAccount

deleteNamespacedServiceAccount Source #

Arguments

:: Consumes DeleteNamespacedServiceAccount contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceAccount

-> Namespace

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

-> KubernetesRequest DeleteNamespacedServiceAccount contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/serviceaccounts/{name}

delete a ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedServiceAccount Source #

Instances
Produces DeleteNamespacedServiceAccount MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedServiceAccount MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount 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.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount 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.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount 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.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount 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.CoreV1

HasBodyParam DeleteNamespacedServiceAccount V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNode

deleteNode Source #

Arguments

:: Consumes DeleteNode contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Node

-> KubernetesRequest DeleteNode contentType V1Status accept 
DELETE /api/v1/nodes/{name}

delete a Node

AuthMethod: AuthApiKeyBearerToken

data DeleteNode Source #

Instances
Produces DeleteNode MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNode MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNode contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNode contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNode contentType res accept Source #

HasOptionalParam DeleteNode Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNode contentType res accept -> Pretty -> KubernetesRequest DeleteNode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNode contentType res accept -> Pretty -> KubernetesRequest DeleteNode contentType res accept Source #

HasOptionalParam DeleteNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNode contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNode contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNode contentType res accept Source #

HasOptionalParam DeleteNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNode contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNode contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNode contentType res accept Source #

HasOptionalParam DeleteNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNode contentType res accept -> DryRun -> KubernetesRequest DeleteNode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNode contentType res accept -> DryRun -> KubernetesRequest DeleteNode contentType res accept Source #

HasBodyParam DeleteNode V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

deletePersistentVolume

deletePersistentVolume Source #

Arguments

:: Consumes DeletePersistentVolume contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the PersistentVolume

-> KubernetesRequest DeletePersistentVolume contentType V1Status accept 
DELETE /api/v1/persistentvolumes/{name}

delete a PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data DeletePersistentVolume Source #

Instances
Produces DeletePersistentVolume MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeletePersistentVolume MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeletePersistentVolume 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.CoreV1

HasOptionalParam DeletePersistentVolume Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeletePersistentVolume 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.CoreV1

HasOptionalParam DeletePersistentVolume 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.CoreV1

HasOptionalParam DeletePersistentVolume 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.CoreV1

HasBodyParam DeletePersistentVolume V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

getAPIResources

getAPIResources Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept 
GET /api/v1/

get available resources

AuthMethod: AuthApiKeyBearerToken

data GetAPIResources Source #

Instances
Produces GetAPIResources MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces GetAPIResources MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listComponentStatus

listComponentStatus Source #

GET /api/v1/componentstatuses

list objects of kind ComponentStatus

AuthMethod: AuthApiKeyBearerToken

data ListComponentStatus Source #

Instances
Produces ListComponentStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListComponentStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListComponentStatus contentType res accept -> Watch -> KubernetesRequest ListComponentStatus contentType res accept Source #

(-&-) :: KubernetesRequest ListComponentStatus contentType res accept -> Watch -> KubernetesRequest ListComponentStatus contentType res accept Source #

HasOptionalParam ListComponentStatus 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.CoreV1

HasOptionalParam ListComponentStatus 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.CoreV1

HasOptionalParam ListComponentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListComponentStatus contentType res accept -> Pretty -> KubernetesRequest ListComponentStatus contentType res accept Source #

(-&-) :: KubernetesRequest ListComponentStatus contentType res accept -> Pretty -> KubernetesRequest ListComponentStatus contentType res accept Source #

HasOptionalParam ListComponentStatus 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListComponentStatus contentType res accept -> Limit -> KubernetesRequest ListComponentStatus contentType res accept Source #

(-&-) :: KubernetesRequest ListComponentStatus contentType res accept -> Limit -> KubernetesRequest ListComponentStatus contentType res accept Source #

HasOptionalParam ListComponentStatus 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.CoreV1

HasOptionalParam ListComponentStatus 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.CoreV1

HasOptionalParam ListComponentStatus 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.CoreV1

listConfigMapForAllNamespaces

listConfigMapForAllNamespaces Source #

GET /api/v1/configmaps

list or watch objects of kind ConfigMap

AuthMethod: AuthApiKeyBearerToken

data ListConfigMapForAllNamespaces Source #

Instances
Produces ListConfigMapForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListConfigMapForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces 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.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces 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.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces 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.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces 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.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces 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.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces 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.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces 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.CoreV1

listEndpointsForAllNamespaces

listEndpointsForAllNamespaces Source #

GET /api/v1/endpoints

list or watch objects of kind Endpoints

AuthMethod: AuthApiKeyBearerToken

data ListEndpointsForAllNamespaces Source #

Instances
Produces ListEndpointsForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListEndpointsForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces 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.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces 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.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces 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.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces 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.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces 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.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces 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.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces 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.CoreV1

listEventForAllNamespaces

listEventForAllNamespaces Source #

GET /api/v1/events

list or watch objects of kind Event

AuthMethod: AuthApiKeyBearerToken

data ListEventForAllNamespaces Source #

Instances
Produces ListEventForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListEventForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces 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.CoreV1

HasOptionalParam ListEventForAllNamespaces 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.CoreV1

HasOptionalParam ListEventForAllNamespaces 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.CoreV1

HasOptionalParam ListEventForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces 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.CoreV1

HasOptionalParam ListEventForAllNamespaces 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.CoreV1

HasOptionalParam ListEventForAllNamespaces 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.CoreV1

HasOptionalParam ListEventForAllNamespaces 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.CoreV1

listLimitRangeForAllNamespaces

listLimitRangeForAllNamespaces Source #

GET /api/v1/limitranges

list or watch objects of kind LimitRange

AuthMethod: AuthApiKeyBearerToken

data ListLimitRangeForAllNamespaces Source #

Instances
Produces ListLimitRangeForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListLimitRangeForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces 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.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces 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.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces 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.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces 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.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces 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.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces 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.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces 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.CoreV1

listNamespace

listNamespace Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest ListNamespace MimeNoContent V1NamespaceList accept 
GET /api/v1/namespaces

list or watch objects of kind Namespace

AuthMethod: AuthApiKeyBearerToken

data ListNamespace Source #

Instances
Produces ListNamespace MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespace MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> Watch -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> Watch -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespace Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> Pretty -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> Pretty -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> Limit -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> Limit -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> LabelSelector -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> LabelSelector -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> FieldSelector -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> FieldSelector -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> Continue -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> Continue -> KubernetesRequest ListNamespace contentType res accept Source #

listNamespacedConfigMap

listNamespacedConfigMap Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedConfigMap MimeNoContent V1ConfigMapList accept 
GET /api/v1/namespaces/{namespace}/configmaps

list or watch objects of kind ConfigMap

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedConfigMap Source #

Instances
Produces ListNamespacedConfigMap MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedConfigMap MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedConfigMap 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.CoreV1

HasOptionalParam ListNamespacedConfigMap 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.CoreV1

HasOptionalParam ListNamespacedConfigMap 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.CoreV1

HasOptionalParam ListNamespacedConfigMap Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedConfigMap 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.CoreV1

HasOptionalParam ListNamespacedConfigMap 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.CoreV1

HasOptionalParam ListNamespacedConfigMap 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.CoreV1

HasOptionalParam ListNamespacedConfigMap 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.CoreV1

listNamespacedEndpoints

listNamespacedEndpoints Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedEndpoints MimeNoContent V1EndpointsList accept 
GET /api/v1/namespaces/{namespace}/endpoints

list or watch objects of kind Endpoints

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedEndpoints Source #

Instances
Produces ListNamespacedEndpoints MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedEndpoints MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints 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.CoreV1

HasOptionalParam ListNamespacedEndpoints 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.CoreV1

HasOptionalParam ListNamespacedEndpoints 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.CoreV1

HasOptionalParam ListNamespacedEndpoints Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints 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.CoreV1

HasOptionalParam ListNamespacedEndpoints 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.CoreV1

HasOptionalParam ListNamespacedEndpoints 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.CoreV1

HasOptionalParam ListNamespacedEndpoints 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.CoreV1

listNamespacedEvent

listNamespacedEvent Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedEvent MimeNoContent V1EventList accept 
GET /api/v1/namespaces/{namespace}/events

list or watch objects of kind Event

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedEvent Source #

Instances
Produces ListNamespacedEvent MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedEvent MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> Watch -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> Watch -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

HasOptionalParam ListNamespacedEvent 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.CoreV1

HasOptionalParam ListNamespacedEvent 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.CoreV1

HasOptionalParam ListNamespacedEvent Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> Pretty -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> Pretty -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

HasOptionalParam ListNamespacedEvent 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> Limit -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> Limit -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

HasOptionalParam ListNamespacedEvent 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.CoreV1

HasOptionalParam ListNamespacedEvent 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.CoreV1

HasOptionalParam ListNamespacedEvent 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.CoreV1

listNamespacedLimitRange

listNamespacedLimitRange Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedLimitRange MimeNoContent V1LimitRangeList accept 
GET /api/v1/namespaces/{namespace}/limitranges

list or watch objects of kind LimitRange

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedLimitRange Source #

Instances
Produces ListNamespacedLimitRange MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedLimitRange MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange 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.CoreV1

HasOptionalParam ListNamespacedLimitRange 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.CoreV1

HasOptionalParam ListNamespacedLimitRange 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.CoreV1

HasOptionalParam ListNamespacedLimitRange Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange 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.CoreV1

HasOptionalParam ListNamespacedLimitRange 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.CoreV1

HasOptionalParam ListNamespacedLimitRange 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.CoreV1

HasOptionalParam ListNamespacedLimitRange 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.CoreV1

listNamespacedPersistentVolumeClaim

listNamespacedPersistentVolumeClaim Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedPersistentVolumeClaim MimeNoContent V1PersistentVolumeClaimList accept 
GET /api/v1/namespaces/{namespace}/persistentvolumeclaims

list or watch objects of kind PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedPersistentVolumeClaim Source #

Instances
Produces ListNamespacedPersistentVolumeClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedPersistentVolumeClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim 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.CoreV1

listNamespacedPod

listNamespacedPod Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedPod MimeNoContent V1PodList accept 
GET /api/v1/namespaces/{namespace}/pods

list or watch objects of kind Pod

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedPod Source #

Instances
Produces ListNamespacedPod MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedPod MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedPod contentType res accept -> Watch -> KubernetesRequest ListNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedPod contentType res accept -> Watch -> KubernetesRequest ListNamespacedPod contentType res accept Source #

HasOptionalParam ListNamespacedPod 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.CoreV1

HasOptionalParam ListNamespacedPod 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.CoreV1

HasOptionalParam ListNamespacedPod Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedPod contentType res accept -> Pretty -> KubernetesRequest ListNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedPod contentType res accept -> Pretty -> KubernetesRequest ListNamespacedPod contentType res accept Source #

HasOptionalParam ListNamespacedPod 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedPod contentType res accept -> Limit -> KubernetesRequest ListNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedPod contentType res accept -> Limit -> KubernetesRequest ListNamespacedPod contentType res accept Source #

HasOptionalParam ListNamespacedPod 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.CoreV1

HasOptionalParam ListNamespacedPod 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.CoreV1

HasOptionalParam ListNamespacedPod 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedPod contentType res accept -> Continue -> KubernetesRequest ListNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedPod contentType res accept -> Continue -> KubernetesRequest ListNamespacedPod contentType res accept Source #

listNamespacedPodTemplate

listNamespacedPodTemplate Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedPodTemplate MimeNoContent V1PodTemplateList accept 
GET /api/v1/namespaces/{namespace}/podtemplates

list or watch objects of kind PodTemplate

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedPodTemplate Source #

Instances
Produces ListNamespacedPodTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedPodTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate 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.CoreV1

HasOptionalParam ListNamespacedPodTemplate 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.CoreV1

HasOptionalParam ListNamespacedPodTemplate 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.CoreV1

HasOptionalParam ListNamespacedPodTemplate Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate 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.CoreV1

HasOptionalParam ListNamespacedPodTemplate 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.CoreV1

HasOptionalParam ListNamespacedPodTemplate 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.CoreV1

HasOptionalParam ListNamespacedPodTemplate 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.CoreV1

listNamespacedReplicationController

listNamespacedReplicationController Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedReplicationController MimeNoContent V1ReplicationControllerList accept 
GET /api/v1/namespaces/{namespace}/replicationcontrollers

list or watch objects of kind ReplicationController

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedReplicationController Source #

Instances
Produces ListNamespacedReplicationController MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedReplicationController MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController 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.CoreV1

HasOptionalParam ListNamespacedReplicationController 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.CoreV1

HasOptionalParam ListNamespacedReplicationController 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.CoreV1

HasOptionalParam ListNamespacedReplicationController Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController 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.CoreV1

HasOptionalParam ListNamespacedReplicationController 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.CoreV1

HasOptionalParam ListNamespacedReplicationController 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.CoreV1

HasOptionalParam ListNamespacedReplicationController 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.CoreV1

listNamespacedResourceQuota

listNamespacedResourceQuota Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedResourceQuota MimeNoContent V1ResourceQuotaList accept 
GET /api/v1/namespaces/{namespace}/resourcequotas

list or watch objects of kind ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedResourceQuota Source #

Instances
Produces ListNamespacedResourceQuota MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedResourceQuota MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota 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.CoreV1

HasOptionalParam ListNamespacedResourceQuota 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.CoreV1

HasOptionalParam ListNamespacedResourceQuota 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.CoreV1

HasOptionalParam ListNamespacedResourceQuota Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota 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.CoreV1

HasOptionalParam ListNamespacedResourceQuota 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.CoreV1

HasOptionalParam ListNamespacedResourceQuota 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.CoreV1

HasOptionalParam ListNamespacedResourceQuota 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.CoreV1

listNamespacedSecret

listNamespacedSecret Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedSecret MimeNoContent V1SecretList accept 
GET /api/v1/namespaces/{namespace}/secrets

list or watch objects of kind Secret

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedSecret Source #

Instances
Produces ListNamespacedSecret MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedSecret MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedSecret contentType res accept -> Watch -> KubernetesRequest ListNamespacedSecret contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedSecret contentType res accept -> Watch -> KubernetesRequest ListNamespacedSecret contentType res accept Source #

HasOptionalParam ListNamespacedSecret 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.CoreV1

HasOptionalParam ListNamespacedSecret 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.CoreV1

HasOptionalParam ListNamespacedSecret Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedSecret contentType res accept -> Limit -> KubernetesRequest ListNamespacedSecret contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedSecret contentType res accept -> Limit -> KubernetesRequest ListNamespacedSecret contentType res accept Source #

HasOptionalParam ListNamespacedSecret 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.CoreV1

HasOptionalParam ListNamespacedSecret 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.CoreV1

HasOptionalParam ListNamespacedSecret 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.CoreV1

listNamespacedService

listNamespacedService Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedService MimeNoContent V1ServiceList accept 
GET /api/v1/namespaces/{namespace}/services

list or watch objects of kind Service

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedService Source #

Instances
Produces ListNamespacedService MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedService MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService 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.CoreV1

HasOptionalParam ListNamespacedService 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.CoreV1

HasOptionalParam ListNamespacedService 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.CoreV1

HasOptionalParam ListNamespacedService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService 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.CoreV1

HasOptionalParam ListNamespacedService 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.CoreV1

HasOptionalParam ListNamespacedService 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.CoreV1

HasOptionalParam ListNamespacedService 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.CoreV1

listNamespacedServiceAccount

listNamespacedServiceAccount Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedServiceAccount MimeNoContent V1ServiceAccountList accept 
GET /api/v1/namespaces/{namespace}/serviceaccounts

list or watch objects of kind ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedServiceAccount Source #

Instances
Produces ListNamespacedServiceAccount MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedServiceAccount MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount 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.CoreV1

HasOptionalParam ListNamespacedServiceAccount 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.CoreV1

HasOptionalParam ListNamespacedServiceAccount 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.CoreV1

HasOptionalParam ListNamespacedServiceAccount Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount 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.CoreV1

HasOptionalParam ListNamespacedServiceAccount 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.CoreV1

HasOptionalParam ListNamespacedServiceAccount 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.CoreV1

HasOptionalParam ListNamespacedServiceAccount 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.CoreV1

listNode

listNode Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest ListNode MimeNoContent V1NodeList accept 
GET /api/v1/nodes

list or watch objects of kind Node

AuthMethod: AuthApiKeyBearerToken

data ListNode Source #

Instances
Produces ListNode MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNode MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> Watch -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> Watch -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> ResourceVersion -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> ResourceVersion -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListNode Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> Pretty -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> Pretty -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> Limit -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> Limit -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> LabelSelector -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> LabelSelector -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> FieldSelector -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> FieldSelector -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> Continue -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> Continue -> KubernetesRequest ListNode contentType res accept Source #

listPersistentVolume

listPersistentVolume Source #

GET /api/v1/persistentvolumes

list or watch objects of kind PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data ListPersistentVolume Source #

Instances
Produces ListPersistentVolume MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPersistentVolume MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolume 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListPersistentVolume contentType res accept -> Watch -> KubernetesRequest ListPersistentVolume contentType res accept Source #

(-&-) :: KubernetesRequest ListPersistentVolume contentType res accept -> Watch -> KubernetesRequest ListPersistentVolume contentType res accept Source #

HasOptionalParam ListPersistentVolume 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.CoreV1

HasOptionalParam ListPersistentVolume 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.CoreV1

HasOptionalParam ListPersistentVolume Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolume 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListPersistentVolume contentType res accept -> Limit -> KubernetesRequest ListPersistentVolume contentType res accept Source #

(-&-) :: KubernetesRequest ListPersistentVolume contentType res accept -> Limit -> KubernetesRequest ListPersistentVolume contentType res accept Source #

HasOptionalParam ListPersistentVolume 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.CoreV1

HasOptionalParam ListPersistentVolume 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.CoreV1

HasOptionalParam ListPersistentVolume 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.CoreV1

listPersistentVolumeClaimForAllNamespaces

listPersistentVolumeClaimForAllNamespaces Source #

GET /api/v1/persistentvolumeclaims

list or watch objects of kind PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data ListPersistentVolumeClaimForAllNamespaces Source #

Instances
Produces ListPersistentVolumeClaimForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPersistentVolumeClaimForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces 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.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces 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.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces 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.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces 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.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces 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.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces 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.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces 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.CoreV1

listPodForAllNamespaces

listPodForAllNamespaces Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest ListPodForAllNamespaces MimeNoContent V1PodList accept 
GET /api/v1/pods

list or watch objects of kind Pod

AuthMethod: AuthApiKeyBearerToken

data ListPodForAllNamespaces Source #

Instances
Produces ListPodForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPodForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces 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.CoreV1

HasOptionalParam ListPodForAllNamespaces 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.CoreV1

HasOptionalParam ListPodForAllNamespaces 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.CoreV1

HasOptionalParam ListPodForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces 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.CoreV1

HasOptionalParam ListPodForAllNamespaces 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.CoreV1

HasOptionalParam ListPodForAllNamespaces 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.CoreV1

HasOptionalParam ListPodForAllNamespaces 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.CoreV1

listPodTemplateForAllNamespaces

listPodTemplateForAllNamespaces Source #

GET /api/v1/podtemplates

list or watch objects of kind PodTemplate

AuthMethod: AuthApiKeyBearerToken

data ListPodTemplateForAllNamespaces Source #

Instances
Produces ListPodTemplateForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPodTemplateForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces 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.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces 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.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces 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.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces 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.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces 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.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces 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.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces 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.CoreV1

listReplicationControllerForAllNamespaces

listReplicationControllerForAllNamespaces Source #

GET /api/v1/replicationcontrollers

list or watch objects of kind ReplicationController

AuthMethod: AuthApiKeyBearerToken

data ListReplicationControllerForAllNamespaces Source #

Instances
Produces ListReplicationControllerForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListReplicationControllerForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces 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.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces 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.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces 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.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces 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.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces 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.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces 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.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces 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.CoreV1

listResourceQuotaForAllNamespaces

listResourceQuotaForAllNamespaces Source #

GET /api/v1/resourcequotas

list or watch objects of kind ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data ListResourceQuotaForAllNamespaces Source #

Instances
Produces ListResourceQuotaForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListResourceQuotaForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces 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.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces 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.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces 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.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces 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.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces 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.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces 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.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces 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.CoreV1

listSecretForAllNamespaces

listSecretForAllNamespaces Source #

GET /api/v1/secrets

list or watch objects of kind Secret

AuthMethod: AuthApiKeyBearerToken

data ListSecretForAllNamespaces Source #

Instances
Produces ListSecretForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListSecretForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces 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.CoreV1

HasOptionalParam ListSecretForAllNamespaces 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.CoreV1

HasOptionalParam ListSecretForAllNamespaces 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.CoreV1

HasOptionalParam ListSecretForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces 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.CoreV1

HasOptionalParam ListSecretForAllNamespaces 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.CoreV1

HasOptionalParam ListSecretForAllNamespaces 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.CoreV1

HasOptionalParam ListSecretForAllNamespaces 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.CoreV1

listServiceAccountForAllNamespaces

listServiceAccountForAllNamespaces Source #

GET /api/v1/serviceaccounts

list or watch objects of kind ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data ListServiceAccountForAllNamespaces Source #

Instances
Produces ListServiceAccountForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListServiceAccountForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces 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.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces 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.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces 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.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces 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.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces 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.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces 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.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces 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.CoreV1

listServiceForAllNamespaces

listServiceForAllNamespaces Source #

GET /api/v1/services

list or watch objects of kind Service

AuthMethod: AuthApiKeyBearerToken

data ListServiceForAllNamespaces Source #

Instances
Produces ListServiceForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListServiceForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces 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.CoreV1

HasOptionalParam ListServiceForAllNamespaces 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.CoreV1

HasOptionalParam ListServiceForAllNamespaces 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.CoreV1

HasOptionalParam ListServiceForAllNamespaces Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces 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.CoreV1

HasOptionalParam ListServiceForAllNamespaces 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.CoreV1

HasOptionalParam ListServiceForAllNamespaces 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.CoreV1

HasOptionalParam ListServiceForAllNamespaces 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.CoreV1

patchNamespace

patchNamespace Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Namespace

-> KubernetesRequest PatchNamespace contentType V1Namespace accept 
PATCH /api/v1/namespaces/{name}

partially update the specified Namespace

AuthMethod: AuthApiKeyBearerToken

data PatchNamespace Source #

Instances
Produces PatchNamespace MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespace MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespace Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespace contentType res accept -> Pretty -> KubernetesRequest PatchNamespace contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespace contentType res accept -> Pretty -> KubernetesRequest PatchNamespace contentType res accept Source #

HasOptionalParam PatchNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespace contentType res accept -> Force -> KubernetesRequest PatchNamespace contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespace contentType res accept -> Force -> KubernetesRequest PatchNamespace contentType res accept Source #

HasOptionalParam PatchNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespace contentType res accept -> FieldManager -> KubernetesRequest PatchNamespace contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespace contentType res accept -> FieldManager -> KubernetesRequest PatchNamespace contentType res accept Source #

HasOptionalParam PatchNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespace contentType res accept -> DryRun -> KubernetesRequest PatchNamespace contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespace contentType res accept -> DryRun -> KubernetesRequest PatchNamespace contentType res accept Source #

HasBodyParam PatchNamespace Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

patchNamespaceStatus

patchNamespaceStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Namespace

-> KubernetesRequest PatchNamespaceStatus contentType V1Namespace accept 
PATCH /api/v1/namespaces/{name}/status

partially update status of the specified Namespace

AuthMethod: AuthApiKeyBearerToken

data PatchNamespaceStatus Source #

Instances
Produces PatchNamespaceStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespaceStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespaceStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespaceStatus 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespaceStatus contentType res accept -> Force -> KubernetesRequest PatchNamespaceStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespaceStatus contentType res accept -> Force -> KubernetesRequest PatchNamespaceStatus contentType res accept Source #

HasOptionalParam PatchNamespaceStatus 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.CoreV1

HasOptionalParam PatchNamespaceStatus 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.CoreV1

HasBodyParam PatchNamespaceStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

patchNamespacedConfigMap

patchNamespacedConfigMap Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ConfigMap

-> Namespace

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

-> KubernetesRequest PatchNamespacedConfigMap contentType V1ConfigMap accept 
PATCH /api/v1/namespaces/{namespace}/configmaps/{name}

partially update the specified ConfigMap

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedConfigMap Source #

Instances
Produces PatchNamespacedConfigMap MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedConfigMap MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedConfigMap Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedConfigMap 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.CoreV1

HasOptionalParam PatchNamespacedConfigMap 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.CoreV1

HasOptionalParam PatchNamespacedConfigMap 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.CoreV1

HasBodyParam PatchNamespacedConfigMap Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

patchNamespacedEndpoints

patchNamespacedEndpoints Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Endpoints

-> Namespace

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

-> KubernetesRequest PatchNamespacedEndpoints contentType V1Endpoints accept 
PATCH /api/v1/namespaces/{namespace}/endpoints/{name}

partially update the specified Endpoints

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedEndpoints Source #

Instances
Produces PatchNamespacedEndpoints MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedEndpoints MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEndpoints Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEndpoints 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.CoreV1

HasOptionalParam PatchNamespacedEndpoints 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.CoreV1

HasOptionalParam PatchNamespacedEndpoints 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.CoreV1

HasBodyParam PatchNamespacedEndpoints Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

patchNamespacedEvent

patchNamespacedEvent Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Event

-> Namespace

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

-> KubernetesRequest PatchNamespacedEvent contentType V1Event accept 
PATCH /api/v1/namespaces/{namespace}/events/{name}

partially update the specified Event

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedEvent Source #

Instances
Produces PatchNamespacedEvent MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedEvent MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEvent Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEvent 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedEvent contentType res accept -> Force -> KubernetesRequest PatchNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedEvent contentType res accept -> Force -> KubernetesRequest PatchNamespacedEvent contentType res accept Source #

HasOptionalParam PatchNamespacedEvent 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.CoreV1

HasOptionalParam PatchNamespacedEvent 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.CoreV1

HasBodyParam PatchNamespacedEvent Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

patchNamespacedLimitRange

patchNamespacedLimitRange Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the LimitRange

-> Namespace

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

-> KubernetesRequest PatchNamespacedLimitRange contentType V1LimitRange accept 
PATCH /api/v1/namespaces/{namespace}/limitranges/{name}

partially update the specified LimitRange

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedLimitRange Source #

Instances
Produces PatchNamespacedLimitRange MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedLimitRange MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedLimitRange Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedLimitRange 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.CoreV1

HasOptionalParam PatchNamespacedLimitRange 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.CoreV1

HasOptionalParam PatchNamespacedLimitRange 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.CoreV1

HasBodyParam PatchNamespacedLimitRange Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

patchNamespacedPersistentVolumeClaim

patchNamespacedPersistentVolumeClaim Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the PersistentVolumeClaim

-> Namespace

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

-> KubernetesRequest PatchNamespacedPersistentVolumeClaim contentType V1PersistentVolumeClaim accept 
PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

partially update the specified PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedPersistentVolumeClaim Source #

Instances
Produces PatchNamespacedPersistentVolumeClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPersistentVolumeClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaim Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaim 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.CoreV1

HasBodyParam PatchNamespacedPersistentVolumeClaim Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedPersistentVolumeClaimStatus

patchNamespacedPersistentVolumeClaimStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the PersistentVolumeClaim

-> Namespace

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

-> KubernetesRequest PatchNamespacedPersistentVolumeClaimStatus contentType V1PersistentVolumeClaim accept 
PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status

partially update status of the specified PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedPersistentVolumeClaimStatus Source #

Instances
Produces PatchNamespacedPersistentVolumeClaimStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPersistentVolumeClaimStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus 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.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus 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.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus 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.CoreV1

HasBodyParam PatchNamespacedPersistentVolumeClaimStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedPod

patchNamespacedPod Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Pod

-> Namespace

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

-> KubernetesRequest PatchNamespacedPod contentType V1Pod accept 
PATCH /api/v1/namespaces/{namespace}/pods/{name}

partially update the specified Pod

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedPod Source #

Instances
Produces PatchNamespacedPod MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPod MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPod Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedPod contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedPod contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedPod contentType res accept Source #

HasOptionalParam PatchNamespacedPod 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedPod contentType res accept -> Force -> KubernetesRequest PatchNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedPod contentType res accept -> Force -> KubernetesRequest PatchNamespacedPod contentType res accept Source #

HasOptionalParam PatchNamespacedPod 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.CoreV1

HasOptionalParam PatchNamespacedPod 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedPod contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedPod contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPod contentType res accept Source #

HasBodyParam PatchNamespacedPod Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

patchNamespacedPodStatus

patchNamespacedPodStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Pod

-> Namespace

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

-> KubernetesRequest PatchNamespacedPodStatus contentType V1Pod accept 
PATCH /api/v1/namespaces/{namespace}/pods/{name}/status

partially update status of the specified Pod

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedPodStatus Source #

Instances
Produces PatchNamespacedPodStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPodStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodStatus 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.CoreV1

HasOptionalParam PatchNamespacedPodStatus 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.CoreV1

HasOptionalParam PatchNamespacedPodStatus 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.CoreV1

HasBodyParam PatchNamespacedPodStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

patchNamespacedPodTemplate

patchNamespacedPodTemplate Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the PodTemplate

-> Namespace

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

-> KubernetesRequest PatchNamespacedPodTemplate contentType V1PodTemplate accept 
PATCH /api/v1/namespaces/{namespace}/podtemplates/{name}

partially update the specified PodTemplate

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedPodTemplate Source #

Instances
Produces PatchNamespacedPodTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPodTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodTemplate Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodTemplate 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.CoreV1

HasOptionalParam PatchNamespacedPodTemplate 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.CoreV1

HasOptionalParam PatchNamespacedPodTemplate 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.CoreV1

HasBodyParam PatchNamespacedPodTemplate Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedReplicationController

patchNamespacedReplicationController Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ReplicationController

-> Namespace

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

-> KubernetesRequest PatchNamespacedReplicationController contentType V1ReplicationController accept 
PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}

partially update the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedReplicationController Source #

Instances
Produces PatchNamespacedReplicationController MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedReplicationController MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationController Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationController 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.CoreV1

HasOptionalParam PatchNamespacedReplicationController 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.CoreV1

HasOptionalParam PatchNamespacedReplicationController 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.CoreV1

HasBodyParam PatchNamespacedReplicationController Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedReplicationControllerScale

patchNamespacedReplicationControllerScale Source #

Arguments

:: (Consumes PatchNamespacedReplicationControllerScale 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 PatchNamespacedReplicationControllerScale contentType V1Scale accept 
PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale

partially update scale of the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedReplicationControllerScale Source #

Instances
Produces PatchNamespacedReplicationControllerScale MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedReplicationControllerScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerScale 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.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerScale 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.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerScale 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.CoreV1

HasBodyParam PatchNamespacedReplicationControllerScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedReplicationControllerStatus

patchNamespacedReplicationControllerStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ReplicationController

-> Namespace

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

-> KubernetesRequest PatchNamespacedReplicationControllerStatus contentType V1ReplicationController accept 
PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status

partially update status of the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedReplicationControllerStatus Source #

Instances
Produces PatchNamespacedReplicationControllerStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedReplicationControllerStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerStatus 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.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerStatus 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.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerStatus 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.CoreV1

HasBodyParam PatchNamespacedReplicationControllerStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedResourceQuota

patchNamespacedResourceQuota Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ResourceQuota

-> Namespace

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

-> KubernetesRequest PatchNamespacedResourceQuota contentType V1ResourceQuota accept 
PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}

partially update the specified ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedResourceQuota Source #

Instances
Produces PatchNamespacedResourceQuota MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedResourceQuota MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuota Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuota 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.CoreV1

HasOptionalParam PatchNamespacedResourceQuota 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.CoreV1

HasOptionalParam PatchNamespacedResourceQuota 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.CoreV1

HasBodyParam PatchNamespacedResourceQuota Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedResourceQuotaStatus

patchNamespacedResourceQuotaStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ResourceQuota

-> Namespace

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

-> KubernetesRequest PatchNamespacedResourceQuotaStatus contentType V1ResourceQuota accept 
PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status

partially update status of the specified ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedResourceQuotaStatus Source #

Instances
Produces PatchNamespacedResourceQuotaStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedResourceQuotaStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuotaStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuotaStatus 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.CoreV1

HasOptionalParam PatchNamespacedResourceQuotaStatus 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.CoreV1

HasOptionalParam PatchNamespacedResourceQuotaStatus 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.CoreV1

HasBodyParam PatchNamespacedResourceQuotaStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedSecret

patchNamespacedSecret Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Secret

-> Namespace

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

-> KubernetesRequest PatchNamespacedSecret contentType V1Secret accept 
PATCH /api/v1/namespaces/{namespace}/secrets/{name}

partially update the specified Secret

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedSecret Source #

Instances
Produces PatchNamespacedSecret MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedSecret MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedSecret Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedSecret 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.CoreV1

HasOptionalParam PatchNamespacedSecret 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.CoreV1

HasOptionalParam PatchNamespacedSecret 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.CoreV1

HasBodyParam PatchNamespacedSecret Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

patchNamespacedService

patchNamespacedService Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Service

-> Namespace

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

-> KubernetesRequest PatchNamespacedService contentType V1Service accept 
PATCH /api/v1/namespaces/{namespace}/services/{name}

partially update the specified Service

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedService Source #

Instances
Produces PatchNamespacedService MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedService MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedService 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.CoreV1

HasOptionalParam PatchNamespacedService 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.CoreV1

HasOptionalParam PatchNamespacedService 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.CoreV1

HasBodyParam PatchNamespacedService Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

patchNamespacedServiceAccount

patchNamespacedServiceAccount Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ServiceAccount

-> Namespace

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

-> KubernetesRequest PatchNamespacedServiceAccount contentType V1ServiceAccount accept 
PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name}

partially update the specified ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedServiceAccount Source #

Instances
Produces PatchNamespacedServiceAccount MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedServiceAccount MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceAccount Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceAccount 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.CoreV1

HasOptionalParam PatchNamespacedServiceAccount 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.CoreV1

HasOptionalParam PatchNamespacedServiceAccount 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.CoreV1

HasBodyParam PatchNamespacedServiceAccount Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedServiceStatus

patchNamespacedServiceStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Service

-> Namespace

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

-> KubernetesRequest PatchNamespacedServiceStatus contentType V1Service accept 
PATCH /api/v1/namespaces/{namespace}/services/{name}/status

partially update status of the specified Service

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedServiceStatus Source #

Instances
Produces PatchNamespacedServiceStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedServiceStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceStatus 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.CoreV1

HasOptionalParam PatchNamespacedServiceStatus 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.CoreV1

HasOptionalParam PatchNamespacedServiceStatus 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.CoreV1

HasBodyParam PatchNamespacedServiceStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNode

patchNode Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Node

-> KubernetesRequest PatchNode contentType V1Node accept 
PATCH /api/v1/nodes/{name}

partially update the specified Node

AuthMethod: AuthApiKeyBearerToken

data PatchNode Source #

Instances
Produces PatchNode MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNode MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNode Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> Pretty -> KubernetesRequest PatchNode contentType res accept Source #

(-&-) :: KubernetesRequest PatchNode contentType res accept -> Pretty -> KubernetesRequest PatchNode contentType res accept Source #

HasOptionalParam PatchNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> Force -> KubernetesRequest PatchNode contentType res accept Source #

(-&-) :: KubernetesRequest PatchNode contentType res accept -> Force -> KubernetesRequest PatchNode contentType res accept Source #

HasOptionalParam PatchNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> FieldManager -> KubernetesRequest PatchNode contentType res accept Source #

(-&-) :: KubernetesRequest PatchNode contentType res accept -> FieldManager -> KubernetesRequest PatchNode contentType res accept Source #

HasOptionalParam PatchNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> DryRun -> KubernetesRequest PatchNode contentType res accept Source #

(-&-) :: KubernetesRequest PatchNode contentType res accept -> DryRun -> KubernetesRequest PatchNode contentType res accept Source #

HasBodyParam PatchNode Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

patchNodeStatus

patchNodeStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Node

-> KubernetesRequest PatchNodeStatus contentType V1Node accept 
PATCH /api/v1/nodes/{name}/status

partially update status of the specified Node

AuthMethod: AuthApiKeyBearerToken

data PatchNodeStatus Source #

Instances
Produces PatchNodeStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNodeStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNodeStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> Pretty -> KubernetesRequest PatchNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> Pretty -> KubernetesRequest PatchNodeStatus contentType res accept Source #

HasOptionalParam PatchNodeStatus 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> Force -> KubernetesRequest PatchNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> Force -> KubernetesRequest PatchNodeStatus contentType res accept Source #

HasOptionalParam PatchNodeStatus 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNodeStatus contentType res accept Source #

HasOptionalParam PatchNodeStatus 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> DryRun -> KubernetesRequest PatchNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> DryRun -> KubernetesRequest PatchNodeStatus contentType res accept Source #

HasBodyParam PatchNodeStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

patchPersistentVolume

patchPersistentVolume Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the PersistentVolume

-> KubernetesRequest PatchPersistentVolume contentType V1PersistentVolume accept 
PATCH /api/v1/persistentvolumes/{name}

partially update the specified PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data PatchPersistentVolume Source #

Instances
Produces PatchPersistentVolume MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchPersistentVolume MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolume Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolume 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.CoreV1

HasOptionalParam PatchPersistentVolume 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.CoreV1

HasOptionalParam PatchPersistentVolume 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.CoreV1

HasBodyParam PatchPersistentVolume Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

patchPersistentVolumeStatus

patchPersistentVolumeStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the PersistentVolume

-> KubernetesRequest PatchPersistentVolumeStatus contentType V1PersistentVolume accept 
PATCH /api/v1/persistentvolumes/{name}/status

partially update status of the specified PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data PatchPersistentVolumeStatus Source #

Instances
Produces PatchPersistentVolumeStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchPersistentVolumeStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolumeStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolumeStatus 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.CoreV1

HasOptionalParam PatchPersistentVolumeStatus 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.CoreV1

HasOptionalParam PatchPersistentVolumeStatus 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.CoreV1

HasBodyParam PatchPersistentVolumeStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readComponentStatus

readComponentStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ComponentStatus

-> KubernetesRequest ReadComponentStatus MimeNoContent V1ComponentStatus accept 
GET /api/v1/componentstatuses/{name}

read the specified ComponentStatus

AuthMethod: AuthApiKeyBearerToken

data ReadComponentStatus Source #

Instances
Produces ReadComponentStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadComponentStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadComponentStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadComponentStatus contentType res accept -> Pretty -> KubernetesRequest ReadComponentStatus contentType res accept Source #

(-&-) :: KubernetesRequest ReadComponentStatus contentType res accept -> Pretty -> KubernetesRequest ReadComponentStatus contentType res accept Source #

readNamespace

readNamespace Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Namespace

-> KubernetesRequest ReadNamespace MimeNoContent V1Namespace accept 
GET /api/v1/namespaces/{name}

read the specified Namespace

AuthMethod: AuthApiKeyBearerToken

data ReadNamespace Source #

Instances
Produces ReadNamespace MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespace MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespace Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespace contentType res accept -> Pretty -> KubernetesRequest ReadNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespace contentType res accept -> Pretty -> KubernetesRequest ReadNamespace contentType res accept Source #

HasOptionalParam ReadNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespace contentType res accept -> Export -> KubernetesRequest ReadNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespace contentType res accept -> Export -> KubernetesRequest ReadNamespace contentType res accept Source #

HasOptionalParam ReadNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespace contentType res accept -> Exact -> KubernetesRequest ReadNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespace contentType res accept -> Exact -> KubernetesRequest ReadNamespace contentType res accept Source #

readNamespaceStatus

readNamespaceStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Namespace

-> KubernetesRequest ReadNamespaceStatus MimeNoContent V1Namespace accept 
GET /api/v1/namespaces/{name}/status

read status of the specified Namespace

AuthMethod: AuthApiKeyBearerToken

data ReadNamespaceStatus Source #

Instances
Produces ReadNamespaceStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespaceStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespaceStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespaceStatus contentType res accept -> Pretty -> KubernetesRequest ReadNamespaceStatus contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespaceStatus contentType res accept -> Pretty -> KubernetesRequest ReadNamespaceStatus contentType res accept Source #

readNamespacedConfigMap

readNamespacedConfigMap Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ConfigMap

-> Namespace

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

-> KubernetesRequest ReadNamespacedConfigMap MimeNoContent V1ConfigMap accept 
GET /api/v1/namespaces/{namespace}/configmaps/{name}

read the specified ConfigMap

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedConfigMap Source #

Instances
Produces ReadNamespacedConfigMap MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedConfigMap MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedConfigMap Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedConfigMap 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.CoreV1

HasOptionalParam ReadNamespacedConfigMap 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.CoreV1

readNamespacedEndpoints

readNamespacedEndpoints Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Endpoints

-> Namespace

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

-> KubernetesRequest ReadNamespacedEndpoints MimeNoContent V1Endpoints accept 
GET /api/v1/namespaces/{namespace}/endpoints/{name}

read the specified Endpoints

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedEndpoints Source #

Instances
Produces ReadNamespacedEndpoints MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedEndpoints MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedEndpoints Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedEndpoints 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.CoreV1

HasOptionalParam ReadNamespacedEndpoints 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.CoreV1

readNamespacedEvent

readNamespacedEvent Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Event

-> Namespace

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

-> KubernetesRequest ReadNamespacedEvent MimeNoContent V1Event accept 
GET /api/v1/namespaces/{namespace}/events/{name}

read the specified Event

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedEvent Source #

Instances
Produces ReadNamespacedEvent MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedEvent MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedEvent Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedEvent contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedEvent contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedEvent contentType res accept Source #

HasOptionalParam ReadNamespacedEvent 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedEvent contentType res accept -> Export -> KubernetesRequest ReadNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedEvent contentType res accept -> Export -> KubernetesRequest ReadNamespacedEvent contentType res accept Source #

HasOptionalParam ReadNamespacedEvent 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedEvent contentType res accept -> Exact -> KubernetesRequest ReadNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedEvent contentType res accept -> Exact -> KubernetesRequest ReadNamespacedEvent contentType res accept Source #

readNamespacedLimitRange

readNamespacedLimitRange Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the LimitRange

-> Namespace

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

-> KubernetesRequest ReadNamespacedLimitRange MimeNoContent V1LimitRange accept 
GET /api/v1/namespaces/{namespace}/limitranges/{name}

read the specified LimitRange

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedLimitRange Source #

Instances
Produces ReadNamespacedLimitRange MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedLimitRange MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedLimitRange Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedLimitRange 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.CoreV1

HasOptionalParam ReadNamespacedLimitRange 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.CoreV1

readNamespacedPersistentVolumeClaim

readNamespacedPersistentVolumeClaim Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PersistentVolumeClaim

-> Namespace

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

-> KubernetesRequest ReadNamespacedPersistentVolumeClaim MimeNoContent V1PersistentVolumeClaim accept 
GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

read the specified PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedPersistentVolumeClaim Source #

Instances
Produces ReadNamespacedPersistentVolumeClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPersistentVolumeClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPersistentVolumeClaim Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam ReadNamespacedPersistentVolumeClaim 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.CoreV1

readNamespacedPersistentVolumeClaimStatus

readNamespacedPersistentVolumeClaimStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PersistentVolumeClaim

-> Namespace

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

-> KubernetesRequest ReadNamespacedPersistentVolumeClaimStatus MimeNoContent V1PersistentVolumeClaim accept 
GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status

read status of the specified PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

readNamespacedPod

readNamespacedPod Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Pod

-> Namespace

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

-> KubernetesRequest ReadNamespacedPod MimeNoContent V1Pod accept 
GET /api/v1/namespaces/{namespace}/pods/{name}

read the specified Pod

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedPod Source #

Instances
Produces ReadNamespacedPod MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPod MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPod Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedPod contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedPod contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedPod contentType res accept Source #

HasOptionalParam ReadNamespacedPod 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedPod contentType res accept -> Export -> KubernetesRequest ReadNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedPod contentType res accept -> Export -> KubernetesRequest ReadNamespacedPod contentType res accept Source #

HasOptionalParam ReadNamespacedPod 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedPod contentType res accept -> Exact -> KubernetesRequest ReadNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedPod contentType res accept -> Exact -> KubernetesRequest ReadNamespacedPod contentType res accept Source #

readNamespacedPodLog

readNamespacedPodLog Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Pod

-> Namespace

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

-> KubernetesRequest ReadNamespacedPodLog MimeNoContent Text accept 
GET /api/v1/namespaces/{namespace}/pods/{name}/log

read log of the specified Pod

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedPodLog Source #

Instances
Produces ReadNamespacedPodLog MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodLog MimePlainText Source #
text/plain
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodLog MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog Timestamps Source #

Optional Param "timestamps" - If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog TailLines Source #

Optional Param "tailLines" - If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog SinceSeconds Source #

Optional Param "sinceSeconds" - A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog Previous Source #

Optional Param "previous" - Return previous terminated container logs. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog LimitBytes Source #

Optional Param "limitBytes" - If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog Follow Source #

Optional Param "follow" - Follow the log stream of the pod. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog Container Source #

Optional Param "container" - The container for which to stream logs. Defaults to only container if there is one container in the pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedPodStatus

readNamespacedPodStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Pod

-> Namespace

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

-> KubernetesRequest ReadNamespacedPodStatus MimeNoContent V1Pod accept 
GET /api/v1/namespaces/{namespace}/pods/{name}/status

read status of the specified Pod

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedPodStatus Source #

Instances
Produces ReadNamespacedPodStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedPodTemplate

readNamespacedPodTemplate Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodTemplate

-> Namespace

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

-> KubernetesRequest ReadNamespacedPodTemplate MimeNoContent V1PodTemplate accept 
GET /api/v1/namespaces/{namespace}/podtemplates/{name}

read the specified PodTemplate

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedPodTemplate Source #

Instances
Produces ReadNamespacedPodTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodTemplate Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodTemplate 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.CoreV1

HasOptionalParam ReadNamespacedPodTemplate 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.CoreV1

readNamespacedReplicationController

readNamespacedReplicationController Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ReplicationController

-> Namespace

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

-> KubernetesRequest ReadNamespacedReplicationController MimeNoContent V1ReplicationController accept 
GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}

read the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedReplicationController Source #

Instances
Produces ReadNamespacedReplicationController MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedReplicationController MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedReplicationController Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedReplicationController 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.CoreV1

HasOptionalParam ReadNamespacedReplicationController 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.CoreV1

readNamespacedReplicationControllerScale

readNamespacedReplicationControllerScale 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 ReadNamespacedReplicationControllerScale MimeNoContent V1Scale accept 
GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale

read scale of the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

readNamespacedReplicationControllerStatus

readNamespacedReplicationControllerStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ReplicationController

-> Namespace

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

-> KubernetesRequest ReadNamespacedReplicationControllerStatus MimeNoContent V1ReplicationController accept 
GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status

read status of the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

readNamespacedResourceQuota

readNamespacedResourceQuota Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceQuota

-> Namespace

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

-> KubernetesRequest ReadNamespacedResourceQuota MimeNoContent V1ResourceQuota accept 
GET /api/v1/namespaces/{namespace}/resourcequotas/{name}

read the specified ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedResourceQuota Source #

Instances
Produces ReadNamespacedResourceQuota MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedResourceQuota MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedResourceQuota Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedResourceQuota 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.CoreV1

HasOptionalParam ReadNamespacedResourceQuota 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.CoreV1

readNamespacedResourceQuotaStatus

readNamespacedResourceQuotaStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceQuota

-> Namespace

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

-> KubernetesRequest ReadNamespacedResourceQuotaStatus MimeNoContent V1ResourceQuota accept 
GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status

read status of the specified ResourceQuota

AuthMethod: AuthApiKeyBearerToken

readNamespacedSecret

readNamespacedSecret Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Secret

-> Namespace

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

-> KubernetesRequest ReadNamespacedSecret MimeNoContent V1Secret accept 
GET /api/v1/namespaces/{namespace}/secrets/{name}

read the specified Secret

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedSecret Source #

Instances
Produces ReadNamespacedSecret MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedSecret MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedSecret Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedSecret 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.CoreV1

HasOptionalParam ReadNamespacedSecret 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedSecret contentType res accept -> Exact -> KubernetesRequest ReadNamespacedSecret contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedSecret contentType res accept -> Exact -> KubernetesRequest ReadNamespacedSecret contentType res accept Source #

readNamespacedService

readNamespacedService Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Service

-> Namespace

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

-> KubernetesRequest ReadNamespacedService MimeNoContent V1Service accept 
GET /api/v1/namespaces/{namespace}/services/{name}

read the specified Service

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedService Source #

Instances
Produces ReadNamespacedService MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedService MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedService 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.CoreV1

HasOptionalParam ReadNamespacedService 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.CoreV1

readNamespacedServiceAccount

readNamespacedServiceAccount Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceAccount

-> Namespace

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

-> KubernetesRequest ReadNamespacedServiceAccount MimeNoContent V1ServiceAccount accept 
GET /api/v1/namespaces/{namespace}/serviceaccounts/{name}

read the specified ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedServiceAccount Source #

Instances
Produces ReadNamespacedServiceAccount MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedServiceAccount MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedServiceAccount Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedServiceAccount 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.CoreV1

HasOptionalParam ReadNamespacedServiceAccount 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.CoreV1

readNamespacedServiceStatus

readNamespacedServiceStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Service

-> Namespace

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

-> KubernetesRequest ReadNamespacedServiceStatus MimeNoContent V1Service accept 
GET /api/v1/namespaces/{namespace}/services/{name}/status

read status of the specified Service

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedServiceStatus Source #

Instances
Produces ReadNamespacedServiceStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedServiceStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedServiceStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNode

readNode Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Node

-> KubernetesRequest ReadNode MimeNoContent V1Node accept 
GET /api/v1/nodes/{name}

read the specified Node

AuthMethod: AuthApiKeyBearerToken

data ReadNode Source #

Instances
Produces ReadNode MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNode MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNode Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNode contentType res accept -> Pretty -> KubernetesRequest ReadNode contentType res accept Source #

(-&-) :: KubernetesRequest ReadNode contentType res accept -> Pretty -> KubernetesRequest ReadNode contentType res accept Source #

HasOptionalParam ReadNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNode contentType res accept -> Export -> KubernetesRequest ReadNode contentType res accept Source #

(-&-) :: KubernetesRequest ReadNode contentType res accept -> Export -> KubernetesRequest ReadNode contentType res accept Source #

HasOptionalParam ReadNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNode contentType res accept -> Exact -> KubernetesRequest ReadNode contentType res accept Source #

(-&-) :: KubernetesRequest ReadNode contentType res accept -> Exact -> KubernetesRequest ReadNode contentType res accept Source #

readNodeStatus

readNodeStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Node

-> KubernetesRequest ReadNodeStatus MimeNoContent V1Node accept 
GET /api/v1/nodes/{name}/status

read status of the specified Node

AuthMethod: AuthApiKeyBearerToken

data ReadNodeStatus Source #

Instances
Produces ReadNodeStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNodeStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNodeStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNodeStatus contentType res accept -> Pretty -> KubernetesRequest ReadNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest ReadNodeStatus contentType res accept -> Pretty -> KubernetesRequest ReadNodeStatus contentType res accept Source #

readPersistentVolume

readPersistentVolume Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PersistentVolume

-> KubernetesRequest ReadPersistentVolume MimeNoContent V1PersistentVolume accept 
GET /api/v1/persistentvolumes/{name}

read the specified PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data ReadPersistentVolume Source #

Instances
Produces ReadPersistentVolume MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadPersistentVolume MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadPersistentVolume Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadPersistentVolume 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.CoreV1

HasOptionalParam ReadPersistentVolume 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadPersistentVolume contentType res accept -> Exact -> KubernetesRequest ReadPersistentVolume contentType res accept Source #

(-&-) :: KubernetesRequest ReadPersistentVolume contentType res accept -> Exact -> KubernetesRequest ReadPersistentVolume contentType res accept Source #

readPersistentVolumeStatus

readPersistentVolumeStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PersistentVolume

-> KubernetesRequest ReadPersistentVolumeStatus MimeNoContent V1PersistentVolume accept 
GET /api/v1/persistentvolumes/{name}/status

read status of the specified PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data ReadPersistentVolumeStatus Source #

Instances
Produces ReadPersistentVolumeStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadPersistentVolumeStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadPersistentVolumeStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespace

replaceNamespace Source #

Arguments

:: (Consumes ReplaceNamespace contentType, MimeRender contentType V1Namespace) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Namespace

"body"

-> Name

"name" - name of the Namespace

-> KubernetesRequest ReplaceNamespace contentType V1Namespace accept 
PUT /api/v1/namespaces/{name}

replace the specified Namespace

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespace Source #

Instances
Produces ReplaceNamespace MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespace MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespace Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNamespace contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNamespace contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespace contentType res accept Source #

HasOptionalParam ReplaceNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNamespace contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNamespace contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespace contentType res accept Source #

HasOptionalParam ReplaceNamespace 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNamespace contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNamespace contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespace contentType res accept Source #

HasBodyParam ReplaceNamespace V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

replaceNamespaceFinalize

replaceNamespaceFinalize Source #

Arguments

:: (Consumes ReplaceNamespaceFinalize contentType, MimeRender contentType V1Namespace) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Namespace

"body"

-> Name

"name" - name of the Namespace

-> KubernetesRequest ReplaceNamespaceFinalize contentType V1Namespace accept 
PUT /api/v1/namespaces/{name}/finalize

replace finalize of the specified Namespace

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespaceFinalize Source #

Instances
Produces ReplaceNamespaceFinalize MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespaceFinalize MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceFinalize Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceFinalize 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.CoreV1

HasOptionalParam ReplaceNamespaceFinalize 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.CoreV1

HasBodyParam ReplaceNamespaceFinalize V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespaceStatus

replaceNamespaceStatus Source #

Arguments

:: (Consumes ReplaceNamespaceStatus contentType, MimeRender contentType V1Namespace) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Namespace

"body"

-> Name

"name" - name of the Namespace

-> KubernetesRequest ReplaceNamespaceStatus contentType V1Namespace accept 
PUT /api/v1/namespaces/{name}/status

replace status of the specified Namespace

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespaceStatus Source #

Instances
Produces ReplaceNamespaceStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespaceStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceStatus 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.CoreV1

HasOptionalParam ReplaceNamespaceStatus 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.CoreV1

HasBodyParam ReplaceNamespaceStatus V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedConfigMap

replaceNamespacedConfigMap Source #

Arguments

:: (Consumes ReplaceNamespacedConfigMap contentType, MimeRender contentType V1ConfigMap) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ConfigMap

"body"

-> Name

"name" - name of the ConfigMap

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedConfigMap contentType V1ConfigMap accept 
PUT /api/v1/namespaces/{namespace}/configmaps/{name}

replace the specified ConfigMap

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedConfigMap Source #

Instances
Produces ReplaceNamespacedConfigMap MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedConfigMap MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedConfigMap Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedConfigMap 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.CoreV1

HasOptionalParam ReplaceNamespacedConfigMap 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.CoreV1

HasBodyParam ReplaceNamespacedConfigMap V1ConfigMap Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedEndpoints

replaceNamespacedEndpoints Source #

Arguments

:: (Consumes ReplaceNamespacedEndpoints contentType, MimeRender contentType V1Endpoints) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Endpoints

"body"

-> Name

"name" - name of the Endpoints

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedEndpoints contentType V1Endpoints accept 
PUT /api/v1/namespaces/{namespace}/endpoints/{name}

replace the specified Endpoints

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedEndpoints Source #

Instances
Produces ReplaceNamespacedEndpoints MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedEndpoints MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEndpoints Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEndpoints 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.CoreV1

HasOptionalParam ReplaceNamespacedEndpoints 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.CoreV1

HasBodyParam ReplaceNamespacedEndpoints V1Endpoints Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedEvent

replaceNamespacedEvent Source #

Arguments

:: (Consumes ReplaceNamespacedEvent contentType, MimeRender contentType V1Event) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Event

"body"

-> Name

"name" - name of the Event

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedEvent contentType V1Event accept 
PUT /api/v1/namespaces/{namespace}/events/{name}

replace the specified Event

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedEvent Source #

Instances
Produces ReplaceNamespacedEvent MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedEvent MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEvent Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEvent 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.CoreV1

HasOptionalParam ReplaceNamespacedEvent 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.CoreV1

HasBodyParam ReplaceNamespacedEvent V1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

replaceNamespacedLimitRange

replaceNamespacedLimitRange Source #

Arguments

:: (Consumes ReplaceNamespacedLimitRange contentType, MimeRender contentType V1LimitRange) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1LimitRange

"body"

-> Name

"name" - name of the LimitRange

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedLimitRange contentType V1LimitRange accept 
PUT /api/v1/namespaces/{namespace}/limitranges/{name}

replace the specified LimitRange

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedLimitRange Source #

Instances
Produces ReplaceNamespacedLimitRange MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedLimitRange MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedLimitRange Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedLimitRange 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.CoreV1

HasOptionalParam ReplaceNamespacedLimitRange 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.CoreV1

HasBodyParam ReplaceNamespacedLimitRange V1LimitRange Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedPersistentVolumeClaim

replaceNamespacedPersistentVolumeClaim Source #

Arguments

:: (Consumes ReplaceNamespacedPersistentVolumeClaim contentType, MimeRender contentType V1PersistentVolumeClaim) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1PersistentVolumeClaim

"body"

-> Name

"name" - name of the PersistentVolumeClaim

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedPersistentVolumeClaim contentType V1PersistentVolumeClaim accept 
PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

replace the specified PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedPersistentVolumeClaim Source #

Instances
Produces ReplaceNamespacedPersistentVolumeClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPersistentVolumeClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaim Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaim 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.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaim 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.CoreV1

HasBodyParam ReplaceNamespacedPersistentVolumeClaim V1PersistentVolumeClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedPersistentVolumeClaimStatus

replaceNamespacedPersistentVolumeClaimStatus Source #

Arguments

:: (Consumes ReplaceNamespacedPersistentVolumeClaimStatus contentType, MimeRender contentType V1PersistentVolumeClaim) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1PersistentVolumeClaim

"body"

-> Name

"name" - name of the PersistentVolumeClaim

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedPersistentVolumeClaimStatus contentType V1PersistentVolumeClaim accept 
PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status

replace status of the specified PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedPersistentVolumeClaimStatus Source #

Instances
Produces ReplaceNamespacedPersistentVolumeClaimStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPersistentVolumeClaimStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaimStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaimStatus 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.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaimStatus 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.CoreV1

HasBodyParam ReplaceNamespacedPersistentVolumeClaimStatus V1PersistentVolumeClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedPod

replaceNamespacedPod Source #

Arguments

:: (Consumes ReplaceNamespacedPod contentType, MimeRender contentType V1Pod) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Pod

"body"

-> Name

"name" - name of the Pod

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedPod contentType V1Pod accept 
PUT /api/v1/namespaces/{namespace}/pods/{name}

replace the specified Pod

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedPod Source #

Instances
Produces ReplaceNamespacedPod MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPod MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPod Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPod 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.CoreV1

HasOptionalParam ReplaceNamespacedPod 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.CoreV1

HasBodyParam ReplaceNamespacedPod V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

replaceNamespacedPodStatus

replaceNamespacedPodStatus Source #

Arguments

:: (Consumes ReplaceNamespacedPodStatus contentType, MimeRender contentType V1Pod) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Pod

"body"

-> Name

"name" - name of the Pod

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedPodStatus contentType V1Pod accept 
PUT /api/v1/namespaces/{namespace}/pods/{name}/status

replace status of the specified Pod

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedPodStatus Source #

Instances
Produces ReplaceNamespacedPodStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodStatus 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.CoreV1

HasOptionalParam ReplaceNamespacedPodStatus 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.CoreV1

HasBodyParam ReplaceNamespacedPodStatus V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedPodTemplate

replaceNamespacedPodTemplate Source #

Arguments

:: (Consumes ReplaceNamespacedPodTemplate contentType, MimeRender contentType V1PodTemplate) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1PodTemplate

"body"

-> Name

"name" - name of the PodTemplate

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedPodTemplate contentType V1PodTemplate accept 
PUT /api/v1/namespaces/{namespace}/podtemplates/{name}

replace the specified PodTemplate

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedPodTemplate Source #

Instances
Produces ReplaceNamespacedPodTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodTemplate Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodTemplate 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.CoreV1

HasOptionalParam ReplaceNamespacedPodTemplate 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.CoreV1

HasBodyParam ReplaceNamespacedPodTemplate V1PodTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedReplicationController

replaceNamespacedReplicationController Source #

Arguments

:: (Consumes ReplaceNamespacedReplicationController contentType, MimeRender contentType V1ReplicationController) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ReplicationController

"body"

-> Name

"name" - name of the ReplicationController

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedReplicationController contentType V1ReplicationController accept 
PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}

replace the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedReplicationController Source #

Instances
Produces ReplaceNamespacedReplicationController MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedReplicationController MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationController Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationController 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.CoreV1

HasOptionalParam ReplaceNamespacedReplicationController 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.CoreV1

HasBodyParam ReplaceNamespacedReplicationController V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedReplicationControllerScale

replaceNamespacedReplicationControllerScale Source #

Arguments

:: (Consumes ReplaceNamespacedReplicationControllerScale contentType, MimeRender contentType V1Scale) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Scale

"body"

-> Name

"name" - name of the Scale

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedReplicationControllerScale contentType V1Scale accept 
PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale

replace scale of the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedReplicationControllerScale Source #

Instances
Produces ReplaceNamespacedReplicationControllerScale MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedReplicationControllerScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerScale Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerScale 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.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerScale 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.CoreV1

HasBodyParam ReplaceNamespacedReplicationControllerScale V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedReplicationControllerStatus

replaceNamespacedReplicationControllerStatus Source #

Arguments

:: (Consumes ReplaceNamespacedReplicationControllerStatus contentType, MimeRender contentType V1ReplicationController) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ReplicationController

"body"

-> Name

"name" - name of the ReplicationController

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedReplicationControllerStatus contentType V1ReplicationController accept 
PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status

replace status of the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedReplicationControllerStatus Source #

Instances
Produces ReplaceNamespacedReplicationControllerStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedReplicationControllerStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerStatus 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.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerStatus 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.CoreV1

HasBodyParam ReplaceNamespacedReplicationControllerStatus V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedResourceQuota

replaceNamespacedResourceQuota Source #

Arguments

:: (Consumes ReplaceNamespacedResourceQuota contentType, MimeRender contentType V1ResourceQuota) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ResourceQuota

"body"

-> Name

"name" - name of the ResourceQuota

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedResourceQuota contentType V1ResourceQuota accept 
PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}

replace the specified ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedResourceQuota Source #

Instances
Produces ReplaceNamespacedResourceQuota MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedResourceQuota MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuota Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuota 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.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuota 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.CoreV1

HasBodyParam ReplaceNamespacedResourceQuota V1ResourceQuota Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedResourceQuotaStatus

replaceNamespacedResourceQuotaStatus Source #

Arguments

:: (Consumes ReplaceNamespacedResourceQuotaStatus contentType, MimeRender contentType V1ResourceQuota) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ResourceQuota

"body"

-> Name

"name" - name of the ResourceQuota

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedResourceQuotaStatus contentType V1ResourceQuota accept 
PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status

replace status of the specified ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedResourceQuotaStatus Source #

Instances
Produces ReplaceNamespacedResourceQuotaStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedResourceQuotaStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuotaStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuotaStatus 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.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuotaStatus 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.CoreV1

HasBodyParam ReplaceNamespacedResourceQuotaStatus V1ResourceQuota Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedSecret

replaceNamespacedSecret Source #

Arguments

:: (Consumes ReplaceNamespacedSecret contentType, MimeRender contentType V1Secret) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Secret

"body"

-> Name

"name" - name of the Secret

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedSecret contentType V1Secret accept 
PUT /api/v1/namespaces/{namespace}/secrets/{name}

replace the specified Secret

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedSecret Source #

Instances
Produces ReplaceNamespacedSecret MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedSecret MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedSecret Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedSecret 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.CoreV1

HasOptionalParam ReplaceNamespacedSecret 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.CoreV1

HasBodyParam ReplaceNamespacedSecret V1Secret Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedService

replaceNamespacedService Source #

Arguments

:: (Consumes ReplaceNamespacedService contentType, MimeRender contentType V1Service) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Service

"body"

-> Name

"name" - name of the Service

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedService contentType V1Service accept 
PUT /api/v1/namespaces/{namespace}/services/{name}

replace the specified Service

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedService Source #

Instances
Produces ReplaceNamespacedService MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedService MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedService Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedService 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.CoreV1

HasOptionalParam ReplaceNamespacedService 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.CoreV1

HasBodyParam ReplaceNamespacedService V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedServiceAccount

replaceNamespacedServiceAccount Source #

Arguments

:: (Consumes ReplaceNamespacedServiceAccount contentType, MimeRender contentType V1ServiceAccount) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ServiceAccount

"body"

-> Name

"name" - name of the ServiceAccount

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedServiceAccount contentType V1ServiceAccount accept 
PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}

replace the specified ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedServiceAccount Source #

Instances
Produces ReplaceNamespacedServiceAccount MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedServiceAccount MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceAccount Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceAccount 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.CoreV1

HasOptionalParam ReplaceNamespacedServiceAccount 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.CoreV1

HasBodyParam ReplaceNamespacedServiceAccount V1ServiceAccount Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedServiceStatus

replaceNamespacedServiceStatus Source #

Arguments

:: (Consumes ReplaceNamespacedServiceStatus contentType, MimeRender contentType V1Service) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Service

"body"

-> Name

"name" - name of the Service

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedServiceStatus contentType V1Service accept 
PUT /api/v1/namespaces/{namespace}/services/{name}/status

replace status of the specified Service

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedServiceStatus Source #

Instances
Produces ReplaceNamespacedServiceStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedServiceStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceStatus 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.CoreV1

HasOptionalParam ReplaceNamespacedServiceStatus 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.CoreV1

HasBodyParam ReplaceNamespacedServiceStatus V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNode

replaceNode Source #

Arguments

:: (Consumes ReplaceNode contentType, MimeRender contentType V1Node) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Node

"body"

-> Name

"name" - name of the Node

-> KubernetesRequest ReplaceNode contentType V1Node accept 
PUT /api/v1/nodes/{name}

replace the specified Node

AuthMethod: AuthApiKeyBearerToken

data ReplaceNode Source #

Instances
Produces ReplaceNode MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNode MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNode Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNode contentType res accept -> Pretty -> KubernetesRequest ReplaceNode contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNode contentType res accept -> Pretty -> KubernetesRequest ReplaceNode contentType res accept Source #

HasOptionalParam ReplaceNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNode contentType res accept -> FieldManager -> KubernetesRequest ReplaceNode contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNode contentType res accept -> FieldManager -> KubernetesRequest ReplaceNode contentType res accept Source #

HasOptionalParam ReplaceNode 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNode contentType res accept -> DryRun -> KubernetesRequest ReplaceNode contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNode contentType res accept -> DryRun -> KubernetesRequest ReplaceNode contentType res accept Source #

HasBodyParam ReplaceNode V1Node Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

replaceNodeStatus

replaceNodeStatus Source #

Arguments

:: (Consumes ReplaceNodeStatus contentType, MimeRender contentType V1Node) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Node

"body"

-> Name

"name" - name of the Node

-> KubernetesRequest ReplaceNodeStatus contentType V1Node accept 
PUT /api/v1/nodes/{name}/status

replace status of the specified Node

AuthMethod: AuthApiKeyBearerToken

data ReplaceNodeStatus Source #

Instances
Produces ReplaceNodeStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNodeStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNodeStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNodeStatus contentType res accept -> Pretty -> KubernetesRequest ReplaceNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNodeStatus contentType res accept -> Pretty -> KubernetesRequest ReplaceNodeStatus contentType res accept Source #

HasOptionalParam ReplaceNodeStatus 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.CoreV1

HasOptionalParam ReplaceNodeStatus 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.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNodeStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNodeStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNodeStatus contentType res accept Source #

HasBodyParam ReplaceNodeStatus V1Node Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

replacePersistentVolume

replacePersistentVolume Source #

Arguments

:: (Consumes ReplacePersistentVolume contentType, MimeRender contentType V1PersistentVolume) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1PersistentVolume

"body"

-> Name

"name" - name of the PersistentVolume

-> KubernetesRequest ReplacePersistentVolume contentType V1PersistentVolume accept 
PUT /api/v1/persistentvolumes/{name}

replace the specified PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data ReplacePersistentVolume Source #

Instances
Produces ReplacePersistentVolume MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplacePersistentVolume MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolume Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolume 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.CoreV1

HasOptionalParam ReplacePersistentVolume 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.CoreV1

HasBodyParam ReplacePersistentVolume V1PersistentVolume Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replacePersistentVolumeStatus

replacePersistentVolumeStatus Source #

Arguments

:: (Consumes ReplacePersistentVolumeStatus contentType, MimeRender contentType V1PersistentVolume) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1PersistentVolume

"body"

-> Name

"name" - name of the PersistentVolume

-> KubernetesRequest ReplacePersistentVolumeStatus contentType V1PersistentVolume accept 
PUT /api/v1/persistentvolumes/{name}/status

replace status of the specified PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data ReplacePersistentVolumeStatus Source #

Instances
Produces ReplacePersistentVolumeStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplacePersistentVolumeStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolumeStatus Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolumeStatus 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.CoreV1

HasOptionalParam ReplacePersistentVolumeStatus 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.CoreV1

HasBodyParam ReplacePersistentVolumeStatus V1PersistentVolume Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1