| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Kubernetes.OpenAPI.API.AuthenticationV1alpha1
Description
Synopsis
- createSelfSubjectReview :: (Consumes CreateSelfSubjectReview contentType, MimeRender contentType V1alpha1SelfSubjectReview) => ContentType contentType -> Accept accept -> V1alpha1SelfSubjectReview -> KubernetesRequest CreateSelfSubjectReview contentType V1alpha1SelfSubjectReview accept
- data CreateSelfSubjectReview
- getAPIResources :: Accept accept -> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept
- data GetAPIResources
Operations
AuthenticationV1alpha1
createSelfSubjectReview
createSelfSubjectReview Source #
Arguments
| :: (Consumes CreateSelfSubjectReview contentType, MimeRender contentType V1alpha1SelfSubjectReview) | |
| => ContentType contentType | request content-type ( |
| -> Accept accept | request accept ( |
| -> V1alpha1SelfSubjectReview | "body" |
| -> KubernetesRequest CreateSelfSubjectReview contentType V1alpha1SelfSubjectReview accept |
POST /apis/authentication.k8s.io/v1alpha1/selfsubjectreviews
create a SelfSubjectReview
AuthMethod: AuthApiKeyBearerToken
data CreateSelfSubjectReview Source #
Instances
| HasBodyParam CreateSelfSubjectReview V1alpha1SelfSubjectReview Source # | |
Defined in Kubernetes.OpenAPI.API.AuthenticationV1alpha1 Methods setBodyParam :: (Consumes CreateSelfSubjectReview contentType, MimeRender contentType V1alpha1SelfSubjectReview) => KubernetesRequest CreateSelfSubjectReview contentType res accept -> V1alpha1SelfSubjectReview -> KubernetesRequest CreateSelfSubjectReview contentType res accept Source # | |
| 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 |
Defined in Kubernetes.OpenAPI.API.AuthenticationV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectReview contentType res accept -> DryRun -> KubernetesRequest CreateSelfSubjectReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectReview contentType res accept -> DryRun -> KubernetesRequest CreateSelfSubjectReview contentType res accept Source # | |
| 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. |
Defined in Kubernetes.OpenAPI.API.AuthenticationV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectReview contentType res accept -> FieldManager -> KubernetesRequest CreateSelfSubjectReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectReview contentType res accept -> FieldManager -> KubernetesRequest CreateSelfSubjectReview contentType res accept Source # | |
| 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. |
Defined in Kubernetes.OpenAPI.API.AuthenticationV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectReview contentType res accept -> FieldValidation -> KubernetesRequest CreateSelfSubjectReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectReview contentType res accept -> FieldValidation -> KubernetesRequest CreateSelfSubjectReview contentType res accept Source # | |
| HasOptionalParam CreateSelfSubjectReview Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.AuthenticationV1alpha1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectReview contentType res accept -> Pretty -> KubernetesRequest CreateSelfSubjectReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectReview contentType res accept -> Pretty -> KubernetesRequest CreateSelfSubjectReview contentType res accept Source # | |
| MimeType mtype => Consumes CreateSelfSubjectReview mtype Source # | */* |
| Produces CreateSelfSubjectReview MimeJSON Source # | application/json |
| Produces CreateSelfSubjectReview MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
| Produces CreateSelfSubjectReview MimeYaml Source # | application/yaml |
getAPIResources
Arguments
| :: Accept accept | request accept ( |
| -> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept |
data GetAPIResources Source #
Instances
| Produces GetAPIResources MimeJSON Source # | application/json |
| Produces GetAPIResources MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
| Produces GetAPIResources MimeYaml Source # | application/yaml |