Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- createNamespacedIngress :: (Consumes CreateNamespacedIngress contentType, MimeRender contentType NetworkingV1beta1Ingress) => ContentType contentType -> Accept accept -> NetworkingV1beta1Ingress -> Namespace -> KubernetesRequest CreateNamespacedIngress contentType NetworkingV1beta1Ingress accept
- data CreateNamespacedIngress
- deleteCollectionNamespacedIngress :: Consumes DeleteCollectionNamespacedIngress contentType => ContentType contentType -> Accept accept -> Namespace -> KubernetesRequest DeleteCollectionNamespacedIngress contentType V1Status accept
- data DeleteCollectionNamespacedIngress
- deleteNamespacedIngress :: Consumes DeleteNamespacedIngress contentType => ContentType contentType -> Accept accept -> Name -> Namespace -> KubernetesRequest DeleteNamespacedIngress contentType V1Status accept
- data DeleteNamespacedIngress
- getAPIResources :: Accept accept -> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept
- data GetAPIResources
- listIngressForAllNamespaces :: Accept accept -> KubernetesRequest ListIngressForAllNamespaces MimeNoContent NetworkingV1beta1IngressList accept
- data ListIngressForAllNamespaces
- listNamespacedIngress :: Accept accept -> Namespace -> KubernetesRequest ListNamespacedIngress MimeNoContent NetworkingV1beta1IngressList accept
- data ListNamespacedIngress
- patchNamespacedIngress :: (Consumes PatchNamespacedIngress contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> Namespace -> KubernetesRequest PatchNamespacedIngress contentType NetworkingV1beta1Ingress accept
- data PatchNamespacedIngress
- patchNamespacedIngressStatus :: (Consumes PatchNamespacedIngressStatus contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> Namespace -> KubernetesRequest PatchNamespacedIngressStatus contentType NetworkingV1beta1Ingress accept
- data PatchNamespacedIngressStatus
- readNamespacedIngress :: Accept accept -> Name -> Namespace -> KubernetesRequest ReadNamespacedIngress MimeNoContent NetworkingV1beta1Ingress accept
- data ReadNamespacedIngress
- readNamespacedIngressStatus :: Accept accept -> Name -> Namespace -> KubernetesRequest ReadNamespacedIngressStatus MimeNoContent NetworkingV1beta1Ingress accept
- data ReadNamespacedIngressStatus
- replaceNamespacedIngress :: (Consumes ReplaceNamespacedIngress contentType, MimeRender contentType NetworkingV1beta1Ingress) => ContentType contentType -> Accept accept -> NetworkingV1beta1Ingress -> Name -> Namespace -> KubernetesRequest ReplaceNamespacedIngress contentType NetworkingV1beta1Ingress accept
- data ReplaceNamespacedIngress
- replaceNamespacedIngressStatus :: (Consumes ReplaceNamespacedIngressStatus contentType, MimeRender contentType NetworkingV1beta1Ingress) => ContentType contentType -> Accept accept -> NetworkingV1beta1Ingress -> Name -> Namespace -> KubernetesRequest ReplaceNamespacedIngressStatus contentType NetworkingV1beta1Ingress accept
- data ReplaceNamespacedIngressStatus
Operations
NetworkingV1beta1
createNamespacedIngress
createNamespacedIngress Source #
:: (Consumes CreateNamespacedIngress contentType, MimeRender contentType NetworkingV1beta1Ingress) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> NetworkingV1beta1Ingress | "body" |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest CreateNamespacedIngress contentType NetworkingV1beta1Ingress accept |
POST /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses
create an Ingress
AuthMethod: AuthApiKeyBearerToken
data CreateNamespacedIngress Source #
Instances
deleteCollectionNamespacedIngress
deleteCollectionNamespacedIngress Source #
:: Consumes DeleteCollectionNamespacedIngress contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest DeleteCollectionNamespacedIngress contentType V1Status accept |
DELETE /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses
delete collection of Ingress
AuthMethod: AuthApiKeyBearerToken
data DeleteCollectionNamespacedIngress Source #
Instances
Produces DeleteCollectionNamespacedIngress MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteCollectionNamespacedIngress MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteCollectionNamespacedIngress MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
MimeType mtype => Consumes DeleteCollectionNamespacedIngress mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
HasOptionalParam DeleteCollectionNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Watch -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Watch -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> AllowWatchBookmarks -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasBodyParam DeleteCollectionNamespacedIngress V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 setBodyParam :: (Consumes DeleteCollectionNamespacedIngress contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # |
deleteNamespacedIngress
deleteNamespacedIngress Source #
:: Consumes DeleteNamespacedIngress contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Name | "name" - name of the Ingress |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest DeleteNamespacedIngress contentType V1Status accept |
DELETE /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}
delete an Ingress
AuthMethod: AuthApiKeyBearerToken
data DeleteNamespacedIngress Source #
Instances
Produces DeleteNamespacedIngress MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteNamespacedIngress MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteNamespacedIngress MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
MimeType mtype => Consumes DeleteNamespacedIngress mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
HasOptionalParam DeleteNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteNamespacedIngress Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # | |
HasBodyParam DeleteNamespacedIngress V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 setBodyParam :: (Consumes DeleteNamespacedIngress contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteNamespacedIngress contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteNamespacedIngress 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.NetworkingV1beta1 | |
Produces GetAPIResources MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces GetAPIResources MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |
listIngressForAllNamespaces
listIngressForAllNamespaces Source #
:: Accept accept | request accept ( |
-> KubernetesRequest ListIngressForAllNamespaces MimeNoContent NetworkingV1beta1IngressList accept |
GET /apis/networking.k8s.io/v1beta1/ingresses
list or watch objects of kind Ingress
AuthMethod: AuthApiKeyBearerToken
data ListIngressForAllNamespaces Source #
Instances
Produces ListIngressForAllNamespaces MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListIngressForAllNamespaces MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListIngressForAllNamespaces MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListIngressForAllNamespaces MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListIngressForAllNamespaces MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
HasOptionalParam ListIngressForAllNamespaces 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Watch -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Watch -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> TimeoutSeconds -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> TimeoutSeconds -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Pretty -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Pretty -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> LabelSelector -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> LabelSelector -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> FieldSelector -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> FieldSelector -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # |
listNamespacedIngress
listNamespacedIngress Source #
:: Accept accept | request accept ( |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ListNamespacedIngress MimeNoContent NetworkingV1beta1IngressList accept |
GET /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses
list or watch objects of kind Ingress
AuthMethod: AuthApiKeyBearerToken
data ListNamespacedIngress Source #
Instances
Produces ListNamespacedIngress MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListNamespacedIngress MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListNamespacedIngress MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListNamespacedIngress MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListNamespacedIngress MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
HasOptionalParam ListNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> Watch -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> Watch -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> Pretty -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> Pretty -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> Limit -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> Limit -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> LabelSelector -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> LabelSelector -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> FieldSelector -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> FieldSelector -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> Continue -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> Continue -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress 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.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedIngress contentType res accept Source # |
patchNamespacedIngress
patchNamespacedIngress Source #
:: (Consumes PatchNamespacedIngress contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the Ingress |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest PatchNamespacedIngress contentType NetworkingV1beta1Ingress accept |
PATCH /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}
partially update the specified Ingress
AuthMethod: AuthApiKeyBearerToken
data PatchNamespacedIngress Source #
Instances
patchNamespacedIngressStatus
patchNamespacedIngressStatus Source #
:: (Consumes PatchNamespacedIngressStatus contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the Ingress |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest PatchNamespacedIngressStatus contentType NetworkingV1beta1Ingress accept |
PATCH /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}/status
partially update status of the specified Ingress
AuthMethod: AuthApiKeyBearerToken
data PatchNamespacedIngressStatus Source #
Instances
readNamespacedIngress
readNamespacedIngress Source #
:: Accept accept | request accept ( |
-> Name | "name" - name of the Ingress |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReadNamespacedIngress MimeNoContent NetworkingV1beta1Ingress accept |
GET /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}
read the specified Ingress
AuthMethod: AuthApiKeyBearerToken
data ReadNamespacedIngress Source #
Instances
readNamespacedIngressStatus
readNamespacedIngressStatus Source #
:: Accept accept | request accept ( |
-> Name | "name" - name of the Ingress |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReadNamespacedIngressStatus MimeNoContent NetworkingV1beta1Ingress accept |
GET /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}/status
read status of the specified Ingress
AuthMethod: AuthApiKeyBearerToken
data ReadNamespacedIngressStatus Source #
Instances
Produces ReadNamespacedIngressStatus MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ReadNamespacedIngressStatus MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ReadNamespacedIngressStatus MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
HasOptionalParam ReadNamespacedIngressStatus Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 applyOptionalParam :: KubernetesRequest ReadNamespacedIngressStatus contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest ReadNamespacedIngressStatus contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedIngressStatus contentType res accept Source # |
replaceNamespacedIngress
replaceNamespacedIngress Source #
:: (Consumes ReplaceNamespacedIngress contentType, MimeRender contentType NetworkingV1beta1Ingress) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> NetworkingV1beta1Ingress | "body" |
-> Name | "name" - name of the Ingress |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReplaceNamespacedIngress contentType NetworkingV1beta1Ingress accept |
PUT /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}
replace the specified Ingress
AuthMethod: AuthApiKeyBearerToken
data ReplaceNamespacedIngress Source #
Instances
replaceNamespacedIngressStatus
replaceNamespacedIngressStatus Source #
:: (Consumes ReplaceNamespacedIngressStatus contentType, MimeRender contentType NetworkingV1beta1Ingress) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> NetworkingV1beta1Ingress | "body" |
-> Name | "name" - name of the Ingress |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReplaceNamespacedIngressStatus contentType NetworkingV1beta1Ingress accept |
PUT /apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}/status
replace status of the specified Ingress
AuthMethod: AuthApiKeyBearerToken
data ReplaceNamespacedIngressStatus Source #