kubernetes-client-core-0.3.1.0: 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

Instances details
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

data ConnectDeleteNamespacedPodProxyWithPath Source #

Instances

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectDeleteNamespacedPodProxyWithPath Path2 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

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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

data ConnectGetNamespacedPodPortforward Source #

Instances

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodPortforward Ports Source #

Optional Param "ports" - List of ports to forward Required when using WebSockets

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Instances details
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

data ConnectGetNamespacedPodProxyWithPath Source #

Instances

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodProxyWithPath Path2 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

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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

data ConnectHeadNamespacedPodProxyWithPath Source #

Instances

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectHeadNamespacedPodProxyWithPath Path2 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

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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

data ConnectPatchNamespacedPodProxyWithPath Source #

Instances

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPatchNamespacedPodProxyWithPath Path2 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

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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

data ConnectPostNamespacedPodPortforward Source #

Instances

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodPortforward Ports Source #

Optional Param "ports" - List of ports to forward Required when using WebSockets

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Instances details
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

data ConnectPostNamespacedPodProxyWithPath Source #

Instances

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodProxyWithPath Path2 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

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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

data ConnectPutNamespacedPodProxyWithPath Source #

Instances

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPutNamespacedPodProxyWithPath Path2 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

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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

Instances details
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

createNamespacedServiceAccountToken

createNamespacedServiceAccountToken Source #

Arguments

:: (Consumes CreateNamespacedServiceAccountToken contentType, MimeRender contentType V1TokenRequest) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1TokenRequest

"body"

-> Name

"name" - name of the TokenRequest

-> Namespace

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

-> KubernetesRequest CreateNamespacedServiceAccountToken contentType V1TokenRequest accept 
POST /api/v1/namespaces/{namespace}/serviceaccounts/{name}/token

create token of a ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedServiceAccountToken Source #

Instances

Instances details
Produces CreateNamespacedServiceAccountToken MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedServiceAccountToken MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedServiceAccountToken Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedServiceAccountToken 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 CreateNamespacedServiceAccountToken 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 CreateNamespacedServiceAccountToken V1TokenRequest 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

Instances details
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

Instances details
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

:: Consumes DeleteCollectionNamespacedConfigMap contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

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

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

delete collection of ConfigMap

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedConfigMap Source #

Instances

Instances details
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

MimeType mtype => Consumes DeleteCollectionNamespacedConfigMap mtype Source #
*/*
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 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 DeleteCollectionNamespacedConfigMap Pretty Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

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

HasBodyParam DeleteCollectionNamespacedConfigMap V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteCollectionNamespacedEndpoints

deleteCollectionNamespacedEndpoints Source #

Arguments

:: Consumes DeleteCollectionNamespacedEndpoints contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

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

->