kubernetes-api-132.0.0: Auto-generated kubernetes-api API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

Kubernetes.OpenAPI.API.AuthenticationV1

Description

 
Synopsis

Operations

AuthenticationV1

createSelfSubjectReview

createSelfSubjectReview Source #

Arguments

:: (Consumes CreateSelfSubjectReview contentType, MimeRender contentType V1SelfSubjectReview) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1SelfSubjectReview

"body"

-> KubernetesRequest CreateSelfSubjectReview contentType V1SelfSubjectReview accept 
POST /apis/authentication.k8s.io/v1/selfsubjectreviews

create a SelfSubjectReview

AuthMethod: AuthApiKeyBearerToken

data CreateSelfSubjectReview Source #

Instances

Instances details
HasBodyParam CreateSelfSubjectReview V1SelfSubjectReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

HasOptionalParam CreateSelfSubjectReview DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

HasOptionalParam CreateSelfSubjectReview 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.AuthenticationV1

HasOptionalParam CreateSelfSubjectReview 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.AuthenticationV1

HasOptionalParam CreateSelfSubjectReview 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.AuthenticationV1

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

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

Produces CreateSelfSubjectReview MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

Produces CreateSelfSubjectReview MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

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

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

Produces CreateSelfSubjectReview MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

createTokenReview

createTokenReview Source #

Arguments

:: (Consumes CreateTokenReview contentType, MimeRender contentType V1TokenReview) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1TokenReview

"body"

-> KubernetesRequest CreateTokenReview contentType V1TokenReview accept 
POST /apis/authentication.k8s.io/v1/tokenreviews

create a TokenReview

AuthMethod: AuthApiKeyBearerToken

data CreateTokenReview Source #

Instances

Instances details
HasBodyParam CreateTokenReview V1TokenReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

Methods

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

HasOptionalParam CreateTokenReview DryRun Source #

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

Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

Methods

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

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

HasOptionalParam CreateTokenReview 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.AuthenticationV1

HasOptionalParam CreateTokenReview 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.AuthenticationV1

HasOptionalParam CreateTokenReview 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.AuthenticationV1

Methods

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

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

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

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

Produces CreateTokenReview MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

Produces CreateTokenReview MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

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

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

Produces CreateTokenReview MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

getAPIResources

getAPIResources Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept 
GET /apis/authentication.k8s.io/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.AuthenticationV1

Produces GetAPIResources MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

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

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

Produces GetAPIResources MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1