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

Kubernetes.OpenAPI.API.AuthenticationV1beta1

Description

 
Synopsis

Operations

AuthenticationV1beta1

createSelfSubjectReview

createSelfSubjectReview Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1beta1SelfSubjectReview

"body"

-> KubernetesRequest CreateSelfSubjectReview contentType V1beta1SelfSubjectReview accept 
POST /apis/authentication.k8s.io/v1beta1/selfsubjectreviews

create a SelfSubjectReview

AuthMethod: AuthApiKeyBearerToken

data CreateSelfSubjectReview Source #

Instances

Instances details
HasBodyParam CreateSelfSubjectReview V1beta1SelfSubjectReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1beta1

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.AuthenticationV1beta1

Produces CreateSelfSubjectReview MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1beta1

Produces CreateSelfSubjectReview MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1beta1

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

Defined in Kubernetes.OpenAPI.API.AuthenticationV1beta1

Produces CreateSelfSubjectReview MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1beta1

getAPIResources

getAPIResources Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept 
GET /apis/authentication.k8s.io/v1beta1/

get available resources

AuthMethod: AuthApiKeyBearerToken