Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Kubernetes.OpenAPI.API.ApiextensionsV1
Contents
- Operations
- ApiextensionsV1
- createCustomResourceDefinition
- deleteCollectionCustomResourceDefinition
- deleteCustomResourceDefinition
- getAPIResources
- listCustomResourceDefinition
- patchCustomResourceDefinition
- patchCustomResourceDefinitionStatus
- readCustomResourceDefinition
- readCustomResourceDefinitionStatus
- replaceCustomResourceDefinition
- replaceCustomResourceDefinitionStatus
- ApiextensionsV1
Description
Synopsis
- createCustomResourceDefinition :: (Consumes CreateCustomResourceDefinition contentType, MimeRender contentType V1CustomResourceDefinition) => ContentType contentType -> Accept accept -> V1CustomResourceDefinition -> KubernetesRequest CreateCustomResourceDefinition contentType V1CustomResourceDefinition accept
- data CreateCustomResourceDefinition
- deleteCollectionCustomResourceDefinition :: Consumes DeleteCollectionCustomResourceDefinition contentType => ContentType contentType -> Accept accept -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType V1Status accept
- data DeleteCollectionCustomResourceDefinition
- deleteCustomResourceDefinition :: Consumes DeleteCustomResourceDefinition contentType => ContentType contentType -> Accept accept -> Name -> KubernetesRequest DeleteCustomResourceDefinition contentType V1Status accept
- data DeleteCustomResourceDefinition
- getAPIResources :: Accept accept -> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept
- data GetAPIResources
- listCustomResourceDefinition :: Accept accept -> KubernetesRequest ListCustomResourceDefinition MimeNoContent V1CustomResourceDefinitionList accept
- data ListCustomResourceDefinition
- patchCustomResourceDefinition :: (Consumes PatchCustomResourceDefinition contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> KubernetesRequest PatchCustomResourceDefinition contentType V1CustomResourceDefinition accept
- data PatchCustomResourceDefinition
- patchCustomResourceDefinitionStatus :: (Consumes PatchCustomResourceDefinitionStatus contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType V1CustomResourceDefinition accept
- data PatchCustomResourceDefinitionStatus
- readCustomResourceDefinition :: Accept accept -> Name -> KubernetesRequest ReadCustomResourceDefinition MimeNoContent V1CustomResourceDefinition accept
- data ReadCustomResourceDefinition
- readCustomResourceDefinitionStatus :: Accept accept -> Name -> KubernetesRequest ReadCustomResourceDefinitionStatus MimeNoContent V1CustomResourceDefinition accept
- data ReadCustomResourceDefinitionStatus
- replaceCustomResourceDefinition :: (Consumes ReplaceCustomResourceDefinition contentType, MimeRender contentType V1CustomResourceDefinition) => ContentType contentType -> Accept accept -> V1CustomResourceDefinition -> Name -> KubernetesRequest ReplaceCustomResourceDefinition contentType V1CustomResourceDefinition accept
- data ReplaceCustomResourceDefinition
- replaceCustomResourceDefinitionStatus :: (Consumes ReplaceCustomResourceDefinitionStatus contentType, MimeRender contentType V1CustomResourceDefinition) => ContentType contentType -> Accept accept -> V1CustomResourceDefinition -> Name -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType V1CustomResourceDefinition accept
- data ReplaceCustomResourceDefinitionStatus
Operations
ApiextensionsV1
createCustomResourceDefinition
createCustomResourceDefinition Source #
Arguments
:: (Consumes CreateCustomResourceDefinition contentType, MimeRender contentType V1CustomResourceDefinition) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1CustomResourceDefinition | "body" |
-> KubernetesRequest CreateCustomResourceDefinition contentType V1CustomResourceDefinition accept |
POST /apis/apiextensions.k8s.io/v1/customresourcedefinitions
create a CustomResourceDefinition
AuthMethod: AuthApiKeyBearerToken
data CreateCustomResourceDefinition Source #
Instances
HasBodyParam CreateCustomResourceDefinition V1CustomResourceDefinition Source # | |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods setBodyParam :: (Consumes CreateCustomResourceDefinition contentType, MimeRender contentType V1CustomResourceDefinition) => KubernetesRequest CreateCustomResourceDefinition contentType res accept -> V1CustomResourceDefinition -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam CreateCustomResourceDefinition DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam CreateCustomResourceDefinition FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam CreateCustomResourceDefinition FieldValidation Source # | Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> FieldValidation -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> FieldValidation -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam CreateCustomResourceDefinition Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> Pretty -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest CreateCustomResourceDefinition contentType res accept -> Pretty -> KubernetesRequest CreateCustomResourceDefinition contentType res accept Source # | |
MimeType mtype => Consumes CreateCustomResourceDefinition mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces CreateCustomResourceDefinition MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces CreateCustomResourceDefinition MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces CreateCustomResourceDefinition MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces CreateCustomResourceDefinition MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 |
deleteCollectionCustomResourceDefinition
deleteCollectionCustomResourceDefinition Source #
Arguments
:: Consumes DeleteCollectionCustomResourceDefinition contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType V1Status accept |
DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions
delete collection of CustomResourceDefinition
AuthMethod: AuthApiKeyBearerToken
data DeleteCollectionCustomResourceDefinition Source #
Instances
HasBodyParam DeleteCollectionCustomResourceDefinition V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods setBodyParam :: (Consumes DeleteCollectionCustomResourceDefinition contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> Continue -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> Continue -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition IgnoreStoreReadErrorWithClusterBreakingPotential Source # | Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> Limit -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> Limit -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition PropagationPolicy Source # | Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition ResourceVersion Source # | Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition ResourceVersionMatch Source # | Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition SendInitialEvents Source # | Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCollectionCustomResourceDefinition TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionCustomResourceDefinition contentType res accept Source # | |
MimeType mtype => Consumes DeleteCollectionCustomResourceDefinition mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces DeleteCollectionCustomResourceDefinition MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces DeleteCollectionCustomResourceDefinition MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces DeleteCollectionCustomResourceDefinition MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces DeleteCollectionCustomResourceDefinition MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 |
deleteCustomResourceDefinition
deleteCustomResourceDefinition Source #
Arguments
:: Consumes DeleteCustomResourceDefinition contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Name | "name" - name of the CustomResourceDefinition |
-> KubernetesRequest DeleteCustomResourceDefinition contentType V1Status accept |
DELETE /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
delete a CustomResourceDefinition
AuthMethod: AuthApiKeyBearerToken
data DeleteCustomResourceDefinition Source #
Instances
HasBodyParam DeleteCustomResourceDefinition V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods setBodyParam :: (Consumes DeleteCustomResourceDefinition contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCustomResourceDefinition DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCustomResourceDefinition GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCustomResourceDefinition IgnoreStoreReadErrorWithClusterBreakingPotential Source # | Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCustomResourceDefinition OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCustomResourceDefinition Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> Pretty -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> Pretty -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam DeleteCustomResourceDefinition PropagationPolicy Source # | Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest DeleteCustomResourceDefinition contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCustomResourceDefinition contentType res accept Source # | |
MimeType mtype => Consumes DeleteCustomResourceDefinition mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces DeleteCustomResourceDefinition MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces DeleteCustomResourceDefinition MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces DeleteCustomResourceDefinition MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces DeleteCustomResourceDefinition MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 |
getAPIResources
Arguments
:: Accept accept | request accept ( |
-> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept |
data GetAPIResources Source #
Instances
Produces GetAPIResources MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces GetAPIResources MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces GetAPIResources MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces GetAPIResources MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 |
listCustomResourceDefinition
listCustomResourceDefinition Source #
Arguments
:: Accept accept | request accept ( |
-> KubernetesRequest ListCustomResourceDefinition MimeNoContent V1CustomResourceDefinitionList accept |
GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions
list or watch objects of kind CustomResourceDefinition
AuthMethod: AuthApiKeyBearerToken
data ListCustomResourceDefinition Source #
Instances
HasOptionalParam ListCustomResourceDefinition AllowWatchBookmarks Source # | Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Continue -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Continue -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> FieldSelector -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> FieldSelector -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> LabelSelector -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> LabelSelector -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Limit -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Limit -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Pretty -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Pretty -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition ResourceVersion Source # | Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> ResourceVersion -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> ResourceVersion -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition ResourceVersionMatch Source # | Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition SendInitialEvents Source # | Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> SendInitialEvents -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> SendInitialEvents -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> TimeoutSeconds -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> TimeoutSeconds -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ListCustomResourceDefinition Watch Source # | Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Watch -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ListCustomResourceDefinition contentType res accept -> Watch -> KubernetesRequest ListCustomResourceDefinition contentType res accept Source # | |
Produces ListCustomResourceDefinition MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces ListCustomResourceDefinition MimeCborSeq Source # | application/cbor-seq |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces ListCustomResourceDefinition MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces ListCustomResourceDefinition MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces ListCustomResourceDefinition MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces ListCustomResourceDefinition MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces ListCustomResourceDefinition MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 |
patchCustomResourceDefinition
patchCustomResourceDefinition Source #
Arguments
:: (Consumes PatchCustomResourceDefinition contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the CustomResourceDefinition |
-> KubernetesRequest PatchCustomResourceDefinition contentType V1CustomResourceDefinition accept |
PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
partially update the specified CustomResourceDefinition
AuthMethod: AuthApiKeyBearerToken
data PatchCustomResourceDefinition Source #
Instances
HasBodyParam PatchCustomResourceDefinition Body Source # | |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods setBodyParam :: (Consumes PatchCustomResourceDefinition contentType, MimeRender contentType Body) => KubernetesRequest PatchCustomResourceDefinition contentType res accept -> Body -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinition DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinition FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinition FieldValidation Source # | Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> FieldValidation -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> FieldValidation -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinition Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> Force -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> Force -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinition Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> Pretty -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinition contentType res accept -> Pretty -> KubernetesRequest PatchCustomResourceDefinition contentType res accept Source # | |
Consumes PatchCustomResourceDefinition MimeApplyPatchcbor Source # | application/apply-patch+cbor |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Consumes PatchCustomResourceDefinition MimeApplyPatchyaml Source # | application/apply-patch+yaml |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Consumes PatchCustomResourceDefinition MimeJsonPatchjson Source # | application/json-patch+json |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Consumes PatchCustomResourceDefinition MimeMergePatchjson Source # | application/merge-patch+json |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Consumes PatchCustomResourceDefinition MimeStrategicMergePatchjson Source # | application/strategic-merge-patch+json |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces PatchCustomResourceDefinition MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces PatchCustomResourceDefinition MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces PatchCustomResourceDefinition MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces PatchCustomResourceDefinition MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 |
patchCustomResourceDefinitionStatus
patchCustomResourceDefinitionStatus Source #
Arguments
:: (Consumes PatchCustomResourceDefinitionStatus contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the CustomResourceDefinition |
-> KubernetesRequest PatchCustomResourceDefinitionStatus contentType V1CustomResourceDefinition accept |
PATCH /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status
partially update status of the specified CustomResourceDefinition
AuthMethod: AuthApiKeyBearerToken
data PatchCustomResourceDefinitionStatus Source #
Instances
HasBodyParam PatchCustomResourceDefinitionStatus Body Source # | |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods setBodyParam :: (Consumes PatchCustomResourceDefinitionStatus contentType, MimeRender contentType Body) => KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> Body -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinitionStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> DryRun -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> DryRun -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinitionStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> FieldManager -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> FieldManager -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinitionStatus FieldValidation Source # | Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> FieldValidation -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> FieldValidation -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinitionStatus Force Source # | Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> Force -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> Force -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam PatchCustomResourceDefinitionStatus Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> Pretty -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept -> Pretty -> KubernetesRequest PatchCustomResourceDefinitionStatus contentType res accept Source # | |
Consumes PatchCustomResourceDefinitionStatus MimeApplyPatchcbor Source # | application/apply-patch+cbor |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Consumes PatchCustomResourceDefinitionStatus MimeApplyPatchyaml Source # | application/apply-patch+yaml |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Consumes PatchCustomResourceDefinitionStatus MimeJsonPatchjson Source # | application/json-patch+json |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Consumes PatchCustomResourceDefinitionStatus MimeMergePatchjson Source # | application/merge-patch+json |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Consumes PatchCustomResourceDefinitionStatus MimeStrategicMergePatchjson Source # | application/strategic-merge-patch+json |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces PatchCustomResourceDefinitionStatus MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces PatchCustomResourceDefinitionStatus MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces PatchCustomResourceDefinitionStatus MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces PatchCustomResourceDefinitionStatus MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 |
readCustomResourceDefinition
readCustomResourceDefinition Source #
Arguments
:: Accept accept | request accept ( |
-> Name | "name" - name of the CustomResourceDefinition |
-> KubernetesRequest ReadCustomResourceDefinition MimeNoContent V1CustomResourceDefinition accept |
GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
read the specified CustomResourceDefinition
AuthMethod: AuthApiKeyBearerToken
data ReadCustomResourceDefinition Source #
Instances
readCustomResourceDefinitionStatus
readCustomResourceDefinitionStatus Source #
Arguments
:: Accept accept | request accept ( |
-> Name | "name" - name of the CustomResourceDefinition |
-> KubernetesRequest ReadCustomResourceDefinitionStatus MimeNoContent V1CustomResourceDefinition accept |
GET /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status
read status of the specified CustomResourceDefinition
AuthMethod: AuthApiKeyBearerToken
data ReadCustomResourceDefinitionStatus Source #
Instances
replaceCustomResourceDefinition
replaceCustomResourceDefinition Source #
Arguments
:: (Consumes ReplaceCustomResourceDefinition contentType, MimeRender contentType V1CustomResourceDefinition) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1CustomResourceDefinition | "body" |
-> Name | "name" - name of the CustomResourceDefinition |
-> KubernetesRequest ReplaceCustomResourceDefinition contentType V1CustomResourceDefinition accept |
PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}
replace the specified CustomResourceDefinition
AuthMethod: AuthApiKeyBearerToken
data ReplaceCustomResourceDefinition Source #
Instances
HasBodyParam ReplaceCustomResourceDefinition V1CustomResourceDefinition Source # | |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods setBodyParam :: (Consumes ReplaceCustomResourceDefinition contentType, MimeRender contentType V1CustomResourceDefinition) => KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> V1CustomResourceDefinition -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinition DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> DryRun -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinition FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> FieldManager -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinition FieldValidation Source # | Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> FieldValidation -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> FieldValidation -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinition Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> Pretty -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinition contentType res accept -> Pretty -> KubernetesRequest ReplaceCustomResourceDefinition contentType res accept Source # | |
MimeType mtype => Consumes ReplaceCustomResourceDefinition mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces ReplaceCustomResourceDefinition MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces ReplaceCustomResourceDefinition MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces ReplaceCustomResourceDefinition MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces ReplaceCustomResourceDefinition MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 |
replaceCustomResourceDefinitionStatus
replaceCustomResourceDefinitionStatus Source #
Arguments
:: (Consumes ReplaceCustomResourceDefinitionStatus contentType, MimeRender contentType V1CustomResourceDefinition) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1CustomResourceDefinition | "body" |
-> Name | "name" - name of the CustomResourceDefinition |
-> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType V1CustomResourceDefinition accept |
PUT /apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status
replace status of the specified CustomResourceDefinition
AuthMethod: AuthApiKeyBearerToken
data ReplaceCustomResourceDefinitionStatus Source #
Instances
HasBodyParam ReplaceCustomResourceDefinitionStatus V1CustomResourceDefinition Source # | |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods setBodyParam :: (Consumes ReplaceCustomResourceDefinitionStatus contentType, MimeRender contentType V1CustomResourceDefinition) => KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> V1CustomResourceDefinition -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinitionStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinitionStatus FieldManager Source # | Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinitionStatus FieldValidation Source # | Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> FieldValidation -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> FieldValidation -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # | |
HasOptionalParam ReplaceCustomResourceDefinitionStatus Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 Methods applyOptionalParam :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> Pretty -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept -> Pretty -> KubernetesRequest ReplaceCustomResourceDefinitionStatus contentType res accept Source # | |
MimeType mtype => Consumes ReplaceCustomResourceDefinitionStatus mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces ReplaceCustomResourceDefinitionStatus MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces ReplaceCustomResourceDefinitionStatus MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces ReplaceCustomResourceDefinitionStatus MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 | |
Produces ReplaceCustomResourceDefinitionStatus MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.ApiextensionsV1 |