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

Kubernetes.OpenAPI.API.ResourceV1alpha3

Description

 
Synopsis

Operations

ResourceV1alpha3

createDeviceClass

createDeviceClass Source #

Arguments

:: (Consumes CreateDeviceClass contentType, MimeRender contentType V1alpha3DeviceClass) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha3DeviceClass

"body"

-> KubernetesRequest CreateDeviceClass contentType V1alpha3DeviceClass accept 
POST /apis/resource.k8s.io/v1alpha3/deviceclasses

create a DeviceClass

AuthMethod: AuthApiKeyBearerToken

data CreateDeviceClass Source #

Instances

Instances details
HasBodyParam CreateDeviceClass V1alpha3DeviceClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces CreateDeviceClass MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces CreateDeviceClass MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces CreateDeviceClass MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

createNamespacedResourceClaim

createNamespacedResourceClaim Source #

Arguments

:: (Consumes CreateNamespacedResourceClaim contentType, MimeRender contentType V1alpha3ResourceClaim) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha3ResourceClaim

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedResourceClaim contentType V1alpha3ResourceClaim accept 
POST /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims

create a ResourceClaim

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedResourceClaim Source #

Instances

Instances details
HasBodyParam CreateNamespacedResourceClaim V1alpha3ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces CreateNamespacedResourceClaim MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces CreateNamespacedResourceClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces CreateNamespacedResourceClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

createNamespacedResourceClaimTemplate

createNamespacedResourceClaimTemplate Source #

Arguments

:: (Consumes CreateNamespacedResourceClaimTemplate contentType, MimeRender contentType V1alpha3ResourceClaimTemplate) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha3ResourceClaimTemplate

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedResourceClaimTemplate contentType V1alpha3ResourceClaimTemplate accept 
POST /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates

create a ResourceClaimTemplate

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedResourceClaimTemplate Source #

Instances

Instances details
HasBodyParam CreateNamespacedResourceClaimTemplate V1alpha3ResourceClaimTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces CreateNamespacedResourceClaimTemplate MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces CreateNamespacedResourceClaimTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces CreateNamespacedResourceClaimTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

createResourceSlice

createResourceSlice Source #

Arguments

:: (Consumes CreateResourceSlice contentType, MimeRender contentType V1alpha3ResourceSlice) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha3ResourceSlice

"body"

-> KubernetesRequest CreateResourceSlice contentType V1alpha3ResourceSlice accept 
POST /apis/resource.k8s.io/v1alpha3/resourceslices

create a ResourceSlice

AuthMethod: AuthApiKeyBearerToken

data CreateResourceSlice Source #

Instances

Instances details
HasBodyParam CreateResourceSlice V1alpha3ResourceSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces CreateResourceSlice MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces CreateResourceSlice MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces CreateResourceSlice MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

deleteCollectionDeviceClass

deleteCollectionDeviceClass Source #

Arguments

:: Consumes DeleteCollectionDeviceClass contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> KubernetesRequest DeleteCollectionDeviceClass contentType V1Status accept 
DELETE /apis/resource.k8s.io/v1alpha3/deviceclasses

delete collection of DeviceClass

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionDeviceClass Source #

Instances

Instances details
HasBodyParam DeleteCollectionDeviceClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionDeviceClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionDeviceClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteCollectionDeviceClass MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteCollectionDeviceClass MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteCollectionDeviceClass MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

deleteCollectionNamespacedResourceClaim

deleteCollectionNamespacedResourceClaim Source #

Arguments

:: Consumes DeleteCollectionNamespacedResourceClaim contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedResourceClaim contentType V1Status accept 
DELETE /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims

delete collection of ResourceClaim

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedResourceClaim Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedResourceClaim V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteCollectionNamespacedResourceClaim MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteCollectionNamespacedResourceClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteCollectionNamespacedResourceClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

deleteCollectionNamespacedResourceClaimTemplate

deleteCollectionNamespacedResourceClaimTemplate Source #

Arguments

:: Consumes DeleteCollectionNamespacedResourceClaimTemplate contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest DeleteCollectionNamespacedResourceClaimTemplate contentType V1Status accept 
DELETE /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates

delete collection of ResourceClaimTemplate

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedResourceClaimTemplate Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedResourceClaimTemplate V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteCollectionNamespacedResourceClaimTemplate MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteCollectionNamespacedResourceClaimTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteCollectionNamespacedResourceClaimTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

deleteCollectionResourceSlice

deleteCollectionResourceSlice Source #

Arguments

:: Consumes DeleteCollectionResourceSlice contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> KubernetesRequest DeleteCollectionResourceSlice contentType V1Status accept 
DELETE /apis/resource.k8s.io/v1alpha3/resourceslices

delete collection of ResourceSlice

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionResourceSlice Source #

Instances

Instances details
HasBodyParam DeleteCollectionResourceSlice V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteCollectionResourceSlice MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteCollectionResourceSlice MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteCollectionResourceSlice MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

deleteDeviceClass

deleteDeviceClass Source #

Arguments

:: Consumes DeleteDeviceClass contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the DeviceClass

-> KubernetesRequest DeleteDeviceClass contentType V1alpha3DeviceClass accept 
DELETE /apis/resource.k8s.io/v1alpha3/deviceclasses/{name}

delete a DeviceClass

AuthMethod: AuthApiKeyBearerToken

data DeleteDeviceClass Source #

Instances

Instances details
HasBodyParam DeleteDeviceClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteDeviceClass MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteDeviceClass MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteDeviceClass MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

deleteNamespacedResourceClaim

deleteNamespacedResourceClaim Source #

Arguments

:: Consumes DeleteNamespacedResourceClaim contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceClaim

-> Namespace

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

-> KubernetesRequest DeleteNamespacedResourceClaim contentType V1alpha3ResourceClaim accept 
DELETE /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}

delete a ResourceClaim

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedResourceClaim Source #

Instances

Instances details
HasBodyParam DeleteNamespacedResourceClaim V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteNamespacedResourceClaim MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteNamespacedResourceClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteNamespacedResourceClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

deleteNamespacedResourceClaimTemplate

deleteNamespacedResourceClaimTemplate Source #

Arguments

:: Consumes DeleteNamespacedResourceClaimTemplate contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceClaimTemplate

-> Namespace

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

-> KubernetesRequest DeleteNamespacedResourceClaimTemplate contentType V1alpha3ResourceClaimTemplate accept 
DELETE /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates/{name}

delete a ResourceClaimTemplate

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedResourceClaimTemplate Source #

Instances

Instances details
HasBodyParam DeleteNamespacedResourceClaimTemplate V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteNamespacedResourceClaimTemplate MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteNamespacedResourceClaimTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteNamespacedResourceClaimTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

deleteResourceSlice

deleteResourceSlice Source #

Arguments

:: Consumes DeleteResourceSlice contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceSlice

-> KubernetesRequest DeleteResourceSlice contentType V1alpha3ResourceSlice accept 
DELETE /apis/resource.k8s.io/v1alpha3/resourceslices/{name}

delete a ResourceSlice

AuthMethod: AuthApiKeyBearerToken

data DeleteResourceSlice Source #

Instances

Instances details
HasBodyParam DeleteResourceSlice V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteResourceSlice MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteResourceSlice MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces DeleteResourceSlice MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

getAPIResources

getAPIResources Source #

Arguments

:: Accept accept

request accept (MimeType)

-> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept 
GET /apis/resource.k8s.io/v1alpha3/

get available resources

AuthMethod: AuthApiKeyBearerToken

data GetAPIResources Source #

Instances

Instances details
Produces GetAPIResources MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces GetAPIResources MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces GetAPIResources MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

listDeviceClass

listDeviceClass Source #

GET /apis/resource.k8s.io/v1alpha3/deviceclasses

list or watch objects of kind DeviceClass

AuthMethod: AuthApiKeyBearerToken

data ListDeviceClass Source #

Instances

Instances details
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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListDeviceClass MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListDeviceClass MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListDeviceClass MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListDeviceClass MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListDeviceClass MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

listNamespacedResourceClaim

listNamespacedResourceClaim Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedResourceClaim MimeNoContent V1alpha3ResourceClaimList accept 
GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims

list or watch objects of kind ResourceClaim

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedResourceClaim Source #

Instances

Instances details
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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaim FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaim LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListNamespacedResourceClaim MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListNamespacedResourceClaim MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListNamespacedResourceClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListNamespacedResourceClaim MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListNamespacedResourceClaim MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListNamespacedResourceClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

listNamespacedResourceClaimTemplate

listNamespacedResourceClaimTemplate Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedResourceClaimTemplate MimeNoContent V1alpha3ResourceClaimTemplateList accept 
GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates

list or watch objects of kind ResourceClaimTemplate

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedResourceClaimTemplate Source #

Instances

Instances details
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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaimTemplate FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaimTemplate LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListNamespacedResourceClaimTemplate MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListNamespacedResourceClaimTemplate MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListNamespacedResourceClaimTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListNamespacedResourceClaimTemplate MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListNamespacedResourceClaimTemplate MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListNamespacedResourceClaimTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

listResourceClaimForAllNamespaces

listResourceClaimForAllNamespaces Source #

GET /apis/resource.k8s.io/v1alpha3/resourceclaims

list or watch objects of kind ResourceClaim

AuthMethod: AuthApiKeyBearerToken

data ListResourceClaimForAllNamespaces Source #

Instances

Instances details
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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceClaimForAllNamespaces MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceClaimForAllNamespaces MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceClaimForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceClaimForAllNamespaces MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceClaimForAllNamespaces MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceClaimForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

listResourceClaimTemplateForAllNamespaces

listResourceClaimTemplateForAllNamespaces Source #

GET /apis/resource.k8s.io/v1alpha3/resourceclaimtemplates

list or watch objects of kind ResourceClaimTemplate

AuthMethod: AuthApiKeyBearerToken

data ListResourceClaimTemplateForAllNamespaces Source #

Instances

Instances details
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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimTemplateForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimTemplateForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimTemplateForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceClaimTemplateForAllNamespaces MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceClaimTemplateForAllNamespaces MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceClaimTemplateForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceClaimTemplateForAllNamespaces MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceClaimTemplateForAllNamespaces MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceClaimTemplateForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

listResourceSlice

listResourceSlice Source #

GET /apis/resource.k8s.io/v1alpha3/resourceslices

list or watch objects of kind ResourceSlice

AuthMethod: AuthApiKeyBearerToken

data ListResourceSlice Source #

Instances

Instances details
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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceSlice LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceSlice MimeCborSeq Source #
application/cbor-seq
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceSlice MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceSlice MimeJsonstreamwatch Source #
application/json;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceSlice MimeVndKubernetesProtobufstreamwatch Source #
application/vnd.kubernetes.protobuf;stream=watch
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ListResourceSlice MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

patchDeviceClass

patchDeviceClass Source #

Arguments

:: (Consumes PatchDeviceClass contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the DeviceClass

-> KubernetesRequest PatchDeviceClass contentType V1alpha3DeviceClass accept 
PATCH /apis/resource.k8s.io/v1alpha3/deviceclasses/{name}

partially update the specified DeviceClass

AuthMethod: AuthApiKeyBearerToken

data PatchDeviceClass Source #

Instances

Instances details
HasBodyParam PatchDeviceClass Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchDeviceClass MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchDeviceClass MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchDeviceClass MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchDeviceClass MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces PatchDeviceClass MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces PatchDeviceClass MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces PatchDeviceClass MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

patchNamespacedResourceClaim

patchNamespacedResourceClaim Source #

Arguments

:: (Consumes PatchNamespacedResourceClaim contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ResourceClaim

-> Namespace

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

-> KubernetesRequest PatchNamespacedResourceClaim contentType V1alpha3ResourceClaim accept 
PATCH /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}

partially update the specified ResourceClaim

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedResourceClaim Source #

Instances

Instances details
HasBodyParam PatchNamespacedResourceClaim Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchNamespacedResourceClaim MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchNamespacedResourceClaim MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchNamespacedResourceClaim MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchNamespacedResourceClaim MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchNamespacedResourceClaim MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces PatchNamespacedResourceClaim MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces PatchNamespacedResourceClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces PatchNamespacedResourceClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

patchNamespacedResourceClaimStatus

patchNamespacedResourceClaimStatus Source #

Arguments

:: (Consumes PatchNamespacedResourceClaimStatus contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ResourceClaim

-> Namespace

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

-> KubernetesRequest PatchNamespacedResourceClaimStatus contentType V1alpha3ResourceClaim accept 
PATCH /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}/status

partially update status of the specified ResourceClaim

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedResourceClaimStatus Source #

Instances

Instances details
HasBodyParam PatchNamespacedResourceClaimStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchNamespacedResourceClaimStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchNamespacedResourceClaimStatus MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchNamespacedResourceClaimStatus MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchNamespacedResourceClaimStatus MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchNamespacedResourceClaimStatus MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchNamespacedResourceClaimStatus MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces PatchNamespacedResourceClaimStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces PatchNamespacedResourceClaimStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces PatchNamespacedResourceClaimStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

patchNamespacedResourceClaimTemplate

patchNamespacedResourceClaimTemplate Source #

Arguments

:: (Consumes PatchNamespacedResourceClaimTemplate contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ResourceClaimTemplate

-> Namespace

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

-> KubernetesRequest PatchNamespacedResourceClaimTemplate contentType V1alpha3ResourceClaimTemplate accept 
PATCH /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates/{name}

partially update the specified ResourceClaimTemplate

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedResourceClaimTemplate Source #

Instances

Instances details
HasBodyParam PatchNamespacedResourceClaimTemplate Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchNamespacedResourceClaimTemplate MimeApplyPatchcbor Source #
application/apply-patch+cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchNamespacedResourceClaimTemplate MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchNamespacedResourceClaimTemplate MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchNamespacedResourceClaimTemplate MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchNamespacedResourceClaimTemplate MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces PatchNamespacedResourceClaimTemplate MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces PatchNamespacedResourceClaimTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces PatchNamespacedResourceClaimTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

patchResourceSlice

patchResourceSlice Source #

Arguments

:: (Consumes PatchResourceSlice contentType, MimeRender contentType Body) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ResourceSlice

-> KubernetesRequest PatchResourceSlice contentType V1alpha3ResourceSlice accept 
PATCH /apis/resource.k8s.io/v1alpha3/resourceslices/{name}

partially update the specified ResourceSlice

AuthMethod: AuthApiKeyBearerToken

data PatchResourceSlice Source #

Instances

Instances details
HasBodyParam PatchResourceSlice Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchResourceSlice MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchResourceSlice MimeJsonPatchjson Source #
application/json-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchResourceSlice MimeMergePatchjson Source #
application/merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Consumes PatchResourceSlice MimeStrategicMergePatchjson Source #
application/strategic-merge-patch+json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces PatchResourceSlice MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces PatchResourceSlice MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces PatchResourceSlice MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

readDeviceClass

readDeviceClass Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the DeviceClass

-> KubernetesRequest ReadDeviceClass MimeNoContent V1alpha3DeviceClass accept 
GET /apis/resource.k8s.io/v1alpha3/deviceclasses/{name}

read the specified DeviceClass

AuthMethod: AuthApiKeyBearerToken

data ReadDeviceClass Source #

Instances

Instances details
HasOptionalParam ReadDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ReadDeviceClass contentType res accept -> Pretty -> KubernetesRequest ReadDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadDeviceClass contentType res accept -> Pretty -> KubernetesRequest ReadDeviceClass contentType res accept Source #

Produces ReadDeviceClass MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReadDeviceClass MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReadDeviceClass MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

readNamespacedResourceClaim

readNamespacedResourceClaim Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceClaim

-> Namespace

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

-> KubernetesRequest ReadNamespacedResourceClaim MimeNoContent V1alpha3ResourceClaim accept 
GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}

read the specified ResourceClaim

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedResourceClaim Source #

Instances

Instances details
HasOptionalParam ReadNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReadNamespacedResourceClaim MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReadNamespacedResourceClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReadNamespacedResourceClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

readNamespacedResourceClaimStatus

readNamespacedResourceClaimStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceClaim

-> Namespace

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

-> KubernetesRequest ReadNamespacedResourceClaimStatus MimeNoContent V1alpha3ResourceClaim accept 
GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}/status

read status of the specified ResourceClaim

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedResourceClaimStatus Source #

Instances

Instances details
HasOptionalParam ReadNamespacedResourceClaimStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReadNamespacedResourceClaimStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReadNamespacedResourceClaimStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReadNamespacedResourceClaimStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

readNamespacedResourceClaimTemplate

readNamespacedResourceClaimTemplate Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceClaimTemplate

-> Namespace

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

-> KubernetesRequest ReadNamespacedResourceClaimTemplate MimeNoContent V1alpha3ResourceClaimTemplate accept 
GET /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates/{name}

read the specified ResourceClaimTemplate

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedResourceClaimTemplate Source #

Instances

Instances details
HasOptionalParam ReadNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReadNamespacedResourceClaimTemplate MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReadNamespacedResourceClaimTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReadNamespacedResourceClaimTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

readResourceSlice

readResourceSlice Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceSlice

-> KubernetesRequest ReadResourceSlice MimeNoContent V1alpha3ResourceSlice accept 
GET /apis/resource.k8s.io/v1alpha3/resourceslices/{name}

read the specified ResourceSlice

AuthMethod: AuthApiKeyBearerToken

data ReadResourceSlice Source #

Instances

Instances details
HasOptionalParam ReadResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ReadResourceSlice contentType res accept -> Pretty -> KubernetesRequest ReadResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest ReadResourceSlice contentType res accept -> Pretty -> KubernetesRequest ReadResourceSlice contentType res accept Source #

Produces ReadResourceSlice MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReadResourceSlice MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReadResourceSlice MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

replaceDeviceClass

replaceDeviceClass Source #

Arguments

:: (Consumes ReplaceDeviceClass contentType, MimeRender contentType V1alpha3DeviceClass) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha3DeviceClass

"body"

-> Name

"name" - name of the DeviceClass

-> KubernetesRequest ReplaceDeviceClass contentType V1alpha3DeviceClass accept 
PUT /apis/resource.k8s.io/v1alpha3/deviceclasses/{name}

replace the specified DeviceClass

AuthMethod: AuthApiKeyBearerToken

data ReplaceDeviceClass Source #

Instances

Instances details
HasBodyParam ReplaceDeviceClass V1alpha3DeviceClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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 #
*/*
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReplaceDeviceClass MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReplaceDeviceClass MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReplaceDeviceClass MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

replaceNamespacedResourceClaim

replaceNamespacedResourceClaim Source #

Arguments

:: (Consumes ReplaceNamespacedResourceClaim contentType, MimeRender contentType V1alpha3ResourceClaim) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha3ResourceClaim

"body"

-> Name

"name" - name of the ResourceClaim

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedResourceClaim contentType V1alpha3ResourceClaim accept 
PUT /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}

replace the specified ResourceClaim

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedResourceClaim Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedResourceClaim V1alpha3ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReplaceNamespacedResourceClaim MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReplaceNamespacedResourceClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReplaceNamespacedResourceClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

replaceNamespacedResourceClaimStatus

replaceNamespacedResourceClaimStatus Source #

Arguments

:: (Consumes ReplaceNamespacedResourceClaimStatus contentType, MimeRender contentType V1alpha3ResourceClaim) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha3ResourceClaim

"body"

-> Name

"name" - name of the ResourceClaim

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedResourceClaimStatus contentType V1alpha3ResourceClaim accept 
PUT /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaims/{name}/status

replace status of the specified ResourceClaim

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedResourceClaimStatus Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedResourceClaimStatus V1alpha3ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceNamespacedResourceClaimStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReplaceNamespacedResourceClaimStatus MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReplaceNamespacedResourceClaimStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReplaceNamespacedResourceClaimStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

replaceNamespacedResourceClaimTemplate

replaceNamespacedResourceClaimTemplate Source #

Arguments

:: (Consumes ReplaceNamespacedResourceClaimTemplate contentType, MimeRender contentType V1alpha3ResourceClaimTemplate) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha3ResourceClaimTemplate

"body"

-> Name

"name" - name of the ResourceClaimTemplate

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedResourceClaimTemplate contentType V1alpha3ResourceClaimTemplate accept 
PUT /apis/resource.k8s.io/v1alpha3/namespaces/{namespace}/resourceclaimtemplates/{name}

replace the specified ResourceClaimTemplate

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedResourceClaimTemplate Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedResourceClaimTemplate V1alpha3ResourceClaimTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReplaceNamespacedResourceClaimTemplate MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReplaceNamespacedResourceClaimTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReplaceNamespacedResourceClaimTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

replaceResourceSlice

replaceResourceSlice Source #

Arguments

:: (Consumes ReplaceResourceSlice contentType, MimeRender contentType V1alpha3ResourceSlice) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha3ResourceSlice

"body"

-> Name

"name" - name of the ResourceSlice

-> KubernetesRequest ReplaceResourceSlice contentType V1alpha3ResourceSlice accept 
PUT /apis/resource.k8s.io/v1alpha3/resourceslices/{name}

replace the specified ResourceSlice

AuthMethod: AuthApiKeyBearerToken

data ReplaceResourceSlice Source #

Instances

Instances details
HasBodyParam ReplaceResourceSlice V1alpha3ResourceSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReplaceResourceSlice MimeCbor Source #
application/cbor
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReplaceResourceSlice MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Produces ReplaceResourceSlice MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3