Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- createNamespacedCronJob :: (Consumes CreateNamespacedCronJob contentType, MimeRender contentType V2alpha1CronJob) => ContentType contentType -> Accept accept -> V2alpha1CronJob -> Namespace -> KubernetesRequest CreateNamespacedCronJob contentType V2alpha1CronJob accept
- data CreateNamespacedCronJob
- deleteCollectionNamespacedCronJob :: Consumes DeleteCollectionNamespacedCronJob contentType => ContentType contentType -> Accept accept -> Namespace -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType V1Status accept
- data DeleteCollectionNamespacedCronJob
- deleteNamespacedCronJob :: Consumes DeleteNamespacedCronJob contentType => ContentType contentType -> Accept accept -> Name -> Namespace -> KubernetesRequest DeleteNamespacedCronJob contentType V1Status accept
- data DeleteNamespacedCronJob
- getAPIResources :: Accept accept -> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept
- data GetAPIResources
- listCronJobForAllNamespaces :: Accept accept -> KubernetesRequest ListCronJobForAllNamespaces MimeNoContent V2alpha1CronJobList accept
- data ListCronJobForAllNamespaces
- listNamespacedCronJob :: Accept accept -> Namespace -> KubernetesRequest ListNamespacedCronJob MimeNoContent V2alpha1CronJobList accept
- data ListNamespacedCronJob
- patchNamespacedCronJob :: (Consumes PatchNamespacedCronJob contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> Namespace -> KubernetesRequest PatchNamespacedCronJob contentType V2alpha1CronJob accept
- data PatchNamespacedCronJob
- patchNamespacedCronJobStatus :: (Consumes PatchNamespacedCronJobStatus contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> Namespace -> KubernetesRequest PatchNamespacedCronJobStatus contentType V2alpha1CronJob accept
- data PatchNamespacedCronJobStatus
- readNamespacedCronJob :: Accept accept -> Name -> Namespace -> KubernetesRequest ReadNamespacedCronJob MimeNoContent V2alpha1CronJob accept
- data ReadNamespacedCronJob
- readNamespacedCronJobStatus :: Accept accept -> Name -> Namespace -> KubernetesRequest ReadNamespacedCronJobStatus MimeNoContent V2alpha1CronJob accept
- data ReadNamespacedCronJobStatus
- replaceNamespacedCronJob :: (Consumes ReplaceNamespacedCronJob contentType, MimeRender contentType V2alpha1CronJob) => ContentType contentType -> Accept accept -> V2alpha1CronJob -> Name -> Namespace -> KubernetesRequest ReplaceNamespacedCronJob contentType V2alpha1CronJob accept
- data ReplaceNamespacedCronJob
- replaceNamespacedCronJobStatus :: (Consumes ReplaceNamespacedCronJobStatus contentType, MimeRender contentType V2alpha1CronJob) => ContentType contentType -> Accept accept -> V2alpha1CronJob -> Name -> Namespace -> KubernetesRequest ReplaceNamespacedCronJobStatus contentType V2alpha1CronJob accept
- data ReplaceNamespacedCronJobStatus
Operations
BatchV2alpha1
createNamespacedCronJob
createNamespacedCronJob Source #
:: (Consumes CreateNamespacedCronJob contentType, MimeRender contentType V2alpha1CronJob) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V2alpha1CronJob | "body" |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest CreateNamespacedCronJob contentType V2alpha1CronJob accept |
POST /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs
create a CronJob
AuthMethod: AuthApiKeyBearerToken
data CreateNamespacedCronJob Source #
Instances
deleteCollectionNamespacedCronJob
deleteCollectionNamespacedCronJob Source #
:: Consumes DeleteCollectionNamespacedCronJob contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest DeleteCollectionNamespacedCronJob contentType V1Status accept |
DELETE /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs
delete collection of CronJob
AuthMethod: AuthApiKeyBearerToken
data DeleteCollectionNamespacedCronJob Source #
Instances
Produces DeleteCollectionNamespacedCronJob MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces DeleteCollectionNamespacedCronJob MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces DeleteCollectionNamespacedCronJob MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
MimeType mtype => Consumes DeleteCollectionNamespacedCronJob mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
HasOptionalParam DeleteCollectionNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Watch -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Watch -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob ResourceVersion Source # | Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedCronJob 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. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # | |
HasBodyParam DeleteCollectionNamespacedCronJob V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 setBodyParam :: (Consumes DeleteCollectionNamespacedCronJob contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCollectionNamespacedCronJob contentType res accept Source # |
deleteNamespacedCronJob
deleteNamespacedCronJob Source #
:: Consumes DeleteNamespacedCronJob contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Name | "name" - name of the CronJob |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest DeleteNamespacedCronJob contentType V1Status accept |
DELETE /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
delete a CronJob
AuthMethod: AuthApiKeyBearerToken
data DeleteNamespacedCronJob Source #
Instances
Produces DeleteNamespacedCronJob MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces DeleteNamespacedCronJob MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces DeleteNamespacedCronJob MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
MimeType mtype => Consumes DeleteNamespacedCronJob mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
HasOptionalParam DeleteNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedCronJob Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # | |
HasOptionalParam DeleteNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedCronJob contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # | |
HasBodyParam DeleteNamespacedCronJob V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 setBodyParam :: (Consumes DeleteNamespacedCronJob contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteNamespacedCronJob contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteNamespacedCronJob contentType res accept Source # |
getAPIResources
:: Accept accept | request accept ( |
-> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept |
data GetAPIResources Source #
Instances
Produces GetAPIResources MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces GetAPIResources MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces GetAPIResources MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 |
listCronJobForAllNamespaces
listCronJobForAllNamespaces Source #
:: Accept accept | request accept ( |
-> KubernetesRequest ListCronJobForAllNamespaces MimeNoContent V2alpha1CronJobList accept |
GET /apis/batch/v2alpha1/cronjobs
list or watch objects of kind CronJob
AuthMethod: AuthApiKeyBearerToken
data ListCronJobForAllNamespaces Source #
Instances
Produces ListCronJobForAllNamespaces MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces ListCronJobForAllNamespaces MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces ListCronJobForAllNamespaces MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces ListCronJobForAllNamespaces MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces ListCronJobForAllNamespaces MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
HasOptionalParam ListCronJobForAllNamespaces 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Watch -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Watch -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> TimeoutSeconds -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> TimeoutSeconds -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces ResourceVersion Source # | Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Pretty -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Pretty -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> LabelSelector -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> LabelSelector -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> FieldSelector -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> FieldSelector -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListCronJobForAllNamespaces 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. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListCronJobForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCronJobForAllNamespaces contentType res accept Source # |
listNamespacedCronJob
listNamespacedCronJob Source #
:: Accept accept | request accept ( |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ListNamespacedCronJob MimeNoContent V2alpha1CronJobList accept |
GET /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs
list or watch objects of kind CronJob
AuthMethod: AuthApiKeyBearerToken
data ListNamespacedCronJob Source #
Instances
Produces ListNamespacedCronJob MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces ListNamespacedCronJob MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces ListNamespacedCronJob MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces ListNamespacedCronJob MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces ListNamespacedCronJob MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
HasOptionalParam ListNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Watch -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Watch -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob ResourceVersion Source # | Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Pretty -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Pretty -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Limit -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Limit -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> LabelSelector -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> LabelSelector -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> FieldSelector -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> FieldSelector -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob 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.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Continue -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> Continue -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # | |
HasOptionalParam ListNamespacedCronJob 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. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is beta. |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ListNamespacedCronJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedCronJob contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedCronJob contentType res accept Source # |
patchNamespacedCronJob
patchNamespacedCronJob Source #
:: (Consumes PatchNamespacedCronJob contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the CronJob |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest PatchNamespacedCronJob contentType V2alpha1CronJob accept |
PATCH /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
partially update the specified CronJob
AuthMethod: AuthApiKeyBearerToken
data PatchNamespacedCronJob Source #
Instances
patchNamespacedCronJobStatus
patchNamespacedCronJobStatus Source #
:: (Consumes PatchNamespacedCronJobStatus contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the CronJob |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest PatchNamespacedCronJobStatus contentType V2alpha1CronJob accept |
PATCH /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status
partially update status of the specified CronJob
AuthMethod: AuthApiKeyBearerToken
data PatchNamespacedCronJobStatus Source #
Instances
readNamespacedCronJob
readNamespacedCronJob Source #
:: Accept accept | request accept ( |
-> Name | "name" - name of the CronJob |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReadNamespacedCronJob MimeNoContent V2alpha1CronJob accept |
GET /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
read the specified CronJob
AuthMethod: AuthApiKeyBearerToken
data ReadNamespacedCronJob Source #
Instances
readNamespacedCronJobStatus
readNamespacedCronJobStatus Source #
:: Accept accept | request accept ( |
-> Name | "name" - name of the CronJob |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReadNamespacedCronJobStatus MimeNoContent V2alpha1CronJob accept |
GET /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status
read status of the specified CronJob
AuthMethod: AuthApiKeyBearerToken
data ReadNamespacedCronJobStatus Source #
Instances
Produces ReadNamespacedCronJobStatus MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces ReadNamespacedCronJobStatus MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
Produces ReadNamespacedCronJobStatus MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 | |
HasOptionalParam ReadNamespacedCronJobStatus Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.BatchV2alpha1 applyOptionalParam :: KubernetesRequest ReadNamespacedCronJobStatus contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedCronJobStatus contentType res accept Source # (-&-) :: KubernetesRequest ReadNamespacedCronJobStatus contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedCronJobStatus contentType res accept Source # |
replaceNamespacedCronJob
replaceNamespacedCronJob Source #
:: (Consumes ReplaceNamespacedCronJob contentType, MimeRender contentType V2alpha1CronJob) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V2alpha1CronJob | "body" |
-> Name | "name" - name of the CronJob |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReplaceNamespacedCronJob contentType V2alpha1CronJob accept |
PUT /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}
replace the specified CronJob
AuthMethod: AuthApiKeyBearerToken
data ReplaceNamespacedCronJob Source #
Instances
replaceNamespacedCronJobStatus
replaceNamespacedCronJobStatus Source #
:: (Consumes ReplaceNamespacedCronJobStatus contentType, MimeRender contentType V2alpha1CronJob) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V2alpha1CronJob | "body" |
-> Name | "name" - name of the CronJob |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReplaceNamespacedCronJobStatus contentType V2alpha1CronJob accept |
PUT /apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status
replace status of the specified CronJob
AuthMethod: AuthApiKeyBearerToken
data ReplaceNamespacedCronJobStatus Source #