Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Kubernetes.OpenAPI.API.AuthorizationV1
Description
Synopsis
- createNamespacedLocalSubjectAccessReview :: (Consumes CreateNamespacedLocalSubjectAccessReview contentType, MimeRender contentType V1LocalSubjectAccessReview) => ContentType contentType -> Accept accept -> V1LocalSubjectAccessReview -> Namespace -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType V1LocalSubjectAccessReview accept
- data CreateNamespacedLocalSubjectAccessReview
- createSelfSubjectAccessReview :: (Consumes CreateSelfSubjectAccessReview contentType, MimeRender contentType V1SelfSubjectAccessReview) => ContentType contentType -> Accept accept -> V1SelfSubjectAccessReview -> KubernetesRequest CreateSelfSubjectAccessReview contentType V1SelfSubjectAccessReview accept
- data CreateSelfSubjectAccessReview
- createSelfSubjectRulesReview :: (Consumes CreateSelfSubjectRulesReview contentType, MimeRender contentType V1SelfSubjectRulesReview) => ContentType contentType -> Accept accept -> V1SelfSubjectRulesReview -> KubernetesRequest CreateSelfSubjectRulesReview contentType V1SelfSubjectRulesReview accept
- data CreateSelfSubjectRulesReview
- createSubjectAccessReview :: (Consumes CreateSubjectAccessReview contentType, MimeRender contentType V1SubjectAccessReview) => ContentType contentType -> Accept accept -> V1SubjectAccessReview -> KubernetesRequest CreateSubjectAccessReview contentType V1SubjectAccessReview accept
- data CreateSubjectAccessReview
- getAPIResources :: Accept accept -> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept
- data GetAPIResources
Operations
AuthorizationV1
createNamespacedLocalSubjectAccessReview
createNamespacedLocalSubjectAccessReview Source #
Arguments
:: (Consumes CreateNamespacedLocalSubjectAccessReview contentType, MimeRender contentType V1LocalSubjectAccessReview) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> 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
HasBodyParam CreateNamespacedLocalSubjectAccessReview V1LocalSubjectAccessReview Source # | |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods setBodyParam :: (Consumes CreateNamespacedLocalSubjectAccessReview contentType, MimeRender contentType V1LocalSubjectAccessReview) => KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> V1LocalSubjectAccessReview -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # | |
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 |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # | |
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. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # | |
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. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> FieldValidation -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> FieldValidation -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # | |
HasOptionalParam CreateNamespacedLocalSubjectAccessReview Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedLocalSubjectAccessReview contentType res accept Source # | |
MimeType mtype => Consumes CreateNamespacedLocalSubjectAccessReview mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateNamespacedLocalSubjectAccessReview MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateNamespacedLocalSubjectAccessReview MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateNamespacedLocalSubjectAccessReview MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateNamespacedLocalSubjectAccessReview MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 |
createSelfSubjectAccessReview
createSelfSubjectAccessReview Source #
Arguments
:: (Consumes CreateSelfSubjectAccessReview contentType, MimeRender contentType V1SelfSubjectAccessReview) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1SelfSubjectAccessReview | "body" |
-> KubernetesRequest CreateSelfSubjectAccessReview contentType V1SelfSubjectAccessReview accept |
POST /apis/authorization.k8s.io/v1/selfsubjectaccessreviews
create a SelfSubjectAccessReview
AuthMethod: AuthApiKeyBearerToken
data CreateSelfSubjectAccessReview Source #
Instances
HasBodyParam CreateSelfSubjectAccessReview V1SelfSubjectAccessReview Source # | |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods setBodyParam :: (Consumes CreateSelfSubjectAccessReview contentType, MimeRender contentType V1SelfSubjectAccessReview) => KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> V1SelfSubjectAccessReview -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # | |
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 |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # | |
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. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # | |
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. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> FieldValidation -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> FieldValidation -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # | |
HasOptionalParam CreateSelfSubjectAccessReview Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> Pretty -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectAccessReview contentType res accept -> Pretty -> KubernetesRequest CreateSelfSubjectAccessReview contentType res accept Source # | |
MimeType mtype => Consumes CreateSelfSubjectAccessReview mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateSelfSubjectAccessReview MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateSelfSubjectAccessReview MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateSelfSubjectAccessReview MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateSelfSubjectAccessReview MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 |
createSelfSubjectRulesReview
createSelfSubjectRulesReview Source #
Arguments
:: (Consumes CreateSelfSubjectRulesReview contentType, MimeRender contentType V1SelfSubjectRulesReview) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1SelfSubjectRulesReview | "body" |
-> KubernetesRequest CreateSelfSubjectRulesReview contentType V1SelfSubjectRulesReview accept |
POST /apis/authorization.k8s.io/v1/selfsubjectrulesreviews
create a SelfSubjectRulesReview
AuthMethod: AuthApiKeyBearerToken
data CreateSelfSubjectRulesReview Source #
Instances
HasBodyParam CreateSelfSubjectRulesReview V1SelfSubjectRulesReview Source # | |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods setBodyParam :: (Consumes CreateSelfSubjectRulesReview contentType, MimeRender contentType V1SelfSubjectRulesReview) => KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> V1SelfSubjectRulesReview -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # | |
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 |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> DryRun -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> DryRun -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # | |
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. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> FieldManager -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> FieldManager -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # | |
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. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> FieldValidation -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> FieldValidation -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # | |
HasOptionalParam CreateSelfSubjectRulesReview Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> Pretty -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSelfSubjectRulesReview contentType res accept -> Pretty -> KubernetesRequest CreateSelfSubjectRulesReview contentType res accept Source # | |
MimeType mtype => Consumes CreateSelfSubjectRulesReview mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateSelfSubjectRulesReview MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateSelfSubjectRulesReview MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateSelfSubjectRulesReview MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateSelfSubjectRulesReview MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 |
createSubjectAccessReview
createSubjectAccessReview Source #
Arguments
:: (Consumes CreateSubjectAccessReview contentType, MimeRender contentType V1SubjectAccessReview) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1SubjectAccessReview | "body" |
-> KubernetesRequest CreateSubjectAccessReview contentType V1SubjectAccessReview accept |
POST /apis/authorization.k8s.io/v1/subjectaccessreviews
create a SubjectAccessReview
AuthMethod: AuthApiKeyBearerToken
data CreateSubjectAccessReview Source #
Instances
HasBodyParam CreateSubjectAccessReview V1SubjectAccessReview Source # | |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods setBodyParam :: (Consumes CreateSubjectAccessReview contentType, MimeRender contentType V1SubjectAccessReview) => KubernetesRequest CreateSubjectAccessReview contentType res accept -> V1SubjectAccessReview -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # | |
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 |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> DryRun -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # | |
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. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> FieldManager -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # | |
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. |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> FieldValidation -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> FieldValidation -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # | |
HasOptionalParam CreateSubjectAccessReview Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 Methods applyOptionalParam :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> Pretty -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # (-&-) :: KubernetesRequest CreateSubjectAccessReview contentType res accept -> Pretty -> KubernetesRequest CreateSubjectAccessReview contentType res accept Source # | |
MimeType mtype => Consumes CreateSubjectAccessReview mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateSubjectAccessReview MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateSubjectAccessReview MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateSubjectAccessReview MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces CreateSubjectAccessReview MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 |
getAPIResources
Arguments
:: Accept accept | request accept ( |
-> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept |
data GetAPIResources Source #
Instances
Produces GetAPIResources MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces GetAPIResources MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces GetAPIResources MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 | |
Produces GetAPIResources MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.AuthorizationV1 |