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

Kubernetes.OpenAPI.API.ResourceV1alpha2

Contents

Description

 
Synopsis

Operations

ResourceV1alpha2

createNamespacedPodSchedulingContext

createNamespacedPodSchedulingContext Source #

Arguments

:: (Consumes CreateNamespacedPodSchedulingContext contentType, MimeRender contentType V1alpha2PodSchedulingContext) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2PodSchedulingContext

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedPodSchedulingContext contentType V1alpha2PodSchedulingContext accept 
POST /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts

create a PodSchedulingContext

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedPodSchedulingContext Source #

Instances

Instances details
HasBodyParam CreateNamespacedPodSchedulingContext V1alpha2PodSchedulingContext Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam CreateNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam CreateNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam CreateNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam CreateNamespacedPodSchedulingContext 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces CreateNamespacedPodSchedulingContext MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces CreateNamespacedPodSchedulingContext MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

createNamespacedResourceClaim

createNamespacedResourceClaim Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2ResourceClaim

"body"

-> Namespace

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

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

create a ResourceClaim

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedResourceClaim Source #

Instances

Instances details
HasBodyParam CreateNamespacedResourceClaim V1alpha2ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces CreateNamespacedResourceClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces CreateNamespacedResourceClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

createNamespacedResourceClaimParameters

createNamespacedResourceClaimParameters Source #

Arguments

:: (Consumes CreateNamespacedResourceClaimParameters contentType, MimeRender contentType V1alpha2ResourceClaimParameters) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2ResourceClaimParameters

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedResourceClaimParameters contentType V1alpha2ResourceClaimParameters accept 
POST /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimparameters

create ResourceClaimParameters

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedResourceClaimParameters Source #

Instances

Instances details
HasBodyParam CreateNamespacedResourceClaimParameters V1alpha2ResourceClaimParameters Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam CreateNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam CreateNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam CreateNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam CreateNamespacedResourceClaimParameters 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces CreateNamespacedResourceClaimParameters MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces CreateNamespacedResourceClaimParameters MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

createNamespacedResourceClaimTemplate

createNamespacedResourceClaimTemplate Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2ResourceClaimTemplate

"body"

-> Namespace

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

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

create a ResourceClaimTemplate

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedResourceClaimTemplate Source #

Instances

Instances details
HasBodyParam CreateNamespacedResourceClaimTemplate V1alpha2ResourceClaimTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces CreateNamespacedResourceClaimTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces CreateNamespacedResourceClaimTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

createNamespacedResourceClassParameters

createNamespacedResourceClassParameters Source #

Arguments

:: (Consumes CreateNamespacedResourceClassParameters contentType, MimeRender contentType V1alpha2ResourceClassParameters) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2ResourceClassParameters

"body"

-> Namespace

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

-> KubernetesRequest CreateNamespacedResourceClassParameters contentType V1alpha2ResourceClassParameters accept 
POST /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclassparameters

create ResourceClassParameters

AuthMethod: AuthApiKeyBearerToken

data CreateNamespacedResourceClassParameters Source #

Instances

Instances details
HasBodyParam CreateNamespacedResourceClassParameters V1alpha2ResourceClassParameters Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam CreateNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam CreateNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam CreateNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam CreateNamespacedResourceClassParameters 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces CreateNamespacedResourceClassParameters MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces CreateNamespacedResourceClassParameters MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

createResourceClass

createResourceClass Source #

Arguments

:: (Consumes CreateResourceClass contentType, MimeRender contentType V1alpha2ResourceClass) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2ResourceClass

"body"

-> KubernetesRequest CreateResourceClass contentType V1alpha2ResourceClass accept 
POST /apis/resource.k8s.io/v1alpha2/resourceclasses

create a ResourceClass

AuthMethod: AuthApiKeyBearerToken

data CreateResourceClass Source #

Instances

Instances details
HasBodyParam CreateResourceClass V1alpha2ResourceClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam CreateResourceClass 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.ResourceV1alpha2

Methods

applyOptionalParam :: KubernetesRequest CreateResourceClass contentType res accept -> DryRun -> KubernetesRequest CreateResourceClass contentType res accept Source #

(-&-) :: KubernetesRequest CreateResourceClass contentType res accept -> DryRun -> KubernetesRequest CreateResourceClass contentType res accept Source #

HasOptionalParam CreateResourceClass 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.ResourceV1alpha2

HasOptionalParam CreateResourceClass 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.ResourceV1alpha2

HasOptionalParam CreateResourceClass 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.ResourceV1alpha2

Methods

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces CreateResourceClass MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces CreateResourceClass MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

createResourceSlice

createResourceSlice Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2ResourceSlice

"body"

-> KubernetesRequest CreateResourceSlice contentType V1alpha2ResourceSlice accept 
POST /apis/resource.k8s.io/v1alpha2/resourceslices

create a ResourceSlice

AuthMethod: AuthApiKeyBearerToken

data CreateResourceSlice Source #

Instances

Instances details
HasBodyParam CreateResourceSlice V1alpha2ResourceSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

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

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

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

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

Produces CreateResourceSlice MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces CreateResourceSlice MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

deleteCollectionNamespacedPodSchedulingContext

deleteCollectionNamespacedPodSchedulingContext Source #

Arguments

:: Consumes DeleteCollectionNamespacedPodSchedulingContext 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 DeleteCollectionNamespacedPodSchedulingContext contentType V1Status accept 
DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts

delete collection of PodSchedulingContext

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedPodSchedulingContext Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedPodSchedulingContext V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedPodSchedulingContext 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteCollectionNamespacedPodSchedulingContext MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteCollectionNamespacedPodSchedulingContext MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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/v1alpha2/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.ResourceV1alpha2

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteCollectionNamespacedResourceClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteCollectionNamespacedResourceClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

deleteCollectionNamespacedResourceClaimParameters

deleteCollectionNamespacedResourceClaimParameters Source #

Arguments

:: Consumes DeleteCollectionNamespacedResourceClaimParameters 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 DeleteCollectionNamespacedResourceClaimParameters contentType V1Status accept 
DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimparameters

delete collection of ResourceClaimParameters

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedResourceClaimParameters Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedResourceClaimParameters V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClaimParameters 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteCollectionNamespacedResourceClaimParameters MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteCollectionNamespacedResourceClaimParameters MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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/v1alpha2/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.ResourceV1alpha2

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteCollectionNamespacedResourceClaimTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteCollectionNamespacedResourceClaimTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

deleteCollectionNamespacedResourceClassParameters

deleteCollectionNamespacedResourceClassParameters Source #

Arguments

:: Consumes DeleteCollectionNamespacedResourceClassParameters 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 DeleteCollectionNamespacedResourceClassParameters contentType V1Status accept 
DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclassparameters

delete collection of ResourceClassParameters

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionNamespacedResourceClassParameters Source #

Instances

Instances details
HasBodyParam DeleteCollectionNamespacedResourceClassParameters V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionNamespacedResourceClassParameters 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteCollectionNamespacedResourceClassParameters MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteCollectionNamespacedResourceClassParameters MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

deleteCollectionResourceClass

deleteCollectionResourceClass Source #

Arguments

:: Consumes DeleteCollectionResourceClass contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> KubernetesRequest DeleteCollectionResourceClass contentType V1Status accept 
DELETE /apis/resource.k8s.io/v1alpha2/resourceclasses

delete collection of ResourceClass

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionResourceClass Source #

Instances

Instances details
HasBodyParam DeleteCollectionResourceClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam DeleteCollectionResourceClass 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionResourceClass 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionResourceClass 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionResourceClass 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionResourceClass 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionResourceClass 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionResourceClass 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionResourceClass 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionResourceClass 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionResourceClass 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionResourceClass 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionResourceClass 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.ResourceV1alpha2

HasOptionalParam DeleteCollectionResourceClass 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteCollectionResourceClass MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteCollectionResourceClass MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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/v1alpha2/resourceslices

delete collection of ResourceSlice

AuthMethod: AuthApiKeyBearerToken

data DeleteCollectionResourceSlice Source #

Instances

Instances details
HasBodyParam DeleteCollectionResourceSlice V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteCollectionResourceSlice MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteCollectionResourceSlice MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

deleteNamespacedPodSchedulingContext

deleteNamespacedPodSchedulingContext Source #

Arguments

:: Consumes DeleteNamespacedPodSchedulingContext contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodSchedulingContext

-> Namespace

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

-> KubernetesRequest DeleteNamespacedPodSchedulingContext contentType V1alpha2PodSchedulingContext accept 
DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}

delete a PodSchedulingContext

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedPodSchedulingContext Source #

Instances

Instances details
HasBodyParam DeleteNamespacedPodSchedulingContext V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam DeleteNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam DeleteNamespacedPodSchedulingContext 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteNamespacedPodSchedulingContext MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteNamespacedPodSchedulingContext MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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 V1alpha2ResourceClaim accept 
DELETE /apis/resource.k8s.io/v1alpha2/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.ResourceV1alpha2

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

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteNamespacedResourceClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteNamespacedResourceClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

deleteNamespacedResourceClaimParameters

deleteNamespacedResourceClaimParameters Source #

Arguments

:: Consumes DeleteNamespacedResourceClaimParameters contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceClaimParameters

-> Namespace

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

-> KubernetesRequest DeleteNamespacedResourceClaimParameters contentType V1alpha2ResourceClaimParameters accept 
DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimparameters/{name}

delete ResourceClaimParameters

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedResourceClaimParameters Source #

Instances

Instances details
HasBodyParam DeleteNamespacedResourceClaimParameters V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam DeleteNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam DeleteNamespacedResourceClaimParameters 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteNamespacedResourceClaimParameters MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteNamespacedResourceClaimParameters MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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 V1alpha2ResourceClaimTemplate accept 
DELETE /apis/resource.k8s.io/v1alpha2/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.ResourceV1alpha2

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

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteNamespacedResourceClaimTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteNamespacedResourceClaimTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

deleteNamespacedResourceClassParameters

deleteNamespacedResourceClassParameters Source #

Arguments

:: Consumes DeleteNamespacedResourceClassParameters contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceClassParameters

-> Namespace

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

-> KubernetesRequest DeleteNamespacedResourceClassParameters contentType V1alpha2ResourceClassParameters accept 
DELETE /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclassparameters/{name}

delete ResourceClassParameters

AuthMethod: AuthApiKeyBearerToken

data DeleteNamespacedResourceClassParameters Source #

Instances

Instances details
HasBodyParam DeleteNamespacedResourceClassParameters V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam DeleteNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam DeleteNamespacedResourceClassParameters 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteNamespacedResourceClassParameters MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteNamespacedResourceClassParameters MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

deleteResourceClass

deleteResourceClass Source #

Arguments

:: Consumes DeleteResourceClass contentType 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceClass

-> KubernetesRequest DeleteResourceClass contentType V1alpha2ResourceClass accept 
DELETE /apis/resource.k8s.io/v1alpha2/resourceclasses/{name}

delete a ResourceClass

AuthMethod: AuthApiKeyBearerToken

data DeleteResourceClass Source #

Instances

Instances details
HasBodyParam DeleteResourceClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam DeleteResourceClass 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.ResourceV1alpha2

Methods

applyOptionalParam :: KubernetesRequest DeleteResourceClass contentType res accept -> DryRun -> KubernetesRequest DeleteResourceClass contentType res accept Source #

(-&-) :: KubernetesRequest DeleteResourceClass contentType res accept -> DryRun -> KubernetesRequest DeleteResourceClass contentType res accept Source #

HasOptionalParam DeleteResourceClass 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.ResourceV1alpha2

HasOptionalParam DeleteResourceClass 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.ResourceV1alpha2

HasOptionalParam DeleteResourceClass 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.ResourceV1alpha2

Methods

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

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

HasOptionalParam DeleteResourceClass 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteResourceClass MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteResourceClass MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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 V1alpha2ResourceSlice accept 
DELETE /apis/resource.k8s.io/v1alpha2/resourceslices/{name}

delete a ResourceSlice

AuthMethod: AuthApiKeyBearerToken

data DeleteResourceSlice Source #

Instances

Instances details
HasBodyParam DeleteResourceSlice V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteResourceSlice MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces DeleteResourceSlice MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

getAPIResources

getAPIResources Source #

Arguments

:: Accept accept

request accept (MimeType)

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

get available resources

AuthMethod: AuthApiKeyBearerToken

data GetAPIResources Source #

Instances

Instances details
Produces GetAPIResources MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces GetAPIResources MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

listNamespacedPodSchedulingContext

listNamespacedPodSchedulingContext Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedPodSchedulingContext MimeNoContent V1alpha2PodSchedulingContextList accept 
GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts

list or watch objects of kind PodSchedulingContext

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedPodSchedulingContext Source #

Instances

Instances details
HasOptionalParam ListNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam ListNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam ListNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam ListNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam ListNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam ListNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam ListNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam ListNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam ListNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam ListNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam ListNamespacedPodSchedulingContext 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.ResourceV1alpha2

Produces ListNamespacedPodSchedulingContext MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ListNamespacedPodSchedulingContext MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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 V1alpha2ResourceClaimList accept 
GET /apis/resource.k8s.io/v1alpha2/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.ResourceV1alpha2

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

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

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

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

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

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

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

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

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

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

Produces ListNamespacedResourceClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ListNamespacedResourceClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

listNamespacedResourceClaimParameters

listNamespacedResourceClaimParameters Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedResourceClaimParameters MimeNoContent V1alpha2ResourceClaimParametersList accept 
GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimparameters

list or watch objects of kind ResourceClaimParameters

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedResourceClaimParameters Source #

Instances

Instances details
HasOptionalParam ListNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClaimParameters 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.ResourceV1alpha2

Produces ListNamespacedResourceClaimParameters MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ListNamespacedResourceClaimParameters MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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 V1alpha2ResourceClaimTemplateList accept 
GET /apis/resource.k8s.io/v1alpha2/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.ResourceV1alpha2

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

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

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

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

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

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

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

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

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

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

Produces ListNamespacedResourceClaimTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ListNamespacedResourceClaimTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

listNamespacedResourceClassParameters

listNamespacedResourceClassParameters Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Namespace

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

-> KubernetesRequest ListNamespacedResourceClassParameters MimeNoContent V1alpha2ResourceClassParametersList accept 
GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclassparameters

list or watch objects of kind ResourceClassParameters

AuthMethod: AuthApiKeyBearerToken

data ListNamespacedResourceClassParameters Source #

Instances

Instances details
HasOptionalParam ListNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam ListNamespacedResourceClassParameters 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.ResourceV1alpha2

Produces ListNamespacedResourceClassParameters MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ListNamespacedResourceClassParameters MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

listPodSchedulingContextForAllNamespaces

listPodSchedulingContextForAllNamespaces Source #

GET /apis/resource.k8s.io/v1alpha2/podschedulingcontexts

list or watch objects of kind PodSchedulingContext

AuthMethod: AuthApiKeyBearerToken

data ListPodSchedulingContextForAllNamespaces Source #

Instances

Instances details
HasOptionalParam ListPodSchedulingContextForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListPodSchedulingContextForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListPodSchedulingContextForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListPodSchedulingContextForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListPodSchedulingContextForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListPodSchedulingContextForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListPodSchedulingContextForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListPodSchedulingContextForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListPodSchedulingContextForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListPodSchedulingContextForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListPodSchedulingContextForAllNamespaces 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.ResourceV1alpha2

Produces ListPodSchedulingContextForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ListPodSchedulingContextForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

listResourceClaimForAllNamespaces

listResourceClaimForAllNamespaces Source #

GET /apis/resource.k8s.io/v1alpha2/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.ResourceV1alpha2

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

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

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

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

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

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

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

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

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

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

Produces ListResourceClaimForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ListResourceClaimForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

listResourceClaimParametersForAllNamespaces

listResourceClaimParametersForAllNamespaces Source #

GET /apis/resource.k8s.io/v1alpha2/resourceclaimparameters

list or watch objects of kind ResourceClaimParameters

AuthMethod: AuthApiKeyBearerToken

data ListResourceClaimParametersForAllNamespaces Source #

Instances

Instances details
HasOptionalParam ListResourceClaimParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClaimParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClaimParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClaimParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClaimParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClaimParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClaimParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClaimParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClaimParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClaimParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClaimParametersForAllNamespaces 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.ResourceV1alpha2

Produces ListResourceClaimParametersForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ListResourceClaimParametersForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

listResourceClaimTemplateForAllNamespaces

listResourceClaimTemplateForAllNamespaces Source #

GET /apis/resource.k8s.io/v1alpha2/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.ResourceV1alpha2

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

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

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

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

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

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

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

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

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

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

Produces ListResourceClaimTemplateForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ListResourceClaimTemplateForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

listResourceClass

listResourceClass Source #

GET /apis/resource.k8s.io/v1alpha2/resourceclasses

list or watch objects of kind ResourceClass

AuthMethod: AuthApiKeyBearerToken

data ListResourceClass Source #

Instances

Instances details
HasOptionalParam ListResourceClass 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.ResourceV1alpha2

HasOptionalParam ListResourceClass 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.ResourceV1alpha2

Methods

applyOptionalParam :: KubernetesRequest ListResourceClass contentType res accept -> Continue -> KubernetesRequest ListResourceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListResourceClass contentType res accept -> Continue -> KubernetesRequest ListResourceClass contentType res accept Source #

HasOptionalParam ListResourceClass 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.ResourceV1alpha2

HasOptionalParam ListResourceClass 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.ResourceV1alpha2

HasOptionalParam ListResourceClass 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.ResourceV1alpha2

Methods

applyOptionalParam :: KubernetesRequest ListResourceClass contentType res accept -> Limit -> KubernetesRequest ListResourceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListResourceClass contentType res accept -> Limit -> KubernetesRequest ListResourceClass contentType res accept Source #

HasOptionalParam ListResourceClass 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.ResourceV1alpha2

Methods

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

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

HasOptionalParam ListResourceClass 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.ResourceV1alpha2

HasOptionalParam ListResourceClass 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.ResourceV1alpha2

HasOptionalParam ListResourceClass 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.ResourceV1alpha2

HasOptionalParam ListResourceClass 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.ResourceV1alpha2

HasOptionalParam ListResourceClass 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.ResourceV1alpha2

Methods

applyOptionalParam :: KubernetesRequest ListResourceClass contentType res accept -> Watch -> KubernetesRequest ListResourceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListResourceClass contentType res accept -> Watch -> KubernetesRequest ListResourceClass contentType res accept Source #

Produces ListResourceClass MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ListResourceClass MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

listResourceClassParametersForAllNamespaces

listResourceClassParametersForAllNamespaces Source #

GET /apis/resource.k8s.io/v1alpha2/resourceclassparameters

list or watch objects of kind ResourceClassParameters

AuthMethod: AuthApiKeyBearerToken

data ListResourceClassParametersForAllNamespaces Source #

Instances

Instances details
HasOptionalParam ListResourceClassParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClassParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClassParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClassParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClassParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClassParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClassParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClassParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClassParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClassParametersForAllNamespaces 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.ResourceV1alpha2

HasOptionalParam ListResourceClassParametersForAllNamespaces 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.ResourceV1alpha2

Produces ListResourceClassParametersForAllNamespaces MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ListResourceClassParametersForAllNamespaces MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

listResourceSlice

listResourceSlice Source #

GET /apis/resource.k8s.io/v1alpha2/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.ResourceV1alpha2

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

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

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

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

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

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

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

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

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

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

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 MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ListResourceSlice MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

patchNamespacedPodSchedulingContext

patchNamespacedPodSchedulingContext Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the PodSchedulingContext

-> Namespace

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

-> KubernetesRequest PatchNamespacedPodSchedulingContext contentType V1alpha2PodSchedulingContext accept 
PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}

partially update the specified PodSchedulingContext

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedPodSchedulingContext Source #

Instances

Instances details
HasBodyParam PatchNamespacedPodSchedulingContext Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam PatchNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedPodSchedulingContext 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchNamespacedPodSchedulingContext MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchNamespacedPodSchedulingContext MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

patchNamespacedPodSchedulingContextStatus

patchNamespacedPodSchedulingContextStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the PodSchedulingContext

-> Namespace

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

-> KubernetesRequest PatchNamespacedPodSchedulingContextStatus contentType V1alpha2PodSchedulingContext accept 
PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}/status

partially update status of the specified PodSchedulingContext

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedPodSchedulingContextStatus Source #

Instances

Instances details
HasBodyParam PatchNamespacedPodSchedulingContextStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam PatchNamespacedPodSchedulingContextStatus 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedPodSchedulingContextStatus 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedPodSchedulingContextStatus 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedPodSchedulingContextStatus 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedPodSchedulingContextStatus 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchNamespacedPodSchedulingContextStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchNamespacedPodSchedulingContextStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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 V1alpha2ResourceClaim accept 
PATCH /apis/resource.k8s.io/v1alpha2/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.ResourceV1alpha2

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

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchNamespacedResourceClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchNamespacedResourceClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

patchNamespacedResourceClaimParameters

patchNamespacedResourceClaimParameters Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ResourceClaimParameters

-> Namespace

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

-> KubernetesRequest PatchNamespacedResourceClaimParameters contentType V1alpha2ResourceClaimParameters accept 
PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimparameters/{name}

partially update the specified ResourceClaimParameters

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedResourceClaimParameters Source #

Instances

Instances details
HasBodyParam PatchNamespacedResourceClaimParameters Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam PatchNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedResourceClaimParameters 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchNamespacedResourceClaimParameters MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchNamespacedResourceClaimParameters MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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 V1alpha2ResourceClaim accept 
PATCH /apis/resource.k8s.io/v1alpha2/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.ResourceV1alpha2

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

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchNamespacedResourceClaimStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchNamespacedResourceClaimStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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 V1alpha2ResourceClaimTemplate accept 
PATCH /apis/resource.k8s.io/v1alpha2/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.ResourceV1alpha2

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

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchNamespacedResourceClaimTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchNamespacedResourceClaimTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

patchNamespacedResourceClassParameters

patchNamespacedResourceClassParameters Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ResourceClassParameters

-> Namespace

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

-> KubernetesRequest PatchNamespacedResourceClassParameters contentType V1alpha2ResourceClassParameters accept 
PATCH /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclassparameters/{name}

partially update the specified ResourceClassParameters

AuthMethod: AuthApiKeyBearerToken

data PatchNamespacedResourceClassParameters Source #

Instances

Instances details
HasBodyParam PatchNamespacedResourceClassParameters Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam PatchNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam PatchNamespacedResourceClassParameters 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchNamespacedResourceClassParameters MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchNamespacedResourceClassParameters MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

patchResourceClass

patchResourceClass Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> Body

"body"

-> Name

"name" - name of the ResourceClass

-> KubernetesRequest PatchResourceClass contentType V1alpha2ResourceClass accept 
PATCH /apis/resource.k8s.io/v1alpha2/resourceclasses/{name}

partially update the specified ResourceClass

AuthMethod: AuthApiKeyBearerToken

data PatchResourceClass Source #

Instances

Instances details
HasBodyParam PatchResourceClass Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Methods

setBodyParam :: (Consumes PatchResourceClass contentType, MimeRender contentType Body) => KubernetesRequest PatchResourceClass contentType res accept -> Body -> KubernetesRequest PatchResourceClass contentType res accept Source #

HasOptionalParam PatchResourceClass 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.ResourceV1alpha2

Methods

applyOptionalParam :: KubernetesRequest PatchResourceClass contentType res accept -> DryRun -> KubernetesRequest PatchResourceClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchResourceClass contentType res accept -> DryRun -> KubernetesRequest PatchResourceClass contentType res accept Source #

HasOptionalParam PatchResourceClass 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.ResourceV1alpha2

HasOptionalParam PatchResourceClass 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.ResourceV1alpha2

HasOptionalParam PatchResourceClass 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.ResourceV1alpha2

Methods

applyOptionalParam :: KubernetesRequest PatchResourceClass contentType res accept -> Force -> KubernetesRequest PatchResourceClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchResourceClass contentType res accept -> Force -> KubernetesRequest PatchResourceClass contentType res accept Source #

HasOptionalParam PatchResourceClass 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.ResourceV1alpha2

Methods

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchResourceClass MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchResourceClass MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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 V1alpha2ResourceSlice accept 
PATCH /apis/resource.k8s.io/v1alpha2/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.ResourceV1alpha2

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

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

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

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

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

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 MimeApplyPatchyaml Source #
application/apply-patch+yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchResourceSlice MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces PatchResourceSlice MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

readNamespacedPodSchedulingContext

readNamespacedPodSchedulingContext Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodSchedulingContext

-> Namespace

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

-> KubernetesRequest ReadNamespacedPodSchedulingContext MimeNoContent V1alpha2PodSchedulingContext accept 
GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}

read the specified PodSchedulingContext

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedPodSchedulingContext Source #

Instances

Instances details
HasOptionalParam ReadNamespacedPodSchedulingContext 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.ResourceV1alpha2

Produces ReadNamespacedPodSchedulingContext MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReadNamespacedPodSchedulingContext MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

readNamespacedPodSchedulingContextStatus

readNamespacedPodSchedulingContextStatus Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the PodSchedulingContext

-> Namespace

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

-> KubernetesRequest ReadNamespacedPodSchedulingContextStatus MimeNoContent V1alpha2PodSchedulingContext accept 
GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}/status

read status of the specified PodSchedulingContext

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedPodSchedulingContextStatus Source #

Instances

Instances details
HasOptionalParam ReadNamespacedPodSchedulingContextStatus 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.ResourceV1alpha2

Produces ReadNamespacedPodSchedulingContextStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReadNamespacedPodSchedulingContextStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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 V1alpha2ResourceClaim accept 
GET /apis/resource.k8s.io/v1alpha2/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.ResourceV1alpha2

Produces ReadNamespacedResourceClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReadNamespacedResourceClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

readNamespacedResourceClaimParameters

readNamespacedResourceClaimParameters Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceClaimParameters

-> Namespace

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

-> KubernetesRequest ReadNamespacedResourceClaimParameters MimeNoContent V1alpha2ResourceClaimParameters accept 
GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimparameters/{name}

read the specified ResourceClaimParameters

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedResourceClaimParameters Source #

Instances

Instances details
HasOptionalParam ReadNamespacedResourceClaimParameters 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.ResourceV1alpha2

Produces ReadNamespacedResourceClaimParameters MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReadNamespacedResourceClaimParameters MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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 V1alpha2ResourceClaim accept 
GET /apis/resource.k8s.io/v1alpha2/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.ResourceV1alpha2

Produces ReadNamespacedResourceClaimStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReadNamespacedResourceClaimStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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 V1alpha2ResourceClaimTemplate accept 
GET /apis/resource.k8s.io/v1alpha2/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.ResourceV1alpha2

Produces ReadNamespacedResourceClaimTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReadNamespacedResourceClaimTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

readNamespacedResourceClassParameters

readNamespacedResourceClassParameters Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceClassParameters

-> Namespace

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

-> KubernetesRequest ReadNamespacedResourceClassParameters MimeNoContent V1alpha2ResourceClassParameters accept 
GET /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclassparameters/{name}

read the specified ResourceClassParameters

AuthMethod: AuthApiKeyBearerToken

data ReadNamespacedResourceClassParameters Source #

Instances

Instances details
HasOptionalParam ReadNamespacedResourceClassParameters 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.ResourceV1alpha2

Produces ReadNamespacedResourceClassParameters MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReadNamespacedResourceClassParameters MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

readResourceClass

readResourceClass Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceClass

-> KubernetesRequest ReadResourceClass MimeNoContent V1alpha2ResourceClass accept 
GET /apis/resource.k8s.io/v1alpha2/resourceclasses/{name}

read the specified ResourceClass

AuthMethod: AuthApiKeyBearerToken

data ReadResourceClass Source #

Instances

Instances details
HasOptionalParam ReadResourceClass 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.ResourceV1alpha2

Methods

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

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

Produces ReadResourceClass MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReadResourceClass MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

readResourceSlice

readResourceSlice Source #

Arguments

:: Accept accept

request accept (MimeType)

-> Name

"name" - name of the ResourceSlice

-> KubernetesRequest ReadResourceSlice MimeNoContent V1alpha2ResourceSlice accept 
GET /apis/resource.k8s.io/v1alpha2/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.ResourceV1alpha2

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 MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReadResourceSlice MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

replaceNamespacedPodSchedulingContext

replaceNamespacedPodSchedulingContext Source #

Arguments

:: (Consumes ReplaceNamespacedPodSchedulingContext contentType, MimeRender contentType V1alpha2PodSchedulingContext) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2PodSchedulingContext

"body"

-> Name

"name" - name of the PodSchedulingContext

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedPodSchedulingContext contentType V1alpha2PodSchedulingContext accept 
PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}

replace the specified PodSchedulingContext

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedPodSchedulingContext Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedPodSchedulingContext V1alpha2PodSchedulingContext Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedPodSchedulingContext 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.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedPodSchedulingContext 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceNamespacedPodSchedulingContext MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceNamespacedPodSchedulingContext MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

replaceNamespacedPodSchedulingContextStatus

replaceNamespacedPodSchedulingContextStatus Source #

Arguments

:: (Consumes ReplaceNamespacedPodSchedulingContextStatus contentType, MimeRender contentType V1alpha2PodSchedulingContext) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2PodSchedulingContext

"body"

-> Name

"name" - name of the PodSchedulingContext

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedPodSchedulingContextStatus contentType V1alpha2PodSchedulingContext accept 
PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/podschedulingcontexts/{name}/status

replace status of the specified PodSchedulingContext

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedPodSchedulingContextStatus Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedPodSchedulingContextStatus V1alpha2PodSchedulingContext Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedPodSchedulingContextStatus 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.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedPodSchedulingContextStatus 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.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedPodSchedulingContextStatus 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.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedPodSchedulingContextStatus 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceNamespacedPodSchedulingContextStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceNamespacedPodSchedulingContextStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

replaceNamespacedResourceClaim

replaceNamespacedResourceClaim Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2ResourceClaim

"body"

-> Name

"name" - name of the ResourceClaim

-> Namespace

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

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

replace the specified ResourceClaim

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedResourceClaim Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedResourceClaim V1alpha2ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceNamespacedResourceClaim MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceNamespacedResourceClaim MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

replaceNamespacedResourceClaimParameters

replaceNamespacedResourceClaimParameters Source #

Arguments

:: (Consumes ReplaceNamespacedResourceClaimParameters contentType, MimeRender contentType V1alpha2ResourceClaimParameters) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2ResourceClaimParameters

"body"

-> Name

"name" - name of the ResourceClaimParameters

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedResourceClaimParameters contentType V1alpha2ResourceClaimParameters accept 
PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclaimparameters/{name}

replace the specified ResourceClaimParameters

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedResourceClaimParameters Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedResourceClaimParameters V1alpha2ResourceClaimParameters Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedResourceClaimParameters 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.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedResourceClaimParameters 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceNamespacedResourceClaimParameters MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceNamespacedResourceClaimParameters MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

replaceNamespacedResourceClaimStatus

replaceNamespacedResourceClaimStatus Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2ResourceClaim

"body"

-> Name

"name" - name of the ResourceClaim

-> Namespace

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

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

replace status of the specified ResourceClaim

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedResourceClaimStatus Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedResourceClaimStatus V1alpha2ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceNamespacedResourceClaimStatus MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceNamespacedResourceClaimStatus MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

replaceNamespacedResourceClaimTemplate

replaceNamespacedResourceClaimTemplate Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2ResourceClaimTemplate

"body"

-> Name

"name" - name of the ResourceClaimTemplate

-> Namespace

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

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

replace the specified ResourceClaimTemplate

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedResourceClaimTemplate Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedResourceClaimTemplate V1alpha2ResourceClaimTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceNamespacedResourceClaimTemplate MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceNamespacedResourceClaimTemplate MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

replaceNamespacedResourceClassParameters

replaceNamespacedResourceClassParameters Source #

Arguments

:: (Consumes ReplaceNamespacedResourceClassParameters contentType, MimeRender contentType V1alpha2ResourceClassParameters) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2ResourceClassParameters

"body"

-> Name

"name" - name of the ResourceClassParameters

-> Namespace

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

-> KubernetesRequest ReplaceNamespacedResourceClassParameters contentType V1alpha2ResourceClassParameters accept 
PUT /apis/resource.k8s.io/v1alpha2/namespaces/{namespace}/resourceclassparameters/{name}

replace the specified ResourceClassParameters

AuthMethod: AuthApiKeyBearerToken

data ReplaceNamespacedResourceClassParameters Source #

Instances

Instances details
HasBodyParam ReplaceNamespacedResourceClassParameters V1alpha2ResourceClassParameters Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedResourceClassParameters 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.ResourceV1alpha2

HasOptionalParam ReplaceNamespacedResourceClassParameters 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceNamespacedResourceClassParameters MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceNamespacedResourceClassParameters MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

replaceResourceClass

replaceResourceClass Source #

Arguments

:: (Consumes ReplaceResourceClass contentType, MimeRender contentType V1alpha2ResourceClass) 
=> ContentType contentType

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2ResourceClass

"body"

-> Name

"name" - name of the ResourceClass

-> KubernetesRequest ReplaceResourceClass contentType V1alpha2ResourceClass accept 
PUT /apis/resource.k8s.io/v1alpha2/resourceclasses/{name}

replace the specified ResourceClass

AuthMethod: AuthApiKeyBearerToken

data ReplaceResourceClass Source #

Instances

Instances details
HasBodyParam ReplaceResourceClass V1alpha2ResourceClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

HasOptionalParam ReplaceResourceClass 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.ResourceV1alpha2

HasOptionalParam ReplaceResourceClass 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.ResourceV1alpha2

HasOptionalParam ReplaceResourceClass 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.ResourceV1alpha2

HasOptionalParam ReplaceResourceClass 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.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceResourceClass MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceResourceClass MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

replaceResourceSlice

replaceResourceSlice Source #

Arguments

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

request content-type (MimeType)

-> Accept accept

request accept (MimeType)

-> V1alpha2ResourceSlice

"body"

-> Name

"name" - name of the ResourceSlice

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

replace the specified ResourceSlice

AuthMethod: AuthApiKeyBearerToken

data ReplaceResourceSlice Source #

Instances

Instances details
HasBodyParam ReplaceResourceSlice V1alpha2ResourceSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

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

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

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

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceResourceSlice MimeJSON Source #
application/json
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

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

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2

Produces ReplaceResourceSlice MimeYaml Source #
application/yaml
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha2