Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Kubernetes.OpenAPI.API.NetworkingV1
Contents
- Operations
- NetworkingV1
- createIngressClass
- createNamespacedIngress
- createNamespacedNetworkPolicy
- deleteCollectionIngressClass
- deleteCollectionNamespacedIngress
- deleteCollectionNamespacedNetworkPolicy
- deleteIngressClass
- deleteNamespacedIngress
- deleteNamespacedNetworkPolicy
- getAPIResources
- listIngressClass
- listIngressForAllNamespaces
- listNamespacedIngress
- listNamespacedNetworkPolicy
- listNetworkPolicyForAllNamespaces
- patchIngressClass
- patchNamespacedIngress
- patchNamespacedIngressStatus
- patchNamespacedNetworkPolicy
- readIngressClass
- readNamespacedIngress
- readNamespacedIngressStatus
- readNamespacedNetworkPolicy
- replaceIngressClass
- replaceNamespacedIngress
- replaceNamespacedIngressStatus
- replaceNamespacedNetworkPolicy
- NetworkingV1
Description
Synopsis
- createIngressClass :: (Consumes CreateIngressClass contentType, MimeRender contentType V1IngressClass) => ContentType contentType -> Accept accept -> V1IngressClass -> KubernetesRequest CreateIngressClass contentType V1IngressClass accept
- data CreateIngressClass
- createNamespacedIngress :: (Consumes CreateNamespacedIngress contentType, MimeRender contentType V1Ingress) => ContentType contentType -> Accept accept -> V1Ingress -> Namespace -> KubernetesRequest CreateNamespacedIngress contentType V1Ingress accept
- data CreateNamespacedIngress
- createNamespacedNetworkPolicy :: (Consumes CreateNamespacedNetworkPolicy contentType, MimeRender contentType V1NetworkPolicy) => ContentType contentType -> Accept accept -> V1NetworkPolicy -> Namespace -> KubernetesRequest CreateNamespacedNetworkPolicy contentType V1NetworkPolicy accept
- data CreateNamespacedNetworkPolicy
- deleteCollectionIngressClass :: Consumes DeleteCollectionIngressClass contentType => ContentType contentType -> Accept accept -> KubernetesRequest DeleteCollectionIngressClass contentType V1Status accept
- data DeleteCollectionIngressClass
- deleteCollectionNamespacedIngress :: Consumes DeleteCollectionNamespacedIngress contentType => ContentType contentType -> Accept accept -> Namespace -> KubernetesRequest DeleteCollectionNamespacedIngress contentType V1Status accept
- data DeleteCollectionNamespacedIngress
- deleteCollectionNamespacedNetworkPolicy :: Consumes DeleteCollectionNamespacedNetworkPolicy contentType => ContentType contentType -> Accept accept -> Namespace -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType V1Status accept
- data DeleteCollectionNamespacedNetworkPolicy
- deleteIngressClass :: Consumes DeleteIngressClass contentType => ContentType contentType -> Accept accept -> Name -> KubernetesRequest DeleteIngressClass contentType V1Status accept
- data DeleteIngressClass
- deleteNamespacedIngress :: Consumes DeleteNamespacedIngress contentType => ContentType contentType -> Accept accept -> Name -> Namespace -> KubernetesRequest DeleteNamespacedIngress contentType V1Status accept
- data DeleteNamespacedIngress
- deleteNamespacedNetworkPolicy :: Consumes DeleteNamespacedNetworkPolicy contentType => ContentType contentType -> Accept accept -> Name -> Namespace -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType V1Status accept
- data DeleteNamespacedNetworkPolicy
- getAPIResources :: Accept accept -> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept
- data GetAPIResources
- listIngressClass :: Accept accept -> KubernetesRequest ListIngressClass MimeNoContent V1IngressClassList accept
- data ListIngressClass
- listIngressForAllNamespaces :: Accept accept -> KubernetesRequest ListIngressForAllNamespaces MimeNoContent V1IngressList accept
- data ListIngressForAllNamespaces
- listNamespacedIngress :: Accept accept -> Namespace -> KubernetesRequest ListNamespacedIngress MimeNoContent V1IngressList accept
- data ListNamespacedIngress
- listNamespacedNetworkPolicy :: Accept accept -> Namespace -> KubernetesRequest ListNamespacedNetworkPolicy MimeNoContent V1NetworkPolicyList accept
- data ListNamespacedNetworkPolicy
- listNetworkPolicyForAllNamespaces :: Accept accept -> KubernetesRequest ListNetworkPolicyForAllNamespaces MimeNoContent V1NetworkPolicyList accept
- data ListNetworkPolicyForAllNamespaces
- patchIngressClass :: (Consumes PatchIngressClass contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> KubernetesRequest PatchIngressClass contentType V1IngressClass accept
- data PatchIngressClass
- patchNamespacedIngress :: (Consumes PatchNamespacedIngress contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> Namespace -> KubernetesRequest PatchNamespacedIngress contentType V1Ingress accept
- data PatchNamespacedIngress
- patchNamespacedIngressStatus :: (Consumes PatchNamespacedIngressStatus contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> Namespace -> KubernetesRequest PatchNamespacedIngressStatus contentType V1Ingress accept
- data PatchNamespacedIngressStatus
- patchNamespacedNetworkPolicy :: (Consumes PatchNamespacedNetworkPolicy contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> Namespace -> KubernetesRequest PatchNamespacedNetworkPolicy contentType V1NetworkPolicy accept
- data PatchNamespacedNetworkPolicy
- readIngressClass :: Accept accept -> Name -> KubernetesRequest ReadIngressClass MimeNoContent V1IngressClass accept
- data ReadIngressClass
- readNamespacedIngress :: Accept accept -> Name -> Namespace -> KubernetesRequest ReadNamespacedIngress MimeNoContent V1Ingress accept
- data ReadNamespacedIngress
- readNamespacedIngressStatus :: Accept accept -> Name -> Namespace -> KubernetesRequest ReadNamespacedIngressStatus MimeNoContent V1Ingress accept
- data ReadNamespacedIngressStatus
- readNamespacedNetworkPolicy :: Accept accept -> Name -> Namespace -> KubernetesRequest ReadNamespacedNetworkPolicy MimeNoContent V1NetworkPolicy accept
- data ReadNamespacedNetworkPolicy
- replaceIngressClass :: (Consumes ReplaceIngressClass contentType, MimeRender contentType V1IngressClass) => ContentType contentType -> Accept accept -> V1IngressClass -> Name -> KubernetesRequest ReplaceIngressClass contentType V1IngressClass accept
- data ReplaceIngressClass
- replaceNamespacedIngress :: (Consumes ReplaceNamespacedIngress contentType, MimeRender contentType V1Ingress) => ContentType contentType -> Accept accept -> V1Ingress -> Name -> Namespace -> KubernetesRequest ReplaceNamespacedIngress contentType V1Ingress accept
- data ReplaceNamespacedIngress
- replaceNamespacedIngressStatus :: (Consumes ReplaceNamespacedIngressStatus contentType, MimeRender contentType V1Ingress) => ContentType contentType -> Accept accept -> V1Ingress -> Name -> Namespace -> KubernetesRequest ReplaceNamespacedIngressStatus contentType V1Ingress accept
- data ReplaceNamespacedIngressStatus
- replaceNamespacedNetworkPolicy :: (Consumes ReplaceNamespacedNetworkPolicy contentType, MimeRender contentType V1NetworkPolicy) => ContentType contentType -> Accept accept -> V1NetworkPolicy -> Name -> Namespace -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType V1NetworkPolicy accept
- data ReplaceNamespacedNetworkPolicy
Operations
NetworkingV1
createIngressClass
Arguments
:: (Consumes CreateIngressClass contentType, MimeRender contentType V1IngressClass) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1IngressClass | "body" |
-> KubernetesRequest CreateIngressClass contentType V1IngressClass accept |
POST /apis/networking.k8s.io/v1/ingressclasses
create an IngressClass
AuthMethod: AuthApiKeyBearerToken
data CreateIngressClass Source #
Instances
HasBodyParam CreateIngressClass V1IngressClass Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes CreateIngressClass contentType, MimeRender contentType V1IngressClass) => KubernetesRequest CreateIngressClass contentType res accept -> V1IngressClass -> KubernetesRequest CreateIngressClass contentType res accept Source # | |
HasOptionalParam CreateIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest CreateIngressClass contentType res accept -> DryRun -> KubernetesRequest CreateIngressClass contentType res accept Source # (-&-) :: KubernetesRequest CreateIngressClass contentType res accept -> DryRun -> KubernetesRequest CreateIngressClass contentType res accept Source # | |
HasOptionalParam CreateIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest CreateIngressClass contentType res accept -> FieldManager -> KubernetesRequest CreateIngressClass contentType res accept Source # (-&-) :: KubernetesRequest CreateIngressClass contentType res accept -> FieldManager -> KubernetesRequest CreateIngressClass contentType res accept Source # | |
HasOptionalParam CreateIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest CreateIngressClass contentType res accept -> FieldValidation -> KubernetesRequest CreateIngressClass contentType res accept Source # (-&-) :: KubernetesRequest CreateIngressClass contentType res accept -> FieldValidation -> KubernetesRequest CreateIngressClass contentType res accept Source # | |
HasOptionalParam CreateIngressClass Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest CreateIngressClass contentType res accept -> Pretty -> KubernetesRequest CreateIngressClass contentType res accept Source # (-&-) :: KubernetesRequest CreateIngressClass contentType res accept -> Pretty -> KubernetesRequest CreateIngressClass contentType res accept Source # | |
MimeType mtype => Consumes CreateIngressClass mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces CreateIngressClass MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces CreateIngressClass MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces CreateIngressClass MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces CreateIngressClass MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
createNamespacedIngress
createNamespacedIngress Source #
Arguments
:: (Consumes CreateNamespacedIngress contentType, MimeRender contentType V1Ingress) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1Ingress | "body" |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest CreateNamespacedIngress contentType V1Ingress accept |
POST /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
create an Ingress
AuthMethod: AuthApiKeyBearerToken
data CreateNamespacedIngress Source #
Instances
HasBodyParam CreateNamespacedIngress V1Ingress Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes CreateNamespacedIngress contentType, MimeRender contentType V1Ingress) => KubernetesRequest CreateNamespacedIngress contentType res accept -> V1Ingress -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # | |
HasOptionalParam CreateNamespacedIngress 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # | |
HasOptionalParam CreateNamespacedIngress 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # | |
HasOptionalParam CreateNamespacedIngress 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedIngress contentType res accept -> FieldValidation -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedIngress contentType res accept -> FieldValidation -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # | |
HasOptionalParam CreateNamespacedIngress Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedIngress contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedIngress contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedIngress contentType res accept Source # | |
MimeType mtype => Consumes CreateNamespacedIngress mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces CreateNamespacedIngress MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces CreateNamespacedIngress MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces CreateNamespacedIngress MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces CreateNamespacedIngress MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
createNamespacedNetworkPolicy
createNamespacedNetworkPolicy Source #
Arguments
:: (Consumes CreateNamespacedNetworkPolicy contentType, MimeRender contentType V1NetworkPolicy) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1NetworkPolicy | "body" |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest CreateNamespacedNetworkPolicy contentType V1NetworkPolicy accept |
POST /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
create a NetworkPolicy
AuthMethod: AuthApiKeyBearerToken
data CreateNamespacedNetworkPolicy Source #
Instances
HasBodyParam CreateNamespacedNetworkPolicy V1NetworkPolicy Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes CreateNamespacedNetworkPolicy contentType, MimeRender contentType V1NetworkPolicy) => KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> V1NetworkPolicy -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam CreateNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam CreateNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam CreateNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> FieldValidation -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> FieldValidation -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam CreateNamespacedNetworkPolicy Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedNetworkPolicy contentType res accept Source # | |
MimeType mtype => Consumes CreateNamespacedNetworkPolicy mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces CreateNamespacedNetworkPolicy MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces CreateNamespacedNetworkPolicy MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces CreateNamespacedNetworkPolicy MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces CreateNamespacedNetworkPolicy MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
deleteCollectionIngressClass
deleteCollectionIngressClass Source #
Arguments
:: Consumes DeleteCollectionIngressClass contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> KubernetesRequest DeleteCollectionIngressClass contentType V1Status accept |
DELETE /apis/networking.k8s.io/v1/ingressclasses
delete collection of IngressClass
AuthMethod: AuthApiKeyBearerToken
data DeleteCollectionIngressClass Source #
Instances
HasBodyParam DeleteCollectionIngressClass V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes DeleteCollectionIngressClass contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCollectionIngressClass contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> Continue -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> Limit -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionIngressClass Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # | |
HasOptionalParam DeleteCollectionIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIngressClass contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionIngressClass contentType res accept Source # | |
MimeType mtype => Consumes DeleteCollectionIngressClass mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteCollectionIngressClass MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteCollectionIngressClass MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteCollectionIngressClass MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteCollectionIngressClass MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
deleteCollectionNamespacedIngress
deleteCollectionNamespacedIngress Source #
Arguments
:: 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/v1/namespaces/{namespace}/ingresses
delete collection of Ingress
AuthMethod: AuthApiKeyBearerToken
data DeleteCollectionNamespacedIngress Source #
Instances
HasBodyParam DeleteCollectionNamespacedIngress V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes DeleteCollectionNamespacedIngress contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> V1DeleteOptions -> 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedIngress 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedIngress contentType res accept -> SendInitialEvents -> 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.NetworkingV1 Methods 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 # | |
MimeType mtype => Consumes DeleteCollectionNamespacedIngress mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteCollectionNamespacedIngress MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteCollectionNamespacedIngress MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteCollectionNamespacedIngress MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteCollectionNamespacedIngress MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
deleteCollectionNamespacedNetworkPolicy
deleteCollectionNamespacedNetworkPolicy Source #
Arguments
:: Consumes DeleteCollectionNamespacedNetworkPolicy contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType V1Status accept |
DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
delete collection of NetworkPolicy
AuthMethod: AuthApiKeyBearerToken
data DeleteCollectionNamespacedNetworkPolicy Source #
Instances
HasBodyParam DeleteCollectionNamespacedNetworkPolicy V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes DeleteCollectionNamespacedNetworkPolicy contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> Continue -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteCollectionNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionNamespacedNetworkPolicy contentType res accept Source # | |
MimeType mtype => Consumes DeleteCollectionNamespacedNetworkPolicy mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteCollectionNamespacedNetworkPolicy MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteCollectionNamespacedNetworkPolicy MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteCollectionNamespacedNetworkPolicy MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteCollectionNamespacedNetworkPolicy MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
deleteIngressClass
Arguments
:: Consumes DeleteIngressClass contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Name | "name" - name of the IngressClass |
-> KubernetesRequest DeleteIngressClass contentType V1Status accept |
DELETE /apis/networking.k8s.io/v1/ingressclasses/{name}
delete an IngressClass
AuthMethod: AuthApiKeyBearerToken
data DeleteIngressClass Source #
Instances
HasBodyParam DeleteIngressClass V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes DeleteIngressClass contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteIngressClass contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteIngressClass contentType res accept Source # | |
HasOptionalParam DeleteIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteIngressClass contentType res accept -> DryRun -> KubernetesRequest DeleteIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteIngressClass contentType res accept -> DryRun -> KubernetesRequest DeleteIngressClass contentType res accept Source # | |
HasOptionalParam DeleteIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteIngressClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteIngressClass contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteIngressClass contentType res accept Source # | |
HasOptionalParam DeleteIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteIngressClass contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteIngressClass contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteIngressClass contentType res accept Source # | |
HasOptionalParam DeleteIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteIngressClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteIngressClass contentType res accept -> OrphanDependents -> KubernetesRequest DeleteIngressClass contentType res accept Source # | |
HasOptionalParam DeleteIngressClass Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteIngressClass contentType res accept -> Pretty -> KubernetesRequest DeleteIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteIngressClass contentType res accept -> Pretty -> KubernetesRequest DeleteIngressClass contentType res accept Source # | |
HasOptionalParam DeleteIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteIngressClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteIngressClass contentType res accept Source # (-&-) :: KubernetesRequest DeleteIngressClass contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteIngressClass contentType res accept Source # | |
MimeType mtype => Consumes DeleteIngressClass mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteIngressClass MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteIngressClass MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteIngressClass MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteIngressClass MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
deleteNamespacedIngress
deleteNamespacedIngress Source #
Arguments
:: 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/v1/namespaces/{namespace}/ingresses/{name}
delete an Ingress
AuthMethod: AuthApiKeyBearerToken
data DeleteNamespacedIngress Source #
Instances
HasBodyParam DeleteNamespacedIngress V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes DeleteNamespacedIngress contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteNamespacedIngress contentType res accept -> V1DeleteOptions -> 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.NetworkingV1 Methods 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 # | |
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.NetworkingV1 Methods 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 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedIngress contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> 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.NetworkingV1 Methods 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 Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 # | |
MimeType mtype => Consumes DeleteNamespacedIngress mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteNamespacedIngress MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteNamespacedIngress MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteNamespacedIngress MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteNamespacedIngress MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
deleteNamespacedNetworkPolicy
deleteNamespacedNetworkPolicy Source #
Arguments
:: Consumes DeleteNamespacedNetworkPolicy contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Name | "name" - name of the NetworkPolicy |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest DeleteNamespacedNetworkPolicy contentType V1Status accept |
DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
delete a NetworkPolicy
AuthMethod: AuthApiKeyBearerToken
data DeleteNamespacedNetworkPolicy Source #
Instances
HasBodyParam DeleteNamespacedNetworkPolicy V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes DeleteNamespacedNetworkPolicy contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedNetworkPolicy Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam DeleteNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNamespacedNetworkPolicy contentType res accept Source # | |
MimeType mtype => Consumes DeleteNamespacedNetworkPolicy mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteNamespacedNetworkPolicy MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteNamespacedNetworkPolicy MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteNamespacedNetworkPolicy MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces DeleteNamespacedNetworkPolicy MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
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.NetworkingV1 | |
Produces GetAPIResources MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces GetAPIResources MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces GetAPIResources MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
listIngressClass
Arguments
:: Accept accept | request accept ( |
-> KubernetesRequest ListIngressClass MimeNoContent V1IngressClassList accept |
GET /apis/networking.k8s.io/v1/ingressclasses
list or watch objects of kind IngressClass
AuthMethod: AuthApiKeyBearerToken
data ListIngressClass Source #
Instances
HasOptionalParam ListIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListIngressClass contentType res accept Source # (-&-) :: KubernetesRequest ListIngressClass contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListIngressClass contentType res accept Source # | |
HasOptionalParam ListIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> Continue -> KubernetesRequest ListIngressClass contentType res accept Source # (-&-) :: KubernetesRequest ListIngressClass contentType res accept -> Continue -> KubernetesRequest ListIngressClass contentType res accept Source # | |
HasOptionalParam ListIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> FieldSelector -> KubernetesRequest ListIngressClass contentType res accept Source # (-&-) :: KubernetesRequest ListIngressClass contentType res accept -> FieldSelector -> KubernetesRequest ListIngressClass contentType res accept Source # | |
HasOptionalParam ListIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> LabelSelector -> KubernetesRequest ListIngressClass contentType res accept Source # (-&-) :: KubernetesRequest ListIngressClass contentType res accept -> LabelSelector -> KubernetesRequest ListIngressClass contentType res accept Source # | |
HasOptionalParam ListIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> Limit -> KubernetesRequest ListIngressClass contentType res accept Source # (-&-) :: KubernetesRequest ListIngressClass contentType res accept -> Limit -> KubernetesRequest ListIngressClass contentType res accept Source # | |
HasOptionalParam ListIngressClass Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> Pretty -> KubernetesRequest ListIngressClass contentType res accept Source # (-&-) :: KubernetesRequest ListIngressClass contentType res accept -> Pretty -> KubernetesRequest ListIngressClass contentType res accept Source # | |
HasOptionalParam ListIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> ResourceVersion -> KubernetesRequest ListIngressClass contentType res accept Source # (-&-) :: KubernetesRequest ListIngressClass contentType res accept -> ResourceVersion -> KubernetesRequest ListIngressClass contentType res accept Source # | |
HasOptionalParam ListIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListIngressClass contentType res accept Source # (-&-) :: KubernetesRequest ListIngressClass contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListIngressClass contentType res accept Source # | |
HasOptionalParam ListIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> SendInitialEvents -> KubernetesRequest ListIngressClass contentType res accept Source # (-&-) :: KubernetesRequest ListIngressClass contentType res accept -> SendInitialEvents -> KubernetesRequest ListIngressClass contentType res accept Source # | |
HasOptionalParam ListIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> TimeoutSeconds -> KubernetesRequest ListIngressClass contentType res accept Source # (-&-) :: KubernetesRequest ListIngressClass contentType res accept -> TimeoutSeconds -> KubernetesRequest ListIngressClass contentType res accept Source # | |
HasOptionalParam ListIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> Watch -> KubernetesRequest ListIngressClass contentType res accept Source # (-&-) :: KubernetesRequest ListIngressClass contentType res accept -> Watch -> KubernetesRequest ListIngressClass contentType res accept Source # | |
Produces ListIngressClass MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListIngressClass MimeCborSeq Source # | application/cbor-seq |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListIngressClass MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListIngressClass MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListIngressClass MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListIngressClass MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListIngressClass MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
listIngressForAllNamespaces
listIngressForAllNamespaces Source #
Arguments
:: Accept accept | request accept ( |
-> KubernetesRequest ListIngressForAllNamespaces MimeNoContent V1IngressList accept |
GET /apis/networking.k8s.io/v1/ingresses
list or watch objects of kind Ingress
AuthMethod: AuthApiKeyBearerToken
data ListIngressForAllNamespaces Source #
Instances
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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods 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 # | |
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.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListIngressForAllNamespaces 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> SendInitialEvents -> KubernetesRequest ListIngressForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListIngressForAllNamespaces contentType res accept -> SendInitialEvents -> 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 # | |
Produces ListIngressForAllNamespaces MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListIngressForAllNamespaces MimeCborSeq Source # | application/cbor-seq |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListIngressForAllNamespaces MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListIngressForAllNamespaces MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListIngressForAllNamespaces MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListIngressForAllNamespaces MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListIngressForAllNamespaces MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
listNamespacedIngress
listNamespacedIngress Source #
Arguments
:: Accept accept | request accept ( |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ListNamespacedIngress MimeNoContent V1IngressList accept |
GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses
list or watch objects of kind Ingress
AuthMethod: AuthApiKeyBearerToken
data ListNamespacedIngress Source #
Instances
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. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods 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 # | |
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.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListNamespacedIngress contentType res accept Source # | |
HasOptionalParam ListNamespacedIngress 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedIngress contentType res accept -> SendInitialEvents -> KubernetesRequest ListNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedIngress contentType res accept -> SendInitialEvents -> 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.NetworkingV1 Methods 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 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.NetworkingV1 Methods 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 # | |
Produces ListNamespacedIngress MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNamespacedIngress MimeCborSeq Source # | application/cbor-seq |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNamespacedIngress MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNamespacedIngress MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNamespacedIngress MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNamespacedIngress MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNamespacedIngress MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
listNamespacedNetworkPolicy
listNamespacedNetworkPolicy Source #
Arguments
:: Accept accept | request accept ( |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ListNamespacedNetworkPolicy MimeNoContent V1NetworkPolicyList accept |
GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies
list or watch objects of kind NetworkPolicy
AuthMethod: AuthApiKeyBearerToken
data ListNamespacedNetworkPolicy Source #
Instances
HasOptionalParam ListNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Continue -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Continue -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> FieldSelector -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> FieldSelector -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> LabelSelector -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> LabelSelector -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Limit -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Limit -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Pretty -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Pretty -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> SendInitialEvents -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> SendInitialEvents -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ListNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Watch -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ListNamespacedNetworkPolicy contentType res accept -> Watch -> KubernetesRequest ListNamespacedNetworkPolicy contentType res accept Source # | |
Produces ListNamespacedNetworkPolicy MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNamespacedNetworkPolicy MimeCborSeq Source # | application/cbor-seq |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNamespacedNetworkPolicy MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNamespacedNetworkPolicy MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNamespacedNetworkPolicy MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNamespacedNetworkPolicy MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNamespacedNetworkPolicy MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
listNetworkPolicyForAllNamespaces
listNetworkPolicyForAllNamespaces Source #
Arguments
:: Accept accept | request accept ( |
-> KubernetesRequest ListNetworkPolicyForAllNamespaces MimeNoContent V1NetworkPolicyList accept |
GET /apis/networking.k8s.io/v1/networkpolicies
list or watch objects of kind NetworkPolicy
AuthMethod: AuthApiKeyBearerToken
data ListNetworkPolicyForAllNamespaces Source #
Instances
HasOptionalParam ListNetworkPolicyForAllNamespaces 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Continue -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> FieldSelector -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> FieldSelector -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> LabelSelector -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> LabelSelector -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Limit -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Pretty -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Pretty -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> ResourceVersion -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> SendInitialEvents -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> SendInitialEvents -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
HasOptionalParam ListNetworkPolicyForAllNamespaces 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Watch -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # (-&-) :: KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept -> Watch -> KubernetesRequest ListNetworkPolicyForAllNamespaces contentType res accept Source # | |
Produces ListNetworkPolicyForAllNamespaces MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNetworkPolicyForAllNamespaces MimeCborSeq Source # | application/cbor-seq |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNetworkPolicyForAllNamespaces MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNetworkPolicyForAllNamespaces MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNetworkPolicyForAllNamespaces MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNetworkPolicyForAllNamespaces MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ListNetworkPolicyForAllNamespaces MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
patchIngressClass
Arguments
:: (Consumes PatchIngressClass contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the IngressClass |
-> KubernetesRequest PatchIngressClass contentType V1IngressClass accept |
PATCH /apis/networking.k8s.io/v1/ingressclasses/{name}
partially update the specified IngressClass
AuthMethod: AuthApiKeyBearerToken
data PatchIngressClass Source #
Instances
HasBodyParam PatchIngressClass Body Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes PatchIngressClass contentType, MimeRender contentType Body) => KubernetesRequest PatchIngressClass contentType res accept -> Body -> KubernetesRequest PatchIngressClass contentType res accept Source # | |
HasOptionalParam PatchIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchIngressClass contentType res accept -> DryRun -> KubernetesRequest PatchIngressClass contentType res accept Source # (-&-) :: KubernetesRequest PatchIngressClass contentType res accept -> DryRun -> KubernetesRequest PatchIngressClass contentType res accept Source # | |
HasOptionalParam PatchIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchIngressClass contentType res accept -> FieldManager -> KubernetesRequest PatchIngressClass contentType res accept Source # (-&-) :: KubernetesRequest PatchIngressClass contentType res accept -> FieldManager -> KubernetesRequest PatchIngressClass contentType res accept Source # | |
HasOptionalParam PatchIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchIngressClass contentType res accept -> FieldValidation -> KubernetesRequest PatchIngressClass contentType res accept Source # (-&-) :: KubernetesRequest PatchIngressClass contentType res accept -> FieldValidation -> KubernetesRequest PatchIngressClass contentType res accept Source # | |
HasOptionalParam PatchIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchIngressClass contentType res accept -> Force -> KubernetesRequest PatchIngressClass contentType res accept Source # (-&-) :: KubernetesRequest PatchIngressClass contentType res accept -> Force -> KubernetesRequest PatchIngressClass contentType res accept Source # | |
HasOptionalParam PatchIngressClass Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchIngressClass contentType res accept -> Pretty -> KubernetesRequest PatchIngressClass contentType res accept Source # (-&-) :: KubernetesRequest PatchIngressClass contentType res accept -> Pretty -> KubernetesRequest PatchIngressClass contentType res accept Source # | |
Consumes PatchIngressClass MimeApplyPatchcbor Source # | application/apply-patch+cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchIngressClass MimeApplyPatchyaml Source # | application/apply-patch+yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchIngressClass MimeJsonPatchjson Source # | application/json-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchIngressClass MimeMergePatchjson Source # | application/merge-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchIngressClass MimeStrategicMergePatchjson Source # | application/strategic-merge-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchIngressClass MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchIngressClass MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchIngressClass MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchIngressClass MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
patchNamespacedIngress
patchNamespacedIngress Source #
Arguments
:: (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 V1Ingress accept |
PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
partially update the specified Ingress
AuthMethod: AuthApiKeyBearerToken
data PatchNamespacedIngress Source #
Instances
HasBodyParam PatchNamespacedIngress Body Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes PatchNamespacedIngress contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedIngress contentType res accept -> Body -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngress 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngress 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngress 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngress contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngress contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngress 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngress contentType res accept -> Force -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngress contentType res accept -> Force -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngress Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngress contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngress contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedIngress contentType res accept Source # | |
Consumes PatchNamespacedIngress MimeApplyPatchcbor Source # | application/apply-patch+cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchNamespacedIngress MimeApplyPatchyaml Source # | application/apply-patch+yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchNamespacedIngress MimeJsonPatchjson Source # | application/json-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchNamespacedIngress MimeMergePatchjson Source # | application/merge-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchNamespacedIngress MimeStrategicMergePatchjson Source # | application/strategic-merge-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchNamespacedIngress MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchNamespacedIngress MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchNamespacedIngress MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchNamespacedIngress MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
patchNamespacedIngressStatus
patchNamespacedIngressStatus Source #
Arguments
:: (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 V1Ingress accept |
PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status
partially update status of the specified Ingress
AuthMethod: AuthApiKeyBearerToken
data PatchNamespacedIngressStatus Source #
Instances
HasBodyParam PatchNamespacedIngressStatus Body Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes PatchNamespacedIngressStatus contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> Body -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngressStatus 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngressStatus 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngressStatus 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngressStatus 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> Force -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam PatchNamespacedIngressStatus Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedIngressStatus contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedIngressStatus contentType res accept Source # | |
Consumes PatchNamespacedIngressStatus MimeApplyPatchcbor Source # | application/apply-patch+cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchNamespacedIngressStatus MimeApplyPatchyaml Source # | application/apply-patch+yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchNamespacedIngressStatus MimeJsonPatchjson Source # | application/json-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchNamespacedIngressStatus MimeMergePatchjson Source # | application/merge-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchNamespacedIngressStatus MimeStrategicMergePatchjson Source # | application/strategic-merge-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchNamespacedIngressStatus MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchNamespacedIngressStatus MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchNamespacedIngressStatus MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchNamespacedIngressStatus MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
patchNamespacedNetworkPolicy
patchNamespacedNetworkPolicy Source #
Arguments
:: (Consumes PatchNamespacedNetworkPolicy contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the NetworkPolicy |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest PatchNamespacedNetworkPolicy contentType V1NetworkPolicy accept |
PATCH /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
partially update the specified NetworkPolicy
AuthMethod: AuthApiKeyBearerToken
data PatchNamespacedNetworkPolicy Source #
Instances
HasBodyParam PatchNamespacedNetworkPolicy Body Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes PatchNamespacedNetworkPolicy contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> Body -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> Force -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> Force -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam PatchNamespacedNetworkPolicy Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedNetworkPolicy contentType res accept Source # | |
Consumes PatchNamespacedNetworkPolicy MimeApplyPatchcbor Source # | application/apply-patch+cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchNamespacedNetworkPolicy MimeApplyPatchyaml Source # | application/apply-patch+yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchNamespacedNetworkPolicy MimeJsonPatchjson Source # | application/json-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchNamespacedNetworkPolicy MimeMergePatchjson Source # | application/merge-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Consumes PatchNamespacedNetworkPolicy MimeStrategicMergePatchjson Source # | application/strategic-merge-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchNamespacedNetworkPolicy MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchNamespacedNetworkPolicy MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchNamespacedNetworkPolicy MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces PatchNamespacedNetworkPolicy MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
readIngressClass
Arguments
:: Accept accept | request accept ( |
-> Name | "name" - name of the IngressClass |
-> KubernetesRequest ReadIngressClass MimeNoContent V1IngressClass accept |
GET /apis/networking.k8s.io/v1/ingressclasses/{name}
read the specified IngressClass
AuthMethod: AuthApiKeyBearerToken
data ReadIngressClass Source #
Instances
readNamespacedIngress
readNamespacedIngress Source #
Arguments
:: 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 V1Ingress accept |
GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
read the specified Ingress
AuthMethod: AuthApiKeyBearerToken
data ReadNamespacedIngress Source #
Instances
readNamespacedIngressStatus
readNamespacedIngressStatus Source #
Arguments
:: 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 V1Ingress accept |
GET /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status
read status of the specified Ingress
AuthMethod: AuthApiKeyBearerToken
data ReadNamespacedIngressStatus Source #
Instances
readNamespacedNetworkPolicy
readNamespacedNetworkPolicy Source #
Arguments
:: Accept accept | request accept ( |
-> Name | "name" - name of the NetworkPolicy |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReadNamespacedNetworkPolicy MimeNoContent V1NetworkPolicy accept |
GET /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
read the specified NetworkPolicy
AuthMethod: AuthApiKeyBearerToken
data ReadNamespacedNetworkPolicy Source #
Instances
replaceIngressClass
Arguments
:: (Consumes ReplaceIngressClass contentType, MimeRender contentType V1IngressClass) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1IngressClass | "body" |
-> Name | "name" - name of the IngressClass |
-> KubernetesRequest ReplaceIngressClass contentType V1IngressClass accept |
PUT /apis/networking.k8s.io/v1/ingressclasses/{name}
replace the specified IngressClass
AuthMethod: AuthApiKeyBearerToken
data ReplaceIngressClass Source #
Instances
HasBodyParam ReplaceIngressClass V1IngressClass Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes ReplaceIngressClass contentType, MimeRender contentType V1IngressClass) => KubernetesRequest ReplaceIngressClass contentType res accept -> V1IngressClass -> KubernetesRequest ReplaceIngressClass contentType res accept Source # | |
HasOptionalParam ReplaceIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceIngressClass contentType res accept -> DryRun -> KubernetesRequest ReplaceIngressClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceIngressClass contentType res accept -> DryRun -> KubernetesRequest ReplaceIngressClass contentType res accept Source # | |
HasOptionalParam ReplaceIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceIngressClass contentType res accept -> FieldManager -> KubernetesRequest ReplaceIngressClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceIngressClass contentType res accept -> FieldManager -> KubernetesRequest ReplaceIngressClass contentType res accept Source # | |
HasOptionalParam ReplaceIngressClass 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceIngressClass contentType res accept -> FieldValidation -> KubernetesRequest ReplaceIngressClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceIngressClass contentType res accept -> FieldValidation -> KubernetesRequest ReplaceIngressClass contentType res accept Source # | |
HasOptionalParam ReplaceIngressClass Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceIngressClass contentType res accept -> Pretty -> KubernetesRequest ReplaceIngressClass contentType res accept Source # (-&-) :: KubernetesRequest ReplaceIngressClass contentType res accept -> Pretty -> KubernetesRequest ReplaceIngressClass contentType res accept Source # | |
MimeType mtype => Consumes ReplaceIngressClass mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceIngressClass MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceIngressClass MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceIngressClass MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceIngressClass MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
replaceNamespacedIngress
replaceNamespacedIngress Source #
Arguments
:: (Consumes ReplaceNamespacedIngress contentType, MimeRender contentType V1Ingress) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1Ingress | "body" |
-> Name | "name" - name of the Ingress |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReplaceNamespacedIngress contentType V1Ingress accept |
PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}
replace the specified Ingress
AuthMethod: AuthApiKeyBearerToken
data ReplaceNamespacedIngress Source #
Instances
HasBodyParam ReplaceNamespacedIngress V1Ingress Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes ReplaceNamespacedIngress contentType, MimeRender contentType V1Ingress) => KubernetesRequest ReplaceNamespacedIngress contentType res accept -> V1Ingress -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngress 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngress 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngress 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngress Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngress contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespacedIngress contentType res accept Source # | |
MimeType mtype => Consumes ReplaceNamespacedIngress mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceNamespacedIngress MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceNamespacedIngress MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceNamespacedIngress MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceNamespacedIngress MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
replaceNamespacedIngressStatus
replaceNamespacedIngressStatus Source #
Arguments
:: (Consumes ReplaceNamespacedIngressStatus contentType, MimeRender contentType V1Ingress) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1Ingress | "body" |
-> Name | "name" - name of the Ingress |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReplaceNamespacedIngressStatus contentType V1Ingress accept |
PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}/status
replace status of the specified Ingress
AuthMethod: AuthApiKeyBearerToken
data ReplaceNamespacedIngressStatus Source #
Instances
HasBodyParam ReplaceNamespacedIngressStatus V1Ingress Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes ReplaceNamespacedIngressStatus contentType, MimeRender contentType V1Ingress) => KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> V1Ingress -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngressStatus 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngressStatus 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngressStatus 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedIngressStatus Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespacedIngressStatus contentType res accept Source # | |
MimeType mtype => Consumes ReplaceNamespacedIngressStatus mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceNamespacedIngressStatus MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceNamespacedIngressStatus MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceNamespacedIngressStatus MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceNamespacedIngressStatus MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |
replaceNamespacedNetworkPolicy
replaceNamespacedNetworkPolicy Source #
Arguments
:: (Consumes ReplaceNamespacedNetworkPolicy contentType, MimeRender contentType V1NetworkPolicy) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1NetworkPolicy | "body" |
-> Name | "name" - name of the NetworkPolicy |
-> Namespace | "namespace" - object name and auth scope, such as for teams and projects |
-> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType V1NetworkPolicy accept |
PUT /apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}
replace the specified NetworkPolicy
AuthMethod: AuthApiKeyBearerToken
data ReplaceNamespacedNetworkPolicy Source #
Instances
HasBodyParam ReplaceNamespacedNetworkPolicy V1NetworkPolicy Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods setBodyParam :: (Consumes ReplaceNamespacedNetworkPolicy contentType, MimeRender contentType V1NetworkPolicy) => KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> V1NetworkPolicy -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedNetworkPolicy 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.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # | |
HasOptionalParam ReplaceNamespacedNetworkPolicy Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 Methods applyOptionalParam :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # (-&-) :: KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespacedNetworkPolicy contentType res accept Source # | |
MimeType mtype => Consumes ReplaceNamespacedNetworkPolicy mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceNamespacedNetworkPolicy MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceNamespacedNetworkPolicy MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceNamespacedNetworkPolicy MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 | |
Produces ReplaceNamespacedNetworkPolicy MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1 |