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

Kubernetes.OpenAPI.API.AuthorizationV1

Description

 
Synopsis

Operations

AuthorizationV1

createNamespacedLocalSubjectAccessReview

createNamespacedLocalSubjectAccessReview Source #

Arguments

:: (Consumes CreateNamespacedLocalSubjectAccessReview contentType, MimeRender contentType V1LocalSubjectAccessReview) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1LocalSubjectAccessReview

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType V1LocalSubjectAccessReview accept 
POST /apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews

create a LocalSubjectAccessReview

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedLocalSubjectAccessReview Source #

Instances

Instances details
HasBodyParam CreateNamespacedLocalSubjectAccessReview V1LocalSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateNamespacedLocalSubjectAccessReview 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.AuthorizationV1

HasOptionalParam CreateNamespacedLocalSubjectAccessReview 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.AuthorizationV1

HasOptionalParam CreateNamespacedLocalSubjectAccessReview 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.AuthorizationV1

HasOptionalParam CreateNamespacedLocalSubjectAccessReview 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.AuthorizationV1

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

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

Produces CreateNamespacedLocalSubjectAccessReview MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

Produces CreateNamespacedLocalSubjectAccessReview MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

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

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

Produces CreateNamespacedLocalSubjectAccessReview MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

createSelfSubjectAccessReview

createSelfSubjectAccessReview Source #

Arguments

:: (Consumes CreateSelfSubjectAccessReview contentType, MimeRender contentType V1SelfSubjectAccessReview) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1SelfSubjectAccessReview

"body"

-> KubernetesRequest CreateSelfSubjectAccessReview contentType V1SelfSubjectAccessReview accept 
POST /apis/authorization.k8s.io/v1/selfsubjectaccessreviews

create a SelfSubjectAccessReview

AuthMethod: AuthApiKeyBearerToken

data CreateSelfSubjectAccessReview Source #

Instances

Instances details
HasBodyParam CreateSelfSubjectAccessReview V1SelfSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSelfSubjectAccessReview 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.AuthorizationV1

HasOptionalParam CreateSelfSubjectAccessReview 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.AuthorizationV1

HasOptionalParam CreateSelfSubjectAccessReview 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.AuthorizationV1

HasOptionalParam CreateSelfSubjectAccessReview 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.AuthorizationV1

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

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

Produces CreateSelfSubjectAccessReview MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

Produces CreateSelfSubjectAccessReview MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

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

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

Produces CreateSelfSubjectAccessReview MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

createSelfSubjectRulesReview

createSelfSubjectRulesReview Source #

Arguments

:: (Consumes CreateSelfSubjectRulesReview contentType, MimeRender contentType V1SelfSubjectRulesReview) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1SelfSubjectRulesReview

"body"

-> KubernetesRequest CreateSelfSubjectRulesReview contentType V1SelfSubjectRulesReview accept 
POST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews

create a SelfSubjectRulesReview

AuthMethod: AuthApiKeyBearerToken

data CreateSelfSubjectRulesReview Source #

Instances

Instances details
HasBodyParam CreateSelfSubjectRulesReview V1SelfSubjectRulesReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSelfSubjectRulesReview 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.AuthorizationV1

HasOptionalParam CreateSelfSubjectRulesReview 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.AuthorizationV1

HasOptionalParam CreateSelfSubjectRulesReview 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.AuthorizationV1

HasOptionalParam CreateSelfSubjectRulesReview 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.AuthorizationV1

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

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

Produces CreateSelfSubjectRulesReview MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

Produces CreateSelfSubjectRulesReview MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

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

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

Produces CreateSelfSubjectRulesReview MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

createSubjectAccessReview

createSubjectAccessReview Source #

Arguments

:: (Consumes CreateSubjectAccessReview contentType, MimeRender contentType V1SubjectAccessReview) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1SubjectAccessReview

"body"

-> KubernetesRequest CreateSubjectAccessReview contentType V1SubjectAccessReview accept 
POST /apis/authorization.k8s.io/v1/subjectaccessreviews

create a SubjectAccessReview

AuthMethod: AuthApiKeyBearerToken

data CreateSubjectAccessReview Source #

Instances

Instances details
HasBodyParam CreateSubjectAccessReview V1SubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSubjectAccessReview 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.AuthorizationV1

HasOptionalParam CreateSubjectAccessReview 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.AuthorizationV1

HasOptionalParam CreateSubjectAccessReview 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.AuthorizationV1

HasOptionalParam CreateSubjectAccessReview 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.AuthorizationV1

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

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

Produces CreateSubjectAccessReview MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

Produces CreateSubjectAccessReview MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

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

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

Produces CreateSubjectAccessReview MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

getAPIResources

getAPIResources Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept 
GET /apis/authorization.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.AuthorizationV1

Produces GetAPIResources MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

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

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

Produces GetAPIResources MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1