kubernetes-api-132.0.0: Auto-generated kubernetes-api API Client
Safe HaskellSafe-Inferred
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
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

MimeType mtype => Produces ConnectDeleteNamespacedPodProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectDeleteNamespacedPodProxyWithPath mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectDeleteNamespacedServiceProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectDeleteNamespacedServiceProxyWithPath mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectDeleteNodeProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectDeleteNodeProxyWithPath mtype Source #
*/*
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
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

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

MimeType mtype => Produces ConnectGetNamespacedPodAttach mtype Source #
*/*
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
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

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 Stderr Source #

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

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 Stdout Source #

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

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

MimeType mtype => Produces ConnectGetNamespacedPodExec mtype Source #
*/*
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
HasOptionalParam ConnectGetNamespacedPodPortforward Ports Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Produces ConnectGetNamespacedPodPortforward mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectGetNamespacedPodProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectGetNamespacedPodProxyWithPath mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectGetNamespacedServiceProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectGetNamespacedServiceProxyWithPath mtype Source #
*/*
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
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 #

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

MimeType mtype => Produces ConnectGetNodeProxyWithPath mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectHeadNamespacedPodProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectHeadNamespacedPodProxyWithPath mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectHeadNamespacedServiceProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectHeadNamespacedServiceProxyWithPath mtype Source #
*/*
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
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 #

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

MimeType mtype => Produces ConnectHeadNodeProxyWithPath mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectOptionsNamespacedPodProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectOptionsNamespacedServiceProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectOptionsNamespacedServiceProxyWithPath mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectOptionsNodeProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectOptionsNodeProxyWithPath mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectPatchNamespacedPodProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectPatchNamespacedPodProxyWithPath mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectPatchNamespacedServiceProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectPatchNamespacedServiceProxyWithPath mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectPatchNodeProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectPatchNodeProxyWithPath mtype Source #
*/*
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
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

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

MimeType mtype => Produces ConnectPostNamespacedPodAttach mtype Source #
*/*
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
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

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 Stderr Source #

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

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 Stdout Source #

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

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

MimeType mtype => Produces ConnectPostNamespacedPodExec mtype Source #
*/*
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
HasOptionalParam ConnectPostNamespacedPodPortforward Ports Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Produces ConnectPostNamespacedPodPortforward mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectPostNamespacedPodProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectPostNamespacedPodProxyWithPath mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectPostNamespacedServiceProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectPostNamespacedServiceProxyWithPath mtype Source #
*/*
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
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 #

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

MimeType mtype => Produces ConnectPostNodeProxyWithPath mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectPutNamespacedPodProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectPutNamespacedPodProxyWithPath mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectPutNamespacedServiceProxy mtype Source #
*/*
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
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

MimeType mtype => Produces ConnectPutNamespacedServiceProxyWithPath mtype Source #
*/*
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
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 #

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

MimeType mtype => Produces ConnectPutNodeProxyWithPath mtype Source #
*/*
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
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 #

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 #

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam CreateNamespace Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

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 #

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespace MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespace MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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
HasBodyParam CreateNamespacedBinding V1Binding Source # 
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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedBinding MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedBinding MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
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
HasBodyParam CreateNamespacedConfigMap V1ConfigMap Source # 
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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedConfigMap Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedConfigMap MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedConfigMap MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
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
HasBodyParam CreateNamespacedEndpoints V1Endpoints Source # 
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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedEndpoints Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedEndpoints MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedEndpoints MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNamespacedEvent

createNamespacedEvent Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> CoreV1Event

"body"

-> Namespace

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

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

create an Event

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedEvent Source #

Instances

Instances details
HasBodyParam CreateNamespacedEvent CoreV1Event Source # 
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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedEvent MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedEvent MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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
HasBodyParam CreateNamespacedLimitRange V1LimitRange Source # 
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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedLimitRange Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedLimitRange MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedLimitRange MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
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
HasBodyParam CreateNamespacedPersistentVolumeClaim V1PersistentVolumeClaim Source # 
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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPersistentVolumeClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedPersistentVolumeClaim MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedPersistentVolumeClaim MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
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
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 #

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 #

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPod Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

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 #

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedPod MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedPod MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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
HasBodyParam CreateNamespacedPodBinding V1Binding Source # 
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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedPodBinding MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedPodBinding MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNamespacedPodEviction

createNamespacedPodEviction Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Eviction

"body"

-> Name

"name" - name of the Eviction

-> Namespace

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

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

create eviction of a Pod

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedPodEviction Source #

Instances

Instances details
HasBodyParam CreateNamespacedPodEviction V1Eviction Source # 
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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodEviction Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedPodEviction MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedPodEviction MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
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
HasBodyParam CreateNamespacedPodTemplate V1PodTemplate Source # 
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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedPodTemplate MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedPodTemplate MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
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
HasBodyParam CreateNamespacedReplicationController V1ReplicationController Source # 
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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedReplicationController Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedReplicationController MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedReplicationController MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
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
HasBodyParam CreateNamespacedResourceQuota V1ResourceQuota Source # 
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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedResourceQuota Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedResourceQuota MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedResourceQuota MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
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
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 #

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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedSecret Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedSecret MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedSecret MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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
HasBodyParam CreateNamespacedService V1Service Source # 
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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedService MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedService MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
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
HasBodyParam CreateNamespacedServiceAccount V1ServiceAccount Source # 
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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedServiceAccount Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedServiceAccount MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedServiceAccount MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

createNamespacedServiceAccountToken

createNamespacedServiceAccountToken Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> AuthenticationV1TokenRequest

"body"

-> Name

"name" - name of the TokenRequest

-> Namespace

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

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

create token of a ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedServiceAccountToken Source #

Instances

Instances details
HasBodyParam CreateNamespacedServiceAccountToken AuthenticationV1TokenRequest Source # 
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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedServiceAccountToken Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedServiceAccountToken MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNamespacedServiceAccountToken MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
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
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 #

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 #

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam CreateNode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

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 #

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNode MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreateNode MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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
HasBodyParam CreatePersistentVolume V1PersistentVolume Source # 
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

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 FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreatePersistentVolume Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreatePersistentVolume MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces CreatePersistentVolume MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
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
HasBodyParam DeleteCollectionNamespacedConfigMap V1DeleteOptions Source # 
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

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 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 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 IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

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 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 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 Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

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 ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

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

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedConfigMap MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedConfigMap MimeJSON Source #
application/json
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 MimeYaml Source #
application/yaml
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

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

delete collection of Endpoints

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedEndpoints Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedEndpoints V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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 DeleteCollectionNamespacedEndpoints FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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 DeleteCollectionNamespacedEndpoints IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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 DeleteCollectionNamespacedEndpoints Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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 DeleteCollectionNamespacedEndpoints ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedEndpoints MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedEndpoints MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedEndpoints MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteCollectionNamespacedEvent

deleteCollectionNamespacedEvent Source #

Arguments

:: Consumes DeleteCollectionNamespacedEvent 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 DeleteCollectionNamespacedEvent contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/events

delete collection of Event

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedEvent Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedEvent V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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 DeleteCollectionNamespacedEvent FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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 DeleteCollectionNamespacedEvent IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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 DeleteCollectionNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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 DeleteCollectionNamespacedEvent ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedEvent MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedEvent MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedEvent MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteCollectionNamespacedLimitRange

deleteCollectionNamespacedLimitRange Source #

Arguments

:: Consumes DeleteCollectionNamespacedLimitRange 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 DeleteCollectionNamespacedLimitRange contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/limitranges

delete collection of LimitRange

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedLimitRange Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedLimitRange V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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 DeleteCollectionNamespacedLimitRange FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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 DeleteCollectionNamespacedLimitRange IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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 DeleteCollectionNamespacedLimitRange Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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 DeleteCollectionNamespacedLimitRange ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedLimitRange MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedLimitRange MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedLimitRange MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteCollectionNamespacedPersistentVolumeClaim

deleteCollectionNamespacedPersistentVolumeClaim Source #

Arguments

:: Consumes DeleteCollectionNamespacedPersistentVolumeClaim 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 DeleteCollectionNamespacedPersistentVolumeClaim contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/persistentvolumeclaims

delete collection of PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedPersistentVolumeClaim Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedPersistentVolumeClaim V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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 DeleteCollectionNamespacedPersistentVolumeClaim FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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 DeleteCollectionNamespacedPersistentVolumeClaim IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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 DeleteCollectionNamespacedPersistentVolumeClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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 DeleteCollectionNamespacedPersistentVolumeClaim ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedPersistentVolumeClaim MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedPersistentVolumeClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedPersistentVolumeClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteCollectionNamespacedPod

deleteCollectionNamespacedPod Source #

Arguments

:: Consumes DeleteCollectionNamespacedPod 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 DeleteCollectionNamespacedPod contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/pods

delete collection of Pod

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedPod Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedPod V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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 DeleteCollectionNamespacedPod FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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 DeleteCollectionNamespacedPod IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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 DeleteCollectionNamespacedPod Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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 DeleteCollectionNamespacedPod ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedPod MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedPod MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedPod MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteCollectionNamespacedPodTemplate

deleteCollectionNamespacedPodTemplate Source #

Arguments

:: Consumes DeleteCollectionNamespacedPodTemplate 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 DeleteCollectionNamespacedPodTemplate contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/podtemplates

delete collection of PodTemplate

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedPodTemplate Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedPodTemplate V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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 DeleteCollectionNamespacedPodTemplate FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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 DeleteCollectionNamespacedPodTemplate IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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 DeleteCollectionNamespacedPodTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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 DeleteCollectionNamespacedPodTemplate ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedPodTemplate MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedPodTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedPodTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteCollectionNamespacedReplicationController

deleteCollectionNamespacedReplicationController Source #

Arguments

:: Consumes DeleteCollectionNamespacedReplicationController 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 DeleteCollectionNamespacedReplicationController contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/replicationcontrollers

delete collection of ReplicationController

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedReplicationController Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedReplicationController V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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 DeleteCollectionNamespacedReplicationController FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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 DeleteCollectionNamespacedReplicationController IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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 DeleteCollectionNamespacedReplicationController Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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 DeleteCollectionNamespacedReplicationController ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedReplicationController MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedReplicationController MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedReplicationController MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteCollectionNamespacedResourceQuota

deleteCollectionNamespacedResourceQuota Source #

Arguments

:: Consumes DeleteCollectionNamespacedResourceQuota 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 DeleteCollectionNamespacedResourceQuota contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/resourcequotas

delete collection of ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedResourceQuota Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedResourceQuota V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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 DeleteCollectionNamespacedResourceQuota FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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 DeleteCollectionNamespacedResourceQuota IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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 DeleteCollectionNamespacedResourceQuota Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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 DeleteCollectionNamespacedResourceQuota ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedResourceQuota MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedResourceQuota MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedResourceQuota MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteCollectionNamespacedSecret

deleteCollectionNamespacedSecret Source #

Arguments

:: Consumes DeleteCollectionNamespacedSecret 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 DeleteCollectionNamespacedSecret contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/secrets

delete collection of Secret

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedSecret Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedSecret V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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 DeleteCollectionNamespacedSecret FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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 DeleteCollectionNamespacedSecret IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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 DeleteCollectionNamespacedSecret Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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 DeleteCollectionNamespacedSecret ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedSecret MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedSecret MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedSecret MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteCollectionNamespacedService

deleteCollectionNamespacedService Source #

Arguments

:: Consumes DeleteCollectionNamespacedService 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 DeleteCollectionNamespacedService contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/services

delete collection of Service

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedService Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedService V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

HasOptionalParam DeleteCollectionNamespacedService 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 DeleteCollectionNamespacedService 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 DeleteCollectionNamespacedService 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 DeleteCollectionNamespacedService IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService 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 DeleteCollectionNamespacedService 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 DeleteCollectionNamespacedService 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 DeleteCollectionNamespacedService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService 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 DeleteCollectionNamespacedService ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedService MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedService MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedService MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteCollectionNamespacedServiceAccount

deleteCollectionNamespacedServiceAccount Source #

Arguments

:: Consumes DeleteCollectionNamespacedServiceAccount 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 DeleteCollectionNamespacedServiceAccount contentType V1Status accept 
DELETE /api/v1/namespaces/{namespace}/serviceaccounts

delete collection of ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedServiceAccount Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedServiceAccount V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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 DeleteCollectionNamespacedServiceAccount FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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 DeleteCollectionNamespacedServiceAccount IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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 DeleteCollectionNamespacedServiceAccount Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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 DeleteCollectionNamespacedServiceAccount ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedServiceAccount MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedServiceAccount MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNamespacedServiceAccount MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteCollectionNode

deleteCollectionNode Source #

Arguments

:: Consumes DeleteCollectionNode contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

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

delete collection of Node

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNode Source #

Instances

Instances details
HasBodyParam DeleteCollectionNode V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode 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 DeleteCollectionNode FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode 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 DeleteCollectionNode IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam DeleteCollectionNode 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 DeleteCollectionNode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode 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 DeleteCollectionNode ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNode MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNode MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionNode MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteCollectionPersistentVolume

deleteCollectionPersistentVolume Source #

Arguments

:: Consumes DeleteCollectionPersistentVolume contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> KubernetesRequest DeleteCollectionPersistentVolume contentType V1Status accept 
DELETE /api/v1/persistentvolumes

delete collection of PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionPersistentVolume Source #

Instances

Instances details
HasBodyParam DeleteCollectionPersistentVolume V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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 DeleteCollectionPersistentVolume FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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 DeleteCollectionPersistentVolume IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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 DeleteCollectionPersistentVolume Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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 DeleteCollectionPersistentVolume ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionPersistentVolume MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionPersistentVolume MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteCollectionPersistentVolume MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespace

deleteNamespace Source #

Arguments

:: Consumes DeleteNamespace contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Namespace

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

delete a Namespace

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespace Source #

Instances

Instances details
HasBodyParam DeleteNamespace V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

HasOptionalParam DeleteNamespace DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam DeleteNamespace GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespace IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespace OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespace Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

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

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespace MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespace MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespace MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedConfigMap

deleteNamespacedConfigMap Source #

Arguments

:: Consumes DeleteNamespacedConfigMap contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ConfigMap

-> Namespace

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

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

delete a ConfigMap

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedConfigMap Source #

Instances

Instances details
HasBodyParam DeleteNamespacedConfigMap V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedConfigMap DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedConfigMap GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedConfigMap IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedConfigMap OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedConfigMap Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedConfigMap PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedConfigMap MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedConfigMap MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedConfigMap MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedEndpoints

deleteNamespacedEndpoints Source #

Arguments

:: Consumes DeleteNamespacedEndpoints contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Endpoints

-> Namespace

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

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

delete Endpoints

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedEndpoints Source #

Instances

Instances details
HasBodyParam DeleteNamespacedEndpoints V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEndpoints DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEndpoints GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEndpoints IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEndpoints OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEndpoints Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEndpoints PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedEndpoints MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedEndpoints MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedEndpoints MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedEvent

deleteNamespacedEvent Source #

Arguments

:: Consumes DeleteNamespacedEvent contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Event

-> Namespace

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

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

delete an Event

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedEvent Source #

Instances

Instances details
HasBodyParam DeleteNamespacedEvent V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEvent DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEvent GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEvent IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEvent OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEvent PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedEvent MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedEvent MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedEvent MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedLimitRange

deleteNamespacedLimitRange Source #

Arguments

:: Consumes DeleteNamespacedLimitRange contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the LimitRange

-> Namespace

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

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

delete a LimitRange

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedLimitRange Source #

Instances

Instances details
HasBodyParam DeleteNamespacedLimitRange V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedLimitRange DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedLimitRange GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedLimitRange IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedLimitRange OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedLimitRange Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedLimitRange PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedLimitRange MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedLimitRange MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedLimitRange MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedPersistentVolumeClaim

deleteNamespacedPersistentVolumeClaim Source #

Arguments

:: Consumes DeleteNamespacedPersistentVolumeClaim contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the PersistentVolumeClaim

-> Namespace

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

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

delete a PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedPersistentVolumeClaim Source #

Instances

Instances details
HasBodyParam DeleteNamespacedPersistentVolumeClaim V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedPersistentVolumeClaim MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedPersistentVolumeClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedPersistentVolumeClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedPod

deleteNamespacedPod Source #

Arguments

:: Consumes DeleteNamespacedPod contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Pod

-> Namespace

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

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

delete a Pod

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedPod Source #

Instances

Instances details
HasBodyParam DeleteNamespacedPod V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPod DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam DeleteNamespacedPod GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPod IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPod OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPod Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

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

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedPod MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedPod MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedPod MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedPodTemplate

deleteNamespacedPodTemplate Source #

Arguments

:: Consumes DeleteNamespacedPodTemplate contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodTemplate

-> Namespace

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

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

delete a PodTemplate

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedPodTemplate Source #

Instances

Instances details
HasBodyParam DeleteNamespacedPodTemplate V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPodTemplate DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPodTemplate GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPodTemplate IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPodTemplate OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPodTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPodTemplate PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedPodTemplate MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedPodTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedPodTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedReplicationController

deleteNamespacedReplicationController Source #

Arguments

:: Consumes DeleteNamespacedReplicationController contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ReplicationController

-> Namespace

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

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

delete a ReplicationController

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedReplicationController Source #

Instances

Instances details
HasBodyParam DeleteNamespacedReplicationController V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedReplicationController DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedReplicationController GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedReplicationController IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedReplicationController OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedReplicationController Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedReplicationController PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedReplicationController MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedReplicationController MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedReplicationController MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedResourceQuota

deleteNamespacedResourceQuota Source #

Arguments

:: Consumes DeleteNamespacedResourceQuota contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceQuota

-> Namespace

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

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

delete a ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedResourceQuota Source #

Instances

Instances details
HasBodyParam DeleteNamespacedResourceQuota V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedResourceQuota MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedResourceQuota MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedResourceQuota MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedSecret

deleteNamespacedSecret Source #

Arguments

:: Consumes DeleteNamespacedSecret contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Secret

-> Namespace

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

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

delete a Secret

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedSecret Source #

Instances

Instances details
HasBodyParam DeleteNamespacedSecret V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedSecret DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedSecret GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedSecret IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedSecret OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedSecret Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedSecret PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedSecret MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedSecret MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedSecret MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedService

deleteNamespacedService Source #

Arguments

:: Consumes DeleteNamespacedService contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Service

-> Namespace

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

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

delete a Service

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedService Source #

Instances

Instances details
HasBodyParam DeleteNamespacedService V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedService DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedService GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedService IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedService OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedService PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedService MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedService MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedService MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNamespacedServiceAccount

deleteNamespacedServiceAccount Source #

Arguments

:: Consumes DeleteNamespacedServiceAccount contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceAccount

-> Namespace

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

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

delete a ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedServiceAccount Source #

Instances

Instances details
HasBodyParam DeleteNamespacedServiceAccount V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedServiceAccount MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedServiceAccount MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNamespacedServiceAccount MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deleteNode

deleteNode Source #

Arguments

:: Consumes DeleteNode contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the Node

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

delete a Node

AuthMethod: AuthApiKeyBearerToken

data DeleteNode Source #

Instances

Instances details
HasBodyParam DeleteNode V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

HasOptionalParam DeleteNode DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam DeleteNode GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam DeleteNode IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNode OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam DeleteNode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam DeleteNode PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNode MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNode MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeleteNode MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

deletePersistentVolume

deletePersistentVolume Source #

Arguments

:: Consumes DeletePersistentVolume contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the PersistentVolume

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

delete a PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data DeletePersistentVolume Source #

Instances

Instances details
HasBodyParam DeletePersistentVolume V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeletePersistentVolume DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeletePersistentVolume GracePeriodSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeletePersistentVolume IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeletePersistentVolume OrphanDependents Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeletePersistentVolume Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeletePersistentVolume PropagationPolicy Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeletePersistentVolume MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeletePersistentVolume MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces DeletePersistentVolume MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

getAPIResources

getAPIResources Source #

Arguments

:: Accept accept

request accept (MimeType)

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

get available resources

AuthMethod: AuthApiKeyBearerToken

data GetAPIResources Source #

Instances

Instances details
Produces GetAPIResources MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces GetAPIResources MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces GetAPIResources MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listComponentStatus

listComponentStatus Source #

GET /api/v1/componentstatuses

list objects of kind ComponentStatus

AuthMethod: AuthApiKeyBearerToken

data ListComponentStatus Source #

Instances

Instances details
HasOptionalParam ListComponentStatus AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListComponentStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListComponentStatus ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

Produces ListComponentStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListComponentStatus MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListComponentStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListComponentStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listConfigMapForAllNamespaces

listConfigMapForAllNamespaces Source #

GET /api/v1/configmaps

list or watch objects of kind ConfigMap

AuthMethod: AuthApiKeyBearerToken

data ListConfigMapForAllNamespaces Source #

Instances

Instances details
HasOptionalParam ListConfigMapForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListConfigMapForAllNamespaces MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListConfigMapForAllNamespaces MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListConfigMapForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListConfigMapForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listEndpointsForAllNamespaces

listEndpointsForAllNamespaces Source #

GET /api/v1/endpoints

list or watch objects of kind Endpoints

AuthMethod: AuthApiKeyBearerToken

data ListEndpointsForAllNamespaces Source #

Instances

Instances details
HasOptionalParam ListEndpointsForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListEndpointsForAllNamespaces MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListEndpointsForAllNamespaces MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListEndpointsForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListEndpointsForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listEventForAllNamespaces

listEventForAllNamespaces Source #

GET /api/v1/events

list or watch objects of kind Event

AuthMethod: AuthApiKeyBearerToken

data ListEventForAllNamespaces Source #

Instances

Instances details
HasOptionalParam ListEventForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListEventForAllNamespaces MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListEventForAllNamespaces MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListEventForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListEventForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listLimitRangeForAllNamespaces

listLimitRangeForAllNamespaces Source #

GET /api/v1/limitranges

list or watch objects of kind LimitRange

AuthMethod: AuthApiKeyBearerToken

data ListLimitRangeForAllNamespaces Source #

Instances

Instances details
HasOptionalParam ListLimitRangeForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListLimitRangeForAllNamespaces MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListLimitRangeForAllNamespaces MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListLimitRangeForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListLimitRangeForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listNamespace

listNamespace Source #

Arguments

:: Accept accept

request accept (MimeType)

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

list or watch objects of kind Namespace

AuthMethod: AuthApiKeyBearerToken

data ListNamespace Source #

Instances

Instances details
HasOptionalParam ListNamespace AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNamespace Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNamespace FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNamespace LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNamespace Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNamespace Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNamespace ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNamespace ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespace SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNamespace TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNamespace Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

Produces ListNamespace MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespace MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespace MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespace MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listNamespacedConfigMap

listNamespacedConfigMap Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

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

list or watch objects of kind ConfigMap

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedConfigMap Source #

Instances

Instances details
HasOptionalParam ListNamespacedConfigMap AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedConfigMap Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedConfigMap FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedConfigMap LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedConfigMap Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedConfigMap Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedConfigMap ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedConfigMap ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedConfigMap SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedConfigMap TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedConfigMap Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedConfigMap MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedConfigMap MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedConfigMap MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedConfigMap MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listNamespacedEndpoints

listNamespacedEndpoints Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

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

list or watch objects of kind Endpoints

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedEndpoints Source #

Instances

Instances details
HasOptionalParam ListNamespacedEndpoints AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedEndpoints MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedEndpoints MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedEndpoints MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedEndpoints MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listNamespacedEvent

listNamespacedEvent Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

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

list or watch objects of kind Event

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedEvent Source #

Instances

Instances details
HasOptionalParam ListNamespacedEvent AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNamespacedEvent ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

Produces ListNamespacedEvent MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedEvent MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedEvent MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedEvent MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listNamespacedLimitRange

listNamespacedLimitRange Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

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

list or watch objects of kind LimitRange

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedLimitRange Source #

Instances

Instances details
HasOptionalParam ListNamespacedLimitRange AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedLimitRange MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedLimitRange MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedLimitRange MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedLimitRange MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listNamespacedPersistentVolumeClaim

listNamespacedPersistentVolumeClaim Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

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

list or watch objects of kind PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedPersistentVolumeClaim Source #

Instances

Instances details
HasOptionalParam ListNamespacedPersistentVolumeClaim AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedPersistentVolumeClaim MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedPersistentVolumeClaim MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedPersistentVolumeClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedPersistentVolumeClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listNamespacedPod

listNamespacedPod Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedPod MimeNoContent V1PodList accept 
GET /api/v1/namespaces/{namespace}/pods

list or watch objects of kind Pod

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedPod Source #

Instances

Instances details
HasOptionalParam ListNamespacedPod AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNamespacedPod FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNamespacedPod Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNamespacedPod ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

Produces ListNamespacedPod MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedPod MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedPod MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedPod MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listNamespacedPodTemplate

listNamespacedPodTemplate Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedPodTemplate MimeNoContent V1PodTemplateList accept 
GET /api/v1/namespaces/{namespace}/podtemplates

list or watch objects of kind PodTemplate

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedPodTemplate Source #

Instances

Instances details
HasOptionalParam ListNamespacedPodTemplate AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedPodTemplate MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedPodTemplate MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedPodTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedPodTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listNamespacedReplicationController

listNamespacedReplicationController Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedReplicationController MimeNoContent V1ReplicationControllerList accept 
GET /api/v1/namespaces/{namespace}/replicationcontrollers

list or watch objects of kind ReplicationController

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedReplicationController Source #

Instances

Instances details
HasOptionalParam ListNamespacedReplicationController AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedReplicationController MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedReplicationController MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedReplicationController MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedReplicationController MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listNamespacedResourceQuota

listNamespacedResourceQuota Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedResourceQuota MimeNoContent V1ResourceQuotaList accept 
GET /api/v1/namespaces/{namespace}/resourcequotas

list or watch objects of kind ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedResourceQuota Source #

Instances

Instances details
HasOptionalParam ListNamespacedResourceQuota AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedResourceQuota MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedResourceQuota MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedResourceQuota MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedResourceQuota MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listNamespacedSecret

listNamespacedSecret Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedSecret MimeNoContent V1SecretList accept 
GET /api/v1/namespaces/{namespace}/secrets

list or watch objects of kind Secret

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedSecret Source #

Instances

Instances details
HasOptionalParam ListNamespacedSecret AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNamespacedSecret Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

Produces ListNamespacedSecret MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedSecret MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedSecret MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedSecret MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listNamespacedService

listNamespacedService Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedService MimeNoContent V1ServiceList accept 
GET /api/v1/namespaces/{namespace}/services

list or watch objects of kind Service

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedService Source #

Instances

Instances details
HasOptionalParam ListNamespacedService AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedService MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedService MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedService MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedService MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listNamespacedServiceAccount

listNamespacedServiceAccount Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedServiceAccount MimeNoContent V1ServiceAccountList accept 
GET /api/v1/namespaces/{namespace}/serviceaccounts

list or watch objects of kind ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedServiceAccount Source #

Instances

Instances details
HasOptionalParam ListNamespacedServiceAccount AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedServiceAccount MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedServiceAccount MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedServiceAccount MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNamespacedServiceAccount MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listNode

listNode Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest ListNode MimeNoContent V1NodeList accept 
GET /api/v1/nodes

list or watch objects of kind Node

AuthMethod: AuthApiKeyBearerToken

data ListNode Source #

Instances

Instances details
HasOptionalParam ListNode AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListNode Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNode FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNode LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNode Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNode ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNode ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListNode SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> SendInitialEvents -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> SendInitialEvents -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListNode TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListNode Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

Produces ListNode MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNode MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNode MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListNode MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listPersistentVolume

listPersistentVolume Source #

GET /api/v1/persistentvolumes

list or watch objects of kind PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data ListPersistentVolume Source #

Instances

Instances details
HasOptionalParam ListPersistentVolume AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolume Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolume FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolume LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolume Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam ListPersistentVolume Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolume ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolume ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolume SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolume TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolume Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

Produces ListPersistentVolume MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPersistentVolume MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPersistentVolume MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPersistentVolume MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listPersistentVolumeClaimForAllNamespaces

listPersistentVolumeClaimForAllNamespaces Source #

GET /api/v1/persistentvolumeclaims

list or watch objects of kind PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data ListPersistentVolumeClaimForAllNamespaces Source #

Instances

Instances details
HasOptionalParam ListPersistentVolumeClaimForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPersistentVolumeClaimForAllNamespaces MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPersistentVolumeClaimForAllNamespaces MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPersistentVolumeClaimForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPersistentVolumeClaimForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listPodForAllNamespaces

listPodForAllNamespaces Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest ListPodForAllNamespaces MimeNoContent V1PodList accept 
GET /api/v1/pods

list or watch objects of kind Pod

AuthMethod: AuthApiKeyBearerToken

data ListPodForAllNamespaces Source #

Instances

Instances details
HasOptionalParam ListPodForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPodForAllNamespaces MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPodForAllNamespaces MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPodForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPodForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listPodTemplateForAllNamespaces

listPodTemplateForAllNamespaces Source #

GET /api/v1/podtemplates

list or watch objects of kind PodTemplate

AuthMethod: AuthApiKeyBearerToken

data ListPodTemplateForAllNamespaces Source #

Instances

Instances details
HasOptionalParam ListPodTemplateForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPodTemplateForAllNamespaces MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPodTemplateForAllNamespaces MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPodTemplateForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListPodTemplateForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listReplicationControllerForAllNamespaces

listReplicationControllerForAllNamespaces Source #

GET /api/v1/replicationcontrollers

list or watch objects of kind ReplicationController

AuthMethod: AuthApiKeyBearerToken

data ListReplicationControllerForAllNamespaces Source #

Instances

Instances details
HasOptionalParam ListReplicationControllerForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListReplicationControllerForAllNamespaces MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListReplicationControllerForAllNamespaces MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListReplicationControllerForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListReplicationControllerForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listResourceQuotaForAllNamespaces

listResourceQuotaForAllNamespaces Source #

GET /api/v1/resourcequotas

list or watch objects of kind ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data ListResourceQuotaForAllNamespaces Source #

Instances

Instances details
HasOptionalParam ListResourceQuotaForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListResourceQuotaForAllNamespaces MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListResourceQuotaForAllNamespaces MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListResourceQuotaForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListResourceQuotaForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listSecretForAllNamespaces

listSecretForAllNamespaces Source #

GET /api/v1/secrets

list or watch objects of kind Secret

AuthMethod: AuthApiKeyBearerToken

data ListSecretForAllNamespaces Source #

Instances

Instances details
HasOptionalParam ListSecretForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListSecretForAllNamespaces MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListSecretForAllNamespaces MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListSecretForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListSecretForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listServiceAccountForAllNamespaces

listServiceAccountForAllNamespaces Source #

GET /api/v1/serviceaccounts

list or watch objects of kind ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data ListServiceAccountForAllNamespaces Source #

Instances

Instances details
HasOptionalParam ListServiceAccountForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListServiceAccountForAllNamespaces MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListServiceAccountForAllNamespaces MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListServiceAccountForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListServiceAccountForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

listServiceForAllNamespaces

listServiceForAllNamespaces Source #

GET /api/v1/services

list or watch objects of kind Service

AuthMethod: AuthApiKeyBearerToken

data ListServiceForAllNamespaces Source #

Instances

Instances details
HasOptionalParam ListServiceForAllNamespaces AllowWatchBookmarks Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces Continue Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces FieldSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces LabelSelector Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces Limit Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces TimeoutSeconds Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces Watch Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListServiceForAllNamespaces MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListServiceForAllNamespaces MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListServiceForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ListServiceForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespace

patchNamespace Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Namespace

-> KubernetesRequest PatchNamespace contentType V1Namespace accept 
PATCH /api/v1/namespaces/{name}

partially update the specified Namespace

AuthMethod: AuthApiKeyBearerToken

data PatchNamespace Source #

Instances

Instances details
HasBodyParam PatchNamespace Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

HasOptionalParam PatchNamespace DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam PatchNamespace FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam PatchNamespace FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespace contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespace contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespace contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespace contentType res accept Source #

HasOptionalParam PatchNamespace Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespace contentType res accept -> Force -> KubernetesRequest PatchNamespace contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespace contentType res accept -> Force -> KubernetesRequest PatchNamespace contentType res accept Source #

HasOptionalParam PatchNamespace Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

Consumes PatchNamespace MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespace MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespace MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespace MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespaceStatus

patchNamespaceStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Namespace

-> KubernetesRequest PatchNamespaceStatus contentType V1Namespace accept 
PATCH /api/v1/namespaces/{name}/status

partially update status of the specified Namespace

AuthMethod: AuthApiKeyBearerToken

data PatchNamespaceStatus Source #

Instances

Instances details
HasBodyParam PatchNamespaceStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

HasOptionalParam PatchNamespaceStatus DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespaceStatus FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespaceStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespaceStatus Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespaceStatus contentType res accept -> Force -> KubernetesRequest PatchNamespaceStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespaceStatus contentType res accept -> Force -> KubernetesRequest PatchNamespaceStatus contentType res accept Source #

HasOptionalParam PatchNamespaceStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespaceStatus MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespaceStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespaceStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespaceStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedConfigMap

patchNamespacedConfigMap Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ConfigMap

-> Namespace

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

-> KubernetesRequest PatchNamespacedConfigMap contentType V1ConfigMap accept 
PATCH /api/v1/namespaces/{namespace}/configmaps/{name}

partially update the specified ConfigMap

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedConfigMap Source #

Instances

Instances details
HasBodyParam PatchNamespacedConfigMap Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

HasOptionalParam PatchNamespacedConfigMap DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedConfigMap FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedConfigMap FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedConfigMap Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedConfigMap Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedConfigMap MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedConfigMap MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedConfigMap MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedConfigMap MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedEndpoints

patchNamespacedEndpoints Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Endpoints

-> Namespace

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

-> KubernetesRequest PatchNamespacedEndpoints contentType V1Endpoints accept 
PATCH /api/v1/namespaces/{namespace}/endpoints/{name}

partially update the specified Endpoints

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedEndpoints Source #

Instances

Instances details
HasBodyParam PatchNamespacedEndpoints Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

HasOptionalParam PatchNamespacedEndpoints DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEndpoints FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEndpoints FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEndpoints Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEndpoints Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedEndpoints MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedEndpoints MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedEndpoints MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedEndpoints MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedEvent

patchNamespacedEvent Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Event

-> Namespace

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

-> KubernetesRequest PatchNamespacedEvent contentType CoreV1Event accept 
PATCH /api/v1/namespaces/{namespace}/events/{name}

partially update the specified Event

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedEvent Source #

Instances

Instances details
HasBodyParam PatchNamespacedEvent Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

HasOptionalParam PatchNamespacedEvent DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEvent FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEvent FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEvent Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedEvent contentType res accept -> Force -> KubernetesRequest PatchNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedEvent contentType res accept -> Force -> KubernetesRequest PatchNamespacedEvent contentType res accept Source #

HasOptionalParam PatchNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedEvent MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedEvent MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedEvent MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedEvent MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedLimitRange

patchNamespacedLimitRange Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the LimitRange

-> Namespace

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

-> KubernetesRequest PatchNamespacedLimitRange contentType V1LimitRange accept 
PATCH /api/v1/namespaces/{namespace}/limitranges/{name}

partially update the specified LimitRange

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedLimitRange Source #

Instances

Instances details
HasBodyParam PatchNamespacedLimitRange Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

HasOptionalParam PatchNamespacedLimitRange DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedLimitRange FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedLimitRange FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedLimitRange Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedLimitRange Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedLimitRange MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedLimitRange MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedLimitRange MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedLimitRange MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedPersistentVolumeClaim

patchNamespacedPersistentVolumeClaim Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the PersistentVolumeClaim

-> Namespace

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

-> KubernetesRequest PatchNamespacedPersistentVolumeClaim contentType V1PersistentVolumeClaim accept 
PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

partially update the specified PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedPersistentVolumeClaim Source #

Instances

Instances details
HasBodyParam PatchNamespacedPersistentVolumeClaim Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaim DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaim FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaim FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaim Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedPersistentVolumeClaim MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPersistentVolumeClaim MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPersistentVolumeClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPersistentVolumeClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedPersistentVolumeClaimStatus

patchNamespacedPersistentVolumeClaimStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the PersistentVolumeClaim

-> Namespace

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

-> KubernetesRequest PatchNamespacedPersistentVolumeClaimStatus contentType V1PersistentVolumeClaim accept 
PATCH /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status

partially update status of the specified PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedPersistentVolumeClaimStatus Source #

Instances

Instances details
HasBodyParam PatchNamespacedPersistentVolumeClaimStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedPersistentVolumeClaimStatus MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPersistentVolumeClaimStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPersistentVolumeClaimStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPersistentVolumeClaimStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedPod

patchNamespacedPod Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Pod

-> Namespace

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

-> KubernetesRequest PatchNamespacedPod contentType V1Pod accept 
PATCH /api/v1/namespaces/{namespace}/pods/{name}

partially update the specified Pod

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedPod Source #

Instances

Instances details
HasBodyParam PatchNamespacedPod Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

HasOptionalParam PatchNamespacedPod DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

HasOptionalParam PatchNamespacedPod FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPod FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPod Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedPod contentType res accept -> Force -> KubernetesRequest PatchNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedPod contentType res accept -> Force -> KubernetesRequest PatchNamespacedPod contentType res accept Source #

HasOptionalParam PatchNamespacedPod Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

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

Consumes PatchNamespacedPod MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPod MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPod MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPod MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedPodEphemeralcontainers

patchNamespacedPodEphemeralcontainers Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Pod

-> Namespace

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

-> KubernetesRequest PatchNamespacedPodEphemeralcontainers contentType V1Pod accept 
PATCH /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers

partially update ephemeralcontainers of the specified Pod

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedPodEphemeralcontainers Source #

Instances

Instances details
HasBodyParam PatchNamespacedPodEphemeralcontainers Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodEphemeralcontainers 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 PatchNamespacedPodEphemeralcontainers FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodEphemeralcontainers FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodEphemeralcontainers Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodEphemeralcontainers Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedPodEphemeralcontainers MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPodEphemeralcontainers MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPodEphemeralcontainers MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPodEphemeralcontainers MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedPodResize

patchNamespacedPodResize Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Pod

-> Namespace

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

-> KubernetesRequest PatchNamespacedPodResize contentType V1Pod accept 
PATCH /api/v1/namespaces/{namespace}/pods/{name}/resize

partially update resize of the specified Pod

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedPodResize Source #

Instances

Instances details
HasBodyParam PatchNamespacedPodResize Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

HasOptionalParam PatchNamespacedPodResize 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 PatchNamespacedPodResize FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodResize FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodResize Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodResize Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedPodResize MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPodResize MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPodResize MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPodResize MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedPodStatus

patchNamespacedPodStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Pod

-> Namespace

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

-> KubernetesRequest PatchNamespacedPodStatus contentType V1Pod accept 
PATCH /api/v1/namespaces/{namespace}/pods/{name}/status

partially update status of the specified Pod

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedPodStatus Source #

Instances

Instances details
HasBodyParam PatchNamespacedPodStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

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

HasOptionalParam PatchNamespacedPodStatus DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodStatus FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodStatus Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedPodStatus MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPodStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPodStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPodStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedPodTemplate

patchNamespacedPodTemplate Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the PodTemplate

-> Namespace

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

-> KubernetesRequest PatchNamespacedPodTemplate contentType V1PodTemplate accept 
PATCH /api/v1/namespaces/{namespace}/podtemplates/{name}

partially update the specified PodTemplate

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedPodTemplate Source #

Instances

Instances details
HasBodyParam PatchNamespacedPodTemplate Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodTemplate DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodTemplate FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodTemplate FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodTemplate Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedPodTemplate MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPodTemplate MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPodTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedPodTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedReplicationController

patchNamespacedReplicationController Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ReplicationController

-> Namespace

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

-> KubernetesRequest PatchNamespacedReplicationController contentType V1ReplicationController accept 
PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}

partially update the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedReplicationController Source #

Instances

Instances details
HasBodyParam PatchNamespacedReplicationController Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationController DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationController FieldManager Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationController FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationController Force Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationController Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedReplicationController MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedReplicationController MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedReplicationController MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

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

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedReplicationController MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedReplicationControllerScale

patchNamespacedReplicationControllerScale Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Scale

-> Namespace

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

-> KubernetesRequest PatchNamespacedReplicationControllerScale contentType V1Scale accept 
PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale

partially update scale of the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedReplicationControllerScale Source #

Instances

Instances details
HasBodyParam PatchNamespacedReplicationControllerScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerScale DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerScale FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerScale FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerScale Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedReplicationControllerScale MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedReplicationControllerScale MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedReplicationControllerScale MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedReplicationControllerScale MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedReplicationControllerScale MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedReplicationControllerScale MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedReplicationControllerScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedReplicationControllerScale MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedReplicationControllerScale MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedReplicationControllerStatus

patchNamespacedReplicationControllerStatus Source #

Arguments

:: (Consumes PatchNamespacedReplicationControllerStatus contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ReplicationController

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedReplicationControllerStatus contentType V1ReplicationController accept 
PATCH /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status

partially update status of the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedReplicationControllerStatus Source #

Instances

Instances details
HasBodyParam PatchNamespacedReplicationControllerStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerStatus Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedReplicationControllerStatus MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedReplicationControllerStatus MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedReplicationControllerStatus MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedReplicationControllerStatus MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedReplicationControllerStatus MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedReplicationControllerStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedReplicationControllerStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedReplicationControllerStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedReplicationControllerStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedResourceQuota

patchNamespacedResourceQuota Source #

Arguments

:: (Consumes PatchNamespacedResourceQuota contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ResourceQuota

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedResourceQuota contentType V1ResourceQuota accept 
PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}

partially update the specified ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedResourceQuota Source #

Instances

Instances details
HasBodyParam PatchNamespacedResourceQuota Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuota DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuota FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuota FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuota Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuota Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedResourceQuota MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedResourceQuota MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedResourceQuota MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedResourceQuota MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedResourceQuota MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedResourceQuota MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedResourceQuota MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedResourceQuota MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedResourceQuota MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedResourceQuotaStatus

patchNamespacedResourceQuotaStatus Source #

Arguments

:: (Consumes PatchNamespacedResourceQuotaStatus contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ResourceQuota

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedResourceQuotaStatus contentType V1ResourceQuota accept 
PATCH /api/v1/namespaces/{namespace}/resourcequotas/{name}/status

partially update status of the specified ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedResourceQuotaStatus Source #

Instances

Instances details
HasBodyParam PatchNamespacedResourceQuotaStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuotaStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuotaStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuotaStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuotaStatus Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuotaStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedResourceQuotaStatus MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedResourceQuotaStatus MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedResourceQuotaStatus MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedResourceQuotaStatus MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedResourceQuotaStatus MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedResourceQuotaStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedResourceQuotaStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedResourceQuotaStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedResourceQuotaStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedSecret

patchNamespacedSecret Source #

Arguments

:: (Consumes PatchNamespacedSecret contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Secret

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedSecret contentType V1Secret accept 
PATCH /api/v1/namespaces/{namespace}/secrets/{name}

partially update the specified Secret

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedSecret Source #

Instances

Instances details
HasBodyParam PatchNamespacedSecret Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNamespacedSecret contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedSecret contentType res accept -> Body -> KubernetesRequest PatchNamespacedSecret contentType res accept Source #

HasOptionalParam PatchNamespacedSecret DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedSecret FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedSecret FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedSecret Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedSecret Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedSecret MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedSecret MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedSecret MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedSecret MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedSecret MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedSecret MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedSecret MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedSecret MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedSecret MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedService

patchNamespacedService Source #

Arguments

:: (Consumes PatchNamespacedService contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Service

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedService contentType V1Service accept 
PATCH /api/v1/namespaces/{namespace}/services/{name}

partially update the specified Service

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedService Source #

Instances

Instances details
HasBodyParam PatchNamespacedService Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNamespacedService contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedService contentType res accept -> Body -> KubernetesRequest PatchNamespacedService contentType res accept Source #

HasOptionalParam PatchNamespacedService DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedService FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedService FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedService Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedService MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedService MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedService MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedService MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedService MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedService MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedService MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedService MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedService MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedServiceAccount

patchNamespacedServiceAccount Source #

Arguments

:: (Consumes PatchNamespacedServiceAccount contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ServiceAccount

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedServiceAccount contentType V1ServiceAccount accept 
PATCH /api/v1/namespaces/{namespace}/serviceaccounts/{name}

partially update the specified ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedServiceAccount Source #

Instances

Instances details
HasBodyParam PatchNamespacedServiceAccount Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceAccount DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceAccount FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceAccount FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceAccount Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceAccount Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedServiceAccount MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedServiceAccount MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedServiceAccount MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedServiceAccount MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedServiceAccount MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedServiceAccount MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedServiceAccount MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedServiceAccount MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedServiceAccount MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNamespacedServiceStatus

patchNamespacedServiceStatus Source #

Arguments

:: (Consumes PatchNamespacedServiceStatus contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Service

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest PatchNamespacedServiceStatus contentType V1Service accept 
PATCH /api/v1/namespaces/{namespace}/services/{name}/status

partially update status of the specified Service

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedServiceStatus Source #

Instances

Instances details
HasBodyParam PatchNamespacedServiceStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceStatus Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedServiceStatus MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedServiceStatus MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedServiceStatus MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedServiceStatus MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNamespacedServiceStatus MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedServiceStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedServiceStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedServiceStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNamespacedServiceStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNode

patchNode Source #

Arguments

:: (Consumes PatchNode contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Node

-> KubernetesRequest PatchNode contentType V1Node accept 
PATCH /api/v1/nodes/{name}

partially update the specified Node

AuthMethod: AuthApiKeyBearerToken

data PatchNode Source #

Instances

Instances details
HasBodyParam PatchNode Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNode contentType, MimeRender contentType Body) => KubernetesRequest PatchNode contentType res accept -> Body -> KubernetesRequest PatchNode contentType res accept Source #

HasOptionalParam PatchNode DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> DryRun -> KubernetesRequest PatchNode contentType res accept Source #

(-&-) :: KubernetesRequest PatchNode contentType res accept -> DryRun -> KubernetesRequest PatchNode contentType res accept Source #

HasOptionalParam PatchNode FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> FieldManager -> KubernetesRequest PatchNode contentType res accept Source #

(-&-) :: KubernetesRequest PatchNode contentType res accept -> FieldManager -> KubernetesRequest PatchNode contentType res accept Source #

HasOptionalParam PatchNode FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> FieldValidation -> KubernetesRequest PatchNode contentType res accept Source #

(-&-) :: KubernetesRequest PatchNode contentType res accept -> FieldValidation -> KubernetesRequest PatchNode contentType res accept Source #

HasOptionalParam PatchNode Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> Force -> KubernetesRequest PatchNode contentType res accept Source #

(-&-) :: KubernetesRequest PatchNode contentType res accept -> Force -> KubernetesRequest PatchNode contentType res accept Source #

HasOptionalParam PatchNode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> Pretty -> KubernetesRequest PatchNode contentType res accept Source #

(-&-) :: KubernetesRequest PatchNode contentType res accept -> Pretty -> KubernetesRequest PatchNode contentType res accept Source #

Consumes PatchNode MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNode MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNode MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNode MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNode MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNode MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNode MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNode MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNode MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchNodeStatus

patchNodeStatus Source #

Arguments

:: (Consumes PatchNodeStatus contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the Node

-> KubernetesRequest PatchNodeStatus contentType V1Node accept 
PATCH /api/v1/nodes/{name}/status

partially update status of the specified Node

AuthMethod: AuthApiKeyBearerToken

data PatchNodeStatus Source #

Instances

Instances details
HasBodyParam PatchNodeStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNodeStatus contentType, MimeRender contentType Body) => KubernetesRequest PatchNodeStatus contentType res accept -> Body -> KubernetesRequest PatchNodeStatus contentType res accept Source #

HasOptionalParam PatchNodeStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> DryRun -> KubernetesRequest PatchNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> DryRun -> KubernetesRequest PatchNodeStatus contentType res accept Source #

HasOptionalParam PatchNodeStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNodeStatus contentType res accept Source #

HasOptionalParam PatchNodeStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> FieldValidation -> KubernetesRequest PatchNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> FieldValidation -> KubernetesRequest PatchNodeStatus contentType res accept Source #

HasOptionalParam PatchNodeStatus Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> Force -> KubernetesRequest PatchNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> Force -> KubernetesRequest PatchNodeStatus contentType res accept Source #

HasOptionalParam PatchNodeStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> Pretty -> KubernetesRequest PatchNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> Pretty -> KubernetesRequest PatchNodeStatus contentType res accept Source #

Consumes PatchNodeStatus MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNodeStatus MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNodeStatus MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNodeStatus MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchNodeStatus MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNodeStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNodeStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNodeStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchNodeStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchPersistentVolume

patchPersistentVolume Source #

Arguments

:: (Consumes PatchPersistentVolume contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the PersistentVolume

-> KubernetesRequest PatchPersistentVolume contentType V1PersistentVolume accept 
PATCH /api/v1/persistentvolumes/{name}

partially update the specified PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data PatchPersistentVolume Source #

Instances

Instances details
HasBodyParam PatchPersistentVolume Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchPersistentVolume contentType, MimeRender contentType Body) => KubernetesRequest PatchPersistentVolume contentType res accept -> Body -> KubernetesRequest PatchPersistentVolume contentType res accept Source #

HasOptionalParam PatchPersistentVolume DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolume FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolume FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolume Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolume Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchPersistentVolume MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchPersistentVolume MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchPersistentVolume MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchPersistentVolume MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchPersistentVolume MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchPersistentVolume MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchPersistentVolume MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchPersistentVolume MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchPersistentVolume MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

patchPersistentVolumeStatus

patchPersistentVolumeStatus Source #

Arguments

:: (Consumes PatchPersistentVolumeStatus contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the PersistentVolume

-> KubernetesRequest PatchPersistentVolumeStatus contentType V1PersistentVolume accept 
PATCH /api/v1/persistentvolumes/{name}/status

partially update status of the specified PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data PatchPersistentVolumeStatus Source #

Instances

Instances details
HasBodyParam PatchPersistentVolumeStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolumeStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolumeStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolumeStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolumeStatus Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolumeStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchPersistentVolumeStatus MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchPersistentVolumeStatus MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchPersistentVolumeStatus MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchPersistentVolumeStatus MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Consumes PatchPersistentVolumeStatus MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchPersistentVolumeStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchPersistentVolumeStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchPersistentVolumeStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces PatchPersistentVolumeStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readComponentStatus

readComponentStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ComponentStatus

-> KubernetesRequest ReadComponentStatus MimeNoContent V1ComponentStatus accept 
GET /api/v1/componentstatuses/{name}

read the specified ComponentStatus

AuthMethod: AuthApiKeyBearerToken

data ReadComponentStatus Source #

Instances

Instances details
HasOptionalParam ReadComponentStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadComponentStatus contentType res accept -> Pretty -> KubernetesRequest ReadComponentStatus contentType res accept Source #

(-&-) :: KubernetesRequest ReadComponentStatus contentType res accept -> Pretty -> KubernetesRequest ReadComponentStatus contentType res accept Source #

Produces ReadComponentStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadComponentStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadComponentStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadComponentStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespace

readNamespace Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Namespace

-> KubernetesRequest ReadNamespace MimeNoContent V1Namespace accept 
GET /api/v1/namespaces/{name}

read the specified Namespace

AuthMethod: AuthApiKeyBearerToken

data ReadNamespace Source #

Instances

Instances details
HasOptionalParam ReadNamespace Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespace contentType res accept -> Pretty -> KubernetesRequest ReadNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespace contentType res accept -> Pretty -> KubernetesRequest ReadNamespace contentType res accept Source #

Produces ReadNamespace MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespace MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespace MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespace MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespaceStatus

readNamespaceStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Namespace

-> KubernetesRequest ReadNamespaceStatus MimeNoContent V1Namespace accept 
GET /api/v1/namespaces/{name}/status

read status of the specified Namespace

AuthMethod: AuthApiKeyBearerToken

data ReadNamespaceStatus Source #

Instances

Instances details
HasOptionalParam ReadNamespaceStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespaceStatus contentType res accept -> Pretty -> KubernetesRequest ReadNamespaceStatus contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespaceStatus contentType res accept -> Pretty -> KubernetesRequest ReadNamespaceStatus contentType res accept Source #

Produces ReadNamespaceStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespaceStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespaceStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespaceStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedConfigMap

readNamespacedConfigMap Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ConfigMap

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedConfigMap MimeNoContent V1ConfigMap accept 
GET /api/v1/namespaces/{namespace}/configmaps/{name}

read the specified ConfigMap

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedConfigMap Source #

Instances

Instances details
HasOptionalParam ReadNamespacedConfigMap Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedConfigMap MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedConfigMap MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedConfigMap MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedConfigMap MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedEndpoints

readNamespacedEndpoints Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Endpoints

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedEndpoints MimeNoContent V1Endpoints accept 
GET /api/v1/namespaces/{namespace}/endpoints/{name}

read the specified Endpoints

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedEndpoints Source #

Instances

Instances details
HasOptionalParam ReadNamespacedEndpoints Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedEndpoints MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedEndpoints MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedEndpoints MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedEndpoints MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedEvent

readNamespacedEvent Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Event

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedEvent MimeNoContent CoreV1Event accept 
GET /api/v1/namespaces/{namespace}/events/{name}

read the specified Event

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedEvent Source #

Instances

Instances details
HasOptionalParam ReadNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedEvent contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedEvent contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedEvent contentType res accept Source #

Produces ReadNamespacedEvent MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedEvent MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedEvent MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedEvent MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedLimitRange

readNamespacedLimitRange Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the LimitRange

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedLimitRange MimeNoContent V1LimitRange accept 
GET /api/v1/namespaces/{namespace}/limitranges/{name}

read the specified LimitRange

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedLimitRange Source #

Instances

Instances details
HasOptionalParam ReadNamespacedLimitRange Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedLimitRange MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedLimitRange MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedLimitRange MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedLimitRange MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedPersistentVolumeClaim

readNamespacedPersistentVolumeClaim Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PersistentVolumeClaim

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedPersistentVolumeClaim MimeNoContent V1PersistentVolumeClaim accept 
GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

read the specified PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedPersistentVolumeClaim Source #

Instances

Instances details
HasOptionalParam ReadNamespacedPersistentVolumeClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPersistentVolumeClaim MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPersistentVolumeClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPersistentVolumeClaim MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPersistentVolumeClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedPersistentVolumeClaimStatus

readNamespacedPersistentVolumeClaimStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PersistentVolumeClaim

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedPersistentVolumeClaimStatus MimeNoContent V1PersistentVolumeClaim accept 
GET /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status

read status of the specified PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedPersistentVolumeClaimStatus Source #

Instances

Instances details
HasOptionalParam ReadNamespacedPersistentVolumeClaimStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPersistentVolumeClaimStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPersistentVolumeClaimStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPersistentVolumeClaimStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPersistentVolumeClaimStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedPod

readNamespacedPod Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Pod

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedPod MimeNoContent V1Pod accept 
GET /api/v1/namespaces/{namespace}/pods/{name}

read the specified Pod

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedPod Source #

Instances

Instances details
HasOptionalParam ReadNamespacedPod Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedPod contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedPod contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedPod contentType res accept Source #

Produces ReadNamespacedPod MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPod MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPod MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPod MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedPodEphemeralcontainers

readNamespacedPodEphemeralcontainers Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Pod

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedPodEphemeralcontainers MimeNoContent V1Pod accept 
GET /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers

read ephemeralcontainers of the specified Pod

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedPodEphemeralcontainers Source #

Instances

Instances details
HasOptionalParam ReadNamespacedPodEphemeralcontainers Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodEphemeralcontainers MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodEphemeralcontainers MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodEphemeralcontainers MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodEphemeralcontainers MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedPodLog

readNamespacedPodLog Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Pod

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedPodLog MimeNoContent Text accept 
GET /api/v1/namespaces/{namespace}/pods/{name}/log

read log of the specified Pod

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedPodLog Source #

Instances

Instances details
HasOptionalParam ReadNamespacedPodLog Container Source #

Optional Param "container" - The container for which to stream logs. Defaults to only container if there is one container in the pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog Follow Source #

Optional Param "follow" - Follow the log stream of the pod. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog InsecureSkipTlsVerifyBackend Source #

Optional Param "insecureSkipTLSVerifyBackend" - insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog LimitBytes Source #

Optional Param "limitBytes" - If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog Previous Source #

Optional Param "previous" - Return previous terminated container logs. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog SinceSeconds Source #

Optional Param "sinceSeconds" - A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog Stream Source #

Optional Param "stream" - Specify which container log stream to return to the client. Acceptable values are "All", "Stdout" and "Stderr". If not specified, "All" is used, and both stdout and stderr are returned interleaved. Note that when "TailLines" is specified, "Stream" can only be set to nil or "All".

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog TailLines Source #

Optional Param "tailLines" - If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime. Note that when "TailLines" is specified, "Stream" can only be set to nil or "All".

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog Timestamps Source #

Optional Param "timestamps" - If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodLog MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodLog MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodLog MimePlainText Source #
text/plain
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodLog MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodLog MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedPodResize

readNamespacedPodResize Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Pod

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedPodResize MimeNoContent V1Pod accept 
GET /api/v1/namespaces/{namespace}/pods/{name}/resize

read resize of the specified Pod

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedPodResize Source #

Instances

Instances details
HasOptionalParam ReadNamespacedPodResize Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodResize MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodResize MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodResize MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodResize MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedPodStatus

readNamespacedPodStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Pod

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedPodStatus MimeNoContent V1Pod accept 
GET /api/v1/namespaces/{namespace}/pods/{name}/status

read status of the specified Pod

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedPodStatus Source #

Instances

Instances details
HasOptionalParam ReadNamespacedPodStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedPodTemplate

readNamespacedPodTemplate Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodTemplate

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedPodTemplate MimeNoContent V1PodTemplate accept 
GET /api/v1/namespaces/{namespace}/podtemplates/{name}

read the specified PodTemplate

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedPodTemplate Source #

Instances

Instances details
HasOptionalParam ReadNamespacedPodTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodTemplate MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodTemplate MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedPodTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedReplicationController

readNamespacedReplicationController Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ReplicationController

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedReplicationController MimeNoContent V1ReplicationController accept 
GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}

read the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedReplicationController Source #

Instances

Instances details
HasOptionalParam ReadNamespacedReplicationController Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedReplicationController MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedReplicationController MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedReplicationController MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedReplicationController MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedReplicationControllerScale

readNamespacedReplicationControllerScale Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Scale

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedReplicationControllerScale MimeNoContent V1Scale accept 
GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale

read scale of the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedReplicationControllerScale Source #

Instances

Instances details
HasOptionalParam ReadNamespacedReplicationControllerScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedReplicationControllerScale MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedReplicationControllerScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedReplicationControllerScale MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedReplicationControllerScale MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedReplicationControllerStatus

readNamespacedReplicationControllerStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ReplicationController

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedReplicationControllerStatus MimeNoContent V1ReplicationController accept 
GET /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status

read status of the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedReplicationControllerStatus Source #

Instances

Instances details
HasOptionalParam ReadNamespacedReplicationControllerStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedReplicationControllerStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedReplicationControllerStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedReplicationControllerStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedReplicationControllerStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedResourceQuota

readNamespacedResourceQuota Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceQuota

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedResourceQuota MimeNoContent V1ResourceQuota accept 
GET /api/v1/namespaces/{namespace}/resourcequotas/{name}

read the specified ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedResourceQuota Source #

Instances

Instances details
HasOptionalParam ReadNamespacedResourceQuota Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedResourceQuota MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedResourceQuota MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedResourceQuota MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedResourceQuota MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedResourceQuotaStatus

readNamespacedResourceQuotaStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceQuota

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedResourceQuotaStatus MimeNoContent V1ResourceQuota accept 
GET /api/v1/namespaces/{namespace}/resourcequotas/{name}/status

read status of the specified ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedResourceQuotaStatus Source #

Instances

Instances details
HasOptionalParam ReadNamespacedResourceQuotaStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedResourceQuotaStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedResourceQuotaStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedResourceQuotaStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedResourceQuotaStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedSecret

readNamespacedSecret Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Secret

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedSecret MimeNoContent V1Secret accept 
GET /api/v1/namespaces/{namespace}/secrets/{name}

read the specified Secret

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedSecret Source #

Instances

Instances details
HasOptionalParam ReadNamespacedSecret Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedSecret MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedSecret MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedSecret MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedSecret MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedService

readNamespacedService Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Service

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedService MimeNoContent V1Service accept 
GET /api/v1/namespaces/{namespace}/services/{name}

read the specified Service

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedService Source #

Instances

Instances details
HasOptionalParam ReadNamespacedService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedService MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedService MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedService MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedService MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedServiceAccount

readNamespacedServiceAccount Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ServiceAccount

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedServiceAccount MimeNoContent V1ServiceAccount accept 
GET /api/v1/namespaces/{namespace}/serviceaccounts/{name}

read the specified ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedServiceAccount Source #

Instances

Instances details
HasOptionalParam ReadNamespacedServiceAccount Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedServiceAccount MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedServiceAccount MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedServiceAccount MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedServiceAccount MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNamespacedServiceStatus

readNamespacedServiceStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Service

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReadNamespacedServiceStatus MimeNoContent V1Service accept 
GET /api/v1/namespaces/{namespace}/services/{name}/status

read status of the specified Service

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedServiceStatus Source #

Instances

Instances details
HasOptionalParam ReadNamespacedServiceStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedServiceStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedServiceStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedServiceStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNamespacedServiceStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNode

readNode Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Node

-> KubernetesRequest ReadNode MimeNoContent V1Node accept 
GET /api/v1/nodes/{name}

read the specified Node

AuthMethod: AuthApiKeyBearerToken

data ReadNode Source #

Instances

Instances details
HasOptionalParam ReadNode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNode contentType res accept -> Pretty -> KubernetesRequest ReadNode contentType res accept Source #

(-&-) :: KubernetesRequest ReadNode contentType res accept -> Pretty -> KubernetesRequest ReadNode contentType res accept Source #

Produces ReadNode MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNode MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNode MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNode MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readNodeStatus

readNodeStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the Node

-> KubernetesRequest ReadNodeStatus MimeNoContent V1Node accept 
GET /api/v1/nodes/{name}/status

read status of the specified Node

AuthMethod: AuthApiKeyBearerToken

data ReadNodeStatus Source #

Instances

Instances details
HasOptionalParam ReadNodeStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNodeStatus contentType res accept -> Pretty -> KubernetesRequest ReadNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest ReadNodeStatus contentType res accept -> Pretty -> KubernetesRequest ReadNodeStatus contentType res accept Source #

Produces ReadNodeStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNodeStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNodeStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadNodeStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readPersistentVolume

readPersistentVolume Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PersistentVolume

-> KubernetesRequest ReadPersistentVolume MimeNoContent V1PersistentVolume accept 
GET /api/v1/persistentvolumes/{name}

read the specified PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data ReadPersistentVolume Source #

Instances

Instances details
HasOptionalParam ReadPersistentVolume Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadPersistentVolume MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadPersistentVolume MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadPersistentVolume MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadPersistentVolume MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

readPersistentVolumeStatus

readPersistentVolumeStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PersistentVolume

-> KubernetesRequest ReadPersistentVolumeStatus MimeNoContent V1PersistentVolume accept 
GET /api/v1/persistentvolumes/{name}/status

read status of the specified PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data ReadPersistentVolumeStatus Source #

Instances

Instances details
HasOptionalParam ReadPersistentVolumeStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadPersistentVolumeStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadPersistentVolumeStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadPersistentVolumeStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReadPersistentVolumeStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespace

replaceNamespace Source #

Arguments

:: (Consumes ReplaceNamespace contentType, MimeRender contentType V1Namespace) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Namespace

"body"

-> Name

"name" - name of the Namespace

-> KubernetesRequest ReplaceNamespace contentType V1Namespace accept 
PUT /api/v1/namespaces/{name}

replace the specified Namespace

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespace Source #

Instances

Instances details
HasBodyParam ReplaceNamespace V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes ReplaceNamespace contentType, MimeRender contentType V1Namespace) => KubernetesRequest ReplaceNamespace contentType res accept -> V1Namespace -> KubernetesRequest ReplaceNamespace contentType res accept Source #

HasOptionalParam ReplaceNamespace DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNamespace contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNamespace contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespace contentType res accept Source #

HasOptionalParam ReplaceNamespace FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNamespace contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNamespace contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespace contentType res accept Source #

HasOptionalParam ReplaceNamespace FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespace Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNamespace contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNamespace contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespace contentType res accept Source #

MimeType mtype => Consumes ReplaceNamespace mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespace MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespace MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespace MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespace MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespaceFinalize

replaceNamespaceFinalize Source #

Arguments

:: (Consumes ReplaceNamespaceFinalize contentType, MimeRender contentType V1Namespace) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Namespace

"body"

-> Name

"name" - name of the Namespace

-> KubernetesRequest ReplaceNamespaceFinalize contentType V1Namespace accept 
PUT /api/v1/namespaces/{name}/finalize

replace finalize of the specified Namespace

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespaceFinalize Source #

Instances

Instances details
HasBodyParam ReplaceNamespaceFinalize V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceFinalize DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceFinalize FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceFinalize FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceFinalize Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespaceFinalize mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespaceFinalize MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespaceFinalize MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespaceFinalize MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespaceFinalize MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespaceStatus

replaceNamespaceStatus Source #

Arguments

:: (Consumes ReplaceNamespaceStatus contentType, MimeRender contentType V1Namespace) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Namespace

"body"

-> Name

"name" - name of the Namespace

-> KubernetesRequest ReplaceNamespaceStatus contentType V1Namespace accept 
PUT /api/v1/namespaces/{name}/status

replace status of the specified Namespace

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespaceStatus Source #

Instances

Instances details
HasBodyParam ReplaceNamespaceStatus V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespaceStatus mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespaceStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespaceStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespaceStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespaceStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedConfigMap

replaceNamespacedConfigMap Source #

Arguments

:: (Consumes ReplaceNamespacedConfigMap contentType, MimeRender contentType V1ConfigMap) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ConfigMap

"body"

-> Name

"name" - name of the ConfigMap

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedConfigMap contentType V1ConfigMap accept 
PUT /api/v1/namespaces/{namespace}/configmaps/{name}

replace the specified ConfigMap

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedConfigMap Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedConfigMap V1ConfigMap Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedConfigMap DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedConfigMap FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedConfigMap FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedConfigMap Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedConfigMap mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedConfigMap MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedConfigMap MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedConfigMap MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedConfigMap MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedEndpoints

replaceNamespacedEndpoints Source #

Arguments

:: (Consumes ReplaceNamespacedEndpoints contentType, MimeRender contentType V1Endpoints) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Endpoints

"body"

-> Name

"name" - name of the Endpoints

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedEndpoints contentType V1Endpoints accept 
PUT /api/v1/namespaces/{namespace}/endpoints/{name}

replace the specified Endpoints

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedEndpoints Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedEndpoints V1Endpoints Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEndpoints DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEndpoints FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEndpoints FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEndpoints Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedEndpoints mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedEndpoints MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedEndpoints MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedEndpoints MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedEndpoints MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedEvent

replaceNamespacedEvent Source #

Arguments

:: (Consumes ReplaceNamespacedEvent contentType, MimeRender contentType CoreV1Event) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> CoreV1Event

"body"

-> Name

"name" - name of the Event

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedEvent contentType CoreV1Event accept 
PUT /api/v1/namespaces/{namespace}/events/{name}

replace the specified Event

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedEvent Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedEvent CoreV1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEvent DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEvent FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEvent FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedEvent mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedEvent MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedEvent MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedEvent MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedEvent MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedLimitRange

replaceNamespacedLimitRange Source #

Arguments

:: (Consumes ReplaceNamespacedLimitRange contentType, MimeRender contentType V1LimitRange) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1LimitRange

"body"

-> Name

"name" - name of the LimitRange

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedLimitRange contentType V1LimitRange accept 
PUT /api/v1/namespaces/{namespace}/limitranges/{name}

replace the specified LimitRange

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedLimitRange Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedLimitRange V1LimitRange Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedLimitRange DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedLimitRange FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedLimitRange FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedLimitRange Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedLimitRange mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedLimitRange MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedLimitRange MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedLimitRange MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedLimitRange MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedPersistentVolumeClaim

replaceNamespacedPersistentVolumeClaim Source #

Arguments

:: (Consumes ReplaceNamespacedPersistentVolumeClaim contentType, MimeRender contentType V1PersistentVolumeClaim) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1PersistentVolumeClaim

"body"

-> Name

"name" - name of the PersistentVolumeClaim

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedPersistentVolumeClaim contentType V1PersistentVolumeClaim accept 
PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}

replace the specified PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedPersistentVolumeClaim Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedPersistentVolumeClaim V1PersistentVolumeClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaim DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaim FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaim FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedPersistentVolumeClaim mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPersistentVolumeClaim MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPersistentVolumeClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPersistentVolumeClaim MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPersistentVolumeClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedPersistentVolumeClaimStatus

replaceNamespacedPersistentVolumeClaimStatus Source #

Arguments

:: (Consumes ReplaceNamespacedPersistentVolumeClaimStatus contentType, MimeRender contentType V1PersistentVolumeClaim) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1PersistentVolumeClaim

"body"

-> Name

"name" - name of the PersistentVolumeClaim

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedPersistentVolumeClaimStatus contentType V1PersistentVolumeClaim accept 
PUT /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status

replace status of the specified PersistentVolumeClaim

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedPersistentVolumeClaimStatus Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedPersistentVolumeClaimStatus V1PersistentVolumeClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaimStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaimStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaimStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaimStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedPersistentVolumeClaimStatus mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPersistentVolumeClaimStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPersistentVolumeClaimStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPersistentVolumeClaimStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPersistentVolumeClaimStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedPod

replaceNamespacedPod Source #

Arguments

:: (Consumes ReplaceNamespacedPod contentType, MimeRender contentType V1Pod) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Pod

"body"

-> Name

"name" - name of the Pod

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedPod contentType V1Pod accept 
PUT /api/v1/namespaces/{namespace}/pods/{name}

replace the specified Pod

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedPod Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedPod V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes ReplaceNamespacedPod contentType, MimeRender contentType V1Pod) => KubernetesRequest ReplaceNamespacedPod contentType res accept -> V1Pod -> KubernetesRequest ReplaceNamespacedPod contentType res accept Source #

HasOptionalParam ReplaceNamespacedPod DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPod FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPod FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPod Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedPod mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPod MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPod MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPod MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPod MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedPodEphemeralcontainers

replaceNamespacedPodEphemeralcontainers Source #

Arguments

:: (Consumes ReplaceNamespacedPodEphemeralcontainers contentType, MimeRender contentType V1Pod) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Pod

"body"

-> Name

"name" - name of the Pod

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedPodEphemeralcontainers contentType V1Pod accept 
PUT /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers

replace ephemeralcontainers of the specified Pod

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedPodEphemeralcontainers Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedPodEphemeralcontainers V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodEphemeralcontainers 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 ReplaceNamespacedPodEphemeralcontainers 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 ReplaceNamespacedPodEphemeralcontainers FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodEphemeralcontainers Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedPodEphemeralcontainers mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodEphemeralcontainers MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodEphemeralcontainers MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodEphemeralcontainers MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodEphemeralcontainers MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedPodResize

replaceNamespacedPodResize Source #

Arguments

:: (Consumes ReplaceNamespacedPodResize contentType, MimeRender contentType V1Pod) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Pod

"body"

-> Name

"name" - name of the Pod

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedPodResize contentType V1Pod accept 
PUT /api/v1/namespaces/{namespace}/pods/{name}/resize

replace resize of the specified Pod

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedPodResize Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedPodResize V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodResize 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 ReplaceNamespacedPodResize 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 ReplaceNamespacedPodResize FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodResize Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedPodResize mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodResize MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodResize MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodResize MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodResize MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedPodStatus

replaceNamespacedPodStatus Source #

Arguments

:: (Consumes ReplaceNamespacedPodStatus contentType, MimeRender contentType V1Pod) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Pod

"body"

-> Name

"name" - name of the Pod

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedPodStatus contentType V1Pod accept 
PUT /api/v1/namespaces/{namespace}/pods/{name}/status

replace status of the specified Pod

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedPodStatus Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedPodStatus V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedPodStatus mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedPodTemplate

replaceNamespacedPodTemplate Source #

Arguments

:: (Consumes ReplaceNamespacedPodTemplate contentType, MimeRender contentType V1PodTemplate) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1PodTemplate

"body"

-> Name

"name" - name of the PodTemplate

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedPodTemplate contentType V1PodTemplate accept 
PUT /api/v1/namespaces/{namespace}/podtemplates/{name}

replace the specified PodTemplate

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedPodTemplate Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedPodTemplate V1PodTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodTemplate DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodTemplate FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodTemplate FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedPodTemplate mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodTemplate MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodTemplate MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedPodTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedReplicationController

replaceNamespacedReplicationController Source #

Arguments

:: (Consumes ReplaceNamespacedReplicationController contentType, MimeRender contentType V1ReplicationController) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ReplicationController

"body"

-> Name

"name" - name of the ReplicationController

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedReplicationController contentType V1ReplicationController accept 
PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}

replace the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedReplicationController Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedReplicationController V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationController DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationController FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationController FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationController Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedReplicationController mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedReplicationController MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedReplicationController MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedReplicationController MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedReplicationController MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedReplicationControllerScale

replaceNamespacedReplicationControllerScale Source #

Arguments

:: (Consumes ReplaceNamespacedReplicationControllerScale contentType, MimeRender contentType V1Scale) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Scale

"body"

-> Name

"name" - name of the Scale

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedReplicationControllerScale contentType V1Scale accept 
PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale

replace scale of the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedReplicationControllerScale Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedReplicationControllerScale V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerScale DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerScale FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerScale FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedReplicationControllerScale mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedReplicationControllerScale MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedReplicationControllerScale MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedReplicationControllerScale MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedReplicationControllerScale MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedReplicationControllerStatus

replaceNamespacedReplicationControllerStatus Source #

Arguments

:: (Consumes ReplaceNamespacedReplicationControllerStatus contentType, MimeRender contentType V1ReplicationController) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ReplicationController

"body"

-> Name

"name" - name of the ReplicationController

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedReplicationControllerStatus contentType V1ReplicationController accept 
PUT /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status

replace status of the specified ReplicationController

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedReplicationControllerStatus Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedReplicationControllerStatus V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedReplicationControllerStatus mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedReplicationControllerStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedReplicationControllerStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedReplicationControllerStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedReplicationControllerStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedResourceQuota

replaceNamespacedResourceQuota Source #

Arguments

:: (Consumes ReplaceNamespacedResourceQuota contentType, MimeRender contentType V1ResourceQuota) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ResourceQuota

"body"

-> Name

"name" - name of the ResourceQuota

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedResourceQuota contentType V1ResourceQuota accept 
PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}

replace the specified ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedResourceQuota Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedResourceQuota V1ResourceQuota Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuota DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuota FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuota FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuota Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedResourceQuota mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedResourceQuota MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedResourceQuota MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedResourceQuota MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedResourceQuota MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedResourceQuotaStatus

replaceNamespacedResourceQuotaStatus Source #

Arguments

:: (Consumes ReplaceNamespacedResourceQuotaStatus contentType, MimeRender contentType V1ResourceQuota) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ResourceQuota

"body"

-> Name

"name" - name of the ResourceQuota

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedResourceQuotaStatus contentType V1ResourceQuota accept 
PUT /api/v1/namespaces/{namespace}/resourcequotas/{name}/status

replace status of the specified ResourceQuota

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedResourceQuotaStatus Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedResourceQuotaStatus V1ResourceQuota Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuotaStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuotaStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuotaStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuotaStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedResourceQuotaStatus mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedResourceQuotaStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedResourceQuotaStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedResourceQuotaStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedResourceQuotaStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedSecret

replaceNamespacedSecret Source #

Arguments

:: (Consumes ReplaceNamespacedSecret contentType, MimeRender contentType V1Secret) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Secret

"body"

-> Name

"name" - name of the Secret

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedSecret contentType V1Secret accept 
PUT /api/v1/namespaces/{namespace}/secrets/{name}

replace the specified Secret

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedSecret Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedSecret V1Secret Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedSecret DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedSecret FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedSecret FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedSecret Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedSecret mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedSecret MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedSecret MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedSecret MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedSecret MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedService

replaceNamespacedService Source #

Arguments

:: (Consumes ReplaceNamespacedService contentType, MimeRender contentType V1Service) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Service

"body"

-> Name

"name" - name of the Service

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedService contentType V1Service accept 
PUT /api/v1/namespaces/{namespace}/services/{name}

replace the specified Service

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedService Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedService V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedService DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedService FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedService FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedService mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedService MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedService MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedService MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedService MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedServiceAccount

replaceNamespacedServiceAccount Source #

Arguments

:: (Consumes ReplaceNamespacedServiceAccount contentType, MimeRender contentType V1ServiceAccount) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1ServiceAccount

"body"

-> Name

"name" - name of the ServiceAccount

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedServiceAccount contentType V1ServiceAccount accept 
PUT /api/v1/namespaces/{namespace}/serviceaccounts/{name}

replace the specified ServiceAccount

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedServiceAccount Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedServiceAccount V1ServiceAccount Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceAccount DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceAccount FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceAccount FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceAccount Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedServiceAccount mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedServiceAccount MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedServiceAccount MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedServiceAccount MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedServiceAccount MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNamespacedServiceStatus

replaceNamespacedServiceStatus Source #

Arguments

:: (Consumes ReplaceNamespacedServiceStatus contentType, MimeRender contentType V1Service) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Service

"body"

-> Name

"name" - name of the Service

-> Namespace

"namespace" - object name and auth scope, such as for teams and projects

-> KubernetesRequest ReplaceNamespacedServiceStatus contentType V1Service accept 
PUT /api/v1/namespaces/{namespace}/services/{name}/status

replace status of the specified Service

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedServiceStatus Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedServiceStatus V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplaceNamespacedServiceStatus mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedServiceStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedServiceStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedServiceStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNamespacedServiceStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNode

replaceNode Source #

Arguments

:: (Consumes ReplaceNode contentType, MimeRender contentType V1Node) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Node

"body"

-> Name

"name" - name of the Node

-> KubernetesRequest ReplaceNode contentType V1Node accept 
PUT /api/v1/nodes/{name}

replace the specified Node

AuthMethod: AuthApiKeyBearerToken

data ReplaceNode Source #

Instances

Instances details
HasBodyParam ReplaceNode V1Node Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes ReplaceNode contentType, MimeRender contentType V1Node) => KubernetesRequest ReplaceNode contentType res accept -> V1Node -> KubernetesRequest ReplaceNode contentType res accept Source #

HasOptionalParam ReplaceNode DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNode contentType res accept -> DryRun -> KubernetesRequest ReplaceNode contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNode contentType res accept -> DryRun -> KubernetesRequest ReplaceNode contentType res accept Source #

HasOptionalParam ReplaceNode FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNode contentType res accept -> FieldManager -> KubernetesRequest ReplaceNode contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNode contentType res accept -> FieldManager -> KubernetesRequest ReplaceNode contentType res accept Source #

HasOptionalParam ReplaceNode FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNode contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNode contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNode contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNode contentType res accept Source #

HasOptionalParam ReplaceNode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNode contentType res accept -> Pretty -> KubernetesRequest ReplaceNode contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNode contentType res accept -> Pretty -> KubernetesRequest ReplaceNode contentType res accept Source #

MimeType mtype => Consumes ReplaceNode mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNode MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNode MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNode MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNode MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replaceNodeStatus

replaceNodeStatus Source #

Arguments

:: (Consumes ReplaceNodeStatus contentType, MimeRender contentType V1Node) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1Node

"body"

-> Name

"name" - name of the Node

-> KubernetesRequest ReplaceNodeStatus contentType V1Node accept 
PUT /api/v1/nodes/{name}/status

replace status of the specified Node

AuthMethod: AuthApiKeyBearerToken

data ReplaceNodeStatus Source #

Instances

Instances details
HasBodyParam ReplaceNodeStatus V1Node Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes ReplaceNodeStatus contentType, MimeRender contentType V1Node) => KubernetesRequest ReplaceNodeStatus contentType res accept -> V1Node -> KubernetesRequest ReplaceNodeStatus contentType res accept Source #

HasOptionalParam ReplaceNodeStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNodeStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNodeStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNodeStatus contentType res accept Source #

HasOptionalParam ReplaceNodeStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNodeStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNodeStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNodeStatus contentType res accept -> Pretty -> KubernetesRequest ReplaceNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNodeStatus contentType res accept -> Pretty -> KubernetesRequest ReplaceNodeStatus contentType res accept Source #

MimeType mtype => Consumes ReplaceNodeStatus mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNodeStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNodeStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNodeStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplaceNodeStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replacePersistentVolume

replacePersistentVolume Source #

Arguments

:: (Consumes ReplacePersistentVolume contentType, MimeRender contentType V1PersistentVolume) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1PersistentVolume

"body"

-> Name

"name" - name of the PersistentVolume

-> KubernetesRequest ReplacePersistentVolume contentType V1PersistentVolume accept 
PUT /api/v1/persistentvolumes/{name}

replace the specified PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data ReplacePersistentVolume Source #

Instances

Instances details
HasBodyParam ReplacePersistentVolume V1PersistentVolume Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolume DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolume FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolume FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolume Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplacePersistentVolume mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplacePersistentVolume MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplacePersistentVolume MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplacePersistentVolume MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplacePersistentVolume MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

replacePersistentVolumeStatus

replacePersistentVolumeStatus Source #

Arguments

:: (Consumes ReplacePersistentVolumeStatus contentType, MimeRender contentType V1PersistentVolume) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1PersistentVolume

"body"

-> Name

"name" - name of the PersistentVolume

-> KubernetesRequest ReplacePersistentVolumeStatus contentType V1PersistentVolume accept 
PUT /api/v1/persistentvolumes/{name}/status

replace status of the specified PersistentVolume

AuthMethod: AuthApiKeyBearerToken

data ReplacePersistentVolumeStatus Source #

Instances

Instances details
HasBodyParam ReplacePersistentVolumeStatus V1PersistentVolume Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolumeStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolumeStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolumeStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolumeStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

MimeType mtype => Consumes ReplacePersistentVolumeStatus mtype Source #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplacePersistentVolumeStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplacePersistentVolumeStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplacePersistentVolumeStatus MimeVndKubernetesProtobuf Source #
application/vnd.kubernetes.protobuf
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Produces ReplacePersistentVolumeStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1