Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Kubernetes.OpenAPI.API.ResourceV1beta1
Contents
- Operations
- ResourceV1beta1
- createDeviceClass
- createNamespacedResourceClaim
- createNamespacedResourceClaimTemplate
- createResourceSlice
- deleteCollectionDeviceClass
- deleteCollectionNamespacedResourceClaim
- deleteCollectionNamespacedResourceClaimTemplate
- deleteCollectionResourceSlice
- deleteDeviceClass
- deleteNamespacedResourceClaim
- deleteNamespacedResourceClaimTemplate
- deleteResourceSlice
- getAPIResources
- listDeviceClass
- listNamespacedResourceClaim
- listNamespacedResourceClaimTemplate
- listResourceClaimForAllNamespaces
- listResourceClaimTemplateForAllNamespaces
- listResourceSlice
- patchDeviceClass
- patchNamespacedResourceClaim
- patchNamespacedResourceClaimStatus
- patchNamespacedResourceClaimTemplate
- patchResourceSlice
- readDeviceClass
- readNamespacedResourceClaim
- readNamespacedResourceClaimStatus
- readNamespacedResourceClaimTemplate
- readResourceSlice
- replaceDeviceClass
- replaceNamespacedResourceClaim
- replaceNamespacedResourceClaimStatus
- replaceNamespacedResourceClaimTemplate
- replaceResourceSlice
- ResourceV1beta1
Description
Synopsis
- createDeviceClass :: (Consumes CreateDeviceClass contentType, MimeRender contentType V1beta1DeviceClass) => ContentType contentType -> Accept accept -> V1beta1DeviceClass -> KubernetesRequest CreateDeviceClass contentType V1beta1DeviceClass accept
- data CreateDeviceClass
- createNamespacedResourceClaim :: (Consumes CreateNamespacedResourceClaim contentType, MimeRender contentType V1beta1ResourceClaim) => ContentType contentType -> Accept accept -> V1beta1ResourceClaim -> Namespace -> KubernetesRequest CreateNamespacedResourceClaim contentType V1beta1ResourceClaim accept
- data CreateNamespacedResourceClaim
- createNamespacedResourceClaimTemplate :: (Consumes CreateNamespacedResourceClaimTemplate contentType, MimeRender contentType V1beta1ResourceClaimTemplate) => ContentType contentType -> Accept accept -> V1beta1ResourceClaimTemplate -> Namespace -> KubernetesRequest CreateNamespacedResourceClaimTemplate contentType V1beta1ResourceClaimTemplate accept
- data CreateNamespacedResourceClaimTemplate
- createResourceSlice :: (Consumes CreateResourceSlice contentType, MimeRender contentType V1beta1ResourceSlice) => ContentType contentType -> Accept accept -> V1beta1ResourceSlice -> KubernetesRequest CreateResourceSlice contentType V1beta1ResourceSlice accept
- data CreateResourceSlice
- deleteCollectionDeviceClass :: Consumes DeleteCollectionDeviceClass contentType => ContentType contentType -> Accept accept -> KubernetesRequest DeleteCollectionDeviceClass contentType V1Status accept
- data DeleteCollectionDeviceClass
- deleteCollectionNamespacedResourceClaim :: Consumes DeleteCollectionNamespacedResourceClaim contentType => ContentType contentType -> Accept accept -> Namespace -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType V1Status accept
- data DeleteCollectionNamespacedResourceClaim
- deleteCollectionNamespacedResourceClaimTemplate :: Consumes DeleteCollectionNamespacedResourceClaimTemplate contentType => ContentType contentType -> Accept accept -> Namespace -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType V1Status accept
- data DeleteCollectionNamespacedResourceClaimTemplate
- deleteCollectionResourceSlice :: Consumes DeleteCollectionResourceSlice contentType => ContentType contentType -> Accept accept -> KubernetesRequest DeleteCollectionResourceSlice contentType V1Status accept
- data DeleteCollectionResourceSlice
- deleteDeviceClass :: Consumes DeleteDeviceClass contentType => ContentType contentType -> Accept accept -> Name -> KubernetesRequest DeleteDeviceClass contentType V1beta1DeviceClass accept
- data DeleteDeviceClass
- deleteNamespacedResourceClaim :: Consumes DeleteNamespacedResourceClaim contentType => ContentType contentType -> Accept accept -> Name -> Namespace -> KubernetesRequest DeleteNamespacedResourceClaim contentType V1beta1ResourceClaim accept
- data DeleteNamespacedResourceClaim
- deleteNamespacedResourceClaimTemplate :: Consumes DeleteNamespacedResourceClaimTemplate contentType => ContentType contentType -> Accept accept -> Name -> Namespace -> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType V1beta1ResourceClaimTemplate accept
- data DeleteNamespacedResourceClaimTemplate
- deleteResourceSlice :: Consumes DeleteResourceSlice contentType => ContentType contentType -> Accept accept -> Name -> KubernetesRequest DeleteResourceSlice contentType V1beta1ResourceSlice accept
- data DeleteResourceSlice
- getAPIResources :: Accept accept -> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept
- data GetAPIResources
- listDeviceClass :: Accept accept -> KubernetesRequest ListDeviceClass MimeNoContent V1beta1DeviceClassList accept
- data ListDeviceClass
- listNamespacedResourceClaim :: Accept accept -> Namespace -> KubernetesRequest ListNamespacedResourceClaim MimeNoContent V1beta1ResourceClaimList accept
- data ListNamespacedResourceClaim
- listNamespacedResourceClaimTemplate :: Accept accept -> Namespace -> KubernetesRequest ListNamespacedResourceClaimTemplate MimeNoContent V1beta1ResourceClaimTemplateList accept
- data ListNamespacedResourceClaimTemplate
- listResourceClaimForAllNamespaces :: Accept accept -> KubernetesRequest ListResourceClaimForAllNamespaces MimeNoContent V1beta1ResourceClaimList accept
- data ListResourceClaimForAllNamespaces
- listResourceClaimTemplateForAllNamespaces :: Accept accept -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces MimeNoContent V1beta1ResourceClaimTemplateList accept
- data ListResourceClaimTemplateForAllNamespaces
- listResourceSlice :: Accept accept -> KubernetesRequest ListResourceSlice MimeNoContent V1beta1ResourceSliceList accept
- data ListResourceSlice
- patchDeviceClass :: (Consumes PatchDeviceClass contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> KubernetesRequest PatchDeviceClass contentType V1beta1DeviceClass accept
- data PatchDeviceClass
- patchNamespacedResourceClaim :: (Consumes PatchNamespacedResourceClaim contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> Namespace -> KubernetesRequest PatchNamespacedResourceClaim contentType V1beta1ResourceClaim accept
- data PatchNamespacedResourceClaim
- patchNamespacedResourceClaimStatus :: (Consumes PatchNamespacedResourceClaimStatus contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> Namespace -> KubernetesRequest PatchNamespacedResourceClaimStatus contentType V1beta1ResourceClaim accept
- data PatchNamespacedResourceClaimStatus
- patchNamespacedResourceClaimTemplate :: (Consumes PatchNamespacedResourceClaimTemplate contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> Namespace -> KubernetesRequest PatchNamespacedResourceClaimTemplate contentType V1beta1ResourceClaimTemplate accept
- data PatchNamespacedResourceClaimTemplate
- patchResourceSlice :: (Consumes PatchResourceSlice contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> KubernetesRequest PatchResourceSlice contentType V1beta1ResourceSlice accept
- data PatchResourceSlice
- readDeviceClass :: Accept accept -> Name -> KubernetesRequest ReadDeviceClass MimeNoContent V1beta1DeviceClass accept
- data ReadDeviceClass
- readNamespacedResourceClaim :: Accept accept -> Name -> Namespace -> KubernetesRequest ReadNamespacedResourceClaim MimeNoContent V1beta1ResourceClaim accept
- data ReadNamespacedResourceClaim
- readNamespacedResourceClaimStatus :: Accept accept -> Name -> Namespace -> KubernetesRequest ReadNamespacedResourceClaimStatus MimeNoContent V1beta1ResourceClaim accept
- data ReadNamespacedResourceClaimStatus
- readNamespacedResourceClaimTemplate :: Accept accept -> Name -> Namespace -> KubernetesRequest ReadNamespacedResourceClaimTemplate MimeNoContent V1beta1ResourceClaimTemplate accept
- data ReadNamespacedResourceClaimTemplate
- readResourceSlice :: Accept accept -> Name -> KubernetesRequest ReadResourceSlice MimeNoContent V1beta1ResourceSlice accept
- data ReadResourceSlice
- replaceDeviceClass :: (Consumes ReplaceDeviceClass contentType, MimeRender contentType V1beta1DeviceClass) => ContentType contentType -> Accept accept -> V1beta1DeviceClass -> Name -> KubernetesRequest ReplaceDeviceClass contentType V1beta1DeviceClass accept
- data ReplaceDeviceClass
- replaceNamespacedResourceClaim :: (Consumes ReplaceNamespacedResourceClaim contentType, MimeRender contentType V1beta1ResourceClaim) => ContentType contentType -> Accept accept -> V1beta1ResourceClaim -> Name -> Namespace -> KubernetesRequest ReplaceNamespacedResourceClaim contentType V1beta1ResourceClaim accept
- data ReplaceNamespacedResourceClaim
- replaceNamespacedResourceClaimStatus :: (Consumes ReplaceNamespacedResourceClaimStatus contentType, MimeRender contentType V1beta1ResourceClaim) => ContentType contentType -> Accept accept -> V1beta1ResourceClaim -> Name -> Namespace -> KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType V1beta1ResourceClaim accept
- data ReplaceNamespacedResourceClaimStatus
- replaceNamespacedResourceClaimTemplate :: (Consumes ReplaceNamespacedResourceClaimTemplate contentType, MimeRender contentType V1beta1ResourceClaimTemplate) => ContentType contentType -> Accept accept -> V1beta1ResourceClaimTemplate -> Name -> Namespace -> KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType V1beta1ResourceClaimTemplate accept
- data ReplaceNamespacedResourceClaimTemplate
- replaceResourceSlice :: (Consumes ReplaceResourceSlice contentType, MimeRender contentType V1beta1ResourceSlice) => ContentType contentType -> Accept accept -> V1beta1ResourceSlice -> Name -> KubernetesRequest ReplaceResourceSlice contentType V1beta1ResourceSlice accept
- data ReplaceResourceSlice
Operations
ResourceV1beta1
createDeviceClass
Arguments
:: (Consumes CreateDeviceClass contentType, MimeRender contentType V1beta1DeviceClass) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1beta1DeviceClass | "body" |
-> KubernetesRequest CreateDeviceClass contentType V1beta1DeviceClass accept |
POST /apis/resource.k8s.io/v1beta1/deviceclasses
create a DeviceClass
AuthMethod: AuthApiKeyBearerToken
data CreateDeviceClass Source #
Instances
HasBodyParam CreateDeviceClass V1beta1DeviceClass Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes CreateDeviceClass contentType, MimeRender contentType V1beta1DeviceClass) => KubernetesRequest CreateDeviceClass contentType res accept -> V1beta1DeviceClass -> KubernetesRequest CreateDeviceClass contentType res accept Source # | |
HasOptionalParam CreateDeviceClass 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateDeviceClass contentType res accept -> DryRun -> KubernetesRequest CreateDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest CreateDeviceClass contentType res accept -> DryRun -> KubernetesRequest CreateDeviceClass contentType res accept Source # | |
HasOptionalParam CreateDeviceClass 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateDeviceClass contentType res accept -> FieldManager -> KubernetesRequest CreateDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest CreateDeviceClass contentType res accept -> FieldManager -> KubernetesRequest CreateDeviceClass contentType res accept Source # | |
HasOptionalParam CreateDeviceClass 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateDeviceClass contentType res accept -> FieldValidation -> KubernetesRequest CreateDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest CreateDeviceClass contentType res accept -> FieldValidation -> KubernetesRequest CreateDeviceClass contentType res accept Source # | |
HasOptionalParam CreateDeviceClass Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateDeviceClass contentType res accept -> Pretty -> KubernetesRequest CreateDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest CreateDeviceClass contentType res accept -> Pretty -> KubernetesRequest CreateDeviceClass contentType res accept Source # | |
MimeType mtype => Consumes CreateDeviceClass mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateDeviceClass MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateDeviceClass MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateDeviceClass MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateDeviceClass MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
createNamespacedResourceClaim
createNamespacedResourceClaim Source #
Arguments
:: (Consumes CreateNamespacedResourceClaim contentType, MimeRender contentType V1beta1ResourceClaim) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1beta1ResourceClaim | "body" |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest CreateNamespacedResourceClaim contentType V1beta1ResourceClaim accept |
POST /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims
create a ResourceClaim
AuthMethod: AuthApiKeyBearerToken
data CreateNamespacedResourceClaim Source #
Instances
HasBodyParam CreateNamespacedResourceClaim V1beta1ResourceClaim Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes CreateNamespacedResourceClaim contentType, MimeRender contentType V1beta1ResourceClaim) => KubernetesRequest CreateNamespacedResourceClaim contentType res accept -> V1beta1ResourceClaim -> KubernetesRequest CreateNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam CreateNamespacedResourceClaim 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedResourceClaim contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedResourceClaim contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam CreateNamespacedResourceClaim 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedResourceClaim contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedResourceClaim contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam CreateNamespacedResourceClaim 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedResourceClaim contentType res accept -> FieldValidation -> KubernetesRequest CreateNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedResourceClaim contentType res accept -> FieldValidation -> KubernetesRequest CreateNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam CreateNamespacedResourceClaim Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedResourceClaim contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedResourceClaim contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedResourceClaim contentType res accept Source # | |
MimeType mtype => Consumes CreateNamespacedResourceClaim mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateNamespacedResourceClaim MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateNamespacedResourceClaim MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateNamespacedResourceClaim MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateNamespacedResourceClaim MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
createNamespacedResourceClaimTemplate
createNamespacedResourceClaimTemplate Source #
Arguments
:: (Consumes CreateNamespacedResourceClaimTemplate contentType, MimeRender contentType V1beta1ResourceClaimTemplate) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1beta1ResourceClaimTemplate | "body" |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest CreateNamespacedResourceClaimTemplate contentType V1beta1ResourceClaimTemplate accept |
POST /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates
create a ResourceClaimTemplate
AuthMethod: AuthApiKeyBearerToken
data CreateNamespacedResourceClaimTemplate Source #
Instances
HasBodyParam CreateNamespacedResourceClaimTemplate V1beta1ResourceClaimTemplate Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes CreateNamespacedResourceClaimTemplate contentType, MimeRender contentType V1beta1ResourceClaimTemplate) => KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept -> V1beta1ResourceClaimTemplate -> KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam CreateNamespacedResourceClaimTemplate 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam CreateNamespacedResourceClaimTemplate 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam CreateNamespacedResourceClaimTemplate 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept -> FieldValidation -> KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept -> FieldValidation -> KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam CreateNamespacedResourceClaimTemplate Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedResourceClaimTemplate contentType res accept Source # | |
MimeType mtype => Consumes CreateNamespacedResourceClaimTemplate mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateNamespacedResourceClaimTemplate MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateNamespacedResourceClaimTemplate MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateNamespacedResourceClaimTemplate MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateNamespacedResourceClaimTemplate MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
createResourceSlice
Arguments
:: (Consumes CreateResourceSlice contentType, MimeRender contentType V1beta1ResourceSlice) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1beta1ResourceSlice | "body" |
-> KubernetesRequest CreateResourceSlice contentType V1beta1ResourceSlice accept |
POST /apis/resource.k8s.io/v1beta1/resourceslices
create a ResourceSlice
AuthMethod: AuthApiKeyBearerToken
data CreateResourceSlice Source #
Instances
HasBodyParam CreateResourceSlice V1beta1ResourceSlice Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes CreateResourceSlice contentType, MimeRender contentType V1beta1ResourceSlice) => KubernetesRequest CreateResourceSlice contentType res accept -> V1beta1ResourceSlice -> KubernetesRequest CreateResourceSlice contentType res accept Source # | |
HasOptionalParam CreateResourceSlice 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateResourceSlice contentType res accept -> DryRun -> KubernetesRequest CreateResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest CreateResourceSlice contentType res accept -> DryRun -> KubernetesRequest CreateResourceSlice contentType res accept Source # | |
HasOptionalParam CreateResourceSlice 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateResourceSlice contentType res accept -> FieldManager -> KubernetesRequest CreateResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest CreateResourceSlice contentType res accept -> FieldManager -> KubernetesRequest CreateResourceSlice contentType res accept Source # | |
HasOptionalParam CreateResourceSlice 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateResourceSlice contentType res accept -> FieldValidation -> KubernetesRequest CreateResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest CreateResourceSlice contentType res accept -> FieldValidation -> KubernetesRequest CreateResourceSlice contentType res accept Source # | |
HasOptionalParam CreateResourceSlice Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateResourceSlice contentType res accept -> Pretty -> KubernetesRequest CreateResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest CreateResourceSlice contentType res accept -> Pretty -> KubernetesRequest CreateResourceSlice contentType res accept Source # | |
MimeType mtype => Consumes CreateResourceSlice mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateResourceSlice MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateResourceSlice MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateResourceSlice MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces CreateResourceSlice MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
deleteCollectionDeviceClass
deleteCollectionDeviceClass Source #
Arguments
:: Consumes DeleteCollectionDeviceClass contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> KubernetesRequest DeleteCollectionDeviceClass contentType V1Status accept |
DELETE /apis/resource.k8s.io/v1beta1/deviceclasses
delete collection of DeviceClass
AuthMethod: AuthApiKeyBearerToken
data DeleteCollectionDeviceClass Source #
Instances
HasBodyParam DeleteCollectionDeviceClass V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes DeleteCollectionDeviceClass contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionDeviceClass Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionDeviceClass 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionDeviceClass FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionDeviceClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionDeviceClass IgnoreStoreReadErrorWithClusterBreakingPotential Source # | Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionDeviceClass LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionDeviceClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionDeviceClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionDeviceClass Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionDeviceClass PropagationPolicy Source # | Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionDeviceClass ResourceVersion Source # | Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionDeviceClass ResourceVersionMatch Source # | Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionDeviceClass SendInitialEvents Source # | Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionDeviceClass TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionDeviceClass contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionDeviceClass contentType res accept Source # | |
MimeType mtype => Consumes DeleteCollectionDeviceClass mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionDeviceClass MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionDeviceClass MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionDeviceClass MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionDeviceClass MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
deleteCollectionNamespacedResourceClaim
deleteCollectionNamespacedResourceClaim Source #
Arguments
:: Consumes DeleteCollectionNamespacedResourceClaim contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType V1Status accept |
DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims
delete collection of ResourceClaim
AuthMethod: AuthApiKeyBearerToken
data DeleteCollectionNamespacedResourceClaim Source #
Instances
HasBodyParam DeleteCollectionNamespacedResourceClaim V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes DeleteCollectionNamespacedResourceClaim contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaim Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaim 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaim FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaim GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaim IgnoreStoreReadErrorWithClusterBreakingPotential Source # | Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaim LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaim Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaim OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaim Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaim PropagationPolicy Source # | Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaim ResourceVersion Source # | Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaim ResourceVersionMatch Source # | Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaim SendInitialEvents Source # | Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaim TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType res accept Source # | |
MimeType mtype => Consumes DeleteCollectionNamespacedResourceClaim mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionNamespacedResourceClaim MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionNamespacedResourceClaim MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionNamespacedResourceClaim MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionNamespacedResourceClaim MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
deleteCollectionNamespacedResourceClaimTemplate
deleteCollectionNamespacedResourceClaimTemplate Source #
Arguments
:: Consumes DeleteCollectionNamespacedResourceClaimTemplate contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType V1Status accept |
DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates
delete collection of ResourceClaimTemplate
AuthMethod: AuthApiKeyBearerToken
data DeleteCollectionNamespacedResourceClaimTemplate Source #
Instances
HasBodyParam DeleteCollectionNamespacedResourceClaimTemplate V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes DeleteCollectionNamespacedResourceClaimTemplate contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate IgnoreStoreReadErrorWithClusterBreakingPotential Source # | Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate PropagationPolicy Source # | Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate ResourceVersion Source # | Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate ResourceVersionMatch Source # | Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate SendInitialEvents Source # | Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType res accept Source # | |
MimeType mtype => Consumes DeleteCollectionNamespacedResourceClaimTemplate mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionNamespacedResourceClaimTemplate MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionNamespacedResourceClaimTemplate MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionNamespacedResourceClaimTemplate MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionNamespacedResourceClaimTemplate MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
deleteCollectionResourceSlice
deleteCollectionResourceSlice Source #
Arguments
:: Consumes DeleteCollectionResourceSlice contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> KubernetesRequest DeleteCollectionResourceSlice contentType V1Status accept |
DELETE /apis/resource.k8s.io/v1beta1/resourceslices
delete collection of ResourceSlice
AuthMethod: AuthApiKeyBearerToken
data DeleteCollectionResourceSlice Source #
Instances
HasBodyParam DeleteCollectionResourceSlice V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes DeleteCollectionResourceSlice contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionResourceSlice Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> Continue -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> Continue -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionResourceSlice 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionResourceSlice FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionResourceSlice GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionResourceSlice IgnoreStoreReadErrorWithClusterBreakingPotential Source # | Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionResourceSlice LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionResourceSlice Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> Limit -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> Limit -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionResourceSlice OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionResourceSlice Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionResourceSlice PropagationPolicy Source # | Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionResourceSlice ResourceVersion Source # | Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionResourceSlice ResourceVersionMatch Source # | Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionResourceSlice SendInitialEvents Source # | Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteCollectionResourceSlice TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionResourceSlice contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionResourceSlice contentType res accept Source # | |
MimeType mtype => Consumes DeleteCollectionResourceSlice mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionResourceSlice MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionResourceSlice MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionResourceSlice MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteCollectionResourceSlice MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
deleteDeviceClass
Arguments
:: Consumes DeleteDeviceClass contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Name | "name" - name of the DeviceClass |
-> KubernetesRequest DeleteDeviceClass contentType V1beta1DeviceClass accept |
DELETE /apis/resource.k8s.io/v1beta1/deviceclasses/{name}
delete a DeviceClass
AuthMethod: AuthApiKeyBearerToken
data DeleteDeviceClass Source #
Instances
HasBodyParam DeleteDeviceClass V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes DeleteDeviceClass contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteDeviceClass contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteDeviceClass 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteDeviceClass contentType res accept -> DryRun -> KubernetesRequest DeleteDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteDeviceClass contentType res accept -> DryRun -> KubernetesRequest DeleteDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteDeviceClass GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteDeviceClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteDeviceClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteDeviceClass IgnoreStoreReadErrorWithClusterBreakingPotential Source # | Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteDeviceClass contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteDeviceClass contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteDeviceClass OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteDeviceClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteDeviceClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteDeviceClass Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteDeviceClass contentType res accept -> Pretty -> KubernetesRequest DeleteDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteDeviceClass contentType res accept -> Pretty -> KubernetesRequest DeleteDeviceClass contentType res accept Source # | |
HasOptionalParam DeleteDeviceClass PropagationPolicy Source # | Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteDeviceClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteDeviceClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteDeviceClass contentType res accept Source # | |
MimeType mtype => Consumes DeleteDeviceClass mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteDeviceClass MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteDeviceClass MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteDeviceClass MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteDeviceClass MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
deleteNamespacedResourceClaim
deleteNamespacedResourceClaim Source #
Arguments
:: Consumes DeleteNamespacedResourceClaim contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Name | "name" - name of the ResourceClaim |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest DeleteNamespacedResourceClaim contentType V1beta1ResourceClaim accept |
DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}
delete a ResourceClaim
AuthMethod: AuthApiKeyBearerToken
data DeleteNamespacedResourceClaim Source #
Instances
HasBodyParam DeleteNamespacedResourceClaim V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes DeleteNamespacedResourceClaim contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteNamespacedResourceClaim contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceClaim 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceClaim contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceClaim contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceClaim GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceClaim contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceClaim contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceClaim IgnoreStoreReadErrorWithClusterBreakingPotential Source # | Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceClaim contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceClaim contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceClaim OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceClaim contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceClaim contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceClaim Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceClaim contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceClaim contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceClaim PropagationPolicy Source # | Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceClaim contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceClaim contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedResourceClaim contentType res accept Source # | |
MimeType mtype => Consumes DeleteNamespacedResourceClaim mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteNamespacedResourceClaim MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteNamespacedResourceClaim MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteNamespacedResourceClaim MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteNamespacedResourceClaim MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
deleteNamespacedResourceClaimTemplate
deleteNamespacedResourceClaimTemplate Source #
Arguments
:: Consumes DeleteNamespacedResourceClaimTemplate contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Name | "name" - name of the ResourceClaimTemplate |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType V1beta1ResourceClaimTemplate accept |
DELETE /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}
delete a ResourceClaimTemplate
AuthMethod: AuthApiKeyBearerToken
data DeleteNamespacedResourceClaimTemplate Source #
Instances
HasBodyParam DeleteNamespacedResourceClaimTemplate V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes DeleteNamespacedResourceClaimTemplate contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceClaimTemplate 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceClaimTemplate GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceClaimTemplate IgnoreStoreReadErrorWithClusterBreakingPotential Source # | Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceClaimTemplate OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceClaimTemplate Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam DeleteNamespacedResourceClaimTemplate PropagationPolicy Source # | Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType res accept Source # | |
MimeType mtype => Consumes DeleteNamespacedResourceClaimTemplate mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteNamespacedResourceClaimTemplate MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteNamespacedResourceClaimTemplate MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteNamespacedResourceClaimTemplate MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteNamespacedResourceClaimTemplate MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
deleteResourceSlice
Arguments
:: Consumes DeleteResourceSlice contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Name | "name" - name of the ResourceSlice |
-> KubernetesRequest DeleteResourceSlice contentType V1beta1ResourceSlice accept |
DELETE /apis/resource.k8s.io/v1beta1/resourceslices/{name}
delete a ResourceSlice
AuthMethod: AuthApiKeyBearerToken
data DeleteResourceSlice Source #
Instances
HasBodyParam DeleteResourceSlice V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes DeleteResourceSlice contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteResourceSlice contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteResourceSlice 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteResourceSlice contentType res accept -> DryRun -> KubernetesRequest DeleteResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteResourceSlice contentType res accept -> DryRun -> KubernetesRequest DeleteResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteResourceSlice GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteResourceSlice contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteResourceSlice contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteResourceSlice IgnoreStoreReadErrorWithClusterBreakingPotential Source # | Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteResourceSlice contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteResourceSlice contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteResourceSlice OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteResourceSlice contentType res accept -> OrphanDependents -> KubernetesRequest DeleteResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteResourceSlice contentType res accept -> OrphanDependents -> KubernetesRequest DeleteResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteResourceSlice Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteResourceSlice contentType res accept -> Pretty -> KubernetesRequest DeleteResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteResourceSlice contentType res accept -> Pretty -> KubernetesRequest DeleteResourceSlice contentType res accept Source # | |
HasOptionalParam DeleteResourceSlice PropagationPolicy Source # | Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteResourceSlice contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest DeleteResourceSlice contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteResourceSlice contentType res accept Source # | |
MimeType mtype => Consumes DeleteResourceSlice mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteResourceSlice MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteResourceSlice MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteResourceSlice MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces DeleteResourceSlice MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
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.ResourceV1beta1 | |
Produces GetAPIResources MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces GetAPIResources MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces GetAPIResources MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
listDeviceClass
Arguments
:: Accept accept | request accept ( |
-> KubernetesRequest ListDeviceClass MimeNoContent V1beta1DeviceClassList accept |
GET /apis/resource.k8s.io/v1beta1/deviceclasses
list or watch objects of kind DeviceClass
AuthMethod: AuthApiKeyBearerToken
data ListDeviceClass Source #
Instances
HasOptionalParam ListDeviceClass AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListDeviceClass contentType res accept Source # | |
HasOptionalParam ListDeviceClass Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> Continue -> KubernetesRequest ListDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> Continue -> KubernetesRequest ListDeviceClass contentType res accept Source # | |
HasOptionalParam ListDeviceClass FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> FieldSelector -> KubernetesRequest ListDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> FieldSelector -> KubernetesRequest ListDeviceClass contentType res accept Source # | |
HasOptionalParam ListDeviceClass LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> LabelSelector -> KubernetesRequest ListDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> LabelSelector -> KubernetesRequest ListDeviceClass contentType res accept Source # | |
HasOptionalParam ListDeviceClass Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> Limit -> KubernetesRequest ListDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> Limit -> KubernetesRequest ListDeviceClass contentType res accept Source # | |
HasOptionalParam ListDeviceClass Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> Pretty -> KubernetesRequest ListDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> Pretty -> KubernetesRequest ListDeviceClass contentType res accept Source # | |
HasOptionalParam ListDeviceClass ResourceVersion Source # | Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> ResourceVersion -> KubernetesRequest ListDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> ResourceVersion -> KubernetesRequest ListDeviceClass contentType res accept Source # | |
HasOptionalParam ListDeviceClass ResourceVersionMatch Source # | Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListDeviceClass contentType res accept Source # | |
HasOptionalParam ListDeviceClass SendInitialEvents Source # | Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> SendInitialEvents -> KubernetesRequest ListDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> SendInitialEvents -> KubernetesRequest ListDeviceClass contentType res accept Source # | |
HasOptionalParam ListDeviceClass TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> TimeoutSeconds -> KubernetesRequest ListDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> TimeoutSeconds -> KubernetesRequest ListDeviceClass contentType res accept Source # | |
HasOptionalParam ListDeviceClass Watch Source # | Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> Watch -> KubernetesRequest ListDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> Watch -> KubernetesRequest ListDeviceClass contentType res accept Source # | |
Produces ListDeviceClass MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListDeviceClass MimeCborSeq Source # | application/cbor-seq |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListDeviceClass MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListDeviceClass MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListDeviceClass MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListDeviceClass MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListDeviceClass MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
listNamespacedResourceClaim
listNamespacedResourceClaim Source #
Arguments
:: Accept accept | request accept ( |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ListNamespacedResourceClaim MimeNoContent V1beta1ResourceClaimList accept |
GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims
list or watch objects of kind ResourceClaim
AuthMethod: AuthApiKeyBearerToken
data ListNamespacedResourceClaim Source #
Instances
HasOptionalParam ListNamespacedResourceClaim AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaim Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> Continue -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> Continue -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaim FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> FieldSelector -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> FieldSelector -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaim LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> LabelSelector -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> LabelSelector -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaim Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> Limit -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> Limit -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaim Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> Pretty -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> Pretty -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaim ResourceVersion Source # | Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaim ResourceVersionMatch Source # | Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaim SendInitialEvents Source # | Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> SendInitialEvents -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> SendInitialEvents -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaim TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaim Watch Source # | Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> Watch -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaim contentType res accept -> Watch -> KubernetesRequest ListNamespacedResourceClaim contentType res accept Source # | |
Produces ListNamespacedResourceClaim MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListNamespacedResourceClaim MimeCborSeq Source # | application/cbor-seq |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListNamespacedResourceClaim MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListNamespacedResourceClaim MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListNamespacedResourceClaim MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListNamespacedResourceClaim MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListNamespacedResourceClaim MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
listNamespacedResourceClaimTemplate
listNamespacedResourceClaimTemplate Source #
Arguments
:: Accept accept | request accept ( |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ListNamespacedResourceClaimTemplate MimeNoContent V1beta1ResourceClaimTemplateList accept |
GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates
list or watch objects of kind ResourceClaimTemplate
AuthMethod: AuthApiKeyBearerToken
data ListNamespacedResourceClaimTemplate Source #
Instances
HasOptionalParam ListNamespacedResourceClaimTemplate AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaimTemplate Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> Continue -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> Continue -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaimTemplate FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> FieldSelector -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> FieldSelector -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaimTemplate LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> LabelSelector -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> LabelSelector -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaimTemplate Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> Limit -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> Limit -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaimTemplate Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> Pretty -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> Pretty -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaimTemplate ResourceVersion Source # | Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaimTemplate ResourceVersionMatch Source # | Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaimTemplate SendInitialEvents Source # | Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> SendInitialEvents -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> SendInitialEvents -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaimTemplate TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam ListNamespacedResourceClaimTemplate Watch Source # | Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> Watch -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept -> Watch -> KubernetesRequest ListNamespacedResourceClaimTemplate contentType res accept Source # | |
Produces ListNamespacedResourceClaimTemplate MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListNamespacedResourceClaimTemplate MimeCborSeq Source # | application/cbor-seq |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListNamespacedResourceClaimTemplate MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListNamespacedResourceClaimTemplate MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListNamespacedResourceClaimTemplate MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListNamespacedResourceClaimTemplate MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListNamespacedResourceClaimTemplate MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
listResourceClaimForAllNamespaces
listResourceClaimForAllNamespaces Source #
Arguments
:: Accept accept | request accept ( |
-> KubernetesRequest ListResourceClaimForAllNamespaces MimeNoContent V1beta1ResourceClaimList accept |
GET /apis/resource.k8s.io/v1beta1/resourceclaims
list or watch objects of kind ResourceClaim
AuthMethod: AuthApiKeyBearerToken
data ListResourceClaimForAllNamespaces Source #
Instances
HasOptionalParam ListResourceClaimForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimForAllNamespaces Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimForAllNamespaces FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> FieldSelector -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> FieldSelector -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimForAllNamespaces LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> LabelSelector -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> LabelSelector -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimForAllNamespaces Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> Pretty -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> Pretty -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimForAllNamespaces ResourceVersionMatch Source # | Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimForAllNamespaces SendInitialEvents Source # | Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> SendInitialEvents -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> SendInitialEvents -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimForAllNamespaces TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> TimeoutSeconds -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> TimeoutSeconds -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimForAllNamespaces Watch Source # | Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> Watch -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept -> Watch -> KubernetesRequest ListResourceClaimForAllNamespaces contentType res accept Source # | |
Produces ListResourceClaimForAllNamespaces MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceClaimForAllNamespaces MimeCborSeq Source # | application/cbor-seq |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceClaimForAllNamespaces MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceClaimForAllNamespaces MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceClaimForAllNamespaces MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceClaimForAllNamespaces MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceClaimForAllNamespaces MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
listResourceClaimTemplateForAllNamespaces
listResourceClaimTemplateForAllNamespaces Source #
Arguments
:: Accept accept | request accept ( |
-> KubernetesRequest ListResourceClaimTemplateForAllNamespaces MimeNoContent V1beta1ResourceClaimTemplateList accept |
GET /apis/resource.k8s.io/v1beta1/resourceclaimtemplates
list or watch objects of kind ResourceClaimTemplate
AuthMethod: AuthApiKeyBearerToken
data ListResourceClaimTemplateForAllNamespaces Source #
Instances
HasOptionalParam ListResourceClaimTemplateForAllNamespaces AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimTemplateForAllNamespaces Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimTemplateForAllNamespaces FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> FieldSelector -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> FieldSelector -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimTemplateForAllNamespaces LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> LabelSelector -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> LabelSelector -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimTemplateForAllNamespaces Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimTemplateForAllNamespaces Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> Pretty -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> Pretty -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimTemplateForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimTemplateForAllNamespaces ResourceVersionMatch Source # | Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimTemplateForAllNamespaces SendInitialEvents Source # | Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> SendInitialEvents -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> SendInitialEvents -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimTemplateForAllNamespaces TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> TimeoutSeconds -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> TimeoutSeconds -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListResourceClaimTemplateForAllNamespaces Watch Source # | Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> Watch -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept -> Watch -> KubernetesRequest ListResourceClaimTemplateForAllNamespaces contentType res accept Source # | |
Produces ListResourceClaimTemplateForAllNamespaces MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceClaimTemplateForAllNamespaces MimeCborSeq Source # | application/cbor-seq |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceClaimTemplateForAllNamespaces MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceClaimTemplateForAllNamespaces MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceClaimTemplateForAllNamespaces MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceClaimTemplateForAllNamespaces MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceClaimTemplateForAllNamespaces MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
listResourceSlice
Arguments
:: Accept accept | request accept ( |
-> KubernetesRequest ListResourceSlice MimeNoContent V1beta1ResourceSliceList accept |
GET /apis/resource.k8s.io/v1beta1/resourceslices
list or watch objects of kind ResourceSlice
AuthMethod: AuthApiKeyBearerToken
data ListResourceSlice Source #
Instances
HasOptionalParam ListResourceSlice AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListResourceSlice contentType res accept Source # | |
HasOptionalParam ListResourceSlice Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> Continue -> KubernetesRequest ListResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> Continue -> KubernetesRequest ListResourceSlice contentType res accept Source # | |
HasOptionalParam ListResourceSlice FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> FieldSelector -> KubernetesRequest ListResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> FieldSelector -> KubernetesRequest ListResourceSlice contentType res accept Source # | |
HasOptionalParam ListResourceSlice LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> LabelSelector -> KubernetesRequest ListResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> LabelSelector -> KubernetesRequest ListResourceSlice contentType res accept Source # | |
HasOptionalParam ListResourceSlice Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> Limit -> KubernetesRequest ListResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> Limit -> KubernetesRequest ListResourceSlice contentType res accept Source # | |
HasOptionalParam ListResourceSlice Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> Pretty -> KubernetesRequest ListResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> Pretty -> KubernetesRequest ListResourceSlice contentType res accept Source # | |
HasOptionalParam ListResourceSlice ResourceVersion Source # | Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> ResourceVersion -> KubernetesRequest ListResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> ResourceVersion -> KubernetesRequest ListResourceSlice contentType res accept Source # | |
HasOptionalParam ListResourceSlice ResourceVersionMatch Source # | Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListResourceSlice contentType res accept Source # | |
HasOptionalParam ListResourceSlice SendInitialEvents Source # | Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> SendInitialEvents -> KubernetesRequest ListResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> SendInitialEvents -> KubernetesRequest ListResourceSlice contentType res accept Source # | |
HasOptionalParam ListResourceSlice TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> TimeoutSeconds -> KubernetesRequest ListResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> TimeoutSeconds -> KubernetesRequest ListResourceSlice contentType res accept Source # | |
HasOptionalParam ListResourceSlice Watch Source # | Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> Watch -> KubernetesRequest ListResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> Watch -> KubernetesRequest ListResourceSlice contentType res accept Source # | |
Produces ListResourceSlice MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceSlice MimeCborSeq Source # | application/cbor-seq |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceSlice MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceSlice MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceSlice MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceSlice MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ListResourceSlice MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
patchDeviceClass
Arguments
:: (Consumes PatchDeviceClass contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the DeviceClass |
-> KubernetesRequest PatchDeviceClass contentType V1beta1DeviceClass accept |
PATCH /apis/resource.k8s.io/v1beta1/deviceclasses/{name}
partially update the specified DeviceClass
AuthMethod: AuthApiKeyBearerToken
data PatchDeviceClass Source #
Instances
HasBodyParam PatchDeviceClass Body Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes PatchDeviceClass contentType, MimeRender contentType Body) => KubernetesRequest PatchDeviceClass contentType res accept -> Body -> KubernetesRequest PatchDeviceClass contentType res accept Source # | |
HasOptionalParam PatchDeviceClass 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchDeviceClass contentType res accept -> DryRun -> KubernetesRequest PatchDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest PatchDeviceClass contentType res accept -> DryRun -> KubernetesRequest PatchDeviceClass contentType res accept Source # | |
HasOptionalParam PatchDeviceClass 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. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchDeviceClass contentType res accept -> FieldManager -> KubernetesRequest PatchDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest PatchDeviceClass contentType res accept -> FieldManager -> KubernetesRequest PatchDeviceClass contentType res accept Source # | |
HasOptionalParam PatchDeviceClass 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchDeviceClass contentType res accept -> FieldValidation -> KubernetesRequest PatchDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest PatchDeviceClass contentType res accept -> FieldValidation -> KubernetesRequest PatchDeviceClass contentType res accept Source # | |
HasOptionalParam PatchDeviceClass Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchDeviceClass contentType res accept -> Force -> KubernetesRequest PatchDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest PatchDeviceClass contentType res accept -> Force -> KubernetesRequest PatchDeviceClass contentType res accept Source # | |
HasOptionalParam PatchDeviceClass Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchDeviceClass contentType res accept -> Pretty -> KubernetesRequest PatchDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest PatchDeviceClass contentType res accept -> Pretty -> KubernetesRequest PatchDeviceClass contentType res accept Source # | |
Consumes PatchDeviceClass MimeApplyPatchcbor Source # | application/apply-patch+cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchDeviceClass MimeApplyPatchyaml Source # | application/apply-patch+yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchDeviceClass MimeJsonPatchjson Source # | application/json-patch+json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchDeviceClass MimeMergePatchjson Source # | application/merge-patch+json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchDeviceClass MimeStrategicMergePatchjson Source # | application/strategic-merge-patch+json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchDeviceClass MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchDeviceClass MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchDeviceClass MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchDeviceClass MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
patchNamespacedResourceClaim
patchNamespacedResourceClaim Source #
Arguments
:: (Consumes PatchNamespacedResourceClaim contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the ResourceClaim |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest PatchNamespacedResourceClaim contentType V1beta1ResourceClaim accept |
PATCH /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}
partially update the specified ResourceClaim
AuthMethod: AuthApiKeyBearerToken
data PatchNamespacedResourceClaim Source #
Instances
HasBodyParam PatchNamespacedResourceClaim Body Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes PatchNamespacedResourceClaim contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedResourceClaim contentType res accept -> Body -> KubernetesRequest PatchNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceClaim 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceClaim contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceClaim contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceClaim 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. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceClaim contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceClaim contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceClaim 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceClaim contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceClaim contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceClaim Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceClaim contentType res accept -> Force -> KubernetesRequest PatchNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceClaim contentType res accept -> Force -> KubernetesRequest PatchNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceClaim Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceClaim contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceClaim contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedResourceClaim contentType res accept Source # | |
Consumes PatchNamespacedResourceClaim MimeApplyPatchcbor Source # | application/apply-patch+cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchNamespacedResourceClaim MimeApplyPatchyaml Source # | application/apply-patch+yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchNamespacedResourceClaim MimeJsonPatchjson Source # | application/json-patch+json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchNamespacedResourceClaim MimeMergePatchjson Source # | application/merge-patch+json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchNamespacedResourceClaim MimeStrategicMergePatchjson Source # | application/strategic-merge-patch+json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchNamespacedResourceClaim MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchNamespacedResourceClaim MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchNamespacedResourceClaim MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchNamespacedResourceClaim MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
patchNamespacedResourceClaimStatus
patchNamespacedResourceClaimStatus Source #
Arguments
:: (Consumes PatchNamespacedResourceClaimStatus contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the ResourceClaim |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest PatchNamespacedResourceClaimStatus contentType V1beta1ResourceClaim accept |
PATCH /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status
partially update status of the specified ResourceClaim
AuthMethod: AuthApiKeyBearerToken
data PatchNamespacedResourceClaimStatus Source #
Instances
HasBodyParam PatchNamespacedResourceClaimStatus Body Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes PatchNamespacedResourceClaimStatus contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept -> Body -> KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceClaimStatus 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceClaimStatus 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. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceClaimStatus 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceClaimStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceClaimStatus Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedResourceClaimStatus contentType res accept Source # | |
Consumes PatchNamespacedResourceClaimStatus MimeApplyPatchcbor Source # | application/apply-patch+cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchNamespacedResourceClaimStatus MimeApplyPatchyaml Source # | application/apply-patch+yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchNamespacedResourceClaimStatus MimeJsonPatchjson Source # | application/json-patch+json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchNamespacedResourceClaimStatus MimeMergePatchjson Source # | application/merge-patch+json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchNamespacedResourceClaimStatus MimeStrategicMergePatchjson Source # | application/strategic-merge-patch+json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchNamespacedResourceClaimStatus MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchNamespacedResourceClaimStatus MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchNamespacedResourceClaimStatus MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchNamespacedResourceClaimStatus MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
patchNamespacedResourceClaimTemplate
patchNamespacedResourceClaimTemplate Source #
Arguments
:: (Consumes PatchNamespacedResourceClaimTemplate contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the ResourceClaimTemplate |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest PatchNamespacedResourceClaimTemplate contentType V1beta1ResourceClaimTemplate accept |
PATCH /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}
partially update the specified ResourceClaimTemplate
AuthMethod: AuthApiKeyBearerToken
data PatchNamespacedResourceClaimTemplate Source #
Instances
HasBodyParam PatchNamespacedResourceClaimTemplate Body Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes PatchNamespacedResourceClaimTemplate contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept -> Body -> KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceClaimTemplate 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceClaimTemplate 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. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceClaimTemplate 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceClaimTemplate Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept -> Force -> KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept -> Force -> KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam PatchNamespacedResourceClaimTemplate Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedResourceClaimTemplate contentType res accept Source # | |
Consumes PatchNamespacedResourceClaimTemplate MimeApplyPatchcbor Source # | application/apply-patch+cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchNamespacedResourceClaimTemplate MimeApplyPatchyaml Source # | application/apply-patch+yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchNamespacedResourceClaimTemplate MimeJsonPatchjson Source # | application/json-patch+json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchNamespacedResourceClaimTemplate MimeMergePatchjson Source # | application/merge-patch+json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchNamespacedResourceClaimTemplate MimeStrategicMergePatchjson Source # | application/strategic-merge-patch+json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchNamespacedResourceClaimTemplate MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchNamespacedResourceClaimTemplate MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchNamespacedResourceClaimTemplate MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchNamespacedResourceClaimTemplate MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
patchResourceSlice
Arguments
:: (Consumes PatchResourceSlice contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the ResourceSlice |
-> KubernetesRequest PatchResourceSlice contentType V1beta1ResourceSlice accept |
PATCH /apis/resource.k8s.io/v1beta1/resourceslices/{name}
partially update the specified ResourceSlice
AuthMethod: AuthApiKeyBearerToken
data PatchResourceSlice Source #
Instances
HasBodyParam PatchResourceSlice Body Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes PatchResourceSlice contentType, MimeRender contentType Body) => KubernetesRequest PatchResourceSlice contentType res accept -> Body -> KubernetesRequest PatchResourceSlice contentType res accept Source # | |
HasOptionalParam PatchResourceSlice 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchResourceSlice contentType res accept -> DryRun -> KubernetesRequest PatchResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest PatchResourceSlice contentType res accept -> DryRun -> KubernetesRequest PatchResourceSlice contentType res accept Source # | |
HasOptionalParam PatchResourceSlice 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. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchResourceSlice contentType res accept -> FieldManager -> KubernetesRequest PatchResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest PatchResourceSlice contentType res accept -> FieldManager -> KubernetesRequest PatchResourceSlice contentType res accept Source # | |
HasOptionalParam PatchResourceSlice 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchResourceSlice contentType res accept -> FieldValidation -> KubernetesRequest PatchResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest PatchResourceSlice contentType res accept -> FieldValidation -> KubernetesRequest PatchResourceSlice contentType res accept Source # | |
HasOptionalParam PatchResourceSlice Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchResourceSlice contentType res accept -> Force -> KubernetesRequest PatchResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest PatchResourceSlice contentType res accept -> Force -> KubernetesRequest PatchResourceSlice contentType res accept Source # | |
HasOptionalParam PatchResourceSlice Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchResourceSlice contentType res accept -> Pretty -> KubernetesRequest PatchResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest PatchResourceSlice contentType res accept -> Pretty -> KubernetesRequest PatchResourceSlice contentType res accept Source # | |
Consumes PatchResourceSlice MimeApplyPatchcbor Source # | application/apply-patch+cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchResourceSlice MimeApplyPatchyaml Source # | application/apply-patch+yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchResourceSlice MimeJsonPatchjson Source # | application/json-patch+json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchResourceSlice MimeMergePatchjson Source # | application/merge-patch+json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Consumes PatchResourceSlice MimeStrategicMergePatchjson Source # | application/strategic-merge-patch+json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchResourceSlice MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchResourceSlice MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchResourceSlice MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces PatchResourceSlice MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
readDeviceClass
Arguments
:: Accept accept | request accept ( |
-> Name | "name" - name of the DeviceClass |
-> KubernetesRequest ReadDeviceClass MimeNoContent V1beta1DeviceClass accept |
GET /apis/resource.k8s.io/v1beta1/deviceclasses/{name}
read the specified DeviceClass
AuthMethod: AuthApiKeyBearerToken
data ReadDeviceClass Source #
Instances
readNamespacedResourceClaim
readNamespacedResourceClaim Source #
Arguments
:: Accept accept | request accept ( |
-> Name | "name" - name of the ResourceClaim |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReadNamespacedResourceClaim MimeNoContent V1beta1ResourceClaim accept |
GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}
read the specified ResourceClaim
AuthMethod: AuthApiKeyBearerToken
data ReadNamespacedResourceClaim Source #
Instances
readNamespacedResourceClaimStatus
readNamespacedResourceClaimStatus Source #
Arguments
:: Accept accept | request accept ( |
-> Name | "name" - name of the ResourceClaim |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReadNamespacedResourceClaimStatus MimeNoContent V1beta1ResourceClaim accept |
GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status
read status of the specified ResourceClaim
AuthMethod: AuthApiKeyBearerToken
data ReadNamespacedResourceClaimStatus Source #
Instances
readNamespacedResourceClaimTemplate
readNamespacedResourceClaimTemplate Source #
Arguments
:: Accept accept | request accept ( |
-> Name | "name" - name of the ResourceClaimTemplate |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReadNamespacedResourceClaimTemplate MimeNoContent V1beta1ResourceClaimTemplate accept |
GET /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}
read the specified ResourceClaimTemplate
AuthMethod: AuthApiKeyBearerToken
data ReadNamespacedResourceClaimTemplate Source #
Instances
readResourceSlice
Arguments
:: Accept accept | request accept ( |
-> Name | "name" - name of the ResourceSlice |
-> KubernetesRequest ReadResourceSlice MimeNoContent V1beta1ResourceSlice accept |
GET /apis/resource.k8s.io/v1beta1/resourceslices/{name}
read the specified ResourceSlice
AuthMethod: AuthApiKeyBearerToken
data ReadResourceSlice Source #
Instances
replaceDeviceClass
Arguments
:: (Consumes ReplaceDeviceClass contentType, MimeRender contentType V1beta1DeviceClass) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1beta1DeviceClass | "body" |
-> Name | "name" - name of the DeviceClass |
-> KubernetesRequest ReplaceDeviceClass contentType V1beta1DeviceClass accept |
PUT /apis/resource.k8s.io/v1beta1/deviceclasses/{name}
replace the specified DeviceClass
AuthMethod: AuthApiKeyBearerToken
data ReplaceDeviceClass Source #
Instances
HasBodyParam ReplaceDeviceClass V1beta1DeviceClass Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes ReplaceDeviceClass contentType, MimeRender contentType V1beta1DeviceClass) => KubernetesRequest ReplaceDeviceClass contentType res accept -> V1beta1DeviceClass -> KubernetesRequest ReplaceDeviceClass contentType res accept Source # | |
HasOptionalParam ReplaceDeviceClass 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceDeviceClass contentType res accept -> DryRun -> KubernetesRequest ReplaceDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceDeviceClass contentType res accept -> DryRun -> KubernetesRequest ReplaceDeviceClass contentType res accept Source # | |
HasOptionalParam ReplaceDeviceClass 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceDeviceClass contentType res accept -> FieldManager -> KubernetesRequest ReplaceDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceDeviceClass contentType res accept -> FieldManager -> KubernetesRequest ReplaceDeviceClass contentType res accept Source # | |
HasOptionalParam ReplaceDeviceClass 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceDeviceClass contentType res accept -> FieldValidation -> KubernetesRequest ReplaceDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceDeviceClass contentType res accept -> FieldValidation -> KubernetesRequest ReplaceDeviceClass contentType res accept Source # | |
HasOptionalParam ReplaceDeviceClass Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceDeviceClass contentType res accept -> Pretty -> KubernetesRequest ReplaceDeviceClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceDeviceClass contentType res accept -> Pretty -> KubernetesRequest ReplaceDeviceClass contentType res accept Source # | |
MimeType mtype => Consumes ReplaceDeviceClass mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceDeviceClass MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceDeviceClass MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceDeviceClass MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceDeviceClass MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
replaceNamespacedResourceClaim
replaceNamespacedResourceClaim Source #
Arguments
:: (Consumes ReplaceNamespacedResourceClaim contentType, MimeRender contentType V1beta1ResourceClaim) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1beta1ResourceClaim | "body" |
-> Name | "name" - name of the ResourceClaim |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReplaceNamespacedResourceClaim contentType V1beta1ResourceClaim accept |
PUT /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}
replace the specified ResourceClaim
AuthMethod: AuthApiKeyBearerToken
data ReplaceNamespacedResourceClaim Source #
Instances
HasBodyParam ReplaceNamespacedResourceClaim V1beta1ResourceClaim Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes ReplaceNamespacedResourceClaim contentType, MimeRender contentType V1beta1ResourceClaim) => KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept -> V1beta1ResourceClaim -> KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceClaim 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceClaim 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceClaim 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceClaim Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespacedResourceClaim contentType res accept Source # | |
MimeType mtype => Consumes ReplaceNamespacedResourceClaim mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceNamespacedResourceClaim MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceNamespacedResourceClaim MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceNamespacedResourceClaim MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceNamespacedResourceClaim MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
replaceNamespacedResourceClaimStatus
replaceNamespacedResourceClaimStatus Source #
Arguments
:: (Consumes ReplaceNamespacedResourceClaimStatus contentType, MimeRender contentType V1beta1ResourceClaim) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1beta1ResourceClaim | "body" |
-> Name | "name" - name of the ResourceClaim |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType V1beta1ResourceClaim accept |
PUT /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaims/{name}/status
replace status of the specified ResourceClaim
AuthMethod: AuthApiKeyBearerToken
data ReplaceNamespacedResourceClaimStatus Source #
Instances
HasBodyParam ReplaceNamespacedResourceClaimStatus V1beta1ResourceClaim Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes ReplaceNamespacedResourceClaimStatus contentType, MimeRender contentType V1beta1ResourceClaim) => KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept -> V1beta1ResourceClaim -> KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceClaimStatus 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceClaimStatus 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceClaimStatus 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceClaimStatus Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType res accept Source # | |
MimeType mtype => Consumes ReplaceNamespacedResourceClaimStatus mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceNamespacedResourceClaimStatus MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceNamespacedResourceClaimStatus MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceNamespacedResourceClaimStatus MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceNamespacedResourceClaimStatus MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
replaceNamespacedResourceClaimTemplate
replaceNamespacedResourceClaimTemplate Source #
Arguments
:: (Consumes ReplaceNamespacedResourceClaimTemplate contentType, MimeRender contentType V1beta1ResourceClaimTemplate) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1beta1ResourceClaimTemplate | "body" |
-> Name | "name" - name of the ResourceClaimTemplate |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType V1beta1ResourceClaimTemplate accept |
PUT /apis/resource.k8s.io/v1beta1/namespaces/{namespace}/resourceclaimtemplates/{name}
replace the specified ResourceClaimTemplate
AuthMethod: AuthApiKeyBearerToken
data ReplaceNamespacedResourceClaimTemplate Source #
Instances
HasBodyParam ReplaceNamespacedResourceClaimTemplate V1beta1ResourceClaimTemplate Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes ReplaceNamespacedResourceClaimTemplate contentType, MimeRender contentType V1beta1ResourceClaimTemplate) => KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept -> V1beta1ResourceClaimTemplate -> KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceClaimTemplate 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceClaimTemplate 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceClaimTemplate 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedResourceClaimTemplate Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType res accept Source # | |
MimeType mtype => Consumes ReplaceNamespacedResourceClaimTemplate mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceNamespacedResourceClaimTemplate MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceNamespacedResourceClaimTemplate MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceNamespacedResourceClaimTemplate MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceNamespacedResourceClaimTemplate MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |
replaceResourceSlice
Arguments
:: (Consumes ReplaceResourceSlice contentType, MimeRender contentType V1beta1ResourceSlice) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1beta1ResourceSlice | "body" |
-> Name | "name" - name of the ResourceSlice |
-> KubernetesRequest ReplaceResourceSlice contentType V1beta1ResourceSlice accept |
PUT /apis/resource.k8s.io/v1beta1/resourceslices/{name}
replace the specified ResourceSlice
AuthMethod: AuthApiKeyBearerToken
data ReplaceResourceSlice Source #
Instances
HasBodyParam ReplaceResourceSlice V1beta1ResourceSlice Source # | |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods setBodyParam :: (Consumes ReplaceResourceSlice contentType, MimeRender contentType V1beta1ResourceSlice) => KubernetesRequest ReplaceResourceSlice contentType res accept -> V1beta1ResourceSlice -> KubernetesRequest ReplaceResourceSlice contentType res accept Source # | |
HasOptionalParam ReplaceResourceSlice 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceResourceSlice contentType res accept -> DryRun -> KubernetesRequest ReplaceResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest ReplaceResourceSlice contentType res accept -> DryRun -> KubernetesRequest ReplaceResourceSlice contentType res accept Source # | |
HasOptionalParam ReplaceResourceSlice 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceResourceSlice contentType res accept -> FieldManager -> KubernetesRequest ReplaceResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest ReplaceResourceSlice contentType res accept -> FieldManager -> KubernetesRequest ReplaceResourceSlice contentType res accept Source # | |
HasOptionalParam ReplaceResourceSlice 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.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceResourceSlice contentType res accept -> FieldValidation -> KubernetesRequest ReplaceResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest ReplaceResourceSlice contentType res accept -> FieldValidation -> KubernetesRequest ReplaceResourceSlice contentType res accept Source # | |
HasOptionalParam ReplaceResourceSlice Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceResourceSlice contentType res accept -> Pretty -> KubernetesRequest ReplaceResourceSlice contentType res accept Source # (-&-) :: KubernetesRequest ReplaceResourceSlice contentType res accept -> Pretty -> KubernetesRequest ReplaceResourceSlice contentType res accept Source # | |
MimeType mtype => Consumes ReplaceResourceSlice mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceResourceSlice MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceResourceSlice MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceResourceSlice MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 | |
Produces ReplaceResourceSlice MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ResourceV1beta1 |