Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Kubernetes.OpenAPI.API.NetworkingV1beta1
Contents
- Operations
- NetworkingV1beta1
- createIPAddress
- createServiceCIDR
- deleteCollectionIPAddress
- deleteCollectionServiceCIDR
- deleteIPAddress
- deleteServiceCIDR
- getAPIResources
- listIPAddress
- listServiceCIDR
- patchIPAddress
- patchServiceCIDR
- patchServiceCIDRStatus
- readIPAddress
- readServiceCIDR
- readServiceCIDRStatus
- replaceIPAddress
- replaceServiceCIDR
- replaceServiceCIDRStatus
- NetworkingV1beta1
Description
Synopsis
- createIPAddress :: (Consumes CreateIPAddress contentType, MimeRender contentType V1beta1IPAddress) => ContentType contentType -> Accept accept -> V1beta1IPAddress -> KubernetesRequest CreateIPAddress contentType V1beta1IPAddress accept
- data CreateIPAddress
- createServiceCIDR :: (Consumes CreateServiceCIDR contentType, MimeRender contentType V1beta1ServiceCIDR) => ContentType contentType -> Accept accept -> V1beta1ServiceCIDR -> KubernetesRequest CreateServiceCIDR contentType V1beta1ServiceCIDR accept
- data CreateServiceCIDR
- deleteCollectionIPAddress :: Consumes DeleteCollectionIPAddress contentType => ContentType contentType -> Accept accept -> KubernetesRequest DeleteCollectionIPAddress contentType V1Status accept
- data DeleteCollectionIPAddress
- deleteCollectionServiceCIDR :: Consumes DeleteCollectionServiceCIDR contentType => ContentType contentType -> Accept accept -> KubernetesRequest DeleteCollectionServiceCIDR contentType V1Status accept
- data DeleteCollectionServiceCIDR
- deleteIPAddress :: Consumes DeleteIPAddress contentType => ContentType contentType -> Accept accept -> Name -> KubernetesRequest DeleteIPAddress contentType V1Status accept
- data DeleteIPAddress
- deleteServiceCIDR :: Consumes DeleteServiceCIDR contentType => ContentType contentType -> Accept accept -> Name -> KubernetesRequest DeleteServiceCIDR contentType V1Status accept
- data DeleteServiceCIDR
- getAPIResources :: Accept accept -> KubernetesRequest GetAPIResources MimeNoContent V1APIResourceList accept
- data GetAPIResources
- listIPAddress :: Accept accept -> KubernetesRequest ListIPAddress MimeNoContent V1beta1IPAddressList accept
- data ListIPAddress
- listServiceCIDR :: Accept accept -> KubernetesRequest ListServiceCIDR MimeNoContent V1beta1ServiceCIDRList accept
- data ListServiceCIDR
- patchIPAddress :: (Consumes PatchIPAddress contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> KubernetesRequest PatchIPAddress contentType V1beta1IPAddress accept
- data PatchIPAddress
- patchServiceCIDR :: (Consumes PatchServiceCIDR contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> KubernetesRequest PatchServiceCIDR contentType V1beta1ServiceCIDR accept
- data PatchServiceCIDR
- patchServiceCIDRStatus :: (Consumes PatchServiceCIDRStatus contentType, MimeRender contentType Body) => ContentType contentType -> Accept accept -> Body -> Name -> KubernetesRequest PatchServiceCIDRStatus contentType V1beta1ServiceCIDR accept
- data PatchServiceCIDRStatus
- readIPAddress :: Accept accept -> Name -> KubernetesRequest ReadIPAddress MimeNoContent V1beta1IPAddress accept
- data ReadIPAddress
- readServiceCIDR :: Accept accept -> Name -> KubernetesRequest ReadServiceCIDR MimeNoContent V1beta1ServiceCIDR accept
- data ReadServiceCIDR
- readServiceCIDRStatus :: Accept accept -> Name -> KubernetesRequest ReadServiceCIDRStatus MimeNoContent V1beta1ServiceCIDR accept
- data ReadServiceCIDRStatus
- replaceIPAddress :: (Consumes ReplaceIPAddress contentType, MimeRender contentType V1beta1IPAddress) => ContentType contentType -> Accept accept -> V1beta1IPAddress -> Name -> KubernetesRequest ReplaceIPAddress contentType V1beta1IPAddress accept
- data ReplaceIPAddress
- replaceServiceCIDR :: (Consumes ReplaceServiceCIDR contentType, MimeRender contentType V1beta1ServiceCIDR) => ContentType contentType -> Accept accept -> V1beta1ServiceCIDR -> Name -> KubernetesRequest ReplaceServiceCIDR contentType V1beta1ServiceCIDR accept
- data ReplaceServiceCIDR
- replaceServiceCIDRStatus :: (Consumes ReplaceServiceCIDRStatus contentType, MimeRender contentType V1beta1ServiceCIDR) => ContentType contentType -> Accept accept -> V1beta1ServiceCIDR -> Name -> KubernetesRequest ReplaceServiceCIDRStatus contentType V1beta1ServiceCIDR accept
- data ReplaceServiceCIDRStatus
Operations
NetworkingV1beta1
createIPAddress
Arguments
:: (Consumes CreateIPAddress contentType, MimeRender contentType V1beta1IPAddress) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1beta1IPAddress | "body" |
-> KubernetesRequest CreateIPAddress contentType V1beta1IPAddress accept |
POST /apis/networking.k8s.io/v1beta1/ipaddresses
create an IPAddress
AuthMethod: AuthApiKeyBearerToken
data CreateIPAddress Source #
Instances
HasBodyParam CreateIPAddress V1beta1IPAddress Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods setBodyParam :: (Consumes CreateIPAddress contentType, MimeRender contentType V1beta1IPAddress) => KubernetesRequest CreateIPAddress contentType res accept -> V1beta1IPAddress -> KubernetesRequest CreateIPAddress contentType res accept Source # | |
HasOptionalParam CreateIPAddress DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateIPAddress contentType res accept -> DryRun -> KubernetesRequest CreateIPAddress contentType res accept Source # (-&-) :: KubernetesRequest CreateIPAddress contentType res accept -> DryRun -> KubernetesRequest CreateIPAddress contentType res accept Source # | |
HasOptionalParam CreateIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateIPAddress contentType res accept -> FieldManager -> KubernetesRequest CreateIPAddress contentType res accept Source # (-&-) :: KubernetesRequest CreateIPAddress contentType res accept -> FieldManager -> KubernetesRequest CreateIPAddress contentType res accept Source # | |
HasOptionalParam CreateIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateIPAddress contentType res accept -> FieldValidation -> KubernetesRequest CreateIPAddress contentType res accept Source # (-&-) :: KubernetesRequest CreateIPAddress contentType res accept -> FieldValidation -> KubernetesRequest CreateIPAddress contentType res accept Source # | |
HasOptionalParam CreateIPAddress Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateIPAddress contentType res accept -> Pretty -> KubernetesRequest CreateIPAddress contentType res accept Source # (-&-) :: KubernetesRequest CreateIPAddress contentType res accept -> Pretty -> KubernetesRequest CreateIPAddress contentType res accept Source # | |
MimeType mtype => Consumes CreateIPAddress mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces CreateIPAddress MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces CreateIPAddress MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces CreateIPAddress MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces CreateIPAddress MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |
createServiceCIDR
Arguments
:: (Consumes CreateServiceCIDR contentType, MimeRender contentType V1beta1ServiceCIDR) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1beta1ServiceCIDR | "body" |
-> KubernetesRequest CreateServiceCIDR contentType V1beta1ServiceCIDR accept |
POST /apis/networking.k8s.io/v1beta1/servicecidrs
create a ServiceCIDR
AuthMethod: AuthApiKeyBearerToken
data CreateServiceCIDR Source #
Instances
HasBodyParam CreateServiceCIDR V1beta1ServiceCIDR Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods setBodyParam :: (Consumes CreateServiceCIDR contentType, MimeRender contentType V1beta1ServiceCIDR) => KubernetesRequest CreateServiceCIDR contentType res accept -> V1beta1ServiceCIDR -> KubernetesRequest CreateServiceCIDR contentType res accept Source # | |
HasOptionalParam CreateServiceCIDR DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateServiceCIDR contentType res accept -> DryRun -> KubernetesRequest CreateServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest CreateServiceCIDR contentType res accept -> DryRun -> KubernetesRequest CreateServiceCIDR contentType res accept Source # | |
HasOptionalParam CreateServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateServiceCIDR contentType res accept -> FieldManager -> KubernetesRequest CreateServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest CreateServiceCIDR contentType res accept -> FieldManager -> KubernetesRequest CreateServiceCIDR contentType res accept Source # | |
HasOptionalParam CreateServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateServiceCIDR contentType res accept -> FieldValidation -> KubernetesRequest CreateServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest CreateServiceCIDR contentType res accept -> FieldValidation -> KubernetesRequest CreateServiceCIDR contentType res accept Source # | |
HasOptionalParam CreateServiceCIDR Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest CreateServiceCIDR contentType res accept -> Pretty -> KubernetesRequest CreateServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest CreateServiceCIDR contentType res accept -> Pretty -> KubernetesRequest CreateServiceCIDR contentType res accept Source # | |
MimeType mtype => Consumes CreateServiceCIDR mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces CreateServiceCIDR MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces CreateServiceCIDR MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces CreateServiceCIDR MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces CreateServiceCIDR MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |
deleteCollectionIPAddress
deleteCollectionIPAddress Source #
Arguments
:: Consumes DeleteCollectionIPAddress contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> KubernetesRequest DeleteCollectionIPAddress contentType V1Status accept |
DELETE /apis/networking.k8s.io/v1beta1/ipaddresses
delete collection of IPAddress
AuthMethod: AuthApiKeyBearerToken
data DeleteCollectionIPAddress Source #
Instances
HasBodyParam DeleteCollectionIPAddress V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods setBodyParam :: (Consumes DeleteCollectionIPAddress contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCollectionIPAddress contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # | |
HasOptionalParam DeleteCollectionIPAddress Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> Continue -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> Continue -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # | |
HasOptionalParam DeleteCollectionIPAddress DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # | |
HasOptionalParam DeleteCollectionIPAddress FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # | |
HasOptionalParam DeleteCollectionIPAddress GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # | |
HasOptionalParam DeleteCollectionIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # | |
HasOptionalParam DeleteCollectionIPAddress LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # | |
HasOptionalParam DeleteCollectionIPAddress Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> Limit -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> Limit -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # | |
HasOptionalParam DeleteCollectionIPAddress OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # | |
HasOptionalParam DeleteCollectionIPAddress Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # | |
HasOptionalParam DeleteCollectionIPAddress PropagationPolicy Source # | Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # | |
HasOptionalParam DeleteCollectionIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # | |
HasOptionalParam DeleteCollectionIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # | |
HasOptionalParam DeleteCollectionIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # | |
HasOptionalParam DeleteCollectionIPAddress TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionIPAddress contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionIPAddress contentType res accept Source # | |
MimeType mtype => Consumes DeleteCollectionIPAddress mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteCollectionIPAddress MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteCollectionIPAddress MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteCollectionIPAddress MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteCollectionIPAddress MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |
deleteCollectionServiceCIDR
deleteCollectionServiceCIDR Source #
Arguments
:: Consumes DeleteCollectionServiceCIDR contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> KubernetesRequest DeleteCollectionServiceCIDR contentType V1Status accept |
DELETE /apis/networking.k8s.io/v1beta1/servicecidrs
delete collection of ServiceCIDR
AuthMethod: AuthApiKeyBearerToken
data DeleteCollectionServiceCIDR Source #
Instances
HasBodyParam DeleteCollectionServiceCIDR V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods setBodyParam :: (Consumes DeleteCollectionServiceCIDR contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteCollectionServiceCIDR Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> Continue -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> Continue -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteCollectionServiceCIDR DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> DryRun -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteCollectionServiceCIDR FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> FieldSelector -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteCollectionServiceCIDR GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteCollectionServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteCollectionServiceCIDR LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> LabelSelector -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteCollectionServiceCIDR Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> Limit -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> Limit -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteCollectionServiceCIDR OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteCollectionServiceCIDR Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> Pretty -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteCollectionServiceCIDR PropagationPolicy Source # | Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteCollectionServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> ResourceVersion -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteCollectionServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> ResourceVersionMatch -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteCollectionServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> SendInitialEvents -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteCollectionServiceCIDR TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteCollectionServiceCIDR contentType res accept -> TimeoutSeconds -> KubernetesRequest DeleteCollectionServiceCIDR contentType res accept Source # | |
MimeType mtype => Consumes DeleteCollectionServiceCIDR mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteCollectionServiceCIDR MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteCollectionServiceCIDR MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteCollectionServiceCIDR MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteCollectionServiceCIDR MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |
deleteIPAddress
Arguments
:: Consumes DeleteIPAddress contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Name | "name" - name of the IPAddress |
-> KubernetesRequest DeleteIPAddress contentType V1Status accept |
DELETE /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
delete an IPAddress
AuthMethod: AuthApiKeyBearerToken
data DeleteIPAddress Source #
Instances
HasBodyParam DeleteIPAddress V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods setBodyParam :: (Consumes DeleteIPAddress contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteIPAddress contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteIPAddress contentType res accept Source # | |
HasOptionalParam DeleteIPAddress DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteIPAddress contentType res accept -> DryRun -> KubernetesRequest DeleteIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteIPAddress contentType res accept -> DryRun -> KubernetesRequest DeleteIPAddress contentType res accept Source # | |
HasOptionalParam DeleteIPAddress GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteIPAddress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteIPAddress contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteIPAddress contentType res accept Source # | |
HasOptionalParam DeleteIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteIPAddress contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteIPAddress contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteIPAddress contentType res accept Source # | |
HasOptionalParam DeleteIPAddress OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteIPAddress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteIPAddress contentType res accept -> OrphanDependents -> KubernetesRequest DeleteIPAddress contentType res accept Source # | |
HasOptionalParam DeleteIPAddress Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteIPAddress contentType res accept -> Pretty -> KubernetesRequest DeleteIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteIPAddress contentType res accept -> Pretty -> KubernetesRequest DeleteIPAddress contentType res accept Source # | |
HasOptionalParam DeleteIPAddress PropagationPolicy Source # | Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteIPAddress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteIPAddress contentType res accept Source # (-&-) :: KubernetesRequest DeleteIPAddress contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteIPAddress contentType res accept Source # | |
MimeType mtype => Consumes DeleteIPAddress mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteIPAddress MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteIPAddress MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteIPAddress MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteIPAddress MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |
deleteServiceCIDR
Arguments
:: Consumes DeleteServiceCIDR contentType | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Name | "name" - name of the ServiceCIDR |
-> KubernetesRequest DeleteServiceCIDR contentType V1Status accept |
DELETE /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
delete a ServiceCIDR
AuthMethod: AuthApiKeyBearerToken
data DeleteServiceCIDR Source #
Instances
HasBodyParam DeleteServiceCIDR V1DeleteOptions Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods setBodyParam :: (Consumes DeleteServiceCIDR contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteServiceCIDR contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteServiceCIDR DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteServiceCIDR contentType res accept -> DryRun -> KubernetesRequest DeleteServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteServiceCIDR contentType res accept -> DryRun -> KubernetesRequest DeleteServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteServiceCIDR GracePeriodSeconds Source # | Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteServiceCIDR contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteServiceCIDR contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteServiceCIDR contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteServiceCIDR contentType res accept -> IgnoreStoreReadErrorWithClusterBreakingPotential -> KubernetesRequest DeleteServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteServiceCIDR OrphanDependents Source # | Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteServiceCIDR contentType res accept -> OrphanDependents -> KubernetesRequest DeleteServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteServiceCIDR contentType res accept -> OrphanDependents -> KubernetesRequest DeleteServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteServiceCIDR Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteServiceCIDR contentType res accept -> Pretty -> KubernetesRequest DeleteServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteServiceCIDR contentType res accept -> Pretty -> KubernetesRequest DeleteServiceCIDR contentType res accept Source # | |
HasOptionalParam DeleteServiceCIDR PropagationPolicy Source # | Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest DeleteServiceCIDR contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest DeleteServiceCIDR contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteServiceCIDR contentType res accept Source # | |
MimeType mtype => Consumes DeleteServiceCIDR mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteServiceCIDR MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteServiceCIDR MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteServiceCIDR MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces DeleteServiceCIDR MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |
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.NetworkingV1beta1 | |
Produces GetAPIResources MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces GetAPIResources MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces GetAPIResources MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |
listIPAddress
Arguments
:: Accept accept | request accept ( |
-> KubernetesRequest ListIPAddress MimeNoContent V1beta1IPAddressList accept |
GET /apis/networking.k8s.io/v1beta1/ipaddresses
list or watch objects of kind IPAddress
AuthMethod: AuthApiKeyBearerToken
data ListIPAddress Source #
Instances
HasOptionalParam ListIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIPAddress contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListIPAddress contentType res accept Source # (-&-) :: KubernetesRequest ListIPAddress contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListIPAddress contentType res accept Source # | |
HasOptionalParam ListIPAddress Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIPAddress contentType res accept -> Continue -> KubernetesRequest ListIPAddress contentType res accept Source # (-&-) :: KubernetesRequest ListIPAddress contentType res accept -> Continue -> KubernetesRequest ListIPAddress contentType res accept Source # | |
HasOptionalParam ListIPAddress FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIPAddress contentType res accept -> FieldSelector -> KubernetesRequest ListIPAddress contentType res accept Source # (-&-) :: KubernetesRequest ListIPAddress contentType res accept -> FieldSelector -> KubernetesRequest ListIPAddress contentType res accept Source # | |
HasOptionalParam ListIPAddress LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIPAddress contentType res accept -> LabelSelector -> KubernetesRequest ListIPAddress contentType res accept Source # (-&-) :: KubernetesRequest ListIPAddress contentType res accept -> LabelSelector -> KubernetesRequest ListIPAddress contentType res accept Source # | |
HasOptionalParam ListIPAddress Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIPAddress contentType res accept -> Limit -> KubernetesRequest ListIPAddress contentType res accept Source # (-&-) :: KubernetesRequest ListIPAddress contentType res accept -> Limit -> KubernetesRequest ListIPAddress contentType res accept Source # | |
HasOptionalParam ListIPAddress Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIPAddress contentType res accept -> Pretty -> KubernetesRequest ListIPAddress contentType res accept Source # (-&-) :: KubernetesRequest ListIPAddress contentType res accept -> Pretty -> KubernetesRequest ListIPAddress contentType res accept Source # | |
HasOptionalParam ListIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIPAddress contentType res accept -> ResourceVersion -> KubernetesRequest ListIPAddress contentType res accept Source # (-&-) :: KubernetesRequest ListIPAddress contentType res accept -> ResourceVersion -> KubernetesRequest ListIPAddress contentType res accept Source # | |
HasOptionalParam ListIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIPAddress contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListIPAddress contentType res accept Source # (-&-) :: KubernetesRequest ListIPAddress contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListIPAddress contentType res accept Source # | |
HasOptionalParam ListIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIPAddress contentType res accept -> SendInitialEvents -> KubernetesRequest ListIPAddress contentType res accept Source # (-&-) :: KubernetesRequest ListIPAddress contentType res accept -> SendInitialEvents -> KubernetesRequest ListIPAddress contentType res accept Source # | |
HasOptionalParam ListIPAddress TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIPAddress contentType res accept -> TimeoutSeconds -> KubernetesRequest ListIPAddress contentType res accept Source # (-&-) :: KubernetesRequest ListIPAddress contentType res accept -> TimeoutSeconds -> KubernetesRequest ListIPAddress contentType res accept Source # | |
HasOptionalParam ListIPAddress Watch Source # | Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListIPAddress contentType res accept -> Watch -> KubernetesRequest ListIPAddress contentType res accept Source # (-&-) :: KubernetesRequest ListIPAddress contentType res accept -> Watch -> KubernetesRequest ListIPAddress contentType res accept Source # | |
Produces ListIPAddress MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListIPAddress MimeCborSeq Source # | application/cbor-seq |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListIPAddress MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListIPAddress MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListIPAddress MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListIPAddress MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListIPAddress MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |
listServiceCIDR
Arguments
:: Accept accept | request accept ( |
-> KubernetesRequest ListServiceCIDR MimeNoContent V1beta1ServiceCIDRList accept |
GET /apis/networking.k8s.io/v1beta1/servicecidrs
list or watch objects of kind ServiceCIDR
AuthMethod: AuthApiKeyBearerToken
data ListServiceCIDR Source #
Instances
HasOptionalParam ListServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListServiceCIDR contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest ListServiceCIDR contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListServiceCIDR contentType res accept Source # | |
HasOptionalParam ListServiceCIDR Continue Source # | Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListServiceCIDR contentType res accept -> Continue -> KubernetesRequest ListServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest ListServiceCIDR contentType res accept -> Continue -> KubernetesRequest ListServiceCIDR contentType res accept Source # | |
HasOptionalParam ListServiceCIDR FieldSelector Source # | Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListServiceCIDR contentType res accept -> FieldSelector -> KubernetesRequest ListServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest ListServiceCIDR contentType res accept -> FieldSelector -> KubernetesRequest ListServiceCIDR contentType res accept Source # | |
HasOptionalParam ListServiceCIDR LabelSelector Source # | Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListServiceCIDR contentType res accept -> LabelSelector -> KubernetesRequest ListServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest ListServiceCIDR contentType res accept -> LabelSelector -> KubernetesRequest ListServiceCIDR contentType res accept Source # | |
HasOptionalParam ListServiceCIDR Limit Source # | Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListServiceCIDR contentType res accept -> Limit -> KubernetesRequest ListServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest ListServiceCIDR contentType res accept -> Limit -> KubernetesRequest ListServiceCIDR contentType res accept Source # | |
HasOptionalParam ListServiceCIDR Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListServiceCIDR contentType res accept -> Pretty -> KubernetesRequest ListServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest ListServiceCIDR contentType res accept -> Pretty -> KubernetesRequest ListServiceCIDR contentType res accept Source # | |
HasOptionalParam ListServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListServiceCIDR contentType res accept -> ResourceVersion -> KubernetesRequest ListServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest ListServiceCIDR contentType res accept -> ResourceVersion -> KubernetesRequest ListServiceCIDR contentType res accept Source # | |
HasOptionalParam ListServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListServiceCIDR contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest ListServiceCIDR contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListServiceCIDR contentType res accept Source # | |
HasOptionalParam ListServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListServiceCIDR contentType res accept -> SendInitialEvents -> KubernetesRequest ListServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest ListServiceCIDR contentType res accept -> SendInitialEvents -> KubernetesRequest ListServiceCIDR contentType res accept Source # | |
HasOptionalParam ListServiceCIDR TimeoutSeconds Source # | Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListServiceCIDR contentType res accept -> TimeoutSeconds -> KubernetesRequest ListServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest ListServiceCIDR contentType res accept -> TimeoutSeconds -> KubernetesRequest ListServiceCIDR contentType res accept Source # | |
HasOptionalParam ListServiceCIDR Watch Source # | Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ListServiceCIDR contentType res accept -> Watch -> KubernetesRequest ListServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest ListServiceCIDR contentType res accept -> Watch -> KubernetesRequest ListServiceCIDR contentType res accept Source # | |
Produces ListServiceCIDR MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListServiceCIDR MimeCborSeq Source # | application/cbor-seq |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListServiceCIDR MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListServiceCIDR MimeJsonstreamwatch Source # | application/json;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListServiceCIDR MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListServiceCIDR MimeVndKubernetesProtobufstreamwatch Source # | application/vnd.kubernetes.protobuf;stream=watch |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ListServiceCIDR MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |
patchIPAddress
Arguments
:: (Consumes PatchIPAddress contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the IPAddress |
-> KubernetesRequest PatchIPAddress contentType V1beta1IPAddress accept |
PATCH /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
partially update the specified IPAddress
AuthMethod: AuthApiKeyBearerToken
data PatchIPAddress Source #
Instances
HasBodyParam PatchIPAddress Body Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods setBodyParam :: (Consumes PatchIPAddress contentType, MimeRender contentType Body) => KubernetesRequest PatchIPAddress contentType res accept -> Body -> KubernetesRequest PatchIPAddress contentType res accept Source # | |
HasOptionalParam PatchIPAddress DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchIPAddress contentType res accept -> DryRun -> KubernetesRequest PatchIPAddress contentType res accept Source # (-&-) :: KubernetesRequest PatchIPAddress contentType res accept -> DryRun -> KubernetesRequest PatchIPAddress contentType res accept Source # | |
HasOptionalParam PatchIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchIPAddress contentType res accept -> FieldManager -> KubernetesRequest PatchIPAddress contentType res accept Source # (-&-) :: KubernetesRequest PatchIPAddress contentType res accept -> FieldManager -> KubernetesRequest PatchIPAddress contentType res accept Source # | |
HasOptionalParam PatchIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchIPAddress contentType res accept -> FieldValidation -> KubernetesRequest PatchIPAddress contentType res accept Source # (-&-) :: KubernetesRequest PatchIPAddress contentType res accept -> FieldValidation -> KubernetesRequest PatchIPAddress contentType res accept Source # | |
HasOptionalParam PatchIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchIPAddress contentType res accept -> Force -> KubernetesRequest PatchIPAddress contentType res accept Source # (-&-) :: KubernetesRequest PatchIPAddress contentType res accept -> Force -> KubernetesRequest PatchIPAddress contentType res accept Source # | |
HasOptionalParam PatchIPAddress Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchIPAddress contentType res accept -> Pretty -> KubernetesRequest PatchIPAddress contentType res accept Source # (-&-) :: KubernetesRequest PatchIPAddress contentType res accept -> Pretty -> KubernetesRequest PatchIPAddress contentType res accept Source # | |
Consumes PatchIPAddress MimeApplyPatchcbor Source # | application/apply-patch+cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Consumes PatchIPAddress MimeApplyPatchyaml Source # | application/apply-patch+yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Consumes PatchIPAddress MimeJsonPatchjson Source # | application/json-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Consumes PatchIPAddress MimeMergePatchjson Source # | application/merge-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Consumes PatchIPAddress MimeStrategicMergePatchjson Source # | application/strategic-merge-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces PatchIPAddress MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces PatchIPAddress MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces PatchIPAddress MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces PatchIPAddress MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |
patchServiceCIDR
Arguments
:: (Consumes PatchServiceCIDR contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the ServiceCIDR |
-> KubernetesRequest PatchServiceCIDR contentType V1beta1ServiceCIDR accept |
PATCH /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
partially update the specified ServiceCIDR
AuthMethod: AuthApiKeyBearerToken
data PatchServiceCIDR Source #
Instances
HasBodyParam PatchServiceCIDR Body Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods setBodyParam :: (Consumes PatchServiceCIDR contentType, MimeRender contentType Body) => KubernetesRequest PatchServiceCIDR contentType res accept -> Body -> KubernetesRequest PatchServiceCIDR contentType res accept Source # | |
HasOptionalParam PatchServiceCIDR DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchServiceCIDR contentType res accept -> DryRun -> KubernetesRequest PatchServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest PatchServiceCIDR contentType res accept -> DryRun -> KubernetesRequest PatchServiceCIDR contentType res accept Source # | |
HasOptionalParam PatchServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchServiceCIDR contentType res accept -> FieldManager -> KubernetesRequest PatchServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest PatchServiceCIDR contentType res accept -> FieldManager -> KubernetesRequest PatchServiceCIDR contentType res accept Source # | |
HasOptionalParam PatchServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchServiceCIDR contentType res accept -> FieldValidation -> KubernetesRequest PatchServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest PatchServiceCIDR contentType res accept -> FieldValidation -> KubernetesRequest PatchServiceCIDR contentType res accept Source # | |
HasOptionalParam PatchServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchServiceCIDR contentType res accept -> Force -> KubernetesRequest PatchServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest PatchServiceCIDR contentType res accept -> Force -> KubernetesRequest PatchServiceCIDR contentType res accept Source # | |
HasOptionalParam PatchServiceCIDR Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchServiceCIDR contentType res accept -> Pretty -> KubernetesRequest PatchServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest PatchServiceCIDR contentType res accept -> Pretty -> KubernetesRequest PatchServiceCIDR contentType res accept Source # | |
Consumes PatchServiceCIDR MimeApplyPatchcbor Source # | application/apply-patch+cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Consumes PatchServiceCIDR MimeApplyPatchyaml Source # | application/apply-patch+yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Consumes PatchServiceCIDR MimeJsonPatchjson Source # | application/json-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Consumes PatchServiceCIDR MimeMergePatchjson Source # | application/merge-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Consumes PatchServiceCIDR MimeStrategicMergePatchjson Source # | application/strategic-merge-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces PatchServiceCIDR MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces PatchServiceCIDR MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces PatchServiceCIDR MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces PatchServiceCIDR MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |
patchServiceCIDRStatus
patchServiceCIDRStatus Source #
Arguments
:: (Consumes PatchServiceCIDRStatus contentType, MimeRender contentType Body) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> Body | "body" |
-> Name | "name" - name of the ServiceCIDR |
-> KubernetesRequest PatchServiceCIDRStatus contentType V1beta1ServiceCIDR accept |
PATCH /apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status
partially update status of the specified ServiceCIDR
AuthMethod: AuthApiKeyBearerToken
data PatchServiceCIDRStatus Source #
Instances
HasBodyParam PatchServiceCIDRStatus Body Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods setBodyParam :: (Consumes PatchServiceCIDRStatus contentType, MimeRender contentType Body) => KubernetesRequest PatchServiceCIDRStatus contentType res accept -> Body -> KubernetesRequest PatchServiceCIDRStatus contentType res accept Source # | |
HasOptionalParam PatchServiceCIDRStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchServiceCIDRStatus contentType res accept -> DryRun -> KubernetesRequest PatchServiceCIDRStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchServiceCIDRStatus contentType res accept -> DryRun -> KubernetesRequest PatchServiceCIDRStatus contentType res accept Source # | |
HasOptionalParam PatchServiceCIDRStatus 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchServiceCIDRStatus contentType res accept -> FieldManager -> KubernetesRequest PatchServiceCIDRStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchServiceCIDRStatus contentType res accept -> FieldManager -> KubernetesRequest PatchServiceCIDRStatus contentType res accept Source # | |
HasOptionalParam PatchServiceCIDRStatus 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchServiceCIDRStatus contentType res accept -> FieldValidation -> KubernetesRequest PatchServiceCIDRStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchServiceCIDRStatus contentType res accept -> FieldValidation -> KubernetesRequest PatchServiceCIDRStatus contentType res accept Source # | |
HasOptionalParam PatchServiceCIDRStatus 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchServiceCIDRStatus contentType res accept -> Force -> KubernetesRequest PatchServiceCIDRStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchServiceCIDRStatus contentType res accept -> Force -> KubernetesRequest PatchServiceCIDRStatus contentType res accept Source # | |
HasOptionalParam PatchServiceCIDRStatus Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest PatchServiceCIDRStatus contentType res accept -> Pretty -> KubernetesRequest PatchServiceCIDRStatus contentType res accept Source # (-&-) :: KubernetesRequest PatchServiceCIDRStatus contentType res accept -> Pretty -> KubernetesRequest PatchServiceCIDRStatus contentType res accept Source # | |
Consumes PatchServiceCIDRStatus MimeApplyPatchcbor Source # | application/apply-patch+cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Consumes PatchServiceCIDRStatus MimeApplyPatchyaml Source # | application/apply-patch+yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Consumes PatchServiceCIDRStatus MimeJsonPatchjson Source # | application/json-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Consumes PatchServiceCIDRStatus MimeMergePatchjson Source # | application/merge-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Consumes PatchServiceCIDRStatus MimeStrategicMergePatchjson Source # | application/strategic-merge-patch+json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces PatchServiceCIDRStatus MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces PatchServiceCIDRStatus MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces PatchServiceCIDRStatus MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces PatchServiceCIDRStatus MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |
readIPAddress
Arguments
:: Accept accept | request accept ( |
-> Name | "name" - name of the IPAddress |
-> KubernetesRequest ReadIPAddress MimeNoContent V1beta1IPAddress accept |
GET /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
read the specified IPAddress
AuthMethod: AuthApiKeyBearerToken
data ReadIPAddress Source #
Instances
readServiceCIDR
Arguments
:: Accept accept | request accept ( |
-> Name | "name" - name of the ServiceCIDR |
-> KubernetesRequest ReadServiceCIDR MimeNoContent V1beta1ServiceCIDR accept |
GET /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
read the specified ServiceCIDR
AuthMethod: AuthApiKeyBearerToken
data ReadServiceCIDR Source #
Instances
readServiceCIDRStatus
readServiceCIDRStatus Source #
Arguments
:: Accept accept | request accept ( |
-> Name | "name" - name of the ServiceCIDR |
-> KubernetesRequest ReadServiceCIDRStatus MimeNoContent V1beta1ServiceCIDR accept |
GET /apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status
read status of the specified ServiceCIDR
AuthMethod: AuthApiKeyBearerToken
data ReadServiceCIDRStatus Source #
Instances
replaceIPAddress
Arguments
:: (Consumes ReplaceIPAddress contentType, MimeRender contentType V1beta1IPAddress) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1beta1IPAddress | "body" |
-> Name | "name" - name of the IPAddress |
-> KubernetesRequest ReplaceIPAddress contentType V1beta1IPAddress accept |
PUT /apis/networking.k8s.io/v1beta1/ipaddresses/{name}
replace the specified IPAddress
AuthMethod: AuthApiKeyBearerToken
data ReplaceIPAddress Source #
Instances
HasBodyParam ReplaceIPAddress V1beta1IPAddress Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods setBodyParam :: (Consumes ReplaceIPAddress contentType, MimeRender contentType V1beta1IPAddress) => KubernetesRequest ReplaceIPAddress contentType res accept -> V1beta1IPAddress -> KubernetesRequest ReplaceIPAddress contentType res accept Source # | |
HasOptionalParam ReplaceIPAddress DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceIPAddress contentType res accept -> DryRun -> KubernetesRequest ReplaceIPAddress contentType res accept Source # (-&-) :: KubernetesRequest ReplaceIPAddress contentType res accept -> DryRun -> KubernetesRequest ReplaceIPAddress contentType res accept Source # | |
HasOptionalParam ReplaceIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceIPAddress contentType res accept -> FieldManager -> KubernetesRequest ReplaceIPAddress contentType res accept Source # (-&-) :: KubernetesRequest ReplaceIPAddress contentType res accept -> FieldManager -> KubernetesRequest ReplaceIPAddress contentType res accept Source # | |
HasOptionalParam ReplaceIPAddress 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceIPAddress contentType res accept -> FieldValidation -> KubernetesRequest ReplaceIPAddress contentType res accept Source # (-&-) :: KubernetesRequest ReplaceIPAddress contentType res accept -> FieldValidation -> KubernetesRequest ReplaceIPAddress contentType res accept Source # | |
HasOptionalParam ReplaceIPAddress Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceIPAddress contentType res accept -> Pretty -> KubernetesRequest ReplaceIPAddress contentType res accept Source # (-&-) :: KubernetesRequest ReplaceIPAddress contentType res accept -> Pretty -> KubernetesRequest ReplaceIPAddress contentType res accept Source # | |
MimeType mtype => Consumes ReplaceIPAddress mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ReplaceIPAddress MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ReplaceIPAddress MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ReplaceIPAddress MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ReplaceIPAddress MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |
replaceServiceCIDR
Arguments
:: (Consumes ReplaceServiceCIDR contentType, MimeRender contentType V1beta1ServiceCIDR) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1beta1ServiceCIDR | "body" |
-> Name | "name" - name of the ServiceCIDR |
-> KubernetesRequest ReplaceServiceCIDR contentType V1beta1ServiceCIDR accept |
PUT /apis/networking.k8s.io/v1beta1/servicecidrs/{name}
replace the specified ServiceCIDR
AuthMethod: AuthApiKeyBearerToken
data ReplaceServiceCIDR Source #
Instances
HasBodyParam ReplaceServiceCIDR V1beta1ServiceCIDR Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods setBodyParam :: (Consumes ReplaceServiceCIDR contentType, MimeRender contentType V1beta1ServiceCIDR) => KubernetesRequest ReplaceServiceCIDR contentType res accept -> V1beta1ServiceCIDR -> KubernetesRequest ReplaceServiceCIDR contentType res accept Source # | |
HasOptionalParam ReplaceServiceCIDR DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceServiceCIDR contentType res accept -> DryRun -> KubernetesRequest ReplaceServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest ReplaceServiceCIDR contentType res accept -> DryRun -> KubernetesRequest ReplaceServiceCIDR contentType res accept Source # | |
HasOptionalParam ReplaceServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceServiceCIDR contentType res accept -> FieldManager -> KubernetesRequest ReplaceServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest ReplaceServiceCIDR contentType res accept -> FieldManager -> KubernetesRequest ReplaceServiceCIDR contentType res accept Source # | |
HasOptionalParam ReplaceServiceCIDR 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceServiceCIDR contentType res accept -> FieldValidation -> KubernetesRequest ReplaceServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest ReplaceServiceCIDR contentType res accept -> FieldValidation -> KubernetesRequest ReplaceServiceCIDR contentType res accept Source # | |
HasOptionalParam ReplaceServiceCIDR Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceServiceCIDR contentType res accept -> Pretty -> KubernetesRequest ReplaceServiceCIDR contentType res accept Source # (-&-) :: KubernetesRequest ReplaceServiceCIDR contentType res accept -> Pretty -> KubernetesRequest ReplaceServiceCIDR contentType res accept Source # | |
MimeType mtype => Consumes ReplaceServiceCIDR mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ReplaceServiceCIDR MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ReplaceServiceCIDR MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ReplaceServiceCIDR MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ReplaceServiceCIDR MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |
replaceServiceCIDRStatus
replaceServiceCIDRStatus Source #
Arguments
:: (Consumes ReplaceServiceCIDRStatus contentType, MimeRender contentType V1beta1ServiceCIDR) | |
=> ContentType contentType | request content-type ( |
-> Accept accept | request accept ( |
-> V1beta1ServiceCIDR | "body" |
-> Name | "name" - name of the ServiceCIDR |
-> KubernetesRequest ReplaceServiceCIDRStatus contentType V1beta1ServiceCIDR accept |
PUT /apis/networking.k8s.io/v1beta1/servicecidrs/{name}/status
replace status of the specified ServiceCIDR
AuthMethod: AuthApiKeyBearerToken
data ReplaceServiceCIDRStatus Source #
Instances
HasBodyParam ReplaceServiceCIDRStatus V1beta1ServiceCIDR Source # | |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods setBodyParam :: (Consumes ReplaceServiceCIDRStatus contentType, MimeRender contentType V1beta1ServiceCIDR) => KubernetesRequest ReplaceServiceCIDRStatus contentType res accept -> V1beta1ServiceCIDR -> KubernetesRequest ReplaceServiceCIDRStatus contentType res accept Source # | |
HasOptionalParam ReplaceServiceCIDRStatus DryRun Source # | Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceServiceCIDRStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceServiceCIDRStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceServiceCIDRStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceServiceCIDRStatus contentType res accept Source # | |
HasOptionalParam ReplaceServiceCIDRStatus 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceServiceCIDRStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceServiceCIDRStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceServiceCIDRStatus contentType res accept -> FieldManager -> KubernetesRequest ReplaceServiceCIDRStatus contentType res accept Source # | |
HasOptionalParam ReplaceServiceCIDRStatus 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.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceServiceCIDRStatus contentType res accept -> FieldValidation -> KubernetesRequest ReplaceServiceCIDRStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceServiceCIDRStatus contentType res accept -> FieldValidation -> KubernetesRequest ReplaceServiceCIDRStatus contentType res accept Source # | |
HasOptionalParam ReplaceServiceCIDRStatus Pretty Source # | Optional Param "pretty" - If |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 Methods applyOptionalParam :: KubernetesRequest ReplaceServiceCIDRStatus contentType res accept -> Pretty -> KubernetesRequest ReplaceServiceCIDRStatus contentType res accept Source # (-&-) :: KubernetesRequest ReplaceServiceCIDRStatus contentType res accept -> Pretty -> KubernetesRequest ReplaceServiceCIDRStatus contentType res accept Source # | |
MimeType mtype => Consumes ReplaceServiceCIDRStatus mtype Source # | */* |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ReplaceServiceCIDRStatus MimeCbor Source # | application/cbor |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ReplaceServiceCIDRStatus MimeJSON Source # | application/json |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ReplaceServiceCIDRStatus MimeVndKubernetesProtobuf Source # | application/vnd.kubernetes.protobuf |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 | |
Produces ReplaceServiceCIDRStatus MimeYaml Source # | application/yaml |
Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1 |