kubernetes-api-132.0.0: Auto-generated kubernetes-api API Client
Safe HaskellSafe-Inferred
LanguageHaskell2010

Kubernetes.OpenAPI.Model

Description

 
Synopsis

Documentation

newtype Version Source #

Constructors

Version 

Fields

Instances

Instances details
Show Version Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq Version Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Version -> Version -> Bool #

(/=) :: Version -> Version -> Bool #

newtype Name Source #

Constructors

Name 

Fields

Instances

Instances details
Show Name Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Name -> ShowS #

show :: Name -> String #

showList :: [Name] -> ShowS #

Eq Name Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Name -> Name -> Bool #

(/=) :: Name -> Name -> Bool #

newtype Container Source #

Constructors

Container 

Fields

Instances

Instances details
Show Container Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq Container Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ConnectGetNamespacedPodAttach Container Source #

Optional Param "container" - The container in which to execute the command. Defaults to only container if there is only one container in the pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodExec Container Source #

Optional Param "container" - Container in which to execute the command. Defaults to only container if there is only one container in the pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodAttach Container Source #

Optional Param "container" - The container in which to execute the command. Defaults to only container if there is only one container in the pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodExec Container Source #

Optional Param "container" - Container in which to execute the command. Defaults to only container if there is only one container in the pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog Container Source #

Optional Param "container" - The container for which to stream logs. Defaults to only container if there is one container in the pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Stream Source #

Constructors

Stream 

Fields

Instances

Instances details
Show Stream Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq Stream Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Stream -> Stream -> Bool #

(/=) :: Stream -> Stream -> Bool #

HasOptionalParam ReadNamespacedPodLog Stream Source #

Optional Param "stream" - Specify which container log stream to return to the client. Acceptable values are "All", "Stdout" and "Stderr". If not specified, "All" is used, and both stdout and stderr are returned interleaved. Note that when "TailLines" is specified, "Stream" can only be set to nil or "All".

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Limit Source #

Constructors

Limit 

Fields

Instances

Instances details
Show Limit Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Limit -> ShowS #

show :: Limit -> String #

showList :: [Limit] -> ShowS #

Eq Limit Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Limit -> Limit -> Bool #

(/=) :: Limit -> Limit -> Bool #

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicy 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicyBinding 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingWebhookConfiguration 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicy 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicyBinding 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicy 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicyBinding 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicy 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicyBinding 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionCustomResourceDefinition Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ListCustomResourceDefinition Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionAPIService 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ListAPIService 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> Limit -> KubernetesRequest ListAPIService contentType res accept Source #

(-&-) :: KubernetesRequest ListAPIService contentType res accept -> Limit -> KubernetesRequest ListAPIService contentType res accept Source #

HasOptionalParam DeleteCollectionNamespacedControllerRevision 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListControllerRevisionForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDaemonSetForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDeploymentForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedControllerRevision 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDaemonSet 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDeployment 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedReplicaSet 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedStatefulSet 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListReplicaSetForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListStatefulSetForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteCollectionNamespacedCronJob Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListCronJobForAllNamespaces Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListJobForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedCronJob Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedJob 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedJob contentType res accept -> Limit -> KubernetesRequest ListNamespacedJob contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedJob contentType res accept -> Limit -> KubernetesRequest ListNamespacedJob contentType res accept Source #

HasOptionalParam DeleteCollectionCertificateSigningRequest 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ListCertificateSigningRequest 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCollectionClusterTrustBundle 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ListClusterTrustBundle 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionNamespacedLease 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListLeaseForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListNamespacedLease 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedLease contentType res accept -> Limit -> KubernetesRequest ListNamespacedLease contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedLease contentType res accept -> Limit -> KubernetesRequest ListNamespacedLease contentType res accept Source #

HasOptionalParam DeleteCollectionNamespacedLeaseCandidate 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListLeaseCandidateForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListNamespacedLeaseCandidate 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteCollectionNamespacedConfigMap 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteCollectionNode contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteCollectionNode contentType res accept -> Limit -> KubernetesRequest DeleteCollectionNode contentType res accept Source #

HasOptionalParam DeleteCollectionPersistentVolume 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListComponentStatus contentType res accept -> Limit -> KubernetesRequest ListComponentStatus contentType res accept Source #

(-&-) :: KubernetesRequest ListComponentStatus contentType res accept -> Limit -> KubernetesRequest ListComponentStatus contentType res accept Source #

HasOptionalParam ListConfigMapForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespace 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> Limit -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> Limit -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespacedConfigMap 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> Limit -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> Limit -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

HasOptionalParam ListNamespacedLimitRange 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedPod contentType res accept -> Limit -> KubernetesRequest ListNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedPod contentType res accept -> Limit -> KubernetesRequest ListNamespacedPod contentType res accept Source #

HasOptionalParam ListNamespacedPodTemplate 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedSecret contentType res accept -> Limit -> KubernetesRequest ListNamespacedSecret contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedSecret contentType res accept -> Limit -> KubernetesRequest ListNamespacedSecret contentType res accept Source #

HasOptionalParam ListNamespacedService 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNode 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> Limit -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> Limit -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListPersistentVolume 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListPersistentVolume contentType res accept -> Limit -> KubernetesRequest ListPersistentVolume contentType res accept Source #

(-&-) :: KubernetesRequest ListPersistentVolume contentType res accept -> Limit -> KubernetesRequest ListPersistentVolume contentType res accept Source #

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListClusterCustomObject 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListCustomObjectForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListNamespacedCustomObject 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedEndpointSlice 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListEndpointSliceForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListNamespacedEndpointSlice 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteCollectionNamespacedEvent 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListEventForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListNamespacedEvent 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> Limit -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> Limit -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

HasOptionalParam DeleteCollectionFlowSchema 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionPriorityLevelConfiguration 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ListFlowSchema 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest ListFlowSchema contentType res accept -> Limit -> KubernetesRequest ListFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest ListFlowSchema contentType res accept -> Limit -> KubernetesRequest ListFlowSchema contentType res accept Source #

HasOptionalParam ListPriorityLevelConfiguration 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionStorageVersion 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ListStorageVersion 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ListStorageVersion contentType res accept -> Limit -> KubernetesRequest ListStorageVersion contentType res accept Source #

(-&-) :: KubernetesRequest ListStorageVersion contentType res accept -> Limit -> KubernetesRequest ListStorageVersion contentType res accept Source #

HasOptionalParam DeleteCollectionIngressClass Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedIngress Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListIngressClass Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> Limit -> KubernetesRequest ListIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest ListIngressClass contentType res accept -> Limit -> KubernetesRequest ListIngressClass contentType res accept Source #

HasOptionalParam ListIngressForAllNamespaces Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedIngress Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedNetworkPolicy Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNetworkPolicyForAllNamespaces Limit Source #

Optional Param "limit" - limit is a maximum number of responses to return for a list call. If more items exist, the server will set the continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

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 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

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 DeleteCollectionRuntimeClass 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam ListRuntimeClass 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest ListRuntimeClass contentType res accept -> Limit -> KubernetesRequest ListRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest ListRuntimeClass contentType res accept -> Limit -> KubernetesRequest ListRuntimeClass contentType res accept Source #

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListNamespacedPodDisruptionBudget 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListPodDisruptionBudgetForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteCollectionClusterRole 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRole 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> Limit -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> Limit -> KubernetesRequest ListClusterRole contentType res accept Source #

HasOptionalParam ListClusterRoleBinding 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> Limit -> KubernetesRequest ListNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> Limit -> KubernetesRequest ListNamespacedRole contentType res accept Source #

HasOptionalParam ListNamespacedRoleBinding 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionDeviceClass 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListDeviceClass 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> Limit -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> Limit -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaimTemplate 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimTemplateForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceSlice 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> Limit -> KubernetesRequest ListResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> Limit -> KubernetesRequest ListResourceSlice contentType res accept Source #

HasOptionalParam DeleteCollectionDeviceClass 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionResourceSlice 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListDeviceClass 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> Limit -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> Limit -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListNamespacedResourceClaimTemplate 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimTemplateForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceSlice 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> Limit -> KubernetesRequest ListResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> Limit -> KubernetesRequest ListResourceSlice contentType res accept Source #

HasOptionalParam DeleteCollectionPriorityClass 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam ListPriorityClass 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

Methods

applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> Limit -> KubernetesRequest ListPriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> Limit -> KubernetesRequest ListPriorityClass contentType res accept Source #

HasOptionalParam DeleteCollectionCSIDriver 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionCSINode 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionNamespacedCSIStorageCapacity 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListCSIDriver 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSIDriver contentType res accept -> Limit -> KubernetesRequest ListCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ListCSIDriver contentType res accept -> Limit -> KubernetesRequest ListCSIDriver contentType res accept Source #

HasOptionalParam ListCSINode 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> Limit -> KubernetesRequest ListCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ListCSINode contentType res accept -> Limit -> KubernetesRequest ListCSINode contentType res accept Source #

HasOptionalParam ListCSIStorageCapacityForAllNamespaces 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListNamespacedCSIStorageCapacity 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListStorageClass 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListStorageClass contentType res accept -> Limit -> KubernetesRequest ListStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest ListStorageClass contentType res accept -> Limit -> KubernetesRequest ListStorageClass contentType res accept Source #

HasOptionalParam ListVolumeAttachment 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListVolumeAttachment contentType res accept -> Limit -> KubernetesRequest ListVolumeAttachment contentType res accept Source #

(-&-) :: KubernetesRequest ListVolumeAttachment contentType res accept -> Limit -> KubernetesRequest ListVolumeAttachment contentType res accept Source #

HasOptionalParam DeleteCollectionVolumeAttributesClass 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ListVolumeAttributesClass 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ListVolumeAttributesClass 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionStorageVersionMigration 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ListStorageVersionMigration 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 continue field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype Namespace Source #

Constructors

Namespace 

Fields

Instances

Instances details
Show Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

newtype Pretty Source #

Constructors

Pretty 

Fields

Instances

Instances details
Show Pretty Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq Pretty Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Pretty -> Pretty -> Bool #

(/=) :: Pretty -> Pretty -> Bool #

HasOptionalParam CreateMutatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateValidatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateValidatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateValidatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteMutatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchMutatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingAdmissionPolicyStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReadMutatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReadValidatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReadValidatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReadValidatingAdmissionPolicyStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReadValidatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceMutatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingAdmissionPolicyStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingWebhookConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateMutatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam CreateMutatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteMutatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteMutatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam PatchMutatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam PatchMutatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ReadMutatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ReadMutatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ReplaceMutatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ReplaceMutatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam CreateValidatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam CreateValidatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteValidatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteValidatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchValidatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchValidatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchValidatingAdmissionPolicyStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReadValidatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReadValidatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReadValidatingAdmissionPolicyStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReplaceValidatingAdmissionPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReplaceValidatingAdmissionPolicyBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReplaceValidatingAdmissionPolicyStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam CreateCustomResourceDefinition Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionCustomResourceDefinition Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCustomResourceDefinition Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ListCustomResourceDefinition Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinition Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinitionStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReadCustomResourceDefinition Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReadCustomResourceDefinitionStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReplaceCustomResourceDefinition Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReplaceCustomResourceDefinitionStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam CreateAPIService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest CreateAPIService contentType res accept -> Pretty -> KubernetesRequest CreateAPIService contentType res accept Source #

(-&-) :: KubernetesRequest CreateAPIService contentType res accept -> Pretty -> KubernetesRequest CreateAPIService contentType res accept Source #

HasOptionalParam DeleteAPIService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest DeleteAPIService contentType res accept -> Pretty -> KubernetesRequest DeleteAPIService contentType res accept Source #

(-&-) :: KubernetesRequest DeleteAPIService contentType res accept -> Pretty -> KubernetesRequest DeleteAPIService contentType res accept Source #

HasOptionalParam DeleteCollectionAPIService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ListAPIService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> Pretty -> KubernetesRequest ListAPIService contentType res accept Source #

(-&-) :: KubernetesRequest ListAPIService contentType res accept -> Pretty -> KubernetesRequest ListAPIService contentType res accept Source #

HasOptionalParam PatchAPIService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest PatchAPIService contentType res accept -> Pretty -> KubernetesRequest PatchAPIService contentType res accept Source #

(-&-) :: KubernetesRequest PatchAPIService contentType res accept -> Pretty -> KubernetesRequest PatchAPIService contentType res accept Source #

HasOptionalParam PatchAPIServiceStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ReadAPIService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest ReadAPIService contentType res accept -> Pretty -> KubernetesRequest ReadAPIService contentType res accept Source #

(-&-) :: KubernetesRequest ReadAPIService contentType res accept -> Pretty -> KubernetesRequest ReadAPIService contentType res accept Source #

HasOptionalParam ReadAPIServiceStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ReplaceAPIService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceAPIService contentType res accept -> Pretty -> KubernetesRequest ReplaceAPIService contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceAPIService contentType res accept -> Pretty -> KubernetesRequest ReplaceAPIService contentType res accept Source #

HasOptionalParam ReplaceAPIServiceStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam CreateNamespacedControllerRevision Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedDaemonSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedDeployment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedReplicaSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedStatefulSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedControllerRevision Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedControllerRevision Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedDaemonSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedDeployment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedReplicaSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedStatefulSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListControllerRevisionForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDaemonSetForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDeploymentForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedControllerRevision Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDaemonSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDeployment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedReplicaSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedStatefulSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListReplicaSetForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListStatefulSetForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedControllerRevision Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDaemonSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDaemonSetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeployment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeploymentScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeploymentStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSetScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSetScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedControllerRevision Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedDaemonSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedDaemonSetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedDeployment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedDeploymentScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedDeploymentStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedReplicaSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedReplicaSetScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedReplicaSetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedStatefulSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedStatefulSetScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReadNamespacedStatefulSetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedControllerRevision Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDaemonSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDaemonSetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDeployment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDeploymentScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDeploymentStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedReplicaSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedReplicaSetScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedReplicaSetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedStatefulSet Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedStatefulSetScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedStatefulSetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateSelfSubjectReview Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

HasOptionalParam CreateTokenReview Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

Methods

applyOptionalParam :: KubernetesRequest CreateTokenReview contentType res accept -> Pretty -> KubernetesRequest CreateTokenReview contentType res accept Source #

(-&-) :: KubernetesRequest CreateTokenReview contentType res accept -> Pretty -> KubernetesRequest CreateTokenReview contentType res accept Source #

HasOptionalParam CreateSelfSubjectReview Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1beta1

HasOptionalParam CreateNamespacedLocalSubjectAccessReview Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSelfSubjectAccessReview Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSelfSubjectRulesReview Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSubjectAccessReview Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateNamespacedHorizontalPodAutoscaler Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam PatchNamespacedHorizontalPodAutoscaler Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ReadNamespacedHorizontalPodAutoscaler Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ReadNamespacedHorizontalPodAutoscalerStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam CreateNamespacedHorizontalPodAutoscaler Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListNamespacedHorizontalPodAutoscaler Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam PatchNamespacedHorizontalPodAutoscaler Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ReadNamespacedHorizontalPodAutoscaler Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ReadNamespacedHorizontalPodAutoscalerStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam CreateNamespacedCronJob Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam CreateNamespacedJob Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

applyOptionalParam :: KubernetesRequest CreateNamespacedJob contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedJob contentType res accept Source #

(-&-) :: KubernetesRequest CreateNamespacedJob contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedJob contentType res accept Source #

HasOptionalParam DeleteCollectionNamespacedCronJob Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteNamespacedCronJob Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteNamespacedJob Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNamespacedJob contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedJob contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNamespacedJob contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedJob contentType res accept Source #

HasOptionalParam ListCronJobForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListJobForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedCronJob Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedJob Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedJob contentType res accept -> Pretty -> KubernetesRequest ListNamespacedJob contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedJob contentType res accept -> Pretty -> KubernetesRequest ListNamespacedJob contentType res accept Source #

HasOptionalParam PatchNamespacedCronJob Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam PatchNamespacedCronJobStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam PatchNamespacedJob Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedJob contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedJob contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedJob contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedJob contentType res accept Source #

HasOptionalParam PatchNamespacedJobStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReadNamespacedCronJob Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReadNamespacedCronJobStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReadNamespacedJob Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedJob contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedJob contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedJob contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedJob contentType res accept Source #

HasOptionalParam ReadNamespacedJobStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedCronJob Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedCronJobStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedJob Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedJobStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam CreateCertificateSigningRequest Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCertificateSigningRequest Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCollectionCertificateSigningRequest Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ListCertificateSigningRequest Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam PatchCertificateSigningRequest Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam PatchCertificateSigningRequestApproval Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam PatchCertificateSigningRequestStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ReadCertificateSigningRequest Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ReadCertificateSigningRequestApproval Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ReadCertificateSigningRequestStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ReplaceCertificateSigningRequest Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ReplaceCertificateSigningRequestApproval Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ReplaceCertificateSigningRequestStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam CreateClusterTrustBundle Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteClusterTrustBundle Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionClusterTrustBundle Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ListClusterTrustBundle Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam PatchClusterTrustBundle Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ReadClusterTrustBundle Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ReplaceClusterTrustBundle Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam CreateNamespacedLease Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLease Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteNamespacedLease Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListLeaseForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListNamespacedLease Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedLease contentType res accept -> Pretty -> KubernetesRequest ListNamespacedLease contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedLease contentType res accept -> Pretty -> KubernetesRequest ListNamespacedLease contentType res accept Source #

HasOptionalParam PatchNamespacedLease Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ReadNamespacedLease Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedLease contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedLease contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedLease contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedLease contentType res accept Source #

HasOptionalParam ReplaceNamespacedLease Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam CreateNamespacedLeaseCandidate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteCollectionNamespacedLeaseCandidate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteNamespacedLeaseCandidate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListLeaseCandidateForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListNamespacedLeaseCandidate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam PatchNamespacedLeaseCandidate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ReadNamespacedLeaseCandidate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ReplaceNamespacedLeaseCandidate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam CreateNamespace Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNamespace contentType res accept -> Pretty -> KubernetesRequest CreateNamespace contentType res accept Source #

(-&-) :: KubernetesRequest CreateNamespace contentType res accept -> Pretty -> KubernetesRequest CreateNamespace contentType res accept Source #

HasOptionalParam CreateNamespacedBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedConfigMap Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedEndpoints Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedLimitRange Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPersistentVolumeClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPod Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNamespacedPod contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest CreateNamespacedPod contentType res accept -> Pretty -> KubernetesRequest CreateNamespacedPod contentType res accept Source #

HasOptionalParam CreateNamespacedPodBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodEviction Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedReplicationController Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedResourceQuota Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedSecret Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedServiceAccount Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedServiceAccountToken Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNode contentType res accept -> Pretty -> KubernetesRequest CreateNode contentType res accept Source #

(-&-) :: KubernetesRequest CreateNode contentType res accept -> Pretty -> KubernetesRequest CreateNode contentType res accept Source #

HasOptionalParam CreatePersistentVolume Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespace Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNamespace contentType res accept -> Pretty -> KubernetesRequest DeleteNamespace contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNamespace contentType res accept -> Pretty -> KubernetesRequest DeleteNamespace contentType res accept Source #

HasOptionalParam DeleteNamespacedConfigMap Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEndpoints Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedLimitRange Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPod Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNamespacedPod contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNamespacedPod contentType res accept -> Pretty -> KubernetesRequest DeleteNamespacedPod contentType res accept Source #

HasOptionalParam DeleteNamespacedPodTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedReplicationController Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedSecret Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNode contentType res accept -> Pretty -> KubernetesRequest DeleteNode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNode contentType res accept -> Pretty -> KubernetesRequest DeleteNode contentType res accept Source #

HasOptionalParam DeletePersistentVolume Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListComponentStatus contentType res accept -> Pretty -> KubernetesRequest ListComponentStatus contentType res accept Source #

(-&-) :: KubernetesRequest ListComponentStatus contentType res accept -> Pretty -> KubernetesRequest ListComponentStatus contentType res accept Source #

HasOptionalParam ListConfigMapForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespace Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> Pretty -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> Pretty -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespacedConfigMap Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> Pretty -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> Pretty -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

HasOptionalParam ListNamespacedLimitRange Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedPod contentType res accept -> Pretty -> KubernetesRequest ListNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedPod contentType res accept -> Pretty -> KubernetesRequest ListNamespacedPod contentType res accept Source #

HasOptionalParam ListNamespacedPodTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> Pretty -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> Pretty -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListPersistentVolume Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespace Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespace contentType res accept -> Pretty -> KubernetesRequest PatchNamespace contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespace contentType res accept -> Pretty -> KubernetesRequest PatchNamespace contentType res accept Source #

HasOptionalParam PatchNamespaceStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedConfigMap Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEndpoints Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedLimitRange Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPod Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedPod contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedPod contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedPod contentType res accept Source #

HasOptionalParam PatchNamespacedPodEphemeralcontainers Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodResize Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationController Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuota Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuotaStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedSecret Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceAccount Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> Pretty -> KubernetesRequest PatchNode contentType res accept Source #

(-&-) :: KubernetesRequest PatchNode contentType res accept -> Pretty -> KubernetesRequest PatchNode contentType res accept Source #

HasOptionalParam PatchNodeStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> Pretty -> KubernetesRequest PatchNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> Pretty -> KubernetesRequest PatchNodeStatus contentType res accept Source #

HasOptionalParam PatchPersistentVolume Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolumeStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadComponentStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadComponentStatus contentType res accept -> Pretty -> KubernetesRequest ReadComponentStatus contentType res accept Source #

(-&-) :: KubernetesRequest ReadComponentStatus contentType res accept -> Pretty -> KubernetesRequest ReadComponentStatus contentType res accept Source #

HasOptionalParam ReadNamespace Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespace contentType res accept -> Pretty -> KubernetesRequest ReadNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespace contentType res accept -> Pretty -> KubernetesRequest ReadNamespace contentType res accept Source #

HasOptionalParam ReadNamespaceStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespaceStatus contentType res accept -> Pretty -> KubernetesRequest ReadNamespaceStatus contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespaceStatus contentType res accept -> Pretty -> KubernetesRequest ReadNamespaceStatus contentType res accept Source #

HasOptionalParam ReadNamespacedConfigMap Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedEndpoints Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedEvent contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedEvent contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedEvent contentType res accept Source #

HasOptionalParam ReadNamespacedLimitRange Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPersistentVolumeClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPersistentVolumeClaimStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPod Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedPod contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedPod contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedPod contentType res accept Source #

HasOptionalParam ReadNamespacedPodEphemeralcontainers Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodLog Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodResize Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedPodTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedReplicationController Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedReplicationControllerScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedReplicationControllerStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedResourceQuota Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedResourceQuotaStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedSecret Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedServiceAccount Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNamespacedServiceStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadNode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNode contentType res accept -> Pretty -> KubernetesRequest ReadNode contentType res accept Source #

(-&-) :: KubernetesRequest ReadNode contentType res accept -> Pretty -> KubernetesRequest ReadNode contentType res accept Source #

HasOptionalParam ReadNodeStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReadNodeStatus contentType res accept -> Pretty -> KubernetesRequest ReadNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest ReadNodeStatus contentType res accept -> Pretty -> KubernetesRequest ReadNodeStatus contentType res accept Source #

HasOptionalParam ReadPersistentVolume Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReadPersistentVolumeStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespace Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNamespace contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNamespace contentType res accept -> Pretty -> KubernetesRequest ReplaceNamespace contentType res accept Source #

HasOptionalParam ReplaceNamespaceFinalize Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedConfigMap Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEndpoints Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedLimitRange Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaimStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPod Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodEphemeralcontainers Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodResize Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationController Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerScale Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuota Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuotaStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedSecret Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedService Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceAccount Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNode contentType res accept -> Pretty -> KubernetesRequest ReplaceNode contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNode contentType res accept -> Pretty -> KubernetesRequest ReplaceNode contentType res accept Source #

HasOptionalParam ReplaceNodeStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNodeStatus contentType res accept -> Pretty -> KubernetesRequest ReplaceNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNodeStatus contentType res accept -> Pretty -> KubernetesRequest ReplaceNodeStatus contentType res accept Source #

HasOptionalParam ReplacePersistentVolume Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolumeStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateClusterCustomObject Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam CreateNamespacedCustomObject Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionClusterCustomObject Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedCustomObject Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListClusterCustomObject Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListCustomObjectForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListNamespacedCustomObject Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam CreateNamespacedEndpointSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteCollectionNamespacedEndpointSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteNamespacedEndpointSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListEndpointSliceForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListNamespacedEndpointSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam PatchNamespacedEndpointSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ReadNamespacedEndpointSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ReplaceNamespacedEndpointSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam CreateNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteCollectionNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListEventForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> Pretty -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> Pretty -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

HasOptionalParam PatchNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ReadNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedEvent contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedEvent contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedEvent contentType res accept Source #

HasOptionalParam ReplaceNamespacedEvent Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam CreateFlowSchema Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest CreateFlowSchema contentType res accept -> Pretty -> KubernetesRequest CreateFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest CreateFlowSchema contentType res accept -> Pretty -> KubernetesRequest CreateFlowSchema contentType res accept Source #

HasOptionalParam CreatePriorityLevelConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionFlowSchema Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionPriorityLevelConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteFlowSchema Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest DeleteFlowSchema contentType res accept -> Pretty -> KubernetesRequest DeleteFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest DeleteFlowSchema contentType res accept -> Pretty -> KubernetesRequest DeleteFlowSchema contentType res accept Source #

HasOptionalParam DeletePriorityLevelConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ListFlowSchema Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest ListFlowSchema contentType res accept -> Pretty -> KubernetesRequest ListFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest ListFlowSchema contentType res accept -> Pretty -> KubernetesRequest ListFlowSchema contentType res accept Source #

HasOptionalParam ListPriorityLevelConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam PatchFlowSchema Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest PatchFlowSchema contentType res accept -> Pretty -> KubernetesRequest PatchFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest PatchFlowSchema contentType res accept -> Pretty -> KubernetesRequest PatchFlowSchema contentType res accept Source #

HasOptionalParam PatchFlowSchemaStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam PatchPriorityLevelConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam PatchPriorityLevelConfigurationStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReadFlowSchema Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest ReadFlowSchema contentType res accept -> Pretty -> KubernetesRequest ReadFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest ReadFlowSchema contentType res accept -> Pretty -> KubernetesRequest ReadFlowSchema contentType res accept Source #

HasOptionalParam ReadFlowSchemaStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReadPriorityLevelConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReadPriorityLevelConfigurationStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReplaceFlowSchema Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceFlowSchema contentType res accept -> Pretty -> KubernetesRequest ReplaceFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceFlowSchema contentType res accept -> Pretty -> KubernetesRequest ReplaceFlowSchema contentType res accept Source #

HasOptionalParam ReplaceFlowSchemaStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReplacePriorityLevelConfiguration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReplacePriorityLevelConfigurationStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam CreateStorageVersion Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteCollectionStorageVersion Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteStorageVersion Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ListStorageVersion Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ListStorageVersion contentType res accept -> Pretty -> KubernetesRequest ListStorageVersion contentType res accept Source #

(-&-) :: KubernetesRequest ListStorageVersion contentType res accept -> Pretty -> KubernetesRequest ListStorageVersion contentType res accept Source #

HasOptionalParam PatchStorageVersion Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

Methods

applyOptionalParam :: KubernetesRequest PatchStorageVersion contentType res accept -> Pretty -> KubernetesRequest PatchStorageVersion contentType res accept Source #

(-&-) :: KubernetesRequest PatchStorageVersion contentType res accept -> Pretty -> KubernetesRequest PatchStorageVersion contentType res accept Source #

HasOptionalParam PatchStorageVersionStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ReadStorageVersion Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ReadStorageVersion contentType res accept -> Pretty -> KubernetesRequest ReadStorageVersion contentType res accept Source #

(-&-) :: KubernetesRequest ReadStorageVersion contentType res accept -> Pretty -> KubernetesRequest ReadStorageVersion contentType res accept Source #

HasOptionalParam ReadStorageVersionStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ReplaceStorageVersion Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ReplaceStorageVersionStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam CreateIngressClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest CreateIngressClass contentType res accept -> Pretty -> KubernetesRequest CreateIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest CreateIngressClass contentType res accept -> Pretty -> KubernetesRequest CreateIngressClass contentType res accept Source #

HasOptionalParam CreateNamespacedIngress Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam CreateNamespacedNetworkPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionIngressClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedIngress Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteIngressClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest DeleteIngressClass contentType res accept -> Pretty -> KubernetesRequest DeleteIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest DeleteIngressClass contentType res accept -> Pretty -> KubernetesRequest DeleteIngressClass contentType res accept Source #

HasOptionalParam DeleteNamespacedIngress Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteNamespacedNetworkPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListIngressClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> Pretty -> KubernetesRequest ListIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest ListIngressClass contentType res accept -> Pretty -> KubernetesRequest ListIngressClass contentType res accept Source #

HasOptionalParam ListIngressForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedIngress Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedNetworkPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNetworkPolicyForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchIngressClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest PatchIngressClass contentType res accept -> Pretty -> KubernetesRequest PatchIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchIngressClass contentType res accept -> Pretty -> KubernetesRequest PatchIngressClass contentType res accept Source #

HasOptionalParam PatchNamespacedIngress Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchNamespacedIngressStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchNamespacedNetworkPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReadIngressClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest ReadIngressClass contentType res accept -> Pretty -> KubernetesRequest ReadIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadIngressClass contentType res accept -> Pretty -> KubernetesRequest ReadIngressClass contentType res accept Source #

HasOptionalParam ReadNamespacedIngress Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReadNamespacedIngressStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReadNamespacedNetworkPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReplaceIngressClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceIngressClass contentType res accept -> Pretty -> KubernetesRequest ReplaceIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceIngressClass contentType res accept -> Pretty -> KubernetesRequest ReplaceIngressClass contentType res accept Source #

HasOptionalParam ReplaceNamespacedIngress Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReplaceNamespacedIngressStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReplaceNamespacedNetworkPolicy Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam CreateIPAddress Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

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 #

HasOptionalParam CreateServiceCIDR Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

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 #

HasOptionalParam DeleteCollectionIPAddress Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam DeleteCollectionServiceCIDR Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam DeleteIPAddress Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

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 DeleteServiceCIDR Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

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 ListIPAddress Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

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 ListServiceCIDR Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

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 PatchIPAddress Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

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 #

HasOptionalParam PatchServiceCIDR Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

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 #

HasOptionalParam PatchServiceCIDRStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam ReadIPAddress Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReadIPAddress contentType res accept -> Pretty -> KubernetesRequest ReadIPAddress contentType res accept Source #

(-&-) :: KubernetesRequest ReadIPAddress contentType res accept -> Pretty -> KubernetesRequest ReadIPAddress contentType res accept Source #

HasOptionalParam ReadServiceCIDR Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReadServiceCIDR contentType res accept -> Pretty -> KubernetesRequest ReadServiceCIDR contentType res accept Source #

(-&-) :: KubernetesRequest ReadServiceCIDR contentType res accept -> Pretty -> KubernetesRequest ReadServiceCIDR contentType res accept Source #

HasOptionalParam ReadServiceCIDRStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam ReplaceIPAddress Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

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 #

HasOptionalParam ReplaceServiceCIDR Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

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 #

HasOptionalParam ReplaceServiceCIDRStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam CreateRuntimeClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest CreateRuntimeClass contentType res accept -> Pretty -> KubernetesRequest CreateRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest CreateRuntimeClass contentType res accept -> Pretty -> KubernetesRequest CreateRuntimeClass contentType res accept Source #

HasOptionalParam DeleteCollectionRuntimeClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam DeleteRuntimeClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest DeleteRuntimeClass contentType res accept -> Pretty -> KubernetesRequest DeleteRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest DeleteRuntimeClass contentType res accept -> Pretty -> KubernetesRequest DeleteRuntimeClass contentType res accept Source #

HasOptionalParam ListRuntimeClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest ListRuntimeClass contentType res accept -> Pretty -> KubernetesRequest ListRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest ListRuntimeClass contentType res accept -> Pretty -> KubernetesRequest ListRuntimeClass contentType res accept Source #

HasOptionalParam PatchRuntimeClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest PatchRuntimeClass contentType res accept -> Pretty -> KubernetesRequest PatchRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchRuntimeClass contentType res accept -> Pretty -> KubernetesRequest PatchRuntimeClass contentType res accept Source #

HasOptionalParam ReadRuntimeClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest ReadRuntimeClass contentType res accept -> Pretty -> KubernetesRequest ReadRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadRuntimeClass contentType res accept -> Pretty -> KubernetesRequest ReadRuntimeClass contentType res accept Source #

HasOptionalParam ReplaceRuntimeClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceRuntimeClass contentType res accept -> Pretty -> KubernetesRequest ReplaceRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceRuntimeClass contentType res accept -> Pretty -> KubernetesRequest ReplaceRuntimeClass contentType res accept Source #

HasOptionalParam CreateNamespacedPodDisruptionBudget Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteNamespacedPodDisruptionBudget Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListNamespacedPodDisruptionBudget Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListPodDisruptionBudgetForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam PatchNamespacedPodDisruptionBudget Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam PatchNamespacedPodDisruptionBudgetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ReadNamespacedPodDisruptionBudget Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ReadNamespacedPodDisruptionBudgetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ReplaceNamespacedPodDisruptionBudget Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ReplaceNamespacedPodDisruptionBudgetStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam CreateClusterRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest CreateClusterRole contentType res accept -> Pretty -> KubernetesRequest CreateClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest CreateClusterRole contentType res accept -> Pretty -> KubernetesRequest CreateClusterRole contentType res accept Source #

HasOptionalParam CreateClusterRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateNamespacedRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateNamespacedRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteClusterRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> Pretty -> KubernetesRequest DeleteClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> Pretty -> KubernetesRequest DeleteClusterRole contentType res accept Source #

HasOptionalParam DeleteClusterRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> Pretty -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> Pretty -> KubernetesRequest ListClusterRole contentType res accept Source #

HasOptionalParam ListClusterRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> Pretty -> KubernetesRequest ListNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> Pretty -> KubernetesRequest ListNamespacedRole contentType res accept Source #

HasOptionalParam ListNamespacedRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchClusterRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> Pretty -> KubernetesRequest PatchClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> Pretty -> KubernetesRequest PatchClusterRole contentType res accept Source #

HasOptionalParam PatchClusterRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchNamespacedRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedRole contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedRole contentType res accept -> Pretty -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

HasOptionalParam PatchNamespacedRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReadClusterRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ReadClusterRole contentType res accept -> Pretty -> KubernetesRequest ReadClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ReadClusterRole contentType res accept -> Pretty -> KubernetesRequest ReadClusterRole contentType res accept Source #

HasOptionalParam ReadClusterRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReadNamespacedRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ReadNamespacedRole contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest ReadNamespacedRole contentType res accept -> Pretty -> KubernetesRequest ReadNamespacedRole contentType res accept Source #

HasOptionalParam ReadNamespacedRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceClusterRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceClusterRole contentType res accept -> Pretty -> KubernetesRequest ReplaceClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceClusterRole contentType res accept -> Pretty -> KubernetesRequest ReplaceClusterRole contentType res accept Source #

HasOptionalParam ReplaceClusterRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceNamespacedRole Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceNamespacedRoleBinding Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest CreateDeviceClass contentType res accept -> Pretty -> KubernetesRequest CreateDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest CreateDeviceClass contentType res accept -> Pretty -> KubernetesRequest CreateDeviceClass contentType res accept Source #

HasOptionalParam CreateNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest CreateResourceSlice contentType res accept -> Pretty -> KubernetesRequest CreateResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest CreateResourceSlice contentType res accept -> Pretty -> KubernetesRequest CreateResourceSlice contentType res accept Source #

HasOptionalParam DeleteCollectionDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest DeleteDeviceClass contentType res accept -> Pretty -> KubernetesRequest DeleteDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest DeleteDeviceClass contentType res accept -> Pretty -> KubernetesRequest DeleteDeviceClass contentType res accept Source #

HasOptionalParam DeleteNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest DeleteResourceSlice contentType res accept -> Pretty -> KubernetesRequest DeleteResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest DeleteResourceSlice contentType res accept -> Pretty -> KubernetesRequest DeleteResourceSlice contentType res accept Source #

HasOptionalParam ListDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> Pretty -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> Pretty -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimTemplateForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> Pretty -> KubernetesRequest ListResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> Pretty -> KubernetesRequest ListResourceSlice contentType res accept Source #

HasOptionalParam PatchDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest PatchDeviceClass contentType res accept -> Pretty -> KubernetesRequest PatchDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchDeviceClass contentType res accept -> Pretty -> KubernetesRequest PatchDeviceClass contentType res accept Source #

HasOptionalParam PatchNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchNamespacedResourceClaimStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest PatchResourceSlice contentType res accept -> Pretty -> KubernetesRequest PatchResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest PatchResourceSlice contentType res accept -> Pretty -> KubernetesRequest PatchResourceSlice contentType res accept Source #

HasOptionalParam ReadDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ReadDeviceClass contentType res accept -> Pretty -> KubernetesRequest ReadDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadDeviceClass contentType res accept -> Pretty -> KubernetesRequest ReadDeviceClass contentType res accept Source #

HasOptionalParam ReadNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReadNamespacedResourceClaimStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReadNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReadResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ReadResourceSlice contentType res accept -> Pretty -> KubernetesRequest ReadResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest ReadResourceSlice contentType res accept -> Pretty -> KubernetesRequest ReadResourceSlice contentType res accept Source #

HasOptionalParam ReplaceDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ReplaceDeviceClass contentType res accept -> Pretty -> KubernetesRequest ReplaceDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceDeviceClass contentType res accept -> Pretty -> KubernetesRequest ReplaceDeviceClass contentType res accept Source #

HasOptionalParam ReplaceNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceNamespacedResourceClaimStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest CreateDeviceClass contentType res accept -> Pretty -> KubernetesRequest CreateDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest CreateDeviceClass contentType res accept -> Pretty -> KubernetesRequest CreateDeviceClass contentType res accept Source #

HasOptionalParam CreateNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam CreateNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam CreateResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest CreateResourceSlice contentType res accept -> Pretty -> KubernetesRequest CreateResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest CreateResourceSlice contentType res accept -> Pretty -> KubernetesRequest CreateResourceSlice contentType res accept Source #

HasOptionalParam DeleteCollectionDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest DeleteDeviceClass contentType res accept -> Pretty -> KubernetesRequest DeleteDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest DeleteDeviceClass contentType res accept -> Pretty -> KubernetesRequest DeleteDeviceClass contentType res accept Source #

HasOptionalParam DeleteNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest DeleteResourceSlice contentType res accept -> Pretty -> KubernetesRequest DeleteResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest DeleteResourceSlice contentType res accept -> Pretty -> KubernetesRequest DeleteResourceSlice contentType res accept Source #

HasOptionalParam ListDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> Pretty -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> Pretty -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimTemplateForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> Pretty -> KubernetesRequest ListResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> Pretty -> KubernetesRequest ListResourceSlice contentType res accept Source #

HasOptionalParam PatchDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest PatchDeviceClass contentType res accept -> Pretty -> KubernetesRequest PatchDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchDeviceClass contentType res accept -> Pretty -> KubernetesRequest PatchDeviceClass contentType res accept Source #

HasOptionalParam PatchNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchNamespacedResourceClaimStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest PatchResourceSlice contentType res accept -> Pretty -> KubernetesRequest PatchResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest PatchResourceSlice contentType res accept -> Pretty -> KubernetesRequest PatchResourceSlice contentType res accept Source #

HasOptionalParam ReadDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReadDeviceClass contentType res accept -> Pretty -> KubernetesRequest ReadDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadDeviceClass contentType res accept -> Pretty -> KubernetesRequest ReadDeviceClass contentType res accept Source #

HasOptionalParam ReadNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReadNamespacedResourceClaimStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReadNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReadResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReadResourceSlice contentType res accept -> Pretty -> KubernetesRequest ReadResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest ReadResourceSlice contentType res accept -> Pretty -> KubernetesRequest ReadResourceSlice contentType res accept Source #

HasOptionalParam ReplaceDeviceClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReplaceDeviceClass contentType res accept -> Pretty -> KubernetesRequest ReplaceDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceDeviceClass contentType res accept -> Pretty -> KubernetesRequest ReplaceDeviceClass contentType res accept Source #

HasOptionalParam ReplaceNamespacedResourceClaim Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceNamespacedResourceClaimStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceNamespacedResourceClaimTemplate Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceResourceSlice Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam CreatePriorityClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

Methods

applyOptionalParam :: KubernetesRequest CreatePriorityClass contentType res accept -> Pretty -> KubernetesRequest CreatePriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest CreatePriorityClass contentType res accept -> Pretty -> KubernetesRequest CreatePriorityClass contentType res accept Source #

HasOptionalParam DeleteCollectionPriorityClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeletePriorityClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

Methods

applyOptionalParam :: KubernetesRequest DeletePriorityClass contentType res accept -> Pretty -> KubernetesRequest DeletePriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest DeletePriorityClass contentType res accept -> Pretty -> KubernetesRequest DeletePriorityClass contentType res accept Source #

HasOptionalParam ListPriorityClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

Methods

applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> Pretty -> KubernetesRequest ListPriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> Pretty -> KubernetesRequest ListPriorityClass contentType res accept Source #

HasOptionalParam PatchPriorityClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

Methods

applyOptionalParam :: KubernetesRequest PatchPriorityClass contentType res accept -> Pretty -> KubernetesRequest PatchPriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchPriorityClass contentType res accept -> Pretty -> KubernetesRequest PatchPriorityClass contentType res accept Source #

HasOptionalParam ReadPriorityClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

Methods

applyOptionalParam :: KubernetesRequest ReadPriorityClass contentType res accept -> Pretty -> KubernetesRequest ReadPriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadPriorityClass contentType res accept -> Pretty -> KubernetesRequest ReadPriorityClass contentType res accept Source #

HasOptionalParam ReplacePriorityClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam CreateCSIDriver Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest CreateCSIDriver contentType res accept -> Pretty -> KubernetesRequest CreateCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest CreateCSIDriver contentType res accept -> Pretty -> KubernetesRequest CreateCSIDriver contentType res accept Source #

HasOptionalParam CreateCSINode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest CreateCSINode contentType res accept -> Pretty -> KubernetesRequest CreateCSINode contentType res accept Source #

(-&-) :: KubernetesRequest CreateCSINode contentType res accept -> Pretty -> KubernetesRequest CreateCSINode contentType res accept Source #

HasOptionalParam CreateNamespacedCSIStorageCapacity Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam CreateStorageClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest CreateStorageClass contentType res accept -> Pretty -> KubernetesRequest CreateStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest CreateStorageClass contentType res accept -> Pretty -> KubernetesRequest CreateStorageClass contentType res accept Source #

HasOptionalParam CreateVolumeAttachment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCSIDriver Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest DeleteCSIDriver contentType res accept -> Pretty -> KubernetesRequest DeleteCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest DeleteCSIDriver contentType res accept -> Pretty -> KubernetesRequest DeleteCSIDriver contentType res accept Source #

HasOptionalParam DeleteCSINode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest DeleteCSINode contentType res accept -> Pretty -> KubernetesRequest DeleteCSINode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteCSINode contentType res accept -> Pretty -> KubernetesRequest DeleteCSINode contentType res accept Source #

HasOptionalParam DeleteCollectionCSIDriver Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionCSINode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionNamespacedCSIStorageCapacity Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteNamespacedCSIStorageCapacity Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteStorageClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest DeleteStorageClass contentType res accept -> Pretty -> KubernetesRequest DeleteStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest DeleteStorageClass contentType res accept -> Pretty -> KubernetesRequest DeleteStorageClass contentType res accept Source #

HasOptionalParam DeleteVolumeAttachment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListCSIDriver Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSIDriver contentType res accept -> Pretty -> KubernetesRequest ListCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ListCSIDriver contentType res accept -> Pretty -> KubernetesRequest ListCSIDriver contentType res accept Source #

HasOptionalParam ListCSINode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> Pretty -> KubernetesRequest ListCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ListCSINode contentType res accept -> Pretty -> KubernetesRequest ListCSINode contentType res accept Source #

HasOptionalParam ListCSIStorageCapacityForAllNamespaces Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListNamespacedCSIStorageCapacity Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListStorageClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListStorageClass contentType res accept -> Pretty -> KubernetesRequest ListStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest ListStorageClass contentType res accept -> Pretty -> KubernetesRequest ListStorageClass contentType res accept Source #

HasOptionalParam ListVolumeAttachment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchCSIDriver Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest PatchCSIDriver contentType res accept -> Pretty -> KubernetesRequest PatchCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest PatchCSIDriver contentType res accept -> Pretty -> KubernetesRequest PatchCSIDriver contentType res accept Source #

HasOptionalParam PatchCSINode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest PatchCSINode contentType res accept -> Pretty -> KubernetesRequest PatchCSINode contentType res accept Source #

(-&-) :: KubernetesRequest PatchCSINode contentType res accept -> Pretty -> KubernetesRequest PatchCSINode contentType res accept Source #

HasOptionalParam PatchNamespacedCSIStorageCapacity Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchStorageClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest PatchStorageClass contentType res accept -> Pretty -> KubernetesRequest PatchStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchStorageClass contentType res accept -> Pretty -> KubernetesRequest PatchStorageClass contentType res accept Source #

HasOptionalParam PatchVolumeAttachment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchVolumeAttachmentStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReadCSIDriver Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReadCSIDriver contentType res accept -> Pretty -> KubernetesRequest ReadCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ReadCSIDriver contentType res accept -> Pretty -> KubernetesRequest ReadCSIDriver contentType res accept Source #

HasOptionalParam ReadCSINode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReadCSINode contentType res accept -> Pretty -> KubernetesRequest ReadCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ReadCSINode contentType res accept -> Pretty -> KubernetesRequest ReadCSINode contentType res accept Source #

HasOptionalParam ReadNamespacedCSIStorageCapacity Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReadStorageClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReadStorageClass contentType res accept -> Pretty -> KubernetesRequest ReadStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest ReadStorageClass contentType res accept -> Pretty -> KubernetesRequest ReadStorageClass contentType res accept Source #

HasOptionalParam ReadVolumeAttachment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReadVolumeAttachmentStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceCSIDriver Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceCSIDriver contentType res accept -> Pretty -> KubernetesRequest ReplaceCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceCSIDriver contentType res accept -> Pretty -> KubernetesRequest ReplaceCSIDriver contentType res accept Source #

HasOptionalParam ReplaceCSINode Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceCSINode contentType res accept -> Pretty -> KubernetesRequest ReplaceCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceCSINode contentType res accept -> Pretty -> KubernetesRequest ReplaceCSINode contentType res accept Source #

HasOptionalParam ReplaceNamespacedCSIStorageCapacity Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceStorageClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceStorageClass contentType res accept -> Pretty -> KubernetesRequest ReplaceStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceStorageClass contentType res accept -> Pretty -> KubernetesRequest ReplaceStorageClass contentType res accept Source #

HasOptionalParam ReplaceVolumeAttachment Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceVolumeAttachmentStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam CreateVolumeAttributesClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttributesClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteVolumeAttributesClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ListVolumeAttributesClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam PatchVolumeAttributesClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ReadVolumeAttributesClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ReplaceVolumeAttributesClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam CreateVolumeAttributesClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionVolumeAttributesClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteVolumeAttributesClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ListVolumeAttributesClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam PatchVolumeAttributesClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ReadVolumeAttributesClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ReplaceVolumeAttributesClass Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam CreateStorageVersionMigration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam DeleteCollectionStorageVersionMigration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam DeleteStorageVersionMigration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ListStorageVersionMigration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam PatchStorageVersionMigration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam PatchStorageVersionMigrationStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ReadStorageVersionMigration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ReadStorageVersionMigrationStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ReplaceStorageVersionMigration Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ReplaceStorageVersionMigrationStatus Pretty Source #

Optional Param "pretty" - If true, then the output is pretty printed. Defaults to false unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype Command Source #

Constructors

Command 

Fields

Instances

Instances details
Show Command Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq Command Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Command -> Command -> Bool #

(/=) :: Command -> Command -> Bool #

HasOptionalParam ConnectGetNamespacedPodExec Command Source #

Optional Param "command" - Command is the remote command to execute. argv array. Not executed within a shell.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodExec Command Source #

Optional Param "command" - Command is the remote command to execute. argv array. Not executed within a shell.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Body Source #

Constructors

Body 

Fields

Instances

Instances details
ToJSON Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Show Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Body -> ShowS #

show :: Body -> String #

showList :: [Body] -> ShowS #

Eq Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Body -> Body -> Bool #

(/=) :: Body -> Body -> Bool #

HasBodyParam PatchMutatingWebhookConfiguration Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam PatchValidatingAdmissionPolicy Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam PatchValidatingAdmissionPolicyBinding Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam PatchValidatingAdmissionPolicyStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam PatchValidatingWebhookConfiguration Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam PatchMutatingAdmissionPolicy Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasBodyParam PatchMutatingAdmissionPolicyBinding Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasBodyParam PatchValidatingAdmissionPolicy Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam PatchValidatingAdmissionPolicyBinding Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam PatchValidatingAdmissionPolicyStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam PatchCustomResourceDefinition Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasBodyParam PatchCustomResourceDefinitionStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasBodyParam PatchAPIService Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

setBodyParam :: (Consumes PatchAPIService contentType, MimeRender contentType Body) => KubernetesRequest PatchAPIService contentType res accept -> Body -> KubernetesRequest PatchAPIService contentType res accept Source #

HasBodyParam PatchAPIServiceStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

setBodyParam :: (Consumes PatchAPIServiceStatus contentType, MimeRender contentType Body) => KubernetesRequest PatchAPIServiceStatus contentType res accept -> Body -> KubernetesRequest PatchAPIServiceStatus contentType res accept Source #

HasBodyParam PatchNamespacedControllerRevision Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam PatchNamespacedDaemonSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

Methods

setBodyParam :: (Consumes PatchNamespacedDaemonSet contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedDaemonSet contentType res accept -> Body -> KubernetesRequest PatchNamespacedDaemonSet contentType res accept Source #

HasBodyParam PatchNamespacedDaemonSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam PatchNamespacedDeployment Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

Methods

setBodyParam :: (Consumes PatchNamespacedDeployment contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedDeployment contentType res accept -> Body -> KubernetesRequest PatchNamespacedDeployment contentType res accept Source #

HasBodyParam PatchNamespacedDeploymentScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam PatchNamespacedDeploymentStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam PatchNamespacedReplicaSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

Methods

setBodyParam :: (Consumes PatchNamespacedReplicaSet contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedReplicaSet contentType res accept -> Body -> KubernetesRequest PatchNamespacedReplicaSet contentType res accept Source #

HasBodyParam PatchNamespacedReplicaSetScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam PatchNamespacedReplicaSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam PatchNamespacedStatefulSet Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam PatchNamespacedStatefulSetScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam PatchNamespacedStatefulSetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam PatchNamespacedHorizontalPodAutoscaler Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasBodyParam PatchNamespacedHorizontalPodAutoscalerStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasBodyParam PatchNamespacedHorizontalPodAutoscaler Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasBodyParam PatchNamespacedHorizontalPodAutoscalerStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasBodyParam PatchNamespacedCronJob Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

setBodyParam :: (Consumes PatchNamespacedCronJob contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedCronJob contentType res accept -> Body -> KubernetesRequest PatchNamespacedCronJob contentType res accept Source #

HasBodyParam PatchNamespacedCronJobStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasBodyParam PatchNamespacedJob Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

setBodyParam :: (Consumes PatchNamespacedJob contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedJob contentType res accept -> Body -> KubernetesRequest PatchNamespacedJob contentType res accept Source #

HasBodyParam PatchNamespacedJobStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

setBodyParam :: (Consumes PatchNamespacedJobStatus contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedJobStatus contentType res accept -> Body -> KubernetesRequest PatchNamespacedJobStatus contentType res accept Source #

HasBodyParam PatchCertificateSigningRequest Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasBodyParam PatchCertificateSigningRequestApproval Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasBodyParam PatchCertificateSigningRequestStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasBodyParam PatchClusterTrustBundle Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

Methods

setBodyParam :: (Consumes PatchClusterTrustBundle contentType, MimeRender contentType Body) => KubernetesRequest PatchClusterTrustBundle contentType res accept -> Body -> KubernetesRequest PatchClusterTrustBundle contentType res accept Source #

HasBodyParam PatchNamespacedLease Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

Methods

setBodyParam :: (Consumes PatchNamespacedLease contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedLease contentType res accept -> Body -> KubernetesRequest PatchNamespacedLease contentType res accept Source #

HasBodyParam PatchNamespacedLeaseCandidate Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasBodyParam PatchNamespace Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNamespace contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespace contentType res accept -> Body -> KubernetesRequest PatchNamespace contentType res accept Source #

HasBodyParam PatchNamespaceStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNamespaceStatus contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespaceStatus contentType res accept -> Body -> KubernetesRequest PatchNamespaceStatus contentType res accept Source #

HasBodyParam PatchNamespacedConfigMap Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNamespacedConfigMap contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedConfigMap contentType res accept -> Body -> KubernetesRequest PatchNamespacedConfigMap contentType res accept Source #

HasBodyParam PatchNamespacedEndpoints Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNamespacedEndpoints contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedEndpoints contentType res accept -> Body -> KubernetesRequest PatchNamespacedEndpoints contentType res accept Source #

HasBodyParam PatchNamespacedEvent Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNamespacedEvent contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedEvent contentType res accept -> Body -> KubernetesRequest PatchNamespacedEvent contentType res accept Source #

HasBodyParam PatchNamespacedLimitRange Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNamespacedLimitRange contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedLimitRange contentType res accept -> Body -> KubernetesRequest PatchNamespacedLimitRange contentType res accept Source #

HasBodyParam PatchNamespacedPersistentVolumeClaim Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedPersistentVolumeClaimStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedPod Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNamespacedPod contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedPod contentType res accept -> Body -> KubernetesRequest PatchNamespacedPod contentType res accept Source #

HasBodyParam PatchNamespacedPodEphemeralcontainers Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedPodResize Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNamespacedPodResize contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedPodResize contentType res accept -> Body -> KubernetesRequest PatchNamespacedPodResize contentType res accept Source #

HasBodyParam PatchNamespacedPodStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNamespacedPodStatus contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedPodStatus contentType res accept -> Body -> KubernetesRequest PatchNamespacedPodStatus contentType res accept Source #

HasBodyParam PatchNamespacedPodTemplate Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedReplicationController Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedReplicationControllerScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedReplicationControllerStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedResourceQuota Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedResourceQuotaStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedSecret Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNamespacedSecret contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedSecret contentType res accept -> Body -> KubernetesRequest PatchNamespacedSecret contentType res accept Source #

HasBodyParam PatchNamespacedService Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNamespacedService contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedService contentType res accept -> Body -> KubernetesRequest PatchNamespacedService contentType res accept Source #

HasBodyParam PatchNamespacedServiceAccount Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNamespacedServiceStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam PatchNode Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNode contentType, MimeRender contentType Body) => KubernetesRequest PatchNode contentType res accept -> Body -> KubernetesRequest PatchNode contentType res accept Source #

HasBodyParam PatchNodeStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchNodeStatus contentType, MimeRender contentType Body) => KubernetesRequest PatchNodeStatus contentType res accept -> Body -> KubernetesRequest PatchNodeStatus contentType res accept Source #

HasBodyParam PatchPersistentVolume Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes PatchPersistentVolume contentType, MimeRender contentType Body) => KubernetesRequest PatchPersistentVolume contentType res accept -> Body -> KubernetesRequest PatchPersistentVolume contentType res accept Source #

HasBodyParam PatchPersistentVolumeStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateClusterCustomObject Body Source #

Body Param "body" - The JSON schema of the Resource to create.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

Methods

setBodyParam :: (Consumes CreateClusterCustomObject contentType, MimeRender contentType Body) => KubernetesRequest CreateClusterCustomObject contentType res accept -> Body -> KubernetesRequest CreateClusterCustomObject contentType res accept Source #

HasBodyParam CreateNamespacedCustomObject Body Source #

Body Param "body" - The JSON schema of the Resource to create.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam PatchClusterCustomObject Body Source #

Body Param "body" - The JSON schema of the Resource to patch.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

Methods

setBodyParam :: (Consumes PatchClusterCustomObject contentType, MimeRender contentType Body) => KubernetesRequest PatchClusterCustomObject contentType res accept -> Body -> KubernetesRequest PatchClusterCustomObject contentType res accept Source #

HasBodyParam PatchClusterCustomObjectScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam PatchClusterCustomObjectStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam PatchNamespacedCustomObject Body Source #

Body Param "body" - The JSON schema of the Resource to patch.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam PatchNamespacedCustomObjectScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam PatchNamespacedCustomObjectStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam ReplaceClusterCustomObject Body Source #

Body Param "body" - The JSON schema of the Resource to replace.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam ReplaceClusterCustomObjectScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam ReplaceClusterCustomObjectStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam ReplaceNamespacedCustomObject Body Source #

Body Param "body" - The JSON schema of the Resource to replace.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam ReplaceNamespacedCustomObjectScale Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam ReplaceNamespacedCustomObjectStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam PatchNamespacedEndpointSlice Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasBodyParam PatchNamespacedEvent Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

Methods

setBodyParam :: (Consumes PatchNamespacedEvent contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedEvent contentType res accept -> Body -> KubernetesRequest PatchNamespacedEvent contentType res accept Source #

HasBodyParam PatchFlowSchema Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

setBodyParam :: (Consumes PatchFlowSchema contentType, MimeRender contentType Body) => KubernetesRequest PatchFlowSchema contentType res accept -> Body -> KubernetesRequest PatchFlowSchema contentType res accept Source #

HasBodyParam PatchFlowSchemaStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

setBodyParam :: (Consumes PatchFlowSchemaStatus contentType, MimeRender contentType Body) => KubernetesRequest PatchFlowSchemaStatus contentType res accept -> Body -> KubernetesRequest PatchFlowSchemaStatus contentType res accept Source #

HasBodyParam PatchPriorityLevelConfiguration Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasBodyParam PatchPriorityLevelConfigurationStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasBodyParam PatchStorageVersion Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

Methods

setBodyParam :: (Consumes PatchStorageVersion contentType, MimeRender contentType Body) => KubernetesRequest PatchStorageVersion contentType res accept -> Body -> KubernetesRequest PatchStorageVersion contentType res accept Source #

HasBodyParam PatchStorageVersionStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

Methods

setBodyParam :: (Consumes PatchStorageVersionStatus contentType, MimeRender contentType Body) => KubernetesRequest PatchStorageVersionStatus contentType res accept -> Body -> KubernetesRequest PatchStorageVersionStatus contentType res accept Source #

HasBodyParam PatchIngressClass Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

setBodyParam :: (Consumes PatchIngressClass contentType, MimeRender contentType Body) => KubernetesRequest PatchIngressClass contentType res accept -> Body -> KubernetesRequest PatchIngressClass contentType res accept Source #

HasBodyParam PatchNamespacedIngress Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

setBodyParam :: (Consumes PatchNamespacedIngress contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedIngress contentType res accept -> Body -> KubernetesRequest PatchNamespacedIngress contentType res accept Source #

HasBodyParam PatchNamespacedIngressStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam PatchNamespacedNetworkPolicy Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam PatchIPAddress Body Source # 
Instance details

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 #

HasBodyParam PatchServiceCIDR Body Source # 
Instance details

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 #

HasBodyParam PatchServiceCIDRStatus Body Source # 
Instance details

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 #

HasBodyParam PatchRuntimeClass Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

setBodyParam :: (Consumes PatchRuntimeClass contentType, MimeRender contentType Body) => KubernetesRequest PatchRuntimeClass contentType res accept -> Body -> KubernetesRequest PatchRuntimeClass contentType res accept Source #

HasBodyParam PatchNamespacedPodDisruptionBudget Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasBodyParam PatchNamespacedPodDisruptionBudgetStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasBodyParam PatchClusterRole Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes PatchClusterRole contentType, MimeRender contentType Body) => KubernetesRequest PatchClusterRole contentType res accept -> Body -> KubernetesRequest PatchClusterRole contentType res accept Source #

HasBodyParam PatchClusterRoleBinding Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes PatchClusterRoleBinding contentType, MimeRender contentType Body) => KubernetesRequest PatchClusterRoleBinding contentType res accept -> Body -> KubernetesRequest PatchClusterRoleBinding contentType res accept Source #

HasBodyParam PatchNamespacedRole Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes PatchNamespacedRole contentType, MimeRender contentType Body) => KubernetesRequest PatchNamespacedRole contentType res accept -> Body -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

HasBodyParam PatchNamespacedRoleBinding Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam PatchDeviceClass Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

setBodyParam :: (Consumes PatchDeviceClass contentType, MimeRender contentType Body) => KubernetesRequest PatchDeviceClass contentType res accept -> Body -> KubernetesRequest PatchDeviceClass contentType res accept Source #

HasBodyParam PatchNamespacedResourceClaim Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasBodyParam PatchNamespacedResourceClaimStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasBodyParam PatchNamespacedResourceClaimTemplate Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasBodyParam PatchResourceSlice Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

setBodyParam :: (Consumes PatchResourceSlice contentType, MimeRender contentType Body) => KubernetesRequest PatchResourceSlice contentType res accept -> Body -> KubernetesRequest PatchResourceSlice contentType res accept Source #

HasBodyParam PatchDeviceClass Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

setBodyParam :: (Consumes PatchDeviceClass contentType, MimeRender contentType Body) => KubernetesRequest PatchDeviceClass contentType res accept -> Body -> KubernetesRequest PatchDeviceClass contentType res accept Source #

HasBodyParam PatchNamespacedResourceClaim Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasBodyParam PatchNamespacedResourceClaimStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasBodyParam PatchNamespacedResourceClaimTemplate Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasBodyParam PatchResourceSlice Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

setBodyParam :: (Consumes PatchResourceSlice contentType, MimeRender contentType Body) => KubernetesRequest PatchResourceSlice contentType res accept -> Body -> KubernetesRequest PatchResourceSlice contentType res accept Source #

HasBodyParam PatchPriorityClass Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

Methods

setBodyParam :: (Consumes PatchPriorityClass contentType, MimeRender contentType Body) => KubernetesRequest PatchPriorityClass contentType res accept -> Body -> KubernetesRequest PatchPriorityClass contentType res accept Source #

HasBodyParam PatchCSIDriver Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

setBodyParam :: (Consumes PatchCSIDriver contentType, MimeRender contentType Body) => KubernetesRequest PatchCSIDriver contentType res accept -> Body -> KubernetesRequest PatchCSIDriver contentType res accept Source #

HasBodyParam PatchCSINode Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

setBodyParam :: (Consumes PatchCSINode contentType, MimeRender contentType Body) => KubernetesRequest PatchCSINode contentType res accept -> Body -> KubernetesRequest PatchCSINode contentType res accept Source #

HasBodyParam PatchNamespacedCSIStorageCapacity Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam PatchStorageClass Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

setBodyParam :: (Consumes PatchStorageClass contentType, MimeRender contentType Body) => KubernetesRequest PatchStorageClass contentType res accept -> Body -> KubernetesRequest PatchStorageClass contentType res accept Source #

HasBodyParam PatchVolumeAttachment Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

setBodyParam :: (Consumes PatchVolumeAttachment contentType, MimeRender contentType Body) => KubernetesRequest PatchVolumeAttachment contentType res accept -> Body -> KubernetesRequest PatchVolumeAttachment contentType res accept Source #

HasBodyParam PatchVolumeAttachmentStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam PatchVolumeAttributesClass Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasBodyParam PatchVolumeAttributesClass Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasBodyParam PatchStorageVersionMigration Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasBodyParam PatchStorageVersionMigrationStatus Body Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype Group Source #

Constructors

Group 

Fields

Instances

Instances details
Show Group Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Group -> ShowS #

show :: Group -> String #

showList :: [Group] -> ShowS #

Eq Group Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Group -> Group -> Bool #

(/=) :: Group -> Group -> Bool #

newtype AllowWatchBookmarks Source #

Instances

Instances details
Show AllowWatchBookmarks Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq AllowWatchBookmarks Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ListMutatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListCustomResourceDefinition AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ListAPIService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ListControllerRevisionForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDaemonSetForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDeploymentForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedControllerRevision 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDaemonSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDeployment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedReplicaSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedStatefulSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListReplicaSetForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListStatefulSetForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListCronJobForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListJobForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedCronJob AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListCertificateSigningRequest 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ListClusterTrustBundle 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ListLeaseForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListNamespacedLease 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListLeaseCandidateForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListNamespacedLeaseCandidate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListComponentStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespace 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespacedConfigMap 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListPersistentVolume 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListClusterCustomObject AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListCustomObjectForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListNamespacedCustomObject AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListEndpointSliceForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListNamespacedEndpointSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListEventForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListFlowSchema 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ListPriorityLevelConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ListStorageVersion 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ListIngressClass AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListIngressForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedIngress AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedNetworkPolicy AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNetworkPolicyForAllNamespaces AllowWatchBookmarks Source #

Optional Param "allowWatchBookmarks" - allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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.

Instance details

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 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam ListRuntimeClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam ListNamespacedPodDisruptionBudget 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListPodDisruptionBudgetForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListClusterRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimTemplateForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimTemplateForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListPriorityClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam ListCSIDriver 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSIDriver contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ListCSIDriver contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCSIDriver contentType res accept Source #

HasOptionalParam ListCSINode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ListCSINode contentType res accept -> AllowWatchBookmarks -> KubernetesRequest ListCSINode contentType res accept Source #

HasOptionalParam ListCSIStorageCapacityForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListNamespacedCSIStorageCapacity 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListStorageClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListVolumeAttachment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ListVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ListStorageVersionMigration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype Continue Source #

Constructors

Continue 

Fields

Instances

Instances details
Show Continue Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq Continue Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionCustomResourceDefinition Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ListCustomResourceDefinition Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionAPIService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ListAPIService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> Continue -> KubernetesRequest ListAPIService contentType res accept Source #

(-&-) :: KubernetesRequest ListAPIService contentType res accept -> Continue -> KubernetesRequest ListAPIService contentType res accept Source #

HasOptionalParam DeleteCollectionNamespacedControllerRevision 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListControllerRevisionForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDaemonSetForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDeploymentForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedControllerRevision 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDaemonSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDeployment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedReplicaSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedStatefulSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListReplicaSetForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListStatefulSetForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteCollectionNamespacedCronJob Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListCronJobForAllNamespaces Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListJobForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedCronJob Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedJob contentType res accept -> Continue -> KubernetesRequest ListNamespacedJob contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedJob contentType res accept -> Continue -> KubernetesRequest ListNamespacedJob contentType res accept Source #

HasOptionalParam DeleteCollectionCertificateSigningRequest 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ListCertificateSigningRequest 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCollectionClusterTrustBundle 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ListClusterTrustBundle 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionNamespacedLease 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListLeaseForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListNamespacedLease 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLeaseCandidate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListLeaseCandidateForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListNamespacedLeaseCandidate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteCollectionNamespacedConfigMap 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespace 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> Continue -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> Continue -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespacedConfigMap 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedPod contentType res accept -> Continue -> KubernetesRequest ListNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedPod contentType res accept -> Continue -> KubernetesRequest ListNamespacedPod contentType res accept Source #

HasOptionalParam ListNamespacedPodTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> Continue -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> Continue -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListPersistentVolume 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListClusterCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListCustomObjectForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListNamespacedCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedEndpointSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListEndpointSliceForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListNamespacedEndpointSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteCollectionNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListEventForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteCollectionFlowSchema 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionPriorityLevelConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ListFlowSchema 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest ListFlowSchema contentType res accept -> Continue -> KubernetesRequest ListFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest ListFlowSchema contentType res accept -> Continue -> KubernetesRequest ListFlowSchema contentType res accept Source #

HasOptionalParam ListPriorityLevelConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionStorageVersion 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ListStorageVersion 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ListStorageVersion contentType res accept -> Continue -> KubernetesRequest ListStorageVersion contentType res accept Source #

(-&-) :: KubernetesRequest ListStorageVersion contentType res accept -> Continue -> KubernetesRequest ListStorageVersion contentType res accept Source #

HasOptionalParam DeleteCollectionIngressClass Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedIngress Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListIngressClass Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> Continue -> KubernetesRequest ListIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest ListIngressClass contentType res accept -> Continue -> KubernetesRequest ListIngressClass contentType res accept Source #

HasOptionalParam ListIngressForAllNamespaces Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedIngress Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedNetworkPolicy Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNetworkPolicyForAllNamespaces Continue Source #

Optional Param "continue" - The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

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 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.

Instance details

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 DeleteCollectionRuntimeClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam ListRuntimeClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest ListRuntimeClass contentType res accept -> Continue -> KubernetesRequest ListRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest ListRuntimeClass contentType res accept -> Continue -> KubernetesRequest ListRuntimeClass contentType res accept Source #

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListNamespacedPodDisruptionBudget 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListPodDisruptionBudgetForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteCollectionClusterRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> Continue -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> Continue -> KubernetesRequest ListClusterRole contentType res accept Source #

HasOptionalParam ListClusterRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> Continue -> KubernetesRequest ListNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> Continue -> KubernetesRequest ListNamespacedRole contentType res accept Source #

HasOptionalParam ListNamespacedRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> Continue -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> Continue -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimTemplateForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> Continue -> KubernetesRequest ListResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> Continue -> KubernetesRequest ListResourceSlice contentType res accept Source #

HasOptionalParam DeleteCollectionDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> Continue -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> Continue -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimTemplateForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> Continue -> KubernetesRequest ListResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> Continue -> KubernetesRequest ListResourceSlice contentType res accept Source #

HasOptionalParam DeleteCollectionPriorityClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam ListPriorityClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

Methods

applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> Continue -> KubernetesRequest ListPriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> Continue -> KubernetesRequest ListPriorityClass contentType res accept Source #

HasOptionalParam DeleteCollectionCSIDriver 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionCSINode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionNamespacedCSIStorageCapacity 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListCSIDriver 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSIDriver contentType res accept -> Continue -> KubernetesRequest ListCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ListCSIDriver contentType res accept -> Continue -> KubernetesRequest ListCSIDriver contentType res accept Source #

HasOptionalParam ListCSINode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> Continue -> KubernetesRequest ListCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ListCSINode contentType res accept -> Continue -> KubernetesRequest ListCSINode contentType res accept Source #

HasOptionalParam ListCSIStorageCapacityForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListNamespacedCSIStorageCapacity 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListStorageClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListStorageClass contentType res accept -> Continue -> KubernetesRequest ListStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest ListStorageClass contentType res accept -> Continue -> KubernetesRequest ListStorageClass contentType res accept Source #

HasOptionalParam ListVolumeAttachment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ListVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ListVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionStorageVersionMigration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ListStorageVersionMigration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype DryRun Source #

Constructors

DryRun 

Fields

Instances

Instances details
Show DryRun Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq DryRun Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: DryRun -> DryRun -> Bool #

(/=) :: DryRun -> DryRun -> Bool #

HasOptionalParam CreateMutatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateValidatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteMutatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchMutatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingAdmissionPolicyStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceMutatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingAdmissionPolicyStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateMutatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam CreateMutatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteMutatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteMutatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam PatchMutatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam PatchMutatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ReplaceMutatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ReplaceMutatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam CreateValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam CreateValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchValidatingAdmissionPolicyStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReplaceValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReplaceValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReplaceValidatingAdmissionPolicyStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam CreateCustomResourceDefinition DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionCustomResourceDefinition DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCustomResourceDefinition DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinition DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinitionStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReplaceCustomResourceDefinition DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReplaceCustomResourceDefinitionStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam CreateAPIService 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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest CreateAPIService contentType res accept -> DryRun -> KubernetesRequest CreateAPIService contentType res accept Source #

(-&-) :: KubernetesRequest CreateAPIService contentType res accept -> DryRun -> KubernetesRequest CreateAPIService contentType res accept Source #

HasOptionalParam DeleteAPIService 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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest DeleteAPIService contentType res accept -> DryRun -> KubernetesRequest DeleteAPIService contentType res accept Source #

(-&-) :: KubernetesRequest DeleteAPIService contentType res accept -> DryRun -> KubernetesRequest DeleteAPIService contentType res accept Source #

HasOptionalParam DeleteCollectionAPIService 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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam PatchAPIService 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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest PatchAPIService contentType res accept -> DryRun -> KubernetesRequest PatchAPIService contentType res accept Source #

(-&-) :: KubernetesRequest PatchAPIService contentType res accept -> DryRun -> KubernetesRequest PatchAPIService contentType res accept Source #

HasOptionalParam PatchAPIServiceStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ReplaceAPIService 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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceAPIService contentType res accept -> DryRun -> KubernetesRequest ReplaceAPIService contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceAPIService contentType res accept -> DryRun -> KubernetesRequest ReplaceAPIService contentType res accept Source #

HasOptionalParam ReplaceAPIServiceStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam CreateNamespacedControllerRevision 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedDaemonSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedDeployment 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedReplicaSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedStatefulSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedControllerRevision 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedControllerRevision 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedDaemonSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedDeployment 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedReplicaSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedStatefulSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedControllerRevision 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDaemonSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDaemonSetStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeployment 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeploymentScale 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeploymentStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSetScale 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSetStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSetScale 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSetStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedControllerRevision 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDaemonSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDaemonSetStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDeployment 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDeploymentScale 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDeploymentStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedReplicaSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedReplicaSetScale 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedReplicaSetStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedStatefulSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedStatefulSetScale 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedStatefulSetStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateSelfSubjectReview 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

Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

HasOptionalParam CreateTokenReview 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

Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

Methods

applyOptionalParam :: KubernetesRequest CreateTokenReview contentType res accept -> DryRun -> KubernetesRequest CreateTokenReview contentType res accept Source #

(-&-) :: KubernetesRequest CreateTokenReview contentType res accept -> DryRun -> KubernetesRequest CreateTokenReview contentType res accept Source #

HasOptionalParam CreateSelfSubjectReview 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

Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1beta1

HasOptionalParam CreateNamespacedLocalSubjectAccessReview 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

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSelfSubjectAccessReview 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

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSelfSubjectRulesReview 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

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSubjectAccessReview 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

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam PatchNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam CreateNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam PatchNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam CreateNamespacedCronJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam CreateNamespacedJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

applyOptionalParam :: KubernetesRequest CreateNamespacedJob contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedJob contentType res accept Source #

(-&-) :: KubernetesRequest CreateNamespacedJob contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedJob contentType res accept Source #

HasOptionalParam DeleteCollectionNamespacedCronJob DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteNamespacedCronJob DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteNamespacedJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNamespacedJob contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedJob contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNamespacedJob contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedJob contentType res accept Source #

HasOptionalParam PatchNamespacedCronJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam PatchNamespacedCronJobStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam PatchNamespacedJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedJob contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedJob contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedJob contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedJob contentType res accept Source #

HasOptionalParam PatchNamespacedJobStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedCronJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedCronJobStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedJobStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam CreateCertificateSigningRequest 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCertificateSigningRequest 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCollectionCertificateSigningRequest 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam PatchCertificateSigningRequest 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam PatchCertificateSigningRequestApproval 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam PatchCertificateSigningRequestStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ReplaceCertificateSigningRequest 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ReplaceCertificateSigningRequestApproval 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ReplaceCertificateSigningRequestStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam CreateClusterTrustBundle 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteClusterTrustBundle 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionClusterTrustBundle 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam PatchClusterTrustBundle 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ReplaceClusterTrustBundle 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam CreateNamespacedLease 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLease 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteNamespacedLease 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam PatchNamespacedLease 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ReplaceNamespacedLease 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam CreateNamespacedLeaseCandidate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteCollectionNamespacedLeaseCandidate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteNamespacedLeaseCandidate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam PatchNamespacedLeaseCandidate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ReplaceNamespacedLeaseCandidate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam CreateNamespace 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNamespace contentType res accept -> DryRun -> KubernetesRequest CreateNamespace contentType res accept Source #

(-&-) :: KubernetesRequest CreateNamespace contentType res accept -> DryRun -> KubernetesRequest CreateNamespace contentType res accept Source #

HasOptionalParam CreateNamespacedBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedConfigMap 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedEndpoints 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedLimitRange 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPersistentVolumeClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPod 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNamespacedPod contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest CreateNamespacedPod contentType res accept -> DryRun -> KubernetesRequest CreateNamespacedPod contentType res accept Source #

HasOptionalParam CreateNamespacedPodBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodEviction 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedReplicationController 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedResourceQuota 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedSecret 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedService 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedServiceAccount 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedServiceAccountToken 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNode 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNode contentType res accept -> DryRun -> KubernetesRequest CreateNode contentType res accept Source #

(-&-) :: KubernetesRequest CreateNode contentType res accept -> DryRun -> KubernetesRequest CreateNode contentType res accept Source #

HasOptionalParam CreatePersistentVolume 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedConfigMap 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespace 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNamespace contentType res accept -> DryRun -> KubernetesRequest DeleteNamespace contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNamespace contentType res accept -> DryRun -> KubernetesRequest DeleteNamespace contentType res accept Source #

HasOptionalParam DeleteNamespacedConfigMap 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEndpoints 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedLimitRange 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPod 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNamespacedPod contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNamespacedPod contentType res accept -> DryRun -> KubernetesRequest DeleteNamespacedPod contentType res accept Source #

HasOptionalParam DeleteNamespacedPodTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedReplicationController 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedSecret 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedService 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNode 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNode contentType res accept -> DryRun -> KubernetesRequest DeleteNode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNode contentType res accept -> DryRun -> KubernetesRequest DeleteNode contentType res accept Source #

HasOptionalParam DeletePersistentVolume 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespace 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespace contentType res accept -> DryRun -> KubernetesRequest PatchNamespace contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespace contentType res accept -> DryRun -> KubernetesRequest PatchNamespace contentType res accept Source #

HasOptionalParam PatchNamespaceStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedConfigMap 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEndpoints 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedLimitRange 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPod 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedPod contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedPod contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedPod contentType res accept Source #

HasOptionalParam PatchNamespacedPodEphemeralcontainers 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodResize 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationController 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerScale 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuota 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuotaStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedSecret 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedService 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceAccount 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNode 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> DryRun -> KubernetesRequest PatchNode contentType res accept Source #

(-&-) :: KubernetesRequest PatchNode contentType res accept -> DryRun -> KubernetesRequest PatchNode contentType res accept Source #

HasOptionalParam PatchNodeStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> DryRun -> KubernetesRequest PatchNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> DryRun -> KubernetesRequest PatchNodeStatus contentType res accept Source #

HasOptionalParam PatchPersistentVolume 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolumeStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespace 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNamespace contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNamespace contentType res accept -> DryRun -> KubernetesRequest ReplaceNamespace contentType res accept Source #

HasOptionalParam ReplaceNamespaceFinalize 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedConfigMap 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEndpoints 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedLimitRange 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaimStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPod 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodEphemeralcontainers 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodResize 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationController 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerScale 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuota 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuotaStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedSecret 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedService 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceAccount 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNode 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNode contentType res accept -> DryRun -> KubernetesRequest ReplaceNode contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNode contentType res accept -> DryRun -> KubernetesRequest ReplaceNode contentType res accept Source #

HasOptionalParam ReplaceNodeStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNodeStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNodeStatus contentType res accept -> DryRun -> KubernetesRequest ReplaceNodeStatus contentType res accept Source #

HasOptionalParam ReplacePersistentVolume 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolumeStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateClusterCustomObject 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam CreateNamespacedCustomObject 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteClusterCustomObject 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionClusterCustomObject 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedCustomObject 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteNamespacedCustomObject 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObject 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObjectScale 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObjectStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObject 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObjectScale 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObjectStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceClusterCustomObject 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceClusterCustomObjectScale 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceClusterCustomObjectStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceNamespacedCustomObject 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceNamespacedCustomObjectScale 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceNamespacedCustomObjectStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam CreateNamespacedEndpointSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteCollectionNamespacedEndpointSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteNamespacedEndpointSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam PatchNamespacedEndpointSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ReplaceNamespacedEndpointSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam CreateNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteCollectionNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam PatchNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ReplaceNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam CreateFlowSchema 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest CreateFlowSchema contentType res accept -> DryRun -> KubernetesRequest CreateFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest CreateFlowSchema contentType res accept -> DryRun -> KubernetesRequest CreateFlowSchema contentType res accept Source #

HasOptionalParam CreatePriorityLevelConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionFlowSchema 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionPriorityLevelConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteFlowSchema 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest DeleteFlowSchema contentType res accept -> DryRun -> KubernetesRequest DeleteFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest DeleteFlowSchema contentType res accept -> DryRun -> KubernetesRequest DeleteFlowSchema contentType res accept Source #

HasOptionalParam DeletePriorityLevelConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam PatchFlowSchema 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest PatchFlowSchema contentType res accept -> DryRun -> KubernetesRequest PatchFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest PatchFlowSchema contentType res accept -> DryRun -> KubernetesRequest PatchFlowSchema contentType res accept Source #

HasOptionalParam PatchFlowSchemaStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam PatchPriorityLevelConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam PatchPriorityLevelConfigurationStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReplaceFlowSchema 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceFlowSchema contentType res accept -> DryRun -> KubernetesRequest ReplaceFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceFlowSchema contentType res accept -> DryRun -> KubernetesRequest ReplaceFlowSchema contentType res accept Source #

HasOptionalParam ReplaceFlowSchemaStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReplacePriorityLevelConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReplacePriorityLevelConfigurationStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam CreateStorageVersion 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

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteCollectionStorageVersion 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

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteStorageVersion 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

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam PatchStorageVersion 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

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

Methods

applyOptionalParam :: KubernetesRequest PatchStorageVersion contentType res accept -> DryRun -> KubernetesRequest PatchStorageVersion contentType res accept Source #

(-&-) :: KubernetesRequest PatchStorageVersion contentType res accept -> DryRun -> KubernetesRequest PatchStorageVersion contentType res accept Source #

HasOptionalParam PatchStorageVersionStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ReplaceStorageVersion 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

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ReplaceStorageVersionStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam CreateIngressClass DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest CreateIngressClass contentType res accept -> DryRun -> KubernetesRequest CreateIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest CreateIngressClass contentType res accept -> DryRun -> KubernetesRequest CreateIngressClass contentType res accept Source #

HasOptionalParam CreateNamespacedIngress DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam CreateNamespacedNetworkPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionIngressClass DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedIngress DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteIngressClass DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest DeleteIngressClass contentType res accept -> DryRun -> KubernetesRequest DeleteIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest DeleteIngressClass contentType res accept -> DryRun -> KubernetesRequest DeleteIngressClass contentType res accept Source #

HasOptionalParam DeleteNamespacedIngress DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteNamespacedNetworkPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchIngressClass DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest PatchIngressClass contentType res accept -> DryRun -> KubernetesRequest PatchIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchIngressClass contentType res accept -> DryRun -> KubernetesRequest PatchIngressClass contentType res accept Source #

HasOptionalParam PatchNamespacedIngress DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchNamespacedIngressStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchNamespacedNetworkPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReplaceIngressClass DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceIngressClass contentType res accept -> DryRun -> KubernetesRequest ReplaceIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceIngressClass contentType res accept -> DryRun -> KubernetesRequest ReplaceIngressClass contentType res accept Source #

HasOptionalParam ReplaceNamespacedIngress DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReplaceNamespacedIngressStatus DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReplaceNamespacedNetworkPolicy DryRun Source #

Optional Param "dryRun" - When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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

Instance details

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 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

Instance details

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 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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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

Instance details

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 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

Instance details

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 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

Instance details

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 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

Instance details

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 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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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

Instance details

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 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

Instance details

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 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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam CreateRuntimeClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest CreateRuntimeClass contentType res accept -> DryRun -> KubernetesRequest CreateRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest CreateRuntimeClass contentType res accept -> DryRun -> KubernetesRequest CreateRuntimeClass contentType res accept Source #

HasOptionalParam DeleteCollectionRuntimeClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam DeleteRuntimeClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest DeleteRuntimeClass contentType res accept -> DryRun -> KubernetesRequest DeleteRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest DeleteRuntimeClass contentType res accept -> DryRun -> KubernetesRequest DeleteRuntimeClass contentType res accept Source #

HasOptionalParam PatchRuntimeClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest PatchRuntimeClass contentType res accept -> DryRun -> KubernetesRequest PatchRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchRuntimeClass contentType res accept -> DryRun -> KubernetesRequest PatchRuntimeClass contentType res accept Source #

HasOptionalParam ReplaceRuntimeClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceRuntimeClass contentType res accept -> DryRun -> KubernetesRequest ReplaceRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceRuntimeClass contentType res accept -> DryRun -> KubernetesRequest ReplaceRuntimeClass contentType res accept Source #

HasOptionalParam CreateNamespacedPodDisruptionBudget 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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget 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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteNamespacedPodDisruptionBudget 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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam PatchNamespacedPodDisruptionBudget 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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam PatchNamespacedPodDisruptionBudgetStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ReplaceNamespacedPodDisruptionBudget 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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ReplaceNamespacedPodDisruptionBudgetStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam CreateClusterRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest CreateClusterRole contentType res accept -> DryRun -> KubernetesRequest CreateClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest CreateClusterRole contentType res accept -> DryRun -> KubernetesRequest CreateClusterRole contentType res accept Source #

HasOptionalParam CreateClusterRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateNamespacedRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateNamespacedRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteClusterRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest DeleteClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest DeleteClusterRole contentType res accept -> DryRun -> KubernetesRequest DeleteClusterRole contentType res accept Source #

HasOptionalParam DeleteClusterRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchClusterRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> DryRun -> KubernetesRequest PatchClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> DryRun -> KubernetesRequest PatchClusterRole contentType res accept Source #

HasOptionalParam PatchClusterRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchNamespacedRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedRole contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedRole contentType res accept -> DryRun -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

HasOptionalParam PatchNamespacedRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceClusterRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceClusterRole contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceClusterRole contentType res accept -> DryRun -> KubernetesRequest ReplaceClusterRole contentType res accept Source #

HasOptionalParam ReplaceClusterRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceNamespacedRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceNamespacedRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest CreateDeviceClass contentType res accept -> DryRun -> KubernetesRequest CreateDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest CreateDeviceClass contentType res accept -> DryRun -> KubernetesRequest CreateDeviceClass contentType res accept Source #

HasOptionalParam CreateNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest CreateResourceSlice contentType res accept -> DryRun -> KubernetesRequest CreateResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest CreateResourceSlice contentType res accept -> DryRun -> KubernetesRequest CreateResourceSlice contentType res accept Source #

HasOptionalParam DeleteCollectionDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest DeleteDeviceClass contentType res accept -> DryRun -> KubernetesRequest DeleteDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest DeleteDeviceClass contentType res accept -> DryRun -> KubernetesRequest DeleteDeviceClass contentType res accept Source #

HasOptionalParam DeleteNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest DeleteResourceSlice contentType res accept -> DryRun -> KubernetesRequest DeleteResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest DeleteResourceSlice contentType res accept -> DryRun -> KubernetesRequest DeleteResourceSlice contentType res accept Source #

HasOptionalParam PatchDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest PatchDeviceClass contentType res accept -> DryRun -> KubernetesRequest PatchDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchDeviceClass contentType res accept -> DryRun -> KubernetesRequest PatchDeviceClass contentType res accept Source #

HasOptionalParam PatchNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchNamespacedResourceClaimStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest PatchResourceSlice contentType res accept -> DryRun -> KubernetesRequest PatchResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest PatchResourceSlice contentType res accept -> DryRun -> KubernetesRequest PatchResourceSlice contentType res accept Source #

HasOptionalParam ReplaceDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ReplaceDeviceClass contentType res accept -> DryRun -> KubernetesRequest ReplaceDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceDeviceClass contentType res accept -> DryRun -> KubernetesRequest ReplaceDeviceClass contentType res accept Source #

HasOptionalParam ReplaceNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceNamespacedResourceClaimStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest CreateDeviceClass contentType res accept -> DryRun -> KubernetesRequest CreateDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest CreateDeviceClass contentType res accept -> DryRun -> KubernetesRequest CreateDeviceClass contentType res accept Source #

HasOptionalParam CreateNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam CreateNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam CreateResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest CreateResourceSlice contentType res accept -> DryRun -> KubernetesRequest CreateResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest CreateResourceSlice contentType res accept -> DryRun -> KubernetesRequest CreateResourceSlice contentType res accept Source #

HasOptionalParam DeleteCollectionDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest DeleteDeviceClass contentType res accept -> DryRun -> KubernetesRequest DeleteDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest DeleteDeviceClass contentType res accept -> DryRun -> KubernetesRequest DeleteDeviceClass contentType res accept Source #

HasOptionalParam DeleteNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest DeleteResourceSlice contentType res accept -> DryRun -> KubernetesRequest DeleteResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest DeleteResourceSlice contentType res accept -> DryRun -> KubernetesRequest DeleteResourceSlice contentType res accept Source #

HasOptionalParam PatchDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest PatchDeviceClass contentType res accept -> DryRun -> KubernetesRequest PatchDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchDeviceClass contentType res accept -> DryRun -> KubernetesRequest PatchDeviceClass contentType res accept Source #

HasOptionalParam PatchNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchNamespacedResourceClaimStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest PatchResourceSlice contentType res accept -> DryRun -> KubernetesRequest PatchResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest PatchResourceSlice contentType res accept -> DryRun -> KubernetesRequest PatchResourceSlice contentType res accept Source #

HasOptionalParam ReplaceDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ReplaceDeviceClass contentType res accept -> DryRun -> KubernetesRequest ReplaceDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceDeviceClass contentType res accept -> DryRun -> KubernetesRequest ReplaceDeviceClass contentType res accept Source #

HasOptionalParam ReplaceNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceNamespacedResourceClaimStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam CreatePriorityClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

Methods

applyOptionalParam :: KubernetesRequest CreatePriorityClass contentType res accept -> DryRun -> KubernetesRequest CreatePriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest CreatePriorityClass contentType res accept -> DryRun -> KubernetesRequest CreatePriorityClass contentType res accept Source #

HasOptionalParam DeleteCollectionPriorityClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeletePriorityClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

Methods

applyOptionalParam :: KubernetesRequest DeletePriorityClass contentType res accept -> DryRun -> KubernetesRequest DeletePriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest DeletePriorityClass contentType res accept -> DryRun -> KubernetesRequest DeletePriorityClass contentType res accept Source #

HasOptionalParam PatchPriorityClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

Methods

applyOptionalParam :: KubernetesRequest PatchPriorityClass contentType res accept -> DryRun -> KubernetesRequest PatchPriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchPriorityClass contentType res accept -> DryRun -> KubernetesRequest PatchPriorityClass contentType res accept Source #

HasOptionalParam ReplacePriorityClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam CreateCSIDriver 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest CreateCSIDriver contentType res accept -> DryRun -> KubernetesRequest CreateCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest CreateCSIDriver contentType res accept -> DryRun -> KubernetesRequest CreateCSIDriver contentType res accept Source #

HasOptionalParam CreateCSINode 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest CreateCSINode contentType res accept -> DryRun -> KubernetesRequest CreateCSINode contentType res accept Source #

(-&-) :: KubernetesRequest CreateCSINode contentType res accept -> DryRun -> KubernetesRequest CreateCSINode contentType res accept Source #

HasOptionalParam CreateNamespacedCSIStorageCapacity 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam CreateStorageClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest CreateStorageClass contentType res accept -> DryRun -> KubernetesRequest CreateStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest CreateStorageClass contentType res accept -> DryRun -> KubernetesRequest CreateStorageClass contentType res accept Source #

HasOptionalParam CreateVolumeAttachment 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCSIDriver 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest DeleteCSIDriver contentType res accept -> DryRun -> KubernetesRequest DeleteCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest DeleteCSIDriver contentType res accept -> DryRun -> KubernetesRequest DeleteCSIDriver contentType res accept Source #

HasOptionalParam DeleteCSINode 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest DeleteCSINode contentType res accept -> DryRun -> KubernetesRequest DeleteCSINode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteCSINode contentType res accept -> DryRun -> KubernetesRequest DeleteCSINode contentType res accept Source #

HasOptionalParam DeleteCollectionCSIDriver 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionCSINode 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionNamespacedCSIStorageCapacity 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteNamespacedCSIStorageCapacity 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteStorageClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest DeleteStorageClass contentType res accept -> DryRun -> KubernetesRequest DeleteStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest DeleteStorageClass contentType res accept -> DryRun -> KubernetesRequest DeleteStorageClass contentType res accept Source #

HasOptionalParam DeleteVolumeAttachment 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchCSIDriver 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest PatchCSIDriver contentType res accept -> DryRun -> KubernetesRequest PatchCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest PatchCSIDriver contentType res accept -> DryRun -> KubernetesRequest PatchCSIDriver contentType res accept Source #

HasOptionalParam PatchCSINode 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest PatchCSINode contentType res accept -> DryRun -> KubernetesRequest PatchCSINode contentType res accept Source #

(-&-) :: KubernetesRequest PatchCSINode contentType res accept -> DryRun -> KubernetesRequest PatchCSINode contentType res accept Source #

HasOptionalParam PatchNamespacedCSIStorageCapacity 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchStorageClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest PatchStorageClass contentType res accept -> DryRun -> KubernetesRequest PatchStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchStorageClass contentType res accept -> DryRun -> KubernetesRequest PatchStorageClass contentType res accept Source #

HasOptionalParam PatchVolumeAttachment 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchVolumeAttachmentStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceCSIDriver 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceCSIDriver contentType res accept -> DryRun -> KubernetesRequest ReplaceCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceCSIDriver contentType res accept -> DryRun -> KubernetesRequest ReplaceCSIDriver contentType res accept Source #

HasOptionalParam ReplaceCSINode 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceCSINode contentType res accept -> DryRun -> KubernetesRequest ReplaceCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceCSINode contentType res accept -> DryRun -> KubernetesRequest ReplaceCSINode contentType res accept Source #

HasOptionalParam ReplaceNamespacedCSIStorageCapacity 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceStorageClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceStorageClass contentType res accept -> DryRun -> KubernetesRequest ReplaceStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceStorageClass contentType res accept -> DryRun -> KubernetesRequest ReplaceStorageClass contentType res accept Source #

HasOptionalParam ReplaceVolumeAttachment 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceVolumeAttachmentStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam CreateVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam PatchVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ReplaceVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam CreateVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam PatchVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ReplaceVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam CreateStorageVersionMigration 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

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam DeleteCollectionStorageVersionMigration 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

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam DeleteStorageVersionMigration 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

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam PatchStorageVersionMigration 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

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam PatchStorageVersionMigrationStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ReplaceStorageVersionMigration 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

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ReplaceStorageVersionMigrationStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype FieldManager Source #

Constructors

FieldManager 

Fields

Instances

Instances details
Show FieldManager Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq FieldManager Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam CreateMutatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateValidatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchMutatingWebhookConfiguration 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingAdmissionPolicy 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingAdmissionPolicyBinding 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingAdmissionPolicyStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingWebhookConfiguration 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceMutatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingAdmissionPolicyStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateMutatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam CreateMutatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam PatchMutatingAdmissionPolicy 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam PatchMutatingAdmissionPolicyBinding 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ReplaceMutatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ReplaceMutatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam CreateValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam CreateValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchValidatingAdmissionPolicy 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchValidatingAdmissionPolicyBinding 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchValidatingAdmissionPolicyStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReplaceValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReplaceValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReplaceValidatingAdmissionPolicyStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam CreateCustomResourceDefinition FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinition FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinitionStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReplaceCustomResourceDefinition FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReplaceCustomResourceDefinitionStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam CreateAPIService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest CreateAPIService contentType res accept -> FieldManager -> KubernetesRequest CreateAPIService contentType res accept Source #

(-&-) :: KubernetesRequest CreateAPIService contentType res accept -> FieldManager -> KubernetesRequest CreateAPIService contentType res accept Source #

HasOptionalParam PatchAPIService 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).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest PatchAPIService contentType res accept -> FieldManager -> KubernetesRequest PatchAPIService contentType res accept Source #

(-&-) :: KubernetesRequest PatchAPIService contentType res accept -> FieldManager -> KubernetesRequest PatchAPIService contentType res accept Source #

HasOptionalParam PatchAPIServiceStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ReplaceAPIService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ReplaceAPIServiceStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam CreateNamespacedControllerRevision 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedDaemonSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedDeployment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedReplicaSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedStatefulSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedControllerRevision 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDaemonSet 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDaemonSetStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeployment 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeploymentScale 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeploymentStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSet 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSetScale 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSetStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSet 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSetScale 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSetStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedControllerRevision 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDaemonSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDaemonSetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDeployment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDeploymentScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDeploymentStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedReplicaSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedReplicaSetScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedReplicaSetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedStatefulSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedStatefulSetScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedStatefulSetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateSelfSubjectReview 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

HasOptionalParam CreateTokenReview 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

HasOptionalParam CreateSelfSubjectReview 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1beta1

HasOptionalParam CreateNamespacedLocalSubjectAccessReview 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSelfSubjectAccessReview 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSelfSubjectRulesReview 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSubjectAccessReview 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam PatchNamespacedHorizontalPodAutoscaler 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam CreateNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam PatchNamespacedHorizontalPodAutoscaler 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam CreateNamespacedCronJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam CreateNamespacedJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam PatchNamespacedCronJob 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).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam PatchNamespacedCronJobStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam PatchNamespacedJob 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).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam PatchNamespacedJobStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedCronJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedCronJobStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedJobStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam CreateCertificateSigningRequest 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam PatchCertificateSigningRequest 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam PatchCertificateSigningRequestApproval 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam PatchCertificateSigningRequestStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ReplaceCertificateSigningRequest 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ReplaceCertificateSigningRequestApproval 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ReplaceCertificateSigningRequestStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam CreateClusterTrustBundle 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam PatchClusterTrustBundle 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ReplaceClusterTrustBundle 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam CreateNamespacedLease 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam PatchNamespacedLease 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ReplaceNamespacedLease 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam CreateNamespacedLeaseCandidate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam PatchNamespacedLeaseCandidate 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ReplaceNamespacedLeaseCandidate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam CreateNamespace 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNamespace contentType res accept -> FieldManager -> KubernetesRequest CreateNamespace contentType res accept Source #

(-&-) :: KubernetesRequest CreateNamespace contentType res accept -> FieldManager -> KubernetesRequest CreateNamespace contentType res accept Source #

HasOptionalParam CreateNamespacedBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedConfigMap 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedEndpoints 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedLimitRange 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPersistentVolumeClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPod 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodEviction 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedReplicationController 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedResourceQuota 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedSecret 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedServiceAccount 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedServiceAccountToken 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNode contentType res accept -> FieldManager -> KubernetesRequest CreateNode contentType res accept Source #

(-&-) :: KubernetesRequest CreateNode contentType res accept -> FieldManager -> KubernetesRequest CreateNode contentType res accept Source #

HasOptionalParam CreatePersistentVolume 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespace 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespace contentType res accept -> FieldManager -> KubernetesRequest PatchNamespace contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespace contentType res accept -> FieldManager -> KubernetesRequest PatchNamespace contentType res accept Source #

HasOptionalParam PatchNamespaceStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedConfigMap 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEndpoints 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEvent 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedLimitRange 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaim 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPod 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodEphemeralcontainers 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodResize 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodTemplate 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationController 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerScale 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuota 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuotaStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedSecret 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedService 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceAccount 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNode 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> FieldManager -> KubernetesRequest PatchNode contentType res accept Source #

(-&-) :: KubernetesRequest PatchNode contentType res accept -> FieldManager -> KubernetesRequest PatchNode contentType res accept Source #

HasOptionalParam PatchNodeStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> FieldManager -> KubernetesRequest PatchNodeStatus contentType res accept Source #

HasOptionalParam PatchPersistentVolume 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolumeStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespace 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNamespace contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNamespace contentType res accept -> FieldManager -> KubernetesRequest ReplaceNamespace contentType res accept Source #

HasOptionalParam ReplaceNamespaceFinalize 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedConfigMap 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEndpoints 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedLimitRange 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaimStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPod 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodEphemeralcontainers 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodResize 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationController 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuota 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuotaStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedSecret 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceAccount 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNode contentType res accept -> FieldManager -> KubernetesRequest ReplaceNode contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNode contentType res accept -> FieldManager -> KubernetesRequest ReplaceNode contentType res accept Source #

HasOptionalParam ReplaceNodeStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolume 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolumeStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateClusterCustomObject 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam CreateNamespacedCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObject 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObjectScale 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObjectStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObject 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObjectScale 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObjectStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceClusterCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceClusterCustomObjectScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceClusterCustomObjectStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceNamespacedCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceNamespacedCustomObjectScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceNamespacedCustomObjectStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam CreateNamespacedEndpointSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam PatchNamespacedEndpointSlice 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).

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ReplaceNamespacedEndpointSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam CreateNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam PatchNamespacedEvent 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).

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ReplaceNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam CreateFlowSchema 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest CreateFlowSchema contentType res accept -> FieldManager -> KubernetesRequest CreateFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest CreateFlowSchema contentType res accept -> FieldManager -> KubernetesRequest CreateFlowSchema contentType res accept Source #

HasOptionalParam CreatePriorityLevelConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam PatchFlowSchema 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).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest PatchFlowSchema contentType res accept -> FieldManager -> KubernetesRequest PatchFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest PatchFlowSchema contentType res accept -> FieldManager -> KubernetesRequest PatchFlowSchema contentType res accept Source #

HasOptionalParam PatchFlowSchemaStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam PatchPriorityLevelConfiguration 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).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam PatchPriorityLevelConfigurationStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReplaceFlowSchema 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReplaceFlowSchemaStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReplacePriorityLevelConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReplacePriorityLevelConfigurationStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam CreateStorageVersion 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam PatchStorageVersion 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).

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam PatchStorageVersionStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ReplaceStorageVersion 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ReplaceStorageVersionStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam CreateIngressClass FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam CreateNamespacedIngress FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam CreateNamespacedNetworkPolicy FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchIngressClass FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchNamespacedIngress FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchNamespacedIngressStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchNamespacedNetworkPolicy FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReplaceIngressClass FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReplaceNamespacedIngress FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReplaceNamespacedIngressStatus FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReplaceNamespacedNetworkPolicy FieldManager Source #

Optional Param "fieldManager" - fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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.

Instance details

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 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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).

Instance details

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 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).

Instance details

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 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).

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

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 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam CreateRuntimeClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam PatchRuntimeClass 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).

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam ReplaceRuntimeClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam CreateNamespacedPodDisruptionBudget 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam PatchNamespacedPodDisruptionBudget 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).

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam PatchNamespacedPodDisruptionBudgetStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ReplaceNamespacedPodDisruptionBudget 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ReplaceNamespacedPodDisruptionBudgetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam CreateClusterRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateClusterRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateNamespacedRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateNamespacedRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchClusterRole 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).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> FieldManager -> KubernetesRequest PatchClusterRole contentType res accept Source #

HasOptionalParam PatchClusterRoleBinding 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).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchNamespacedRole 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).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchNamespacedRoleBinding 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).

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceClusterRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceClusterRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceNamespacedRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceNamespacedRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchDeviceClass 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).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest PatchDeviceClass contentType res accept -> FieldManager -> KubernetesRequest PatchDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchDeviceClass contentType res accept -> FieldManager -> KubernetesRequest PatchDeviceClass contentType res accept Source #

HasOptionalParam PatchNamespacedResourceClaim 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).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchNamespacedResourceClaimStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchNamespacedResourceClaimTemplate 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).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchResourceSlice 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).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceNamespacedResourceClaimStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam CreateNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam CreateNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam CreateResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchDeviceClass 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).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest PatchDeviceClass contentType res accept -> FieldManager -> KubernetesRequest PatchDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchDeviceClass contentType res accept -> FieldManager -> KubernetesRequest PatchDeviceClass contentType res accept Source #

HasOptionalParam PatchNamespacedResourceClaim 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).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchNamespacedResourceClaimStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchNamespacedResourceClaimTemplate 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).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchResourceSlice 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).

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceNamespacedResourceClaimStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam CreatePriorityClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam PatchPriorityClass 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).

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam ReplacePriorityClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam CreateCSIDriver 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest CreateCSIDriver contentType res accept -> FieldManager -> KubernetesRequest CreateCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest CreateCSIDriver contentType res accept -> FieldManager -> KubernetesRequest CreateCSIDriver contentType res accept Source #

HasOptionalParam CreateCSINode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest CreateCSINode contentType res accept -> FieldManager -> KubernetesRequest CreateCSINode contentType res accept Source #

(-&-) :: KubernetesRequest CreateCSINode contentType res accept -> FieldManager -> KubernetesRequest CreateCSINode contentType res accept Source #

HasOptionalParam CreateNamespacedCSIStorageCapacity 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam CreateStorageClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam CreateVolumeAttachment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchCSIDriver 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).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest PatchCSIDriver contentType res accept -> FieldManager -> KubernetesRequest PatchCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest PatchCSIDriver contentType res accept -> FieldManager -> KubernetesRequest PatchCSIDriver contentType res accept Source #

HasOptionalParam PatchCSINode 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).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest PatchCSINode contentType res accept -> FieldManager -> KubernetesRequest PatchCSINode contentType res accept Source #

(-&-) :: KubernetesRequest PatchCSINode contentType res accept -> FieldManager -> KubernetesRequest PatchCSINode contentType res accept Source #

HasOptionalParam PatchNamespacedCSIStorageCapacity 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).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchStorageClass 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).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchVolumeAttachment 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).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchVolumeAttachmentStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceCSIDriver 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceCSIDriver contentType res accept -> FieldManager -> KubernetesRequest ReplaceCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceCSIDriver contentType res accept -> FieldManager -> KubernetesRequest ReplaceCSIDriver contentType res accept Source #

HasOptionalParam ReplaceCSINode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceCSINode contentType res accept -> FieldManager -> KubernetesRequest ReplaceCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceCSINode contentType res accept -> FieldManager -> KubernetesRequest ReplaceCSINode contentType res accept Source #

HasOptionalParam ReplaceNamespacedCSIStorageCapacity 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceStorageClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceVolumeAttachment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceVolumeAttachmentStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam CreateVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam PatchVolumeAttributesClass 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).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ReplaceVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam CreateVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam PatchVolumeAttributesClass 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).

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ReplaceVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam CreateStorageVersionMigration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam PatchStorageVersionMigration 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).

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam PatchStorageVersionMigrationStatus 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).

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ReplaceStorageVersionMigration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ReplaceStorageVersionMigrationStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype FieldSelector Source #

Constructors

FieldSelector 

Instances

Instances details
Show FieldSelector Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq FieldSelector Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicy FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicyBinding FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingWebhookConfiguration FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicy FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicyBinding FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicy FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicyBinding FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicy FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicyBinding FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionCustomResourceDefinition FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ListCustomResourceDefinition FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionAPIService FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ListAPIService FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> FieldSelector -> KubernetesRequest ListAPIService contentType res accept Source #

(-&-) :: KubernetesRequest ListAPIService contentType res accept -> FieldSelector -> KubernetesRequest ListAPIService contentType res accept Source #

HasOptionalParam DeleteCollectionNamespacedControllerRevision FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListControllerRevisionForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDaemonSetForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDeploymentForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedControllerRevision FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDaemonSet FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDeployment FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedReplicaSet FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedStatefulSet FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListReplicaSetForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListStatefulSetForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListNamespacedHorizontalPodAutoscaler FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteCollectionNamespacedCronJob FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListCronJobForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListJobForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedCronJob FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedJob FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionCertificateSigningRequest FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ListCertificateSigningRequest FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCollectionClusterTrustBundle FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ListClusterTrustBundle FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionNamespacedLease FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListLeaseForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListNamespacedLease FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLeaseCandidate FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListLeaseCandidateForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListNamespacedLeaseCandidate FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteCollectionNamespacedConfigMap FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespace FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> FieldSelector -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> FieldSelector -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespacedConfigMap FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNode FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> FieldSelector -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> FieldSelector -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListPersistentVolume FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedCustomObject FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListClusterCustomObject FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListCustomObjectForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListNamespacedCustomObject FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedEndpointSlice FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListEndpointSliceForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListNamespacedEndpointSlice FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteCollectionNamespacedEvent FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListEventForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListNamespacedEvent FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteCollectionFlowSchema FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionPriorityLevelConfiguration FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ListFlowSchema FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest ListFlowSchema contentType res accept -> FieldSelector -> KubernetesRequest ListFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest ListFlowSchema contentType res accept -> FieldSelector -> KubernetesRequest ListFlowSchema contentType res accept Source #

HasOptionalParam ListPriorityLevelConfiguration FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionStorageVersion FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ListStorageVersion FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteCollectionIngressClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedIngress FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListIngressClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> FieldSelector -> KubernetesRequest ListIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest ListIngressClass contentType res accept -> FieldSelector -> KubernetesRequest ListIngressClass contentType res accept Source #

HasOptionalParam ListIngressForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedIngress FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedNetworkPolicy FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNetworkPolicyForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionIPAddress FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam DeleteCollectionServiceCIDR FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam ListIPAddress FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

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 ListServiceCIDR FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

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 DeleteCollectionRuntimeClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam ListRuntimeClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest ListRuntimeClass contentType res accept -> FieldSelector -> KubernetesRequest ListRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest ListRuntimeClass contentType res accept -> FieldSelector -> KubernetesRequest ListRuntimeClass contentType res accept Source #

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListNamespacedPodDisruptionBudget FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListPodDisruptionBudgetForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteCollectionClusterRole FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRole FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> FieldSelector -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> FieldSelector -> KubernetesRequest ListClusterRole contentType res accept Source #

HasOptionalParam ListClusterRoleBinding FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionDeviceClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListDeviceClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> FieldSelector -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> FieldSelector -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaimTemplate FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimTemplateForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceSlice FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionDeviceClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaim FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionResourceSlice FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListDeviceClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> FieldSelector -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> FieldSelector -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListNamespacedResourceClaimTemplate FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimTemplateForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceSlice FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionPriorityClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam ListPriorityClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeleteCollectionCSIDriver FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionCSINode FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionNamespacedCSIStorageCapacity FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListCSIDriver FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSIDriver contentType res accept -> FieldSelector -> KubernetesRequest ListCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ListCSIDriver contentType res accept -> FieldSelector -> KubernetesRequest ListCSIDriver contentType res accept Source #

HasOptionalParam ListCSINode FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> FieldSelector -> KubernetesRequest ListCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ListCSINode contentType res accept -> FieldSelector -> KubernetesRequest ListCSINode contentType res accept Source #

HasOptionalParam ListCSIStorageCapacityForAllNamespaces FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListNamespacedCSIStorageCapacity FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListStorageClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListStorageClass contentType res accept -> FieldSelector -> KubernetesRequest ListStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest ListStorageClass contentType res accept -> FieldSelector -> KubernetesRequest ListStorageClass contentType res accept Source #

HasOptionalParam ListVolumeAttachment FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttributesClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ListVolumeAttributesClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttributesClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ListVolumeAttributesClass FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionStorageVersionMigration FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ListStorageVersionMigration FieldSelector Source #

Optional Param "fieldSelector" - A selector to restrict the list of returned objects by their fields. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype FieldValidation Source #

Constructors

FieldValidation 

Instances

Instances details
Show FieldValidation Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq FieldValidation Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam CreateMutatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateValidatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchMutatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingAdmissionPolicyStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceMutatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingAdmissionPolicyStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ReplaceValidatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam CreateMutatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam CreateMutatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam PatchMutatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam PatchMutatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ReplaceMutatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ReplaceMutatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam CreateValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam CreateValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchValidatingAdmissionPolicyStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReplaceValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReplaceValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ReplaceValidatingAdmissionPolicyStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam CreateCustomResourceDefinition FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinition FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinitionStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReplaceCustomResourceDefinition FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ReplaceCustomResourceDefinitionStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam CreateAPIService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam PatchAPIService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest PatchAPIService contentType res accept -> FieldValidation -> KubernetesRequest PatchAPIService contentType res accept Source #

(-&-) :: KubernetesRequest PatchAPIService contentType res accept -> FieldValidation -> KubernetesRequest PatchAPIService contentType res accept Source #

HasOptionalParam PatchAPIServiceStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ReplaceAPIService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ReplaceAPIServiceStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam CreateNamespacedControllerRevision 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedDaemonSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedDeployment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedReplicaSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateNamespacedStatefulSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedControllerRevision 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDaemonSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDaemonSetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeployment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeploymentScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeploymentStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSetScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSetScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedControllerRevision 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDaemonSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDaemonSetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDeployment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDeploymentScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedDeploymentStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedReplicaSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedReplicaSetScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedReplicaSetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedStatefulSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedStatefulSetScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ReplaceNamespacedStatefulSetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam CreateSelfSubjectReview 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

HasOptionalParam CreateTokenReview 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

HasOptionalParam CreateSelfSubjectReview 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1beta1

HasOptionalParam CreateNamespacedLocalSubjectAccessReview 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSelfSubjectAccessReview 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSelfSubjectRulesReview 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateSubjectAccessReview 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

HasOptionalParam CreateNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam PatchNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam CreateNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam PatchNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ReplaceNamespacedHorizontalPodAutoscalerStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam CreateNamespacedCronJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam CreateNamespacedJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam PatchNamespacedCronJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam PatchNamespacedCronJobStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam PatchNamespacedJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam PatchNamespacedJobStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedCronJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedCronJobStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ReplaceNamespacedJobStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam CreateCertificateSigningRequest 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam PatchCertificateSigningRequest 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam PatchCertificateSigningRequestApproval 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam PatchCertificateSigningRequestStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ReplaceCertificateSigningRequest 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ReplaceCertificateSigningRequestApproval 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ReplaceCertificateSigningRequestStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam CreateClusterTrustBundle 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam PatchClusterTrustBundle 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ReplaceClusterTrustBundle 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam CreateNamespacedLease 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam PatchNamespacedLease 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ReplaceNamespacedLease 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam CreateNamespacedLeaseCandidate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam PatchNamespacedLeaseCandidate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ReplaceNamespacedLeaseCandidate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam CreateNamespace 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNamespace contentType res accept -> FieldValidation -> KubernetesRequest CreateNamespace contentType res accept Source #

(-&-) :: KubernetesRequest CreateNamespace contentType res accept -> FieldValidation -> KubernetesRequest CreateNamespace contentType res accept Source #

HasOptionalParam CreateNamespacedBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedConfigMap 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedEndpoints 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedLimitRange 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPersistentVolumeClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPod 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodEviction 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedPodTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedReplicationController 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedResourceQuota 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedSecret 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedServiceAccount 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNamespacedServiceAccountToken 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateNode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest CreateNode contentType res accept -> FieldValidation -> KubernetesRequest CreateNode contentType res accept Source #

(-&-) :: KubernetesRequest CreateNode contentType res accept -> FieldValidation -> KubernetesRequest CreateNode contentType res accept Source #

HasOptionalParam CreatePersistentVolume 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespace 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespace contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespace contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespace contentType res accept -> FieldValidation -> KubernetesRequest PatchNamespace contentType res accept Source #

HasOptionalParam PatchNamespaceStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedConfigMap 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEndpoints 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedLimitRange 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPod 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodEphemeralcontainers 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodResize 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationController 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuota 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuotaStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedSecret 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceAccount 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> FieldValidation -> KubernetesRequest PatchNode contentType res accept Source #

(-&-) :: KubernetesRequest PatchNode contentType res accept -> FieldValidation -> KubernetesRequest PatchNode contentType res accept Source #

HasOptionalParam PatchNodeStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> FieldValidation -> KubernetesRequest PatchNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> FieldValidation -> KubernetesRequest PatchNodeStatus contentType res accept Source #

HasOptionalParam PatchPersistentVolume 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolumeStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespace 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceFinalize 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespaceStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedConfigMap 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEndpoints 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedLimitRange 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPersistentVolumeClaimStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPod 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodEphemeralcontainers 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodResize 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedPodTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationController 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedReplicationControllerStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuota 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedResourceQuotaStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedSecret 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceAccount 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNamespacedServiceStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplaceNode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceNode contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNode contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceNode contentType res accept -> FieldValidation -> KubernetesRequest ReplaceNode contentType res accept Source #

HasOptionalParam ReplaceNodeStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolume 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ReplacePersistentVolumeStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam CreateClusterCustomObject 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. (optional)

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam CreateNamespacedCustomObject 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. (optional)

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObject 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. (optional)

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObjectScale 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. (optional)

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObjectStatus 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. (optional)

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObject 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. (optional)

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObjectScale 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. (optional)

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObjectStatus 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. (optional)

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceClusterCustomObject 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. (optional)

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceClusterCustomObjectScale 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. (optional)

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceClusterCustomObjectStatus 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. (optional)

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceNamespacedCustomObject 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. (optional)

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceNamespacedCustomObjectScale 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. (optional)

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ReplaceNamespacedCustomObjectStatus 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. (optional)

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam CreateNamespacedEndpointSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam PatchNamespacedEndpointSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ReplaceNamespacedEndpointSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam CreateNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam PatchNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ReplaceNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam CreateFlowSchema 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam CreatePriorityLevelConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam PatchFlowSchema 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest PatchFlowSchema contentType res accept -> FieldValidation -> KubernetesRequest PatchFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest PatchFlowSchema contentType res accept -> FieldValidation -> KubernetesRequest PatchFlowSchema contentType res accept Source #

HasOptionalParam PatchFlowSchemaStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam PatchPriorityLevelConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam PatchPriorityLevelConfigurationStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReplaceFlowSchema 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReplaceFlowSchemaStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReplacePriorityLevelConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ReplacePriorityLevelConfigurationStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam CreateStorageVersion 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam PatchStorageVersion 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam PatchStorageVersionStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ReplaceStorageVersion 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ReplaceStorageVersionStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam CreateIngressClass FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam CreateNamespacedIngress FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam CreateNamespacedNetworkPolicy FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchIngressClass FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchNamespacedIngress FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchNamespacedIngressStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchNamespacedNetworkPolicy FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReplaceIngressClass FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReplaceNamespacedIngress FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReplaceNamespacedIngressStatus FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ReplaceNamespacedNetworkPolicy FieldValidation Source #

Optional Param "fieldValidation" - fieldValidation instructs the server on how to handle objects in the request (POSTPUTPATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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.

Instance details

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 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

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 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam CreateRuntimeClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam PatchRuntimeClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam ReplaceRuntimeClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam CreateNamespacedPodDisruptionBudget 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam PatchNamespacedPodDisruptionBudget 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam PatchNamespacedPodDisruptionBudgetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ReplaceNamespacedPodDisruptionBudget 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ReplaceNamespacedPodDisruptionBudgetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam CreateClusterRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateClusterRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateNamespacedRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateNamespacedRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchClusterRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchClusterRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchNamespacedRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchNamespacedRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceClusterRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceClusterRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceNamespacedRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ReplaceNamespacedRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam CreateDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchNamespacedResourceClaimStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceNamespacedResourceClaimStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ReplaceResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam CreateDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam CreateNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam CreateNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam CreateResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchNamespacedResourceClaimStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceNamespacedResourceClaimStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ReplaceResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam CreatePriorityClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam PatchPriorityClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam ReplacePriorityClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam CreateCSIDriver 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest CreateCSIDriver contentType res accept -> FieldValidation -> KubernetesRequest CreateCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest CreateCSIDriver contentType res accept -> FieldValidation -> KubernetesRequest CreateCSIDriver contentType res accept Source #

HasOptionalParam CreateCSINode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest CreateCSINode contentType res accept -> FieldValidation -> KubernetesRequest CreateCSINode contentType res accept Source #

(-&-) :: KubernetesRequest CreateCSINode contentType res accept -> FieldValidation -> KubernetesRequest CreateCSINode contentType res accept Source #

HasOptionalParam CreateNamespacedCSIStorageCapacity 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam CreateStorageClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam CreateVolumeAttachment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchCSIDriver 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest PatchCSIDriver contentType res accept -> FieldValidation -> KubernetesRequest PatchCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest PatchCSIDriver contentType res accept -> FieldValidation -> KubernetesRequest PatchCSIDriver contentType res accept Source #

HasOptionalParam PatchCSINode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest PatchCSINode contentType res accept -> FieldValidation -> KubernetesRequest PatchCSINode contentType res accept Source #

(-&-) :: KubernetesRequest PatchCSINode contentType res accept -> FieldValidation -> KubernetesRequest PatchCSINode contentType res accept Source #

HasOptionalParam PatchNamespacedCSIStorageCapacity 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchStorageClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchVolumeAttachment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchVolumeAttachmentStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceCSIDriver 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceCSINode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ReplaceCSINode contentType res accept -> FieldValidation -> KubernetesRequest ReplaceCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ReplaceCSINode contentType res accept -> FieldValidation -> KubernetesRequest ReplaceCSINode contentType res accept Source #

HasOptionalParam ReplaceNamespacedCSIStorageCapacity 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceStorageClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceVolumeAttachment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ReplaceVolumeAttachmentStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam CreateVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam PatchVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ReplaceVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam CreateVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam PatchVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ReplaceVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam CreateStorageVersionMigration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam PatchStorageVersionMigration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam PatchStorageVersionMigrationStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ReplaceStorageVersionMigration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ReplaceStorageVersionMigrationStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype Follow Source #

Constructors

Follow 

Fields

Instances

Instances details
Show Follow Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq Follow Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Follow -> Follow -> Bool #

(/=) :: Follow -> Follow -> Bool #

HasOptionalParam ReadNamespacedPodLog Follow Source #

Optional Param "follow" - Follow the log stream of the pod. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Force Source #

Constructors

Force 

Fields

Instances

Instances details
Show Force Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Force -> ShowS #

show :: Force -> String #

showList :: [Force] -> ShowS #

Eq Force Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Force -> Force -> Bool #

(/=) :: Force -> Force -> Bool #

HasOptionalParam PatchMutatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingAdmissionPolicyStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchValidatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam PatchMutatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam PatchMutatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam PatchValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchValidatingAdmissionPolicyStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam PatchCustomResourceDefinition Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchCustomResourceDefinitionStatus Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam PatchAPIService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest PatchAPIService contentType res accept -> Force -> KubernetesRequest PatchAPIService contentType res accept Source #

(-&-) :: KubernetesRequest PatchAPIService contentType res accept -> Force -> KubernetesRequest PatchAPIService contentType res accept Source #

HasOptionalParam PatchAPIServiceStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam PatchNamespacedControllerRevision 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDaemonSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDaemonSetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeployment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeploymentScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedDeploymentStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSetScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedReplicaSetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSetScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedStatefulSetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam PatchNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam PatchNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam PatchNamespacedHorizontalPodAutoscalerStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam PatchNamespacedCronJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam PatchNamespacedCronJobStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam PatchNamespacedJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedJob contentType res accept -> Force -> KubernetesRequest PatchNamespacedJob contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedJob contentType res accept -> Force -> KubernetesRequest PatchNamespacedJob contentType res accept Source #

HasOptionalParam PatchNamespacedJobStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam PatchCertificateSigningRequest 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam PatchCertificateSigningRequestApproval 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam PatchCertificateSigningRequestStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam PatchClusterTrustBundle 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam PatchNamespacedLease 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedLease contentType res accept -> Force -> KubernetesRequest PatchNamespacedLease contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedLease contentType res accept -> Force -> KubernetesRequest PatchNamespacedLease contentType res accept Source #

HasOptionalParam PatchNamespacedLeaseCandidate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam PatchNamespace 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespace contentType res accept -> Force -> KubernetesRequest PatchNamespace contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespace contentType res accept -> Force -> KubernetesRequest PatchNamespace contentType res accept Source #

HasOptionalParam PatchNamespaceStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespaceStatus contentType res accept -> Force -> KubernetesRequest PatchNamespaceStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespaceStatus contentType res accept -> Force -> KubernetesRequest PatchNamespaceStatus contentType res accept Source #

HasOptionalParam PatchNamespacedConfigMap 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEndpoints 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedEvent contentType res accept -> Force -> KubernetesRequest PatchNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedEvent contentType res accept -> Force -> KubernetesRequest PatchNamespacedEvent contentType res accept Source #

HasOptionalParam PatchNamespacedLimitRange 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPersistentVolumeClaimStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPod 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedPod contentType res accept -> Force -> KubernetesRequest PatchNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedPod contentType res accept -> Force -> KubernetesRequest PatchNamespacedPod contentType res accept Source #

HasOptionalParam PatchNamespacedPodEphemeralcontainers 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodResize 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedPodTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationController 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedReplicationControllerStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuota 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedResourceQuotaStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedSecret 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceAccount 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNamespacedServiceStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchNode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNode contentType res accept -> Force -> KubernetesRequest PatchNode contentType res accept Source #

(-&-) :: KubernetesRequest PatchNode contentType res accept -> Force -> KubernetesRequest PatchNode contentType res accept Source #

HasOptionalParam PatchNodeStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest PatchNodeStatus contentType res accept -> Force -> KubernetesRequest PatchNodeStatus contentType res accept Source #

(-&-) :: KubernetesRequest PatchNodeStatus contentType res accept -> Force -> KubernetesRequest PatchNodeStatus contentType res accept Source #

HasOptionalParam PatchPersistentVolume 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchPersistentVolumeStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam PatchClusterCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObjectScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchClusterCustomObjectStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObjectScale 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedCustomObjectStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam PatchNamespacedEndpointSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam PatchNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedEvent contentType res accept -> Force -> KubernetesRequest PatchNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedEvent contentType res accept -> Force -> KubernetesRequest PatchNamespacedEvent contentType res accept Source #

HasOptionalParam PatchFlowSchema 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest PatchFlowSchema contentType res accept -> Force -> KubernetesRequest PatchFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest PatchFlowSchema contentType res accept -> Force -> KubernetesRequest PatchFlowSchema contentType res accept Source #

HasOptionalParam PatchFlowSchemaStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam PatchPriorityLevelConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam PatchPriorityLevelConfigurationStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam PatchStorageVersion 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

Methods

applyOptionalParam :: KubernetesRequest PatchStorageVersion contentType res accept -> Force -> KubernetesRequest PatchStorageVersion contentType res accept Source #

(-&-) :: KubernetesRequest PatchStorageVersion contentType res accept -> Force -> KubernetesRequest PatchStorageVersion contentType res accept Source #

HasOptionalParam PatchStorageVersionStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam PatchIngressClass Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest PatchIngressClass contentType res accept -> Force -> KubernetesRequest PatchIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchIngressClass contentType res accept -> Force -> KubernetesRequest PatchIngressClass contentType res accept Source #

HasOptionalParam PatchNamespacedIngress Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchNamespacedIngressStatus Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam PatchNamespacedNetworkPolicy Force Source #

Optional Param "force" - Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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.

Instance details

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 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.

Instance details

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 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam PatchRuntimeClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest PatchRuntimeClass contentType res accept -> Force -> KubernetesRequest PatchRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchRuntimeClass contentType res accept -> Force -> KubernetesRequest PatchRuntimeClass contentType res accept Source #

HasOptionalParam PatchNamespacedPodDisruptionBudget 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam PatchNamespacedPodDisruptionBudgetStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam PatchClusterRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest PatchClusterRole contentType res accept -> Force -> KubernetesRequest PatchClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest PatchClusterRole contentType res accept -> Force -> KubernetesRequest PatchClusterRole contentType res accept Source #

HasOptionalParam PatchClusterRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchNamespacedRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest PatchNamespacedRole contentType res accept -> Force -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest PatchNamespacedRole contentType res accept -> Force -> KubernetesRequest PatchNamespacedRole contentType res accept Source #

HasOptionalParam PatchNamespacedRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam PatchDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest PatchDeviceClass contentType res accept -> Force -> KubernetesRequest PatchDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchDeviceClass contentType res accept -> Force -> KubernetesRequest PatchDeviceClass contentType res accept Source #

HasOptionalParam PatchNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchNamespacedResourceClaimStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam PatchResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest PatchResourceSlice contentType res accept -> Force -> KubernetesRequest PatchResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest PatchResourceSlice contentType res accept -> Force -> KubernetesRequest PatchResourceSlice contentType res accept Source #

HasOptionalParam PatchDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest PatchDeviceClass contentType res accept -> Force -> KubernetesRequest PatchDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchDeviceClass contentType res accept -> Force -> KubernetesRequest PatchDeviceClass contentType res accept Source #

HasOptionalParam PatchNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchNamespacedResourceClaimStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam PatchResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest PatchResourceSlice contentType res accept -> Force -> KubernetesRequest PatchResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest PatchResourceSlice contentType res accept -> Force -> KubernetesRequest PatchResourceSlice contentType res accept Source #

HasOptionalParam PatchPriorityClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

Methods

applyOptionalParam :: KubernetesRequest PatchPriorityClass contentType res accept -> Force -> KubernetesRequest PatchPriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchPriorityClass contentType res accept -> Force -> KubernetesRequest PatchPriorityClass contentType res accept Source #

HasOptionalParam PatchCSIDriver 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest PatchCSIDriver contentType res accept -> Force -> KubernetesRequest PatchCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest PatchCSIDriver contentType res accept -> Force -> KubernetesRequest PatchCSIDriver contentType res accept Source #

HasOptionalParam PatchCSINode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest PatchCSINode contentType res accept -> Force -> KubernetesRequest PatchCSINode contentType res accept Source #

(-&-) :: KubernetesRequest PatchCSINode contentType res accept -> Force -> KubernetesRequest PatchCSINode contentType res accept Source #

HasOptionalParam PatchNamespacedCSIStorageCapacity 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchStorageClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest PatchStorageClass contentType res accept -> Force -> KubernetesRequest PatchStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest PatchStorageClass contentType res accept -> Force -> KubernetesRequest PatchStorageClass contentType res accept Source #

HasOptionalParam PatchVolumeAttachment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchVolumeAttachmentStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam PatchVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam PatchVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam PatchStorageVersionMigration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam PatchStorageVersionMigrationStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype GracePeriodSeconds Source #

Instances

Instances details
Show GracePeriodSeconds Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq GracePeriodSeconds Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteMutatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteMutatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteMutatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionCustomResourceDefinition GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCustomResourceDefinition GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteAPIService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam DeleteCollectionAPIService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam DeleteCollectionNamespacedControllerRevision 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedControllerRevision 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedDaemonSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedDeployment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedReplicaSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedStatefulSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteCollectionNamespacedCronJob GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteNamespacedCronJob GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteNamespacedJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCertificateSigningRequest 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCollectionCertificateSigningRequest 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteClusterTrustBundle 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionClusterTrustBundle 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionNamespacedLease 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteNamespacedLease 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLeaseCandidate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteNamespacedLeaseCandidate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteCollectionNamespacedConfigMap 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespace 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedConfigMap 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEndpoints 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedLimitRange 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPod 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPodTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedReplicationController 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedSecret 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNode contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNode contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteNode contentType res accept Source #

HasOptionalParam DeletePersistentVolume 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteClusterCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionClusterCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteNamespacedCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedEndpointSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteNamespacedEndpointSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteCollectionNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteCollectionFlowSchema 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionPriorityLevelConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteFlowSchema 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeletePriorityLevelConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionStorageVersion 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteStorageVersion 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteCollectionIngressClass GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedIngress GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteIngressClass GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteNamespacedIngress GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteNamespacedNetworkPolicy GracePeriodSeconds Source #

Optional Param "gracePeriodSeconds" - The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam DeleteCollectionRuntimeClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam DeleteRuntimeClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteNamespacedPodDisruptionBudget 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteClusterRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteClusterRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionPriorityClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeletePriorityClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeleteCSIDriver 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCSINode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest DeleteCSINode contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCSINode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteCSINode contentType res accept -> GracePeriodSeconds -> KubernetesRequest DeleteCSINode contentType res accept Source #

HasOptionalParam DeleteCollectionCSIDriver 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionCSINode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionNamespacedCSIStorageCapacity 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteNamespacedCSIStorageCapacity 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteStorageClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteVolumeAttachment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionStorageVersionMigration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam DeleteStorageVersionMigration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Instances

Instances details
Show IgnoreStoreReadErrorWithClusterBreakingPotential Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq IgnoreStoreReadErrorWithClusterBreakingPotential Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteMutatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteMutatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteMutatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionCustomResourceDefinition IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCustomResourceDefinition IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteAPIService 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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam DeleteCollectionAPIService 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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam DeleteCollectionNamespacedControllerRevision 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedControllerRevision 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedDaemonSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedDeployment 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedReplicaSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedStatefulSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteCollectionNamespacedCronJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteNamespacedCronJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteNamespacedJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCertificateSigningRequest 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCollectionCertificateSigningRequest 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteClusterTrustBundle 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionClusterTrustBundle 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionNamespacedLease 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteNamespacedLease 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLeaseCandidate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteNamespacedLeaseCandidate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteCollectionNamespacedConfigMap 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespace 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedConfigMap 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEndpoints 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedLimitRange 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPod 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPodTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedReplicationController 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedSecret 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedService 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNode 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeletePersistentVolume 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpointSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteNamespacedEndpointSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteCollectionNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteCollectionFlowSchema 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionPriorityLevelConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteFlowSchema 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeletePriorityLevelConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionStorageVersion 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

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteStorageVersion 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

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteCollectionIngressClass IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedIngress IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteIngressClass IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteNamespacedIngress IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteNamespacedNetworkPolicy IgnoreStoreReadErrorWithClusterBreakingPotential Source #

Optional Param "ignoreStoreReadErrorWithClusterBreakingPotential" - if set to true, it will trigger an unsafe deletion of the resource in case the normal deletion flow fails with a corrupt object error. A resource is considered corrupt if it can not be retrieved from the underlying storage successfully because of a) its data can not be transformed e.g. decryption failure, or b) it fails to decode into an object. NOTE: unsafe deletion ignores finalizer constraints, skips precondition checks, and removes the object from the storage. WARNING: This may potentially break the cluster if the workload associated with the resource being unsafe-deleted relies on normal deletion flow. Use only if you REALLY know what you are doing. The default value is false, and the user must opt in to enable it

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam DeleteCollectionRuntimeClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam DeleteRuntimeClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget 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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteNamespacedPodDisruptionBudget 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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteClusterRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteClusterRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionPriorityClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeletePriorityClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeleteCSIDriver 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCSINode 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionCSIDriver 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionCSINode 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionNamespacedCSIStorageCapacity 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteNamespacedCSIStorageCapacity 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteStorageClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteVolumeAttachment 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionStorageVersionMigration 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

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam DeleteStorageVersionMigration 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

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype InsecureSkipTlsVerifyBackend Source #

Instances

Instances details
Show InsecureSkipTlsVerifyBackend Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq InsecureSkipTlsVerifyBackend Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ReadNamespacedPodLog InsecureSkipTlsVerifyBackend Source #

Optional Param "insecureSkipTLSVerifyBackend" - insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet).

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype LabelSelector Source #

Constructors

LabelSelector 

Instances

Instances details
Show LabelSelector Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq LabelSelector Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicy LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicyBinding LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingWebhookConfiguration LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicy LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicyBinding LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicy LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicyBinding LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicy LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicyBinding LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionCustomResourceDefinition LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ListCustomResourceDefinition LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionAPIService LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ListAPIService LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> LabelSelector -> KubernetesRequest ListAPIService contentType res accept Source #

(-&-) :: KubernetesRequest ListAPIService contentType res accept -> LabelSelector -> KubernetesRequest ListAPIService contentType res accept Source #

HasOptionalParam DeleteCollectionNamespacedControllerRevision LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListControllerRevisionForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDaemonSetForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDeploymentForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedControllerRevision LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDaemonSet LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDeployment LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedReplicaSet LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedStatefulSet LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListReplicaSetForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListStatefulSetForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListNamespacedHorizontalPodAutoscaler LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteCollectionNamespacedCronJob LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListCronJobForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListJobForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedCronJob LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedJob LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionCertificateSigningRequest LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ListCertificateSigningRequest LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCollectionClusterTrustBundle LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ListClusterTrustBundle LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionNamespacedLease LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListLeaseForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListNamespacedLease LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLeaseCandidate LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListLeaseCandidateForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListNamespacedLeaseCandidate LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteCollectionNamespacedConfigMap LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespace LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> LabelSelector -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> LabelSelector -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespacedConfigMap LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNode LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> LabelSelector -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> LabelSelector -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListPersistentVolume LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionClusterCustomObject LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedCustomObject LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListClusterCustomObject LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListCustomObjectForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListNamespacedCustomObject LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedEndpointSlice LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListEndpointSliceForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListNamespacedEndpointSlice LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteCollectionNamespacedEvent LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListEventForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListNamespacedEvent LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteCollectionFlowSchema LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionPriorityLevelConfiguration LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ListFlowSchema LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest ListFlowSchema contentType res accept -> LabelSelector -> KubernetesRequest ListFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest ListFlowSchema contentType res accept -> LabelSelector -> KubernetesRequest ListFlowSchema contentType res accept Source #

HasOptionalParam ListPriorityLevelConfiguration LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionStorageVersion LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ListStorageVersion LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteCollectionIngressClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedIngress LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListIngressClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> LabelSelector -> KubernetesRequest ListIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest ListIngressClass contentType res accept -> LabelSelector -> KubernetesRequest ListIngressClass contentType res accept Source #

HasOptionalParam ListIngressForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedIngress LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedNetworkPolicy LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNetworkPolicyForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionIPAddress LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam DeleteCollectionServiceCIDR LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam ListIPAddress LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

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 ListServiceCIDR LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

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 DeleteCollectionRuntimeClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam ListRuntimeClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest ListRuntimeClass contentType res accept -> LabelSelector -> KubernetesRequest ListRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest ListRuntimeClass contentType res accept -> LabelSelector -> KubernetesRequest ListRuntimeClass contentType res accept Source #

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListNamespacedPodDisruptionBudget LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListPodDisruptionBudgetForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteCollectionClusterRole LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRole LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> LabelSelector -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> LabelSelector -> KubernetesRequest ListClusterRole contentType res accept Source #

HasOptionalParam ListClusterRoleBinding LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionDeviceClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListDeviceClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> LabelSelector -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> LabelSelector -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaimTemplate LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimTemplateForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceSlice LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionDeviceClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaim LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionResourceSlice LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListDeviceClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> LabelSelector -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> LabelSelector -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListNamespacedResourceClaimTemplate LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimTemplateForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceSlice LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionPriorityClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam ListPriorityClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeleteCollectionCSIDriver LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionCSINode LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionNamespacedCSIStorageCapacity LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListCSIDriver LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSIDriver contentType res accept -> LabelSelector -> KubernetesRequest ListCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ListCSIDriver contentType res accept -> LabelSelector -> KubernetesRequest ListCSIDriver contentType res accept Source #

HasOptionalParam ListCSINode LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> LabelSelector -> KubernetesRequest ListCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ListCSINode contentType res accept -> LabelSelector -> KubernetesRequest ListCSINode contentType res accept Source #

HasOptionalParam ListCSIStorageCapacityForAllNamespaces LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListNamespacedCSIStorageCapacity LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListStorageClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListStorageClass contentType res accept -> LabelSelector -> KubernetesRequest ListStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest ListStorageClass contentType res accept -> LabelSelector -> KubernetesRequest ListStorageClass contentType res accept Source #

HasOptionalParam ListVolumeAttachment LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttributesClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ListVolumeAttributesClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttributesClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ListVolumeAttributesClass LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionStorageVersionMigration LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ListStorageVersionMigration LabelSelector Source #

Optional Param "labelSelector" - A selector to restrict the list of returned objects by their labels. Defaults to everything.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype LimitBytes Source #

Constructors

LimitBytes 

Fields

Instances

Instances details
Show LimitBytes Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq LimitBytes Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ReadNamespacedPodLog LimitBytes Source #

Optional Param "limitBytes" - If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Logpath Source #

Constructors

Logpath 

Fields

Instances

Instances details
Show Logpath Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq Logpath Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Logpath -> Logpath -> Bool #

(/=) :: Logpath -> Logpath -> Bool #

newtype OrphanDependents Source #

Constructors

OrphanDependents 

Instances

Instances details
Show OrphanDependents Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq OrphanDependents Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteMutatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteMutatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteMutatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionCustomResourceDefinition OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCustomResourceDefinition OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteAPIService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam DeleteCollectionAPIService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam DeleteCollectionNamespacedControllerRevision 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedControllerRevision 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedDaemonSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedDeployment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedReplicaSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedStatefulSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteCollectionNamespacedCronJob OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteNamespacedCronJob OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteNamespacedJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCertificateSigningRequest 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCollectionCertificateSigningRequest 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteClusterTrustBundle 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionClusterTrustBundle 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionNamespacedLease 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteNamespacedLease 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLeaseCandidate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteNamespacedLeaseCandidate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteCollectionNamespacedConfigMap 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespace 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedConfigMap 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEndpoints 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedLimitRange 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPod 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPodTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedReplicationController 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedSecret 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNode contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNode contentType res accept -> OrphanDependents -> KubernetesRequest DeleteNode contentType res accept Source #

HasOptionalParam DeletePersistentVolume 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteClusterCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionClusterCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteNamespacedCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedEndpointSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteNamespacedEndpointSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteCollectionNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteCollectionFlowSchema 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionPriorityLevelConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteFlowSchema 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeletePriorityLevelConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionStorageVersion 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteStorageVersion 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteCollectionIngressClass OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedIngress OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteIngressClass OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteNamespacedIngress OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteNamespacedNetworkPolicy OrphanDependents Source #

Optional Param "orphanDependents" - Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If truefalse, the "orphan" finalizer will be added toremoved from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam DeleteCollectionRuntimeClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam DeleteRuntimeClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteNamespacedPodDisruptionBudget 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteClusterRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteClusterRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionPriorityClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeletePriorityClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeleteCSIDriver 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCSINode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest DeleteCSINode contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCSINode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteCSINode contentType res accept -> OrphanDependents -> KubernetesRequest DeleteCSINode contentType res accept Source #

HasOptionalParam DeleteCollectionCSIDriver 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionCSINode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionNamespacedCSIStorageCapacity 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteNamespacedCSIStorageCapacity 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteStorageClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteVolumeAttachment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionStorageVersionMigration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam DeleteStorageVersionMigration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype Path Source #

Constructors

Path 

Fields

Instances

Instances details
Show Path Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Path -> ShowS #

show :: Path -> String #

showList :: [Path] -> ShowS #

Eq Path Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Path -> Path -> Bool #

(/=) :: Path -> Path -> Bool #

HasOptionalParam ConnectDeleteNamespacedPodProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectDeleteNamespacedServiceProxy Path Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectDeleteNodeProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedServiceProxy Path Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNodeProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ConnectGetNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectGetNodeProxy contentType res accept Source #

(-&-) :: KubernetesRequest ConnectGetNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectGetNodeProxy contentType res accept Source #

HasOptionalParam ConnectHeadNamespacedPodProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectHeadNamespacedServiceProxy Path Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectHeadNodeProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ConnectHeadNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectHeadNodeProxy contentType res accept Source #

(-&-) :: KubernetesRequest ConnectHeadNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectHeadNodeProxy contentType res accept Source #

HasOptionalParam ConnectOptionsNamespacedPodProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectOptionsNamespacedServiceProxy Path Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectOptionsNodeProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPatchNamespacedPodProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPatchNamespacedServiceProxy Path Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPatchNodeProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedServiceProxy Path Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNodeProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ConnectPostNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectPostNodeProxy contentType res accept Source #

(-&-) :: KubernetesRequest ConnectPostNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectPostNodeProxy contentType res accept Source #

HasOptionalParam ConnectPutNamespacedPodProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPutNamespacedServiceProxy Path Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPutNodeProxy Path Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ConnectPutNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectPutNodeProxy contentType res accept Source #

(-&-) :: KubernetesRequest ConnectPutNodeProxy contentType res accept -> Path -> KubernetesRequest ConnectPutNodeProxy contentType res accept Source #

newtype Path2 Source #

Constructors

Path2 

Fields

Instances

Instances details
Show Path2 Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Path2 -> ShowS #

show :: Path2 -> String #

showList :: [Path2] -> ShowS #

Eq Path2 Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Path2 -> Path2 -> Bool #

(/=) :: Path2 -> Path2 -> Bool #

HasOptionalParam ConnectDeleteNamespacedPodProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectDeleteNamespacedServiceProxyWithPath Path2 Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectDeleteNodeProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedServiceProxyWithPath Path2 Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNodeProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectHeadNamespacedPodProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectHeadNamespacedServiceProxyWithPath Path2 Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectHeadNodeProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectOptionsNamespacedPodProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectOptionsNamespacedServiceProxyWithPath Path2 Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectOptionsNodeProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPatchNamespacedPodProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPatchNamespacedServiceProxyWithPath Path2 Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPatchNodeProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedServiceProxyWithPath Path2 Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNodeProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPutNamespacedPodProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to pod.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPutNamespacedServiceProxyWithPath Path2 Source #

Optional Param "path" - Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPutNodeProxyWithPath Path2 Source #

Optional Param "path" - Path is the URL path to use for the current proxy request to node.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Plural Source #

Constructors

Plural 

Fields

Instances

Instances details
Show Plural Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq Plural Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Plural -> Plural -> Bool #

(/=) :: Plural -> Plural -> Bool #

newtype Ports Source #

Constructors

Ports 

Fields

Instances

Instances details
Show Ports Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Ports -> ShowS #

show :: Ports -> String #

showList :: [Ports] -> ShowS #

Eq Ports Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Ports -> Ports -> Bool #

(/=) :: Ports -> Ports -> Bool #

HasOptionalParam ConnectGetNamespacedPodPortforward Ports Source #

Optional Param "ports" - List of ports to forward Required when using WebSockets

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodPortforward Ports Source #

Optional Param "ports" - List of ports to forward Required when using WebSockets

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Previous Source #

Constructors

Previous 

Fields

Instances

Instances details
Show Previous Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq Previous Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ReadNamespacedPodLog Previous Source #

Optional Param "previous" - Return previous terminated container logs. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype PropagationPolicy Source #

Instances

Instances details
Show PropagationPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq PropagationPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteMutatingWebhookConfiguration 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingAdmissionPolicy 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingAdmissionPolicyBinding 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteValidatingWebhookConfiguration 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicy 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicyBinding 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteMutatingAdmissionPolicy 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteMutatingAdmissionPolicyBinding 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteValidatingAdmissionPolicy 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteValidatingAdmissionPolicyBinding 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionCustomResourceDefinition PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCustomResourceDefinition PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteAPIService 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam DeleteCollectionAPIService 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam DeleteCollectionNamespacedControllerRevision 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedControllerRevision 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedDaemonSet 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedDeployment 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedReplicaSet 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteNamespacedStatefulSet 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteNamespacedHorizontalPodAutoscaler 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteCollectionNamespacedCronJob PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteNamespacedCronJob PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteNamespacedJob 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCertificateSigningRequest 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCollectionCertificateSigningRequest 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteClusterTrustBundle 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionClusterTrustBundle 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionNamespacedLease 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteNamespacedLease 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLeaseCandidate 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteNamespacedLeaseCandidate 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteCollectionNamespacedConfigMap 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespace 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedConfigMap 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEndpoints 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedEvent 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedLimitRange 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPersistentVolumeClaim 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPod 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedPodTemplate 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedReplicationController 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedResourceQuota 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedSecret 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedService 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNamespacedServiceAccount 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteNode 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest DeleteNode contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteNode contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteNode contentType res accept Source #

HasOptionalParam DeletePersistentVolume 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteClusterCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionClusterCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteNamespacedCustomObject 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedEndpointSlice 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteNamespacedEndpointSlice 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteCollectionNamespacedEvent 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteNamespacedEvent 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteCollectionFlowSchema 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionPriorityLevelConfiguration 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteFlowSchema 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeletePriorityLevelConfiguration 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionStorageVersion 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteStorageVersion 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteCollectionIngressClass PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedIngress PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteIngressClass PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteNamespacedIngress PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteNamespacedNetworkPolicy PropagationPolicy Source #

Optional Param "propagationPolicy" - Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam DeleteCollectionRuntimeClass 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam DeleteRuntimeClass 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteNamespacedPodDisruptionBudget 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteClusterRole 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteClusterRoleBinding 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRole 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRole 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteNamespacedRoleBinding 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionDeviceClass 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteDeviceClass 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteNamespacedResourceClaim 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteNamespacedResourceClaimTemplate 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteResourceSlice 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionDeviceClass 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionResourceSlice 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteDeviceClass 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteNamespacedResourceClaim 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteNamespacedResourceClaimTemplate 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteResourceSlice 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionPriorityClass 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeletePriorityClass 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeleteCSIDriver 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCSINode 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest DeleteCSINode contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCSINode contentType res accept Source #

(-&-) :: KubernetesRequest DeleteCSINode contentType res accept -> PropagationPolicy -> KubernetesRequest DeleteCSINode contentType res accept Source #

HasOptionalParam DeleteCollectionCSIDriver 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionCSINode 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionNamespacedCSIStorageCapacity 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteNamespacedCSIStorageCapacity 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteStorageClass 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteVolumeAttachment 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteVolumeAttributesClass 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteVolumeAttributesClass 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionStorageVersionMigration 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam DeleteStorageVersionMigration 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: Orphan - orphan the dependents; Background - allow the garbage collector to delete the dependents in the background; Foreground - a cascading policy that deletes all dependents in the foreground.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype ResourceVersion Source #

Constructors

ResourceVersion 

Instances

Instances details
Show ResourceVersion Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq ResourceVersion Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionCustomResourceDefinition ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ListCustomResourceDefinition ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionAPIService 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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ListAPIService 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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> ResourceVersion -> KubernetesRequest ListAPIService contentType res accept Source #

(-&-) :: KubernetesRequest ListAPIService contentType res accept -> ResourceVersion -> KubernetesRequest ListAPIService contentType res accept Source #

HasOptionalParam DeleteCollectionNamespacedControllerRevision 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListControllerRevisionForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDaemonSetForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDeploymentForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedControllerRevision 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDaemonSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDeployment 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedReplicaSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedStatefulSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListReplicaSetForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListStatefulSetForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteCollectionNamespacedCronJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListCronJobForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListJobForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedCronJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionCertificateSigningRequest 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ListCertificateSigningRequest 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCollectionClusterTrustBundle 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ListClusterTrustBundle 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionNamespacedLease 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListLeaseForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListNamespacedLease 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLeaseCandidate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListLeaseCandidateForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListNamespacedLeaseCandidate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteCollectionNamespacedConfigMap 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespace 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> ResourceVersion -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespacedConfigMap 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNode 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> ResourceVersion -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> ResourceVersion -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListPersistentVolume 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListClusterCustomObject ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListCustomObjectForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListNamespacedCustomObject ResourceVersion Source #

Optional Param "resourceVersion" - When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedEndpointSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListEndpointSliceForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListNamespacedEndpointSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteCollectionNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListEventForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteCollectionFlowSchema 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionPriorityLevelConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ListFlowSchema 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest ListFlowSchema contentType res accept -> ResourceVersion -> KubernetesRequest ListFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest ListFlowSchema contentType res accept -> ResourceVersion -> KubernetesRequest ListFlowSchema contentType res accept Source #

HasOptionalParam ListPriorityLevelConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionStorageVersion 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

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ListStorageVersion 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

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteCollectionIngressClass ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedIngress ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListIngressClass ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListIngressForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedIngress ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedNetworkPolicy ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNetworkPolicyForAllNamespaces ResourceVersion Source #

Optional Param "resourceVersion" - resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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

Instance details

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 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

Instance details

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 DeleteCollectionRuntimeClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam ListRuntimeClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget 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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListNamespacedPodDisruptionBudget 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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListPodDisruptionBudgetForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteCollectionClusterRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> ResourceVersion -> KubernetesRequest ListClusterRole contentType res accept Source #

HasOptionalParam ListClusterRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> ResourceVersion -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> ResourceVersion -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimTemplateForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> ResourceVersion -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> ResourceVersion -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimTemplateForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionPriorityClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam ListPriorityClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeleteCollectionCSIDriver 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionCSINode 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionNamespacedCSIStorageCapacity 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListCSIDriver 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSIDriver contentType res accept -> ResourceVersion -> KubernetesRequest ListCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ListCSIDriver contentType res accept -> ResourceVersion -> KubernetesRequest ListCSIDriver contentType res accept Source #

HasOptionalParam ListCSINode 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> ResourceVersion -> KubernetesRequest ListCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ListCSINode contentType res accept -> ResourceVersion -> KubernetesRequest ListCSINode contentType res accept Source #

HasOptionalParam ListCSIStorageCapacityForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListNamespacedCSIStorageCapacity 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListStorageClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListVolumeAttachment 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ListVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ListVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionStorageVersionMigration 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

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ListStorageVersionMigration 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

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype ResourceVersionMatch Source #

Instances

Instances details
Show ResourceVersionMatch Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq ResourceVersionMatch Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingWebhookConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicy 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicyBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionCustomResourceDefinition ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ListCustomResourceDefinition ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionAPIService 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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ListAPIService 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

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam DeleteCollectionNamespacedControllerRevision 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListControllerRevisionForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDaemonSetForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDeploymentForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedControllerRevision 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDaemonSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDeployment 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedReplicaSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedStatefulSet 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListReplicaSetForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListStatefulSetForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteCollectionNamespacedCronJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListCronJobForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListJobForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedCronJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedJob 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

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionCertificateSigningRequest 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ListCertificateSigningRequest 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCollectionClusterTrustBundle 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ListClusterTrustBundle 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

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionNamespacedLease 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListLeaseForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListNamespacedLease 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLeaseCandidate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListLeaseCandidateForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListNamespacedLeaseCandidate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteCollectionNamespacedConfigMap 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespace 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedConfigMap 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNode 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListPersistentVolume 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListClusterCustomObject 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListCustomObjectForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListNamespacedCustomObject 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

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedEndpointSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListEndpointSliceForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListNamespacedEndpointSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteCollectionNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListEventForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListNamespacedEvent 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

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteCollectionFlowSchema 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionPriorityLevelConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ListFlowSchema 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ListPriorityLevelConfiguration 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

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionStorageVersion 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

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ListStorageVersion 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

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteCollectionIngressClass ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedIngress ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListIngressClass ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListIngressForAllNamespaces ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedIngress ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedNetworkPolicy ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNetworkPolicyForAllNamespaces ResourceVersionMatch Source #

Optional Param "resourceVersionMatch" - resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam DeleteCollectionRuntimeClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam ListRuntimeClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget 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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListNamespacedPodDisruptionBudget 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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListPodDisruptionBudgetForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteCollectionClusterRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimTemplateForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListDeviceClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListNamespacedResourceClaim 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListNamespacedResourceClaimTemplate 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimTemplateForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceSlice 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

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionPriorityClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam ListPriorityClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeleteCollectionCSIDriver 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionCSINode 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionNamespacedCSIStorageCapacity 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListCSIDriver 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListCSINode 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ListCSINode contentType res accept -> ResourceVersionMatch -> KubernetesRequest ListCSINode contentType res accept Source #

HasOptionalParam ListCSIStorageCapacityForAllNamespaces 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListNamespacedCSIStorageCapacity 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListStorageClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListVolumeAttachment 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ListVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ListVolumeAttributesClass 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

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionStorageVersionMigration 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

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ListStorageVersionMigration 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

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype SendInitialEvents Source #

Instances

Instances details
Show SendInitialEvents Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq SendInitialEvents Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicy 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicyBinding 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingWebhookConfiguration 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicy 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicyBinding 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicy 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicyBinding 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicy 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicyBinding 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionCustomResourceDefinition SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ListCustomResourceDefinition SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionAPIService 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ListAPIService 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> SendInitialEvents -> KubernetesRequest ListAPIService contentType res accept Source #

(-&-) :: KubernetesRequest ListAPIService contentType res accept -> SendInitialEvents -> KubernetesRequest ListAPIService contentType res accept Source #

HasOptionalParam DeleteCollectionNamespacedControllerRevision 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListControllerRevisionForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDaemonSetForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDeploymentForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedControllerRevision 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDaemonSet 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDeployment 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedReplicaSet 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedStatefulSet 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListReplicaSetForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListStatefulSetForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteCollectionNamespacedCronJob 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListCronJobForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListJobForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedCronJob 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedJob 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionCertificateSigningRequest 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ListCertificateSigningRequest 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCollectionClusterTrustBundle 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ListClusterTrustBundle 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionNamespacedLease 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListLeaseForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListNamespacedLease 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLeaseCandidate 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListLeaseCandidateForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListNamespacedLeaseCandidate 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteCollectionNamespacedConfigMap 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespace 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> SendInitialEvents -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> SendInitialEvents -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespacedConfigMap 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNode 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> SendInitialEvents -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> SendInitialEvents -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListPersistentVolume 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpointSlice 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListEndpointSliceForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListNamespacedEndpointSlice 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteCollectionNamespacedEvent 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListEventForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListNamespacedEvent 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteCollectionFlowSchema 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionPriorityLevelConfiguration 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ListFlowSchema 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest ListFlowSchema contentType res accept -> SendInitialEvents -> KubernetesRequest ListFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest ListFlowSchema contentType res accept -> SendInitialEvents -> KubernetesRequest ListFlowSchema contentType res accept Source #

HasOptionalParam ListPriorityLevelConfiguration 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionStorageVersion 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ListStorageVersion 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteCollectionIngressClass SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedIngress SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListIngressClass SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListIngressForAllNamespaces SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedIngress SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedNetworkPolicy SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNetworkPolicyForAllNamespaces SendInitialEvents Source #

Optional Param "sendInitialEvents" - `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

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 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasOptionalParam DeleteCollectionRuntimeClass 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam ListRuntimeClass 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListNamespacedPodDisruptionBudget 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListPodDisruptionBudgetForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteCollectionClusterRole 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRole 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRoleBinding 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionDeviceClass 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListDeviceClass 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaim 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaimTemplate 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimTemplateForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceSlice 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionDeviceClass 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaim 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionResourceSlice 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListDeviceClass 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListNamespacedResourceClaim 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListNamespacedResourceClaimTemplate 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimTemplateForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceSlice 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionPriorityClass 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam ListPriorityClass 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeleteCollectionCSIDriver 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionCSINode 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionNamespacedCSIStorageCapacity 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListCSIDriver 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSIDriver contentType res accept -> SendInitialEvents -> KubernetesRequest ListCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ListCSIDriver contentType res accept -> SendInitialEvents -> KubernetesRequest ListCSIDriver contentType res accept Source #

HasOptionalParam ListCSINode 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> SendInitialEvents -> KubernetesRequest ListCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ListCSINode contentType res accept -> SendInitialEvents -> KubernetesRequest ListCSINode contentType res accept Source #

HasOptionalParam ListCSIStorageCapacityForAllNamespaces 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListNamespacedCSIStorageCapacity 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListStorageClass 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListVolumeAttachment 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ListVolumeAttributesClass 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttributesClass 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ListVolumeAttributesClass 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionStorageVersionMigration 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ListStorageVersionMigration 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 sendInitialEvents option is set, we require resourceVersionMatch option to also be set. The semantic of the watch request is as following: - resourceVersionMatch = NotOlderThan is interpreted as "data at least as new as the provided resourceVersion" and the bookmark event is send when the state is synced to a resourceVersion at least as fresh as the one provided by the ListOptions. If resourceVersion is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - resourceVersionMatch set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype SinceSeconds Source #

Constructors

SinceSeconds 

Fields

Instances

Instances details
Show SinceSeconds Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq SinceSeconds Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ReadNamespacedPodLog SinceSeconds Source #

Optional Param "sinceSeconds" - A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Stderr Source #

Constructors

Stderr 

Fields

Instances

Instances details
Show Stderr Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq Stderr Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Stderr -> Stderr -> Bool #

(/=) :: Stderr -> Stderr -> Bool #

HasOptionalParam ConnectGetNamespacedPodAttach Stderr Source #

Optional Param "stderr" - Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodExec Stderr Source #

Optional Param "stderr" - Redirect the standard error stream of the pod for this call.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodAttach Stderr Source #

Optional Param "stderr" - Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodExec Stderr Source #

Optional Param "stderr" - Redirect the standard error stream of the pod for this call.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Stdin Source #

Constructors

Stdin 

Fields

Instances

Instances details
Show Stdin Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Stdin -> ShowS #

show :: Stdin -> String #

showList :: [Stdin] -> ShowS #

Eq Stdin Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Stdin -> Stdin -> Bool #

(/=) :: Stdin -> Stdin -> Bool #

HasOptionalParam ConnectGetNamespacedPodAttach Stdin Source #

Optional Param "stdin" - Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodExec Stdin Source #

Optional Param "stdin" - Redirect the standard input stream of the pod for this call. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodAttach Stdin Source #

Optional Param "stdin" - Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodExec Stdin Source #

Optional Param "stdin" - Redirect the standard input stream of the pod for this call. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Stdout Source #

Constructors

Stdout 

Fields

Instances

Instances details
Show Stdout Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq Stdout Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Stdout -> Stdout -> Bool #

(/=) :: Stdout -> Stdout -> Bool #

HasOptionalParam ConnectGetNamespacedPodAttach Stdout Source #

Optional Param "stdout" - Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodExec Stdout Source #

Optional Param "stdout" - Redirect the standard output stream of the pod for this call.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodAttach Stdout Source #

Optional Param "stdout" - Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodExec Stdout Source #

Optional Param "stdout" - Redirect the standard output stream of the pod for this call.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype TailLines Source #

Constructors

TailLines 

Fields

Instances

Instances details
Show TailLines Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq TailLines Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ReadNamespacedPodLog TailLines Source #

Optional Param "tailLines" - If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime. Note that when "TailLines" is specified, "Stream" can only be set to nil or "All".

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype TimeoutSeconds Source #

Constructors

TimeoutSeconds 

Instances

Instances details
Show TimeoutSeconds Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq TimeoutSeconds Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam DeleteCollectionMutatingWebhookConfiguration TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionValidatingWebhookConfiguration TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingWebhookConfiguration TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicy TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicyBinding TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingWebhookConfiguration TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicy TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionMutatingAdmissionPolicyBinding TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicy TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicyBinding TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicy TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionValidatingAdmissionPolicyBinding TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicy TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicyBinding TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam DeleteCollectionCustomResourceDefinition TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ListCustomResourceDefinition TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam DeleteCollectionAPIService TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasOptionalParam ListAPIService TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> TimeoutSeconds -> KubernetesRequest ListAPIService contentType res accept Source #

(-&-) :: KubernetesRequest ListAPIService contentType res accept -> TimeoutSeconds -> KubernetesRequest ListAPIService contentType res accept Source #

HasOptionalParam DeleteCollectionNamespacedControllerRevision TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDaemonSet TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedDeployment TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedReplicaSet TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedStatefulSet TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListControllerRevisionForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDaemonSetForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDeploymentForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedControllerRevision TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDaemonSet TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDeployment TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedReplicaSet TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedStatefulSet TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListReplicaSetForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListStatefulSetForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam DeleteCollectionNamespacedHorizontalPodAutoscaler TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListNamespacedHorizontalPodAutoscaler TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam DeleteCollectionNamespacedCronJob TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionNamespacedJob TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListCronJobForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListJobForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedCronJob TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedJob TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam DeleteCollectionCertificateSigningRequest TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ListCertificateSigningRequest TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam DeleteCollectionClusterTrustBundle TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ListClusterTrustBundle TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam DeleteCollectionNamespacedLease TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListLeaseForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListNamespacedLease TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam DeleteCollectionNamespacedLeaseCandidate TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListLeaseCandidateForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListNamespacedLeaseCandidate TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam DeleteCollectionNamespacedConfigMap TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEndpoints TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedEvent TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedLimitRange TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPersistentVolumeClaim TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPod TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedPodTemplate TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedReplicationController TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedResourceQuota TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedSecret TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedService TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNamespacedServiceAccount TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionNode TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam DeleteCollectionPersistentVolume TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListComponentStatus TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListConfigMapForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespace TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespacedConfigMap TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedLimitRange TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPodTemplate TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedService TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNode TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> TimeoutSeconds -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListPersistentVolume TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListClusterCustomObject TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListCustomObjectForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListNamespacedCustomObject TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam DeleteCollectionNamespacedEndpointSlice TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListEndpointSliceForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListNamespacedEndpointSlice TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam DeleteCollectionNamespacedEvent TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListEventForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListNamespacedEvent TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam DeleteCollectionFlowSchema TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionPriorityLevelConfiguration TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ListFlowSchema TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest ListFlowSchema contentType res accept -> TimeoutSeconds -> KubernetesRequest ListFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest ListFlowSchema contentType res accept -> TimeoutSeconds -> KubernetesRequest ListFlowSchema contentType res accept Source #

HasOptionalParam ListPriorityLevelConfiguration TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam DeleteCollectionStorageVersion TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam ListStorageVersion TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasOptionalParam DeleteCollectionIngressClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedIngress TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam DeleteCollectionNamespacedNetworkPolicy TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListIngressClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListIngressForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedIngress TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedNetworkPolicy TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNetworkPolicyForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

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.

Instance details

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 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.

Instance details

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 DeleteCollectionRuntimeClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam ListRuntimeClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasOptionalParam DeleteCollectionNamespacedPodDisruptionBudget TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListNamespacedPodDisruptionBudget TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListPodDisruptionBudgetForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam DeleteCollectionClusterRole TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionClusterRoleBinding TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRole TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionNamespacedRoleBinding TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListClusterRole TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> TimeoutSeconds -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> TimeoutSeconds -> KubernetesRequest ListClusterRole contentType res accept Source #

HasOptionalParam ListClusterRoleBinding TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRoleBinding TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam DeleteCollectionDeviceClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaim TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionResourceSlice TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListDeviceClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> TimeoutSeconds -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> TimeoutSeconds -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaimTemplate TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimTemplateForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceSlice TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam DeleteCollectionDeviceClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaim TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionNamespacedResourceClaimTemplate TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionResourceSlice TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListDeviceClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> TimeoutSeconds -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> TimeoutSeconds -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListNamespacedResourceClaimTemplate TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimTemplateForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceSlice TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam DeleteCollectionPriorityClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam ListPriorityClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasOptionalParam DeleteCollectionCSIDriver TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionCSINode TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionNamespacedCSIStorageCapacity TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionStorageClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttachment TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListCSIDriver TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSIDriver contentType res accept -> TimeoutSeconds -> KubernetesRequest ListCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ListCSIDriver contentType res accept -> TimeoutSeconds -> KubernetesRequest ListCSIDriver contentType res accept Source #

HasOptionalParam ListCSINode TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> TimeoutSeconds -> KubernetesRequest ListCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ListCSINode contentType res accept -> TimeoutSeconds -> KubernetesRequest ListCSINode contentType res accept Source #

HasOptionalParam ListCSIStorageCapacityForAllNamespaces TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListNamespacedCSIStorageCapacity TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListStorageClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListVolumeAttachment TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam DeleteCollectionVolumeAttributesClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ListVolumeAttributesClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam DeleteCollectionVolumeAttributesClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ListVolumeAttributesClass TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam DeleteCollectionStorageVersionMigration TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasOptionalParam ListStorageVersionMigration TimeoutSeconds Source #

Optional Param "timeoutSeconds" - Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

newtype Timestamps Source #

Constructors

Timestamps 

Fields

Instances

Instances details
Show Timestamps Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq Timestamps Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasOptionalParam ReadNamespacedPodLog Timestamps Source #

Optional Param "timestamps" - If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Tty Source #

Constructors

Tty 

Fields

Instances

Instances details
Show Tty Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Tty -> ShowS #

show :: Tty -> String #

showList :: [Tty] -> ShowS #

Eq Tty Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Tty -> Tty -> Bool #

(/=) :: Tty -> Tty -> Bool #

HasOptionalParam ConnectGetNamespacedPodAttach Tty Source #

Optional Param "tty" - TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectGetNamespacedPodExec Tty Source #

Optional Param "tty" - TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodAttach Tty Source #

Optional Param "tty" - TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ConnectPostNamespacedPodExec Tty Source #

Optional Param "tty" - TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

newtype Watch Source #

Constructors

Watch 

Fields

Instances

Instances details
Show Watch Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> Watch -> ShowS #

show :: Watch -> String #

showList :: [Watch] -> ShowS #

Eq Watch Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: Watch -> Watch -> Bool #

(/=) :: Watch -> Watch -> Bool #

HasOptionalParam ListMutatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListValidatingWebhookConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasOptionalParam ListMutatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListMutatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasOptionalParam ListValidatingAdmissionPolicy 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListValidatingAdmissionPolicyBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasOptionalParam ListCustomResourceDefinition Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasOptionalParam ListAPIService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

applyOptionalParam :: KubernetesRequest ListAPIService contentType res accept -> Watch -> KubernetesRequest ListAPIService contentType res accept Source #

(-&-) :: KubernetesRequest ListAPIService contentType res accept -> Watch -> KubernetesRequest ListAPIService contentType res accept Source #

HasOptionalParam ListControllerRevisionForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDaemonSetForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListDeploymentForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedControllerRevision 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDaemonSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedDeployment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedReplicaSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListNamespacedStatefulSet 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListReplicaSetForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListStatefulSetForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasOptionalParam ListHorizontalPodAutoscalerForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListNamespacedHorizontalPodAutoscaler 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.

Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasOptionalParam ListCronJobForAllNamespaces Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListJobForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedCronJob Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasOptionalParam ListNamespacedJob 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.

Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedJob contentType res accept -> Watch -> KubernetesRequest ListNamespacedJob contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedJob contentType res accept -> Watch -> KubernetesRequest ListNamespacedJob contentType res accept Source #

HasOptionalParam ListCertificateSigningRequest 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasOptionalParam ListClusterTrustBundle 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasOptionalParam ListLeaseForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasOptionalParam ListNamespacedLease 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedLease contentType res accept -> Watch -> KubernetesRequest ListNamespacedLease contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedLease contentType res accept -> Watch -> KubernetesRequest ListNamespacedLease contentType res accept Source #

HasOptionalParam ListLeaseCandidateForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListNamespacedLeaseCandidate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasOptionalParam ListComponentStatus 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListComponentStatus contentType res accept -> Watch -> KubernetesRequest ListComponentStatus contentType res accept Source #

(-&-) :: KubernetesRequest ListComponentStatus contentType res accept -> Watch -> KubernetesRequest ListComponentStatus contentType res accept Source #

HasOptionalParam ListConfigMapForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEndpointsForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListEventForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListLimitRangeForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespace 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespace contentType res accept -> Watch -> KubernetesRequest ListNamespace contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespace contentType res accept -> Watch -> KubernetesRequest ListNamespace contentType res accept Source #

HasOptionalParam ListNamespacedConfigMap 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEndpoints 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> Watch -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> Watch -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

HasOptionalParam ListNamespacedLimitRange 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPersistentVolumeClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedPod 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedPod contentType res accept -> Watch -> KubernetesRequest ListNamespacedPod contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedPod contentType res accept -> Watch -> KubernetesRequest ListNamespacedPod contentType res accept Source #

HasOptionalParam ListNamespacedPodTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedReplicationController 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedResourceQuota 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedSecret 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedSecret contentType res accept -> Watch -> KubernetesRequest ListNamespacedSecret contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedSecret contentType res accept -> Watch -> KubernetesRequest ListNamespacedSecret contentType res accept Source #

HasOptionalParam ListNamespacedService 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNamespacedServiceAccount 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListNode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListNode contentType res accept -> Watch -> KubernetesRequest ListNode contentType res accept Source #

(-&-) :: KubernetesRequest ListNode contentType res accept -> Watch -> KubernetesRequest ListNode contentType res accept Source #

HasOptionalParam ListPersistentVolume 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

applyOptionalParam :: KubernetesRequest ListPersistentVolume contentType res accept -> Watch -> KubernetesRequest ListPersistentVolume contentType res accept Source #

(-&-) :: KubernetesRequest ListPersistentVolume contentType res accept -> Watch -> KubernetesRequest ListPersistentVolume contentType res accept Source #

HasOptionalParam ListPersistentVolumeClaimForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListPodTemplateForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListReplicationControllerForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListResourceQuotaForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListSecretForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceAccountForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListServiceForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasOptionalParam ListClusterCustomObject Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListCustomObjectForAllNamespaces Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListNamespacedCustomObject Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications.

Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasOptionalParam ListEndpointSliceForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListNamespacedEndpointSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasOptionalParam ListEventForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasOptionalParam ListNamespacedEvent 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.

Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedEvent contentType res accept -> Watch -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedEvent contentType res accept -> Watch -> KubernetesRequest ListNamespacedEvent contentType res accept Source #

HasOptionalParam ListFlowSchema 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

applyOptionalParam :: KubernetesRequest ListFlowSchema contentType res accept -> Watch -> KubernetesRequest ListFlowSchema contentType res accept Source #

(-&-) :: KubernetesRequest ListFlowSchema contentType res accept -> Watch -> KubernetesRequest ListFlowSchema contentType res accept Source #

HasOptionalParam ListPriorityLevelConfiguration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasOptionalParam ListStorageVersion 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.

Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

Methods

applyOptionalParam :: KubernetesRequest ListStorageVersion contentType res accept -> Watch -> KubernetesRequest ListStorageVersion contentType res accept Source #

(-&-) :: KubernetesRequest ListStorageVersion contentType res accept -> Watch -> KubernetesRequest ListStorageVersion contentType res accept Source #

HasOptionalParam ListIngressClass Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

applyOptionalParam :: KubernetesRequest ListIngressClass contentType res accept -> Watch -> KubernetesRequest ListIngressClass contentType res accept Source #

(-&-) :: KubernetesRequest ListIngressClass contentType res accept -> Watch -> KubernetesRequest ListIngressClass contentType res accept Source #

HasOptionalParam ListIngressForAllNamespaces Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedIngress Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNamespacedNetworkPolicy Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasOptionalParam ListNetworkPolicyForAllNamespaces Watch Source #

Optional Param "watch" - Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.

Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

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.

Instance details

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 #

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.

Instance details

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 #

HasOptionalParam ListRuntimeClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

applyOptionalParam :: KubernetesRequest ListRuntimeClass contentType res accept -> Watch -> KubernetesRequest ListRuntimeClass contentType res accept Source #

(-&-) :: KubernetesRequest ListRuntimeClass contentType res accept -> Watch -> KubernetesRequest ListRuntimeClass contentType res accept Source #

HasOptionalParam ListNamespacedPodDisruptionBudget 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListPodDisruptionBudgetForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasOptionalParam ListClusterRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListClusterRole contentType res accept -> Watch -> KubernetesRequest ListClusterRole contentType res accept Source #

(-&-) :: KubernetesRequest ListClusterRole contentType res accept -> Watch -> KubernetesRequest ListClusterRole contentType res accept Source #

HasOptionalParam ListClusterRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListNamespacedRole 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

applyOptionalParam :: KubernetesRequest ListNamespacedRole contentType res accept -> Watch -> KubernetesRequest ListNamespacedRole contentType res accept Source #

(-&-) :: KubernetesRequest ListNamespacedRole contentType res accept -> Watch -> KubernetesRequest ListNamespacedRole contentType res accept Source #

HasOptionalParam ListNamespacedRoleBinding 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleBindingForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListRoleForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasOptionalParam ListDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> Watch -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> Watch -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceClaimTemplateForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasOptionalParam ListResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> Watch -> KubernetesRequest ListResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> Watch -> KubernetesRequest ListResourceSlice contentType res accept Source #

HasOptionalParam ListDeviceClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ListDeviceClass contentType res accept -> Watch -> KubernetesRequest ListDeviceClass contentType res accept Source #

(-&-) :: KubernetesRequest ListDeviceClass contentType res accept -> Watch -> KubernetesRequest ListDeviceClass contentType res accept Source #

HasOptionalParam ListNamespacedResourceClaim 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListNamespacedResourceClaimTemplate 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceClaimTemplateForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasOptionalParam ListResourceSlice 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.

Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

applyOptionalParam :: KubernetesRequest ListResourceSlice contentType res accept -> Watch -> KubernetesRequest ListResourceSlice contentType res accept Source #

(-&-) :: KubernetesRequest ListResourceSlice contentType res accept -> Watch -> KubernetesRequest ListResourceSlice contentType res accept Source #

HasOptionalParam ListPriorityClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

Methods

applyOptionalParam :: KubernetesRequest ListPriorityClass contentType res accept -> Watch -> KubernetesRequest ListPriorityClass contentType res accept Source #

(-&-) :: KubernetesRequest ListPriorityClass contentType res accept -> Watch -> KubernetesRequest ListPriorityClass contentType res accept Source #

HasOptionalParam ListCSIDriver 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSIDriver contentType res accept -> Watch -> KubernetesRequest ListCSIDriver contentType res accept Source #

(-&-) :: KubernetesRequest ListCSIDriver contentType res accept -> Watch -> KubernetesRequest ListCSIDriver contentType res accept Source #

HasOptionalParam ListCSINode 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListCSINode contentType res accept -> Watch -> KubernetesRequest ListCSINode contentType res accept Source #

(-&-) :: KubernetesRequest ListCSINode contentType res accept -> Watch -> KubernetesRequest ListCSINode contentType res accept Source #

HasOptionalParam ListCSIStorageCapacityForAllNamespaces 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListNamespacedCSIStorageCapacity 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasOptionalParam ListStorageClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListStorageClass contentType res accept -> Watch -> KubernetesRequest ListStorageClass contentType res accept Source #

(-&-) :: KubernetesRequest ListStorageClass contentType res accept -> Watch -> KubernetesRequest ListStorageClass contentType res accept Source #

HasOptionalParam ListVolumeAttachment 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

applyOptionalParam :: KubernetesRequest ListVolumeAttachment contentType res accept -> Watch -> KubernetesRequest ListVolumeAttachment contentType res accept Source #

(-&-) :: KubernetesRequest ListVolumeAttachment contentType res accept -> Watch -> KubernetesRequest ListVolumeAttachment contentType res accept Source #

HasOptionalParam ListVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasOptionalParam ListVolumeAttributesClass 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasOptionalParam ListStorageVersionMigration 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.

Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

data AdmissionregistrationV1ServiceReference Source #

AdmissionregistrationV1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io

Constructors

AdmissionregistrationV1ServiceReference 

Fields

Instances

Instances details
FromJSON AdmissionregistrationV1ServiceReference Source #

FromJSON AdmissionregistrationV1ServiceReference

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON AdmissionregistrationV1ServiceReference Source #

ToJSON AdmissionregistrationV1ServiceReference

Instance details

Defined in Kubernetes.OpenAPI.Model

Show AdmissionregistrationV1ServiceReference Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq AdmissionregistrationV1ServiceReference Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data AdmissionregistrationV1WebhookClientConfig Source #

AdmissionregistrationV1WebhookClientConfig WebhookClientConfig contains the information to make a TLS connection with the webhook

Constructors

AdmissionregistrationV1WebhookClientConfig 

Fields

  • admissionregistrationV1WebhookClientConfigCaBundle :: !(Maybe ByteArray)

    "caBundle" - `caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.

  • admissionregistrationV1WebhookClientConfigService :: !(Maybe AdmissionregistrationV1ServiceReference)

    "service"

  • admissionregistrationV1WebhookClientConfigUrl :: !(Maybe Text)

    "url" - `url` gives the location of the webhook, in standard URL form (`scheme:/host:portpath`). Exactly one of `url` or `service` must be specified. The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be "https"; the URL must begin with "https://". A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either.

Instances

Instances details
FromJSON AdmissionregistrationV1WebhookClientConfig Source #

FromJSON AdmissionregistrationV1WebhookClientConfig

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON AdmissionregistrationV1WebhookClientConfig Source #

ToJSON AdmissionregistrationV1WebhookClientConfig

Instance details

Defined in Kubernetes.OpenAPI.Model

Show AdmissionregistrationV1WebhookClientConfig Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq AdmissionregistrationV1WebhookClientConfig Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data ApiextensionsV1ServiceReference Source #

ApiextensionsV1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io

Constructors

ApiextensionsV1ServiceReference 

Fields

data ApiextensionsV1WebhookClientConfig Source #

ApiextensionsV1WebhookClientConfig WebhookClientConfig contains the information to make a TLS connection with the webhook.

Constructors

ApiextensionsV1WebhookClientConfig 

Fields

  • apiextensionsV1WebhookClientConfigCaBundle :: !(Maybe ByteArray)

    "caBundle" - caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used.

  • apiextensionsV1WebhookClientConfigService :: !(Maybe ApiextensionsV1ServiceReference)

    "service"

  • apiextensionsV1WebhookClientConfigUrl :: !(Maybe Text)

    "url" - url gives the location of the webhook, in standard URL form (`scheme:/host:portpath`). Exactly one of `url` or `service` must be specified. The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be "https"; the URL must begin with "https://". A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either.

data ApiregistrationV1ServiceReference Source #

ApiregistrationV1ServiceReference ServiceReference holds a reference to Service.legacy.k8s.io

Constructors

ApiregistrationV1ServiceReference 

Fields

data AuthenticationV1TokenRequest Source #

AuthenticationV1TokenRequest TokenRequest requests a token for a given service account.

Constructors

AuthenticationV1TokenRequest 

Fields

Instances

Instances details
FromJSON AuthenticationV1TokenRequest Source #

FromJSON AuthenticationV1TokenRequest

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON AuthenticationV1TokenRequest Source #

ToJSON AuthenticationV1TokenRequest

Instance details

Defined in Kubernetes.OpenAPI.Model

Show AuthenticationV1TokenRequest Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq AuthenticationV1TokenRequest Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedServiceAccountToken AuthenticationV1TokenRequest Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1ObjectMeta Source #

V1ObjectMeta ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

Constructors

V1ObjectMeta 

Fields

  • v1ObjectMetaAnnotations :: !(Maybe (Map String Text))

    "annotations" - Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations

  • v1ObjectMetaCreationTimestamp :: !(Maybe DateTime)

    "creationTimestamp" - CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

  • v1ObjectMetaDeletionGracePeriodSeconds :: !(Maybe Integer)

    "deletionGracePeriodSeconds" - Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only.

  • v1ObjectMetaDeletionTimestamp :: !(Maybe DateTime)

    "deletionTimestamp" - DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

  • v1ObjectMetaFinalizers :: !(Maybe [Text])

    "finalizers" - Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list.

  • v1ObjectMetaGenerateName :: !(Maybe Text)

    "generateName" - GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. If this field is specified and the generated name exists, the server will return a 409. Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency

  • v1ObjectMetaGeneration :: !(Maybe Integer)

    "generation" - A sequence number representing a specific generation of the desired state. Populated by the system. Read-only.

  • v1ObjectMetaLabels :: !(Maybe (Map String Text))

    "labels" - Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels

  • v1ObjectMetaManagedFields :: !(Maybe [V1ManagedFieldsEntry])

    "managedFields" - ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object.

  • v1ObjectMetaName :: !(Maybe Text)

    "name" - Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names

  • v1ObjectMetaNamespace :: !(Maybe Text)

    "namespace" - Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces

  • v1ObjectMetaOwnerReferences :: !(Maybe [V1OwnerReference])

    "ownerReferences" - List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.

  • v1ObjectMetaResourceVersion :: !(Maybe Text)

    "resourceVersion" - An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

  • v1ObjectMetaSelfLink :: !(Maybe Text)

    "selfLink" - Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

  • v1ObjectMetaUid :: !(Maybe Text)

    "uid" - UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids

data V1TokenRequestSpec Source #

V1TokenRequestSpec TokenRequestSpec contains client provided parameters of a token request.

Constructors

V1TokenRequestSpec 

Fields

  • v1TokenRequestSpecAudiences :: ![Text]

    Required "audiences" - Audiences are the intendend audiences of the token. A recipient of a token must identify themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.

  • v1TokenRequestSpecBoundObjectRef :: !(Maybe V1BoundObjectReference)

    "boundObjectRef"

  • v1TokenRequestSpecExpirationSeconds :: !(Maybe Integer)

    "expirationSeconds" - ExpirationSeconds is the requested duration of validity of the request. The token issuer may return a token with a different validity duration so a client needs to check the 'expiration' field in a response.

data V1TokenRequestStatus Source #

V1TokenRequestStatus TokenRequestStatus is the result of a token request.

Constructors

V1TokenRequestStatus 

Fields

data CoreV1EndpointPort Source #

CoreV1EndpointPort EndpointPort is a tuple that describes a single port.

Constructors

CoreV1EndpointPort 

Fields

data CoreV1Event Source #

CoreV1Event Event is a report of an event somewhere in the cluster. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data.

Constructors

CoreV1Event 

Fields

Instances

Instances details
FromJSON CoreV1Event Source #

FromJSON CoreV1Event

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON CoreV1Event Source #

ToJSON CoreV1Event

Instance details

Defined in Kubernetes.OpenAPI.Model

Show CoreV1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq CoreV1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedEvent CoreV1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedEvent CoreV1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1ObjectReference Source #

V1ObjectReference ObjectReference contains enough information to let you inspect or modify the referred object.

Constructors

V1ObjectReference 

Fields

data CoreV1EventSeries Source #

CoreV1EventSeries EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.

Constructors

CoreV1EventSeries 

Fields

data V1EventSource Source #

V1EventSource EventSource contains information for an event.

Constructors

V1EventSource 

Fields

data CoreV1EventList Source #

CoreV1EventList EventList is a list of events.

Constructors

CoreV1EventList 

Fields

data V1ListMeta Source #

V1ListMeta ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

Constructors

V1ListMeta 

Fields

  • v1ListMetaContinue :: !(Maybe Text)

    "continue" - continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.

  • v1ListMetaRemainingItemCount :: !(Maybe Integer)

    "remainingItemCount" - remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact.

  • v1ListMetaResourceVersion :: !(Maybe Text)

    "resourceVersion" - String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency

  • v1ListMetaSelfLink :: !(Maybe Text)

    "selfLink" - Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.

data DiscoveryV1EndpointPort Source #

DiscoveryV1EndpointPort EndpointPort represents a Port used by an EndpointSlice

Constructors

DiscoveryV1EndpointPort 

Fields

  • discoveryV1EndpointPortAppProtocol :: !(Maybe Text)

    "appProtocol" - The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either: * Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). * Kubernetes-defined prefixed names: * 'kubernetes.ioh2c' - HTTP2 prior knowledge over cleartext as described in https://www.rfc-editor.org/rfc/rfc9113.html#name-starting-http-2-with-prior- * 'kubernetes.iows' - WebSocket over cleartext as described in https:www.rfc-editor.orgrfcrfc6455 * 'kubernetes.iowss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455 * Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.

  • discoveryV1EndpointPortName :: !(Maybe Text)

    "name" - name represents the name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is derived from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string.

  • discoveryV1EndpointPortPort :: !(Maybe Int)

    "port" - port represents the port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer.

  • discoveryV1EndpointPortProtocol :: !(Maybe Text)

    "protocol" - protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP.

data EventsV1Event Source #

EventsV1Event Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data.

Constructors

EventsV1Event 

Fields

Instances

Instances details
FromJSON EventsV1Event Source #

FromJSON EventsV1Event

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON EventsV1Event Source #

ToJSON EventsV1Event

Instance details

Defined in Kubernetes.OpenAPI.Model

Show EventsV1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq EventsV1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedEvent EventsV1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasBodyParam ReplaceNamespacedEvent EventsV1Event Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

data EventsV1EventSeries Source #

EventsV1EventSeries EventSeries contain information on series of events, i.e. thing that wasis happening continuously for some time. How often to update the EventSeries is up to the event reporters. The default event reporter in "k8s.ioclient-gotoolsevents/event_broadcaster.go" shows how this struct is updated on heartbeats and can guide customized reporter implementations.

Constructors

EventsV1EventSeries 

Fields

data EventsV1EventList Source #

EventsV1EventList EventList is a list of Event objects.

Constructors

EventsV1EventList 

Fields

data FlowcontrolV1Subject Source #

FlowcontrolV1Subject Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.

Constructors

FlowcontrolV1Subject 

Fields

data V1GroupSubject Source #

V1GroupSubject GroupSubject holds detailed information for group-kind subject.

Constructors

V1GroupSubject 

Fields

data V1ServiceAccountSubject Source #

V1ServiceAccountSubject ServiceAccountSubject holds detailed information for service-account-kind subject.

Constructors

V1ServiceAccountSubject 

Fields

data V1UserSubject Source #

V1UserSubject UserSubject holds detailed information for user-kind subject.

Constructors

V1UserSubject 

Fields

  • v1UserSubjectName :: !Text

    Required "name" - `name` is the username that matches, or "*" to match all usernames. Required.

data RbacV1Subject Source #

RbacV1Subject Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.

Constructors

RbacV1Subject 

Fields

  • rbacV1SubjectApiGroup :: !(Maybe Text)

    "apiGroup" - APIGroup holds the API group of the referenced subject. Defaults to "" for ServiceAccount subjects. Defaults to "rbac.authorization.k8s.io" for User and Group subjects.

  • rbacV1SubjectKind :: !Text

    Required "kind" - Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error.

  • rbacV1SubjectName :: !Text

    Required "name" - Name of the object being referenced.

  • rbacV1SubjectNamespace :: !(Maybe Text)

    "namespace" - Namespace of the referenced object. If the object kind is non-namespace, such as "User" or "Group", and this value is not empty the Authorizer should report an error.

data StorageV1TokenRequest Source #

StorageV1TokenRequest TokenRequest contains parameters of a service account token.

Constructors

StorageV1TokenRequest 

Fields

  • storageV1TokenRequestAudience :: !Text

    Required "audience" - audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.

  • storageV1TokenRequestExpirationSeconds :: !(Maybe Integer)

    "expirationSeconds" - expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec".

data V1APIGroup Source #

V1APIGroup APIGroup contains the name, the supported versions, and the preferred version of a group.

Constructors

V1APIGroup 

Fields

data V1GroupVersionForDiscovery Source #

V1GroupVersionForDiscovery GroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility.

Constructors

V1GroupVersionForDiscovery 

Fields

data V1ServerAddressByClientCIDR Source #

V1ServerAddressByClientCIDR ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.

Constructors

V1ServerAddressByClientCIDR 

Fields

data V1APIGroupList Source #

V1APIGroupList APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.

Constructors

V1APIGroupList 

Fields

data V1APIResource Source #

V1APIResource APIResource specifies the name of a resource and whether it is namespaced.

Constructors

V1APIResource 

Fields

  • v1APIResourceCategories :: !(Maybe [Text])

    "categories" - categories is a list of the grouped resources this resource belongs to (e.g. 'all')

  • v1APIResourceGroup :: !(Maybe Text)

    "group" - group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale".

  • v1APIResourceKind :: !Text

    Required "kind" - kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')

  • v1APIResourceName :: !Text

    Required "name" - name is the plural name of the resource.

  • v1APIResourceNamespaced :: !Bool

    Required "namespaced" - namespaced indicates if a resource is namespaced or not.

  • v1APIResourceShortNames :: !(Maybe [Text])

    "shortNames" - shortNames is a list of suggested short names of the resource.

  • v1APIResourceSingularName :: !Text

    Required "singularName" - singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface.

  • v1APIResourceStorageVersionHash :: !(Maybe Text)

    "storageVersionHash" - The hash value of the storage version, the version this resource is converted to when written to the data store. Value must be treated as opaque by clients. Only equality comparison on the value is valid. This is an alpha feature and may change or be removed in the future. The field is populated by the apiserver only if the StorageVersionHash feature gate is enabled. This field will remain optional even if it graduates.

  • v1APIResourceVerbs :: ![Text]

    Required "verbs" - verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)

  • v1APIResourceVersion :: !(Maybe Text)

    "version" - version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)".

data V1APIResourceList Source #

V1APIResourceList APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.

Constructors

V1APIResourceList 

Fields

data V1APIService Source #

V1APIService APIService represents a server for a particular GroupVersion. Name must be "version.group".

Constructors

V1APIService 

Fields

Instances

Instances details
FromJSON V1APIService Source #

FromJSON V1APIService

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1APIService Source #

ToJSON V1APIService

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1APIService Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1APIService Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateAPIService V1APIService Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

setBodyParam :: (Consumes CreateAPIService contentType, MimeRender contentType V1APIService) => KubernetesRequest CreateAPIService contentType res accept -> V1APIService -> KubernetesRequest CreateAPIService contentType res accept Source #

HasBodyParam ReplaceAPIService V1APIService Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

setBodyParam :: (Consumes ReplaceAPIService contentType, MimeRender contentType V1APIService) => KubernetesRequest ReplaceAPIService contentType res accept -> V1APIService -> KubernetesRequest ReplaceAPIService contentType res accept Source #

HasBodyParam ReplaceAPIServiceStatus V1APIService Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

data V1APIServiceSpec Source #

V1APIServiceSpec APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.

Constructors

V1APIServiceSpec 

Fields

  • v1APIServiceSpecCaBundle :: !(Maybe ByteArray)

    "caBundle" - CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. If unspecified, system trust roots on the apiserver are used.

  • v1APIServiceSpecGroup :: !(Maybe Text)

    "group" - Group is the API group name this server hosts

  • v1APIServiceSpecGroupPriorityMinimum :: !Int

    Required "groupPriorityMinimum" - GroupPriorityMinimum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMinimum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s

  • v1APIServiceSpecInsecureSkipTlsVerify :: !(Maybe Bool)

    "insecureSkipTLSVerify" - InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead.

  • v1APIServiceSpecService :: !(Maybe ApiregistrationV1ServiceReference)

    "service"

  • v1APIServiceSpecVersion :: !(Maybe Text)

    "version" - Version is the API version this server hosts. For example, "v1"

  • v1APIServiceSpecVersionPriority :: !Int

    Required "versionPriority" - VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.

data V1APIServiceStatus Source #

V1APIServiceStatus APIServiceStatus contains derived information about an API server

Constructors

V1APIServiceStatus 

Fields

data V1APIServiceCondition Source #

V1APIServiceCondition APIServiceCondition describes the state of an APIService at a particular point

Constructors

V1APIServiceCondition 

Fields

data V1APIServiceList Source #

V1APIServiceList APIServiceList is a list of APIService objects.

Constructors

V1APIServiceList 

Fields

data V1APIVersions Source #

V1APIVersions APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API.

Constructors

V1APIVersions 

Fields

data V1AWSElasticBlockStoreVolumeSource Source #

V1AWSElasticBlockStoreVolumeSource Represents a Persistent Disk resource in AWS. An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.

Constructors

V1AWSElasticBlockStoreVolumeSource 

Fields

data V1Affinity Source #

V1Affinity Affinity is a group of affinity scheduling rules.

data V1NodeAffinity Source #

V1NodeAffinity Node affinity is a group of node affinity scheduling rules.

Constructors

V1NodeAffinity 

Fields

  • v1NodeAffinityPreferredDuringSchedulingIgnoredDuringExecution :: !(Maybe [V1PreferredSchedulingTerm])

    "preferredDuringSchedulingIgnoredDuringExecution" - The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred.

  • v1NodeAffinityRequiredDuringSchedulingIgnoredDuringExecution :: !(Maybe V1NodeSelector)

    "requiredDuringSchedulingIgnoredDuringExecution"

data V1PodAffinity Source #

V1PodAffinity Pod affinity is a group of inter pod affinity scheduling rules.

Constructors

V1PodAffinity 

Fields

  • v1PodAffinityPreferredDuringSchedulingIgnoredDuringExecution :: !(Maybe [V1WeightedPodAffinityTerm])

    "preferredDuringSchedulingIgnoredDuringExecution" - The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

  • v1PodAffinityRequiredDuringSchedulingIgnoredDuringExecution :: !(Maybe [V1PodAffinityTerm])

    "requiredDuringSchedulingIgnoredDuringExecution" - If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

data V1PodAntiAffinity Source #

V1PodAntiAffinity Pod anti affinity is a group of inter pod anti affinity scheduling rules.

Constructors

V1PodAntiAffinity 

Fields

  • v1PodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecution :: !(Maybe [V1WeightedPodAffinityTerm])

    "preferredDuringSchedulingIgnoredDuringExecution" - The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred.

  • v1PodAntiAffinityRequiredDuringSchedulingIgnoredDuringExecution :: !(Maybe [V1PodAffinityTerm])

    "requiredDuringSchedulingIgnoredDuringExecution" - If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied.

data V1AggregationRule Source #

V1AggregationRule AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole

Constructors

V1AggregationRule 

Fields

data V1LabelSelector Source #

V1LabelSelector A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects.

Constructors

V1LabelSelector 

Fields

  • v1LabelSelectorMatchExpressions :: !(Maybe [V1LabelSelectorRequirement])

    "matchExpressions" - matchExpressions is a list of label selector requirements. The requirements are ANDed.

  • v1LabelSelectorMatchLabels :: !(Maybe (Map String Text))

    "matchLabels" - matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed.

data V1AppArmorProfile Source #

V1AppArmorProfile AppArmorProfile defines a pod or container's AppArmor settings.

Constructors

V1AppArmorProfile 

Fields

  • v1AppArmorProfileLocalhostProfile :: !(Maybe Text)

    "localhostProfile" - localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is "Localhost".

  • v1AppArmorProfileType :: !Text

    Required "type" - type indicates which kind of AppArmor profile will be applied. Valid options are: Localhost - a profile pre-loaded on the node. RuntimeDefault - the container runtime's default profile. Unconfined - no AppArmor enforcement.

data V1AttachedVolume Source #

V1AttachedVolume AttachedVolume describes a volume attached to a node

Constructors

V1AttachedVolume 

Fields

data V1AuditAnnotation Source #

V1AuditAnnotation AuditAnnotation describes how to produce an audit annotation for an API request.

Constructors

V1AuditAnnotation 

Fields

  • v1AuditAnnotationKey :: !Text

    Required "key" - key specifies the audit annotation key. The audit annotation keys of a ValidatingAdmissionPolicy must be unique. The key must be a qualified name ([A-Za-z0-9][-A-Za-z0-9_.]*) no more than 63 bytes in length. The key is combined with the resource name of the ValidatingAdmissionPolicy to construct an audit annotation key: "{ValidatingAdmissionPolicy name}/{key}". If an admission webhook uses the same resource name as this ValidatingAdmissionPolicy and the same audit annotation key, the annotation key will be identical. In this case, the first annotation written with the key will be included in the audit event and all subsequent annotations with the same key will be discarded. Required.

  • v1AuditAnnotationValueExpression :: !Text

    Required "valueExpression" - valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb. If multiple ValidatingAdmissionPolicyBinding resources match an API request, then the valueExpression will be evaluated for each binding. All unique values produced by the valueExpressions will be joined together in a comma-separated list. Required.

data V1AzureDiskVolumeSource Source #

V1AzureDiskVolumeSource AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.

Constructors

V1AzureDiskVolumeSource 

Fields

data V1AzureFilePersistentVolumeSource Source #

V1AzureFilePersistentVolumeSource AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

Constructors

V1AzureFilePersistentVolumeSource 

Fields

data V1AzureFileVolumeSource Source #

V1AzureFileVolumeSource AzureFile represents an Azure File Service mount on the host and bind mount to the pod.

Constructors

V1AzureFileVolumeSource 

Fields

data V1Binding Source #

V1Binding Binding ties one object to another; for example, a pod is bound to a node by a scheduler.

Constructors

V1Binding 

Fields

Instances

Instances details
FromJSON V1Binding Source #

FromJSON V1Binding

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Binding Source #

ToJSON V1Binding

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Binding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Binding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedBinding V1Binding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam CreateNamespacedPodBinding V1Binding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1BoundObjectReference Source #

V1BoundObjectReference BoundObjectReference is a reference to an object that a token is bound to.

Constructors

V1BoundObjectReference 

Fields

data V1CSIDriver Source #

V1CSIDriver CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced.

Constructors

V1CSIDriver 

Fields

Instances

Instances details
FromJSON V1CSIDriver Source #

FromJSON V1CSIDriver

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1CSIDriver Source #

ToJSON V1CSIDriver

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1CSIDriver Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1CSIDriver Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateCSIDriver V1CSIDriver Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

setBodyParam :: (Consumes CreateCSIDriver contentType, MimeRender contentType V1CSIDriver) => KubernetesRequest CreateCSIDriver contentType res accept -> V1CSIDriver -> KubernetesRequest CreateCSIDriver contentType res accept Source #

HasBodyParam ReplaceCSIDriver V1CSIDriver Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

setBodyParam :: (Consumes ReplaceCSIDriver contentType, MimeRender contentType V1CSIDriver) => KubernetesRequest ReplaceCSIDriver contentType res accept -> V1CSIDriver -> KubernetesRequest ReplaceCSIDriver contentType res accept Source #

data V1CSIDriverSpec Source #

V1CSIDriverSpec CSIDriverSpec is the specification of a CSIDriver.

Constructors

V1CSIDriverSpec 

Fields

  • v1CSIDriverSpecAttachRequired :: !(Maybe Bool)

    "attachRequired" - attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called. This field is immutable.

  • v1CSIDriverSpecFsGroupPolicy :: !(Maybe Text)

    "fsGroupPolicy" - fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field was immutable in Kubernetes < 1.29 and now is mutable. Defaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains ReadWriteOnce.

  • v1CSIDriverSpecPodInfoOnMount :: !(Maybe Bool)

    "podInfoOnMount" - podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeContext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.iopod.name": pod.Name "csi.storage.k8s.iopod.namespace": pod.Namespace "csi.storage.k8s.iopod.uid": string(pod.UID) "csi.storage.k8s.ioephemeral": "true" if the volume is an ephemeral inline volume defined by a CSIVolumeSource, otherwise "false" "csi.storage.k8s.ioephemeral" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the "Persistent" and "Ephemeral" VolumeLifecycleMode. Other drivers can leave pod info disabled andor ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver. This field was immutable in Kubernetes < 1.29 and now is mutable.

  • v1CSIDriverSpecRequiresRepublish :: !(Maybe Bool)

    "requiresRepublish" - requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false. Note: After a successful initial NodePublishVolume call, subsequent calls to NodePublishVolume should only update the contents of the volume. New mount points will not be seen by a running container.

  • v1CSIDriverSpecSeLinuxMount :: !(Maybe Bool)

    "seLinuxMount" - seLinuxMount specifies if the CSI driver supports "-o context" mount option. When "true", the CSI driver must ensure that all volumes provided by this CSI driver can be mounted separately with different `-o context` options. This is typical for storage backends that provide volumes as filesystems on block devices or as independent shared volumes. Kubernetes will call NodeStage / NodePublish with "-o context=xyz" mount option when mounting a ReadWriteOncePod volume used in Pod that has explicitly set SELinux context. In the future, it may be expanded to other volume AccessModes. In any case, Kubernetes will ensure that the volume is mounted only with a single SELinux context. When "false", Kubernetes won't pass any special SELinux mount options to the driver. This is typical for volumes that represent subdirectories of a bigger shared filesystem. Default is "false".

  • v1CSIDriverSpecStorageCapacity :: !(Maybe Bool)

    "storageCapacity" - storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information, if set to true. The check can be enabled immediately when deploying a driver. In that case, provisioning new volumes with late binding will pause until the driver deployment has published some suitable CSIStorageCapacity object. Alternatively, the driver can be deployed with the field unset or false and it can be flipped later when storage capacity information has been published. This field was immutable in Kubernetes <= 1.22 and now is mutable.

  • v1CSIDriverSpecTokenRequests :: !(Maybe [StorageV1TokenRequest])

    "tokenRequests" - tokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the tokens in VolumeContext in the CSI NodePublishVolume calls. The CSI driver should parse and validate the following VolumeContext: "csi.storage.k8s.io/serviceAccount.tokens": { "<audience>": { "token": <token>, "expirationTimestamp": <expiration timestamp in RFC3339>, }, ... } Note: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically.

  • v1CSIDriverSpecVolumeLifecycleModes :: !(Maybe [Text])

    "volumeLifecycleModes" - volumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PVPVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https:kubernetes-csi.github.iodocs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future. This field is beta. This field is immutable.

data V1CSIDriverList Source #

V1CSIDriverList CSIDriverList is a collection of CSIDriver objects.

Constructors

V1CSIDriverList 

Fields

data V1CSINode Source #

V1CSINode CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object.

Constructors

V1CSINode 

Fields

Instances

Instances details
FromJSON V1CSINode Source #

FromJSON V1CSINode

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1CSINode Source #

ToJSON V1CSINode

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1CSINode Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1CSINode Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateCSINode V1CSINode Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

setBodyParam :: (Consumes CreateCSINode contentType, MimeRender contentType V1CSINode) => KubernetesRequest CreateCSINode contentType res accept -> V1CSINode -> KubernetesRequest CreateCSINode contentType res accept Source #

HasBodyParam ReplaceCSINode V1CSINode Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

setBodyParam :: (Consumes ReplaceCSINode contentType, MimeRender contentType V1CSINode) => KubernetesRequest ReplaceCSINode contentType res accept -> V1CSINode -> KubernetesRequest ReplaceCSINode contentType res accept Source #

data V1CSINodeSpec Source #

V1CSINodeSpec CSINodeSpec holds information about the specification of all CSI drivers installed on a node

Constructors

V1CSINodeSpec 

Fields

  • v1CSINodeSpecDrivers :: ![V1CSINodeDriver]

    Required "drivers" - drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.

data V1CSINodeDriver Source #

V1CSINodeDriver CSINodeDriver holds information about the specification of one CSI driver installed on a node

Constructors

V1CSINodeDriver 

Fields

  • v1CSINodeDriverAllocatable :: !(Maybe V1VolumeNodeResources)

    "allocatable"

  • v1CSINodeDriverName :: !Text

    Required "name" - name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.

  • v1CSINodeDriverNodeId :: !Text

    Required "nodeID" - nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.

  • v1CSINodeDriverTopologyKeys :: !(Maybe [Text])

    "topologyKeys" - topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.comzone", "company.comregion"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology.

data V1VolumeNodeResources Source #

V1VolumeNodeResources VolumeNodeResources is a set of resource limits for scheduling of volumes.

Constructors

V1VolumeNodeResources 

Fields

  • v1VolumeNodeResourcesCount :: !(Maybe Int)

    "count" - count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded.

data V1CSINodeList Source #

V1CSINodeList CSINodeList is a collection of CSINode objects.

Constructors

V1CSINodeList 

Fields

data V1CSIPersistentVolumeSource Source #

V1CSIPersistentVolumeSource Represents storage that is managed by an external CSI volume driver

Constructors

V1CSIPersistentVolumeSource 

Fields

data V1SecretReference Source #

V1SecretReference SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace

Constructors

V1SecretReference 

Fields

data V1CSIStorageCapacity Source #

V1CSIStorageCapacity CSIStorageCapacity stores the result of one CSI GetCapacity call. For a given StorageClass, this describes the available capacity in a particular topology segment. This can be used when considering where to instantiate new PersistentVolumes. For example this can express things like: - StorageClass "standard" has "1234 GiB" available in "topology.kubernetes.iozone=us-east1" - StorageClass "localssd" has "10 GiB" available in "kubernetes.iohostname=knode-abc123" The following three cases all imply that no capacity is available for a certain combination: - no object exists with suitable topology and storage class name - such an object exists, but the capacity is unset - such an object exists, but the capacity is zero The producer of these objects can decide which approach is more suitable. They are consumed by the kube-scheduler when a CSI driver opts into capacity-aware scheduling with CSIDriverSpec.StorageCapacity. The scheduler compares the MaximumVolumeSize against the requested size of pending volumes to filter out unsuitable nodes. If MaximumVolumeSize is unset, it falls back to a comparison against the less precise Capacity. If that is also unset, the scheduler assumes that capacity is insufficient and tries some other node.

Constructors

V1CSIStorageCapacity 

Fields

Instances

Instances details
FromJSON V1CSIStorageCapacity Source #

FromJSON V1CSIStorageCapacity

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1CSIStorageCapacity Source #

ToJSON V1CSIStorageCapacity

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1CSIStorageCapacity Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1CSIStorageCapacity Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedCSIStorageCapacity V1CSIStorageCapacity Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam ReplaceNamespacedCSIStorageCapacity V1CSIStorageCapacity Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

data V1CSIStorageCapacityList Source #

V1CSIStorageCapacityList CSIStorageCapacityList is a collection of CSIStorageCapacity objects.

Constructors

V1CSIStorageCapacityList 

Fields

data V1CSIVolumeSource Source #

V1CSIVolumeSource Represents a source location of a volume to mount, managed by an external CSI driver

Constructors

V1CSIVolumeSource 

Fields

data V1LocalObjectReference Source #

V1LocalObjectReference LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

Constructors

V1LocalObjectReference 

Fields

data V1Capabilities Source #

V1Capabilities Adds and removes POSIX capabilities from running containers.

Constructors

V1Capabilities 

Fields

data V1CephFSPersistentVolumeSource Source #

V1CephFSPersistentVolumeSource Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.

Constructors

V1CephFSPersistentVolumeSource 

Fields

data V1CephFSVolumeSource Source #

V1CephFSVolumeSource Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.

Constructors

V1CephFSVolumeSource 

Fields

data V1CertificateSigningRequest Source #

V1CertificateSigningRequest CertificateSigningRequest objects provide a mechanism to obtain x509 certificates by submitting a certificate signing request, and having it asynchronously approved and issued. Kubelets use this API to obtain: 1. client certificates to authenticate to kube-apiserver (with the "kubernetes.iokube-apiserver-client-kubelet" signerName). 2. serving certificates for TLS endpoints kube-apiserver can connect to securely (with the "kubernetes.iokubelet-serving" signerName). This API can be used to request client certificates to authenticate to kube-apiserver (with the "kubernetes.io/kube-apiserver-client" signerName), or to obtain certificates from custom non-Kubernetes signers.

Constructors

V1CertificateSigningRequest 

Fields

Instances

Instances details
FromJSON V1CertificateSigningRequest Source #

FromJSON V1CertificateSigningRequest

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1CertificateSigningRequest Source #

ToJSON V1CertificateSigningRequest

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1CertificateSigningRequest Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1CertificateSigningRequest Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateCertificateSigningRequest V1CertificateSigningRequest Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasBodyParam ReplaceCertificateSigningRequest V1CertificateSigningRequest Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasBodyParam ReplaceCertificateSigningRequestApproval V1CertificateSigningRequest Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasBodyParam ReplaceCertificateSigningRequestStatus V1CertificateSigningRequest Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

data V1CertificateSigningRequestSpec Source #

V1CertificateSigningRequestSpec CertificateSigningRequestSpec contains the certificate request.

Constructors

V1CertificateSigningRequestSpec 

Fields

  • v1CertificateSigningRequestSpecExpirationSeconds :: !(Maybe Int)

    "expirationSeconds" - expirationSeconds is the requested duration of validity of the issued certificate. The certificate signer may issue a certificate with a different validity duration so a client must check the delta between the notBefore and and notAfter fields in the issued certificate to determine the actual duration. The v1.22+ in-tree implementations of the well-known Kubernetes signers will honor this field as long as the requested duration is not greater than the maximum duration they will honor per the --cluster-signing-duration CLI flag to the Kubernetes controller manager. Certificate signers may not honor this field for various reasons: 1. Old signer that is unaware of the field (such as the in-tree implementations prior to v1.22) 2. Signer whose configured maximum is shorter than the requested duration 3. Signer whose configured minimum is longer than the requested duration The minimum valid value for expirationSeconds is 600, i.e. 10 minutes.

  • v1CertificateSigningRequestSpecExtra :: !(Maybe (Map String [Text]))

    "extra" - extra contains extra attributes of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable.

  • v1CertificateSigningRequestSpecGroups :: !(Maybe [Text])

    "groups" - groups contains group membership of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable.

  • v1CertificateSigningRequestSpecRequest :: !ByteArray

    Required "request" - request contains an x509 certificate signing request encoded in a "CERTIFICATE REQUEST" PEM block. When serialized as JSON or YAML, the data is additionally base64-encoded.

  • v1CertificateSigningRequestSpecSignerName :: !Text

    Required "signerName" - signerName indicates the requested signer, and is a qualified name. Listwatch requests for CertificateSigningRequests can filter on this field using a "spec.signerName=NAME" fieldSelector. Well-known Kubernetes signers are: 1. "kubernetes.iokube-apiserver-client": issues client certificates that can be used to authenticate to kube-apiserver. Requests for this signer are never auto-approved by kube-controller-manager, can be issued by the "csrsigning" controller in kube-controller-manager. 2. "kubernetes.iokube-apiserver-client-kubelet": issues client certificates that kubelets use to authenticate to kube-apiserver. Requests for this signer can be auto-approved by the "csrapproving" controller in kube-controller-manager, and can be issued by the "csrsigning" controller in kube-controller-manager. 3. "kubernetes.iokubelet-serving" issues serving certificates that kubelets use to serve TLS endpoints, which kube-apiserver can connect to securely. Requests for this signer are never auto-approved by kube-controller-manager, and can be issued by the "csrsigning" controller in kube-controller-manager. More details are available at https://k8s.io/docs/reference/access-authn-authz/certificate-signing-requests/#kubernetes-signers Custom signerNames can also be specified. The signer defines: 1. Trust distribution: how trust (CA bundles) are distributed. 2. Permitted subjects: and behavior when a disallowed subject is requested. 3. Required, permitted, or forbidden x509 extensions in the request (including whether subjectAltNames are allowed, which types, restrictions on allowed values) and behavior when a disallowed extension is requested. 4. Required, permitted, or forbidden key usages extended key usages. 5. Expirationcertificate lifetime: whether it is fixed by the signer, configurable by the admin. 6. Whether or not requests for CA certificates are allowed.

  • v1CertificateSigningRequestSpecUid :: !(Maybe Text)

    "uid" - uid contains the uid of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable.

  • v1CertificateSigningRequestSpecUsages :: !(Maybe [Text])

    "usages" - usages specifies a set of key usages requested in the issued certificate. Requests for TLS client certificates typically request: "digital signature", "key encipherment", "client auth". Requests for TLS serving certificates typically request: "key encipherment", "digital signature", "server auth". Valid values are: "signing", "digital signature", "content commitment", "key encipherment", "key agreement", "data encipherment", "cert sign", "crl sign", "encipher only", "decipher only", "any", "server auth", "client auth", "code signing", "email protection", "s/mime", "ipsec end system", "ipsec tunnel", "ipsec user", "timestamping", "ocsp signing", "microsoft sgc", "netscape sgc"

  • v1CertificateSigningRequestSpecUsername :: !(Maybe Text)

    "username" - username contains the name of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable.

data V1CertificateSigningRequestStatus Source #

V1CertificateSigningRequestStatus CertificateSigningRequestStatus contains conditions used to indicate approveddeniedfailed status of the request, and the issued certificate.

Constructors

V1CertificateSigningRequestStatus 

Fields

  • v1CertificateSigningRequestStatusCertificate :: !(Maybe ByteArray)

    "certificate" - certificate is populated with an issued certificate by the signer after an Approved condition is present. This field is set via the /status subresource. Once populated, this field is immutable. If the certificate signing request is denied, a condition of type "Denied" is added and this field remains empty. If the signer cannot issue the certificate, a condition of type "Failed" is added and this field remains empty. Validation requirements: 1. certificate must contain one or more PEM blocks. 2. All PEM blocks must have the "CERTIFICATE" label, contain no headers, and the encoded data must be a BER-encoded ASN.1 Certificate structure as described in section 4 of RFC5280. 3. Non-PEM content may appear before or after the "CERTIFICATE" PEM blocks and is unvalidated, to allow for explanatory text as described in section 5.2 of RFC7468. If more than one PEM block is present, and the definition of the requested spec.signerName does not indicate otherwise, the first block is the issued certificate, and subsequent blocks should be treated as intermediate certificates and presented in TLS handshakes. The certificate is encoded in PEM format. When serialized as JSON or YAML, the data is additionally base64-encoded, so it consists of: base64( -----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- )

  • v1CertificateSigningRequestStatusConditions :: !(Maybe [V1CertificateSigningRequestCondition])

    "conditions" - conditions applied to the request. Known conditions are "Approved", "Denied", and "Failed".

data V1CertificateSigningRequestCondition Source #

V1CertificateSigningRequestCondition CertificateSigningRequestCondition describes a condition of a CertificateSigningRequest object

Constructors

V1CertificateSigningRequestCondition 

Fields

  • v1CertificateSigningRequestConditionLastTransitionTime :: !(Maybe DateTime)

    "lastTransitionTime" - lastTransitionTime is the time the condition last transitioned from one status to another. If unset, when a new condition type is added or an existing condition's status is changed, the server defaults this to the current time.

  • v1CertificateSigningRequestConditionLastUpdateTime :: !(Maybe DateTime)

    "lastUpdateTime" - lastUpdateTime is the time of the last update to this condition

  • v1CertificateSigningRequestConditionMessage :: !(Maybe Text)

    "message" - message contains a human readable message with details about the request state

  • v1CertificateSigningRequestConditionReason :: !(Maybe Text)

    "reason" - reason indicates a brief reason for the request state

  • v1CertificateSigningRequestConditionStatus :: !Text

    Required "status" - status of the condition, one of True, False, Unknown. Approved, Denied, and Failed conditions may not be "False" or "Unknown".

  • v1CertificateSigningRequestConditionType :: !Text

    Required "type" - type of the condition. Known conditions are "Approved", "Denied", and "Failed". An "Approved" condition is added via the approval subresource, indicating the request was approved and should be issued by the signer. A "Denied" condition is added via the approval subresource, indicating the request was denied and should not be issued by the signer. A "Failed" condition is added via the /status subresource, indicating the signer failed to issue the certificate. Approved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added. Only one condition of a given type is allowed.

data V1CertificateSigningRequestList Source #

V1CertificateSigningRequestList CertificateSigningRequestList is a collection of CertificateSigningRequest objects

Constructors

V1CertificateSigningRequestList 

Fields

data V1CinderPersistentVolumeSource Source #

V1CinderPersistentVolumeSource Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.

Constructors

V1CinderPersistentVolumeSource 

Fields

data V1CinderVolumeSource Source #

V1CinderVolumeSource Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.

Constructors

V1CinderVolumeSource 

Fields

data V1ClientIPConfig Source #

V1ClientIPConfig ClientIPConfig represents the configurations of Client IP based session affinity.

Constructors

V1ClientIPConfig 

Fields

  • v1ClientIPConfigTimeoutSeconds :: !(Maybe Int)

    "timeoutSeconds" - timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". Default value is 10800(for 3 hours).

data V1ClusterRole Source #

V1ClusterRole ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding.

Constructors

V1ClusterRole 

Fields

Instances

Instances details
FromJSON V1ClusterRole Source #

FromJSON V1ClusterRole

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ClusterRole Source #

ToJSON V1ClusterRole

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateClusterRole V1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes CreateClusterRole contentType, MimeRender contentType V1ClusterRole) => KubernetesRequest CreateClusterRole contentType res accept -> V1ClusterRole -> KubernetesRequest CreateClusterRole contentType res accept Source #

HasBodyParam ReplaceClusterRole V1ClusterRole Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes ReplaceClusterRole contentType, MimeRender contentType V1ClusterRole) => KubernetesRequest ReplaceClusterRole contentType res accept -> V1ClusterRole -> KubernetesRequest ReplaceClusterRole contentType res accept Source #

data V1PolicyRule Source #

V1PolicyRule PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.

Constructors

V1PolicyRule 

Fields

  • v1PolicyRuleApiGroups :: !(Maybe [Text])

    "apiGroups" - APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "" represents the core API group and "*" represents all API groups.

  • v1PolicyRuleNonResourceUrls :: !(Maybe [Text])

    "nonResourceURLs" - NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both.

  • v1PolicyRuleResourceNames :: !(Maybe [Text])

    "resourceNames" - ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.

  • v1PolicyRuleResources :: !(Maybe [Text])

    "resources" - Resources is a list of resources this rule applies to. '*' represents all resources.

  • v1PolicyRuleVerbs :: ![Text]

    Required "verbs" - Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '*' represents all verbs.

data V1ClusterRoleBinding Source #

V1ClusterRoleBinding ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.

Constructors

V1ClusterRoleBinding 

Fields

Instances

Instances details
FromJSON V1ClusterRoleBinding Source #

FromJSON V1ClusterRoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ClusterRoleBinding Source #

ToJSON V1ClusterRoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateClusterRoleBinding V1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam ReplaceClusterRoleBinding V1ClusterRoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

data V1RoleRef Source #

V1RoleRef RoleRef contains information that points to the role being used

Constructors

V1RoleRef 

Fields

Instances

Instances details
FromJSON V1RoleRef Source #

FromJSON V1RoleRef

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1RoleRef Source #

ToJSON V1RoleRef

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1RoleRef Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1RoleRef Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1ClusterRoleBindingList Source #

V1ClusterRoleBindingList ClusterRoleBindingList is a collection of ClusterRoleBindings

Constructors

V1ClusterRoleBindingList 

Fields

data V1ClusterRoleList Source #

V1ClusterRoleList ClusterRoleList is a collection of ClusterRoles

Constructors

V1ClusterRoleList 

Fields

data V1ClusterTrustBundleProjection Source #

V1ClusterTrustBundleProjection ClusterTrustBundleProjection describes how to select a set of ClusterTrustBundle objects and project their contents into the pod filesystem.

Constructors

V1ClusterTrustBundleProjection 

Fields

data V1ComponentCondition Source #

V1ComponentCondition Information about the condition of a component.

Constructors

V1ComponentCondition 

Fields

data V1ComponentStatus Source #

V1ComponentStatus ComponentStatus (and ComponentStatusList) holds the cluster validation info. Deprecated: This API is deprecated in v1.19+

Constructors

V1ComponentStatus 

Fields

data V1ComponentStatusList Source #

V1ComponentStatusList Status of all the conditions for the component as a list of ComponentStatus objects. Deprecated: This API is deprecated in v1.19+

Constructors

V1ComponentStatusList 

Fields

data V1Condition Source #

V1Condition Condition contains details for one aspect of the current state of this API Resource.

Constructors

V1Condition 

Fields

  • v1ConditionLastTransitionTime :: !DateTime

    Required "lastTransitionTime" - lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.

  • v1ConditionMessage :: !Text

    Required "message" - message is a human readable message indicating details about the transition. This may be an empty string.

  • v1ConditionObservedGeneration :: !(Maybe Integer)

    "observedGeneration" - observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance.

  • v1ConditionReason :: !Text

    Required "reason" - reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.

  • v1ConditionStatus :: !Text

    Required "status" - status of the condition, one of True, False, Unknown.

  • v1ConditionType :: !Text

    Required "type" - type of condition in CamelCase or in foo.example.com/CamelCase.

data V1ConfigMap Source #

V1ConfigMap ConfigMap holds configuration data for pods to consume.

Constructors

V1ConfigMap 

Fields

Instances

Instances details
FromJSON V1ConfigMap Source #

FromJSON V1ConfigMap

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ConfigMap Source #

ToJSON V1ConfigMap

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ConfigMap Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1ConfigMap Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedConfigMap V1ConfigMap Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedConfigMap V1ConfigMap Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1ConfigMapEnvSource Source #

V1ConfigMapEnvSource ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.

Constructors

V1ConfigMapEnvSource 

Fields

data V1ConfigMapKeySelector Source #

V1ConfigMapKeySelector Selects a key from a ConfigMap.

Constructors

V1ConfigMapKeySelector 

Fields

data V1ConfigMapList Source #

V1ConfigMapList ConfigMapList is a resource containing a list of ConfigMap objects.

Constructors

V1ConfigMapList 

Fields

data V1ConfigMapNodeConfigSource Source #

V1ConfigMapNodeConfigSource ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node. This API is deprecated since 1.22: https://git.k8s.io/enhancements/keps/sig-node/281-dynamic-kubelet-configuration

Constructors

V1ConfigMapNodeConfigSource 

Fields

data V1ConfigMapProjection Source #

V1ConfigMapProjection Adapts a ConfigMap into a projected volume. The contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.

Constructors

V1ConfigMapProjection 

Fields

  • v1ConfigMapProjectionItems :: !(Maybe [V1KeyToPath])

    "items" - items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

  • v1ConfigMapProjectionName :: !(Maybe Text)

    "name" - Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

  • v1ConfigMapProjectionOptional :: !(Maybe Bool)

    "optional" - optional specify whether the ConfigMap or its keys must be defined

data V1KeyToPath Source #

V1KeyToPath Maps a string key to a path within a volume.

Constructors

V1KeyToPath 

Fields

  • v1KeyToPathKey :: !Text

    Required "key" - key is the key to project.

  • v1KeyToPathMode :: !(Maybe Int)

    "mode" - mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

  • v1KeyToPathPath :: !Text

    Required "path" - path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

data V1ConfigMapVolumeSource Source #

V1ConfigMapVolumeSource Adapts a ConfigMap into a volume. The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.

Constructors

V1ConfigMapVolumeSource 

Fields

  • v1ConfigMapVolumeSourceDefaultMode :: !(Maybe Int)

    "defaultMode" - defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

  • v1ConfigMapVolumeSourceItems :: !(Maybe [V1KeyToPath])

    "items" - items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

  • v1ConfigMapVolumeSourceName :: !(Maybe Text)

    "name" - Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

  • v1ConfigMapVolumeSourceOptional :: !(Maybe Bool)

    "optional" - optional specify whether the ConfigMap or its keys must be defined

data V1Container Source #

V1Container A single application container that you want to run within a pod.

Constructors

V1Container 

Fields

  • v1ContainerArgs :: !(Maybe [Text])

    "args" - Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

  • v1ContainerCommand :: !(Maybe [Text])

    "command" - Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell

  • v1ContainerEnv :: !(Maybe [V1EnvVar])

    "env" - List of environment variables to set in the container. Cannot be updated.

  • v1ContainerEnvFrom :: !(Maybe [V1EnvFromSource])

    "envFrom" - List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.

  • v1ContainerImage :: !(Maybe Text)

    "image" - Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

  • v1ContainerImagePullPolicy :: !(Maybe Text)

    "imagePullPolicy" - Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images

  • v1ContainerLifecycle :: !(Maybe V1Lifecycle)

    "lifecycle"

  • v1ContainerLivenessProbe :: !(Maybe V1Probe)

    "livenessProbe"

  • v1ContainerName :: !Text

    Required "name" - Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

  • v1ContainerPorts :: !(Maybe [V1ContainerPort])

    "ports" - List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated.

  • v1ContainerReadinessProbe :: !(Maybe V1Probe)

    "readinessProbe"

  • v1ContainerResizePolicy :: !(Maybe [V1ContainerResizePolicy])

    "resizePolicy" - Resources resize policy for the container.

  • v1ContainerResources :: !(Maybe V1ResourceRequirements)

    "resources"

  • v1ContainerRestartPolicy :: !(Maybe Text)

    "restartPolicy" - RestartPolicy defines the restart behavior of individual containers in a pod. This field may only be set for init containers, and the only allowed value is "Always". For non-init containers or when this field is not specified, the restart behavior is defined by the Pod's restart policy and the container type. Setting the RestartPolicy as "Always" for the init container will have the following effect: this init container will be continually restarted on exit until all regular containers have terminated. Once all regular containers have completed, all init containers with restartPolicy "Always" will be shut down. This lifecycle differs from normal init containers and is often referred to as a "sidecar" container. Although this init container still starts in the init container sequence, it does not wait for the container to complete before proceeding to the next init container. Instead, the next init container starts immediately after this init container is started, or after any startupProbe has successfully completed.

  • v1ContainerSecurityContext :: !(Maybe V1SecurityContext)

    "securityContext"

  • v1ContainerStartupProbe :: !(Maybe V1Probe)

    "startupProbe"

  • v1ContainerStdin :: !(Maybe Bool)

    "stdin" - Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.

  • v1ContainerStdinOnce :: !(Maybe Bool)

    "stdinOnce" - Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false

  • v1ContainerTerminationMessagePath :: !(Maybe Text)

    "terminationMessagePath" - Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to devtermination-log. Cannot be updated.

  • v1ContainerTerminationMessagePolicy :: !(Maybe Text)

    "terminationMessagePolicy" - Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated.

  • v1ContainerTty :: !(Maybe Bool)

    "tty" - Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false.

  • v1ContainerVolumeDevices :: !(Maybe [V1VolumeDevice])

    "volumeDevices" - volumeDevices is the list of block devices to be used by the container.

  • v1ContainerVolumeMounts :: !(Maybe [V1VolumeMount])

    "volumeMounts" - Pod volumes to mount into the container's filesystem. Cannot be updated.

  • v1ContainerWorkingDir :: !(Maybe Text)

    "workingDir" - Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated.

data V1EnvVar Source #

V1EnvVar EnvVar represents an environment variable present in a Container.

Constructors

V1EnvVar 

Fields

  • v1EnvVarName :: !Text

    Required "name" - Name of the environment variable. Must be a C_IDENTIFIER.

  • v1EnvVarValue :: !(Maybe Text)

    "value" - Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "".

  • v1EnvVarValueFrom :: !(Maybe V1EnvVarSource)

    "valueFrom"

Instances

Instances details
FromJSON V1EnvVar Source #

FromJSON V1EnvVar

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1EnvVar Source #

ToJSON V1EnvVar

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1EnvVar Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1EnvVar Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1EnvFromSource Source #

V1EnvFromSource EnvFromSource represents the source of a set of ConfigMaps

Constructors

V1EnvFromSource 

Fields

data V1Lifecycle Source #

V1Lifecycle Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.

data V1Probe Source #

V1Probe Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

Constructors

V1Probe 

Fields

Instances

Instances details
FromJSON V1Probe Source #

FromJSON V1Probe

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Probe Source #

ToJSON V1Probe

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Probe Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Probe Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: V1Probe -> V1Probe -> Bool #

(/=) :: V1Probe -> V1Probe -> Bool #

data V1ContainerPort Source #

V1ContainerPort ContainerPort represents a network port in a single container.

Constructors

V1ContainerPort 

Fields

  • v1ContainerPortContainerPort :: !Int

    Required "containerPort" - Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.

  • v1ContainerPortHostIp :: !(Maybe Text)

    "hostIP" - What host IP to bind the external port to.

  • v1ContainerPortHostPort :: !(Maybe Int)

    "hostPort" - Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this.

  • v1ContainerPortName :: !(Maybe Text)

    "name" - If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.

  • v1ContainerPortProtocol :: !(Maybe Text)

    "protocol" - Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP".

data V1ContainerResizePolicy Source #

V1ContainerResizePolicy ContainerResizePolicy represents resource resize policy for the container.

Constructors

V1ContainerResizePolicy 

Fields

data V1ResourceRequirements Source #

V1ResourceRequirements ResourceRequirements describes the compute resource requirements.

Constructors

V1ResourceRequirements 

Fields

data V1SecurityContext Source #

V1SecurityContext SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.

Constructors

V1SecurityContext 

Fields

  • v1SecurityContextAllowPrivilegeEscalation :: !(Maybe Bool)

    "allowPrivilegeEscalation" - AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.

  • v1SecurityContextAppArmorProfile :: !(Maybe V1AppArmorProfile)

    "appArmorProfile"

  • v1SecurityContextCapabilities :: !(Maybe V1Capabilities)

    "capabilities"

  • v1SecurityContextPrivileged :: !(Maybe Bool)

    "privileged" - Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.

  • v1SecurityContextProcMount :: !(Maybe Text)

    "procMount" - procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.

  • v1SecurityContextReadOnlyRootFilesystem :: !(Maybe Bool)

    "readOnlyRootFilesystem" - Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.

  • v1SecurityContextRunAsGroup :: !(Maybe Integer)

    "runAsGroup" - The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

  • v1SecurityContextRunAsNonRoot :: !(Maybe Bool)

    "runAsNonRoot" - Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

  • v1SecurityContextRunAsUser :: !(Maybe Integer)

    "runAsUser" - The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.

  • v1SecurityContextSeLinuxOptions :: !(Maybe V1SELinuxOptions)

    "seLinuxOptions"

  • v1SecurityContextSeccompProfile :: !(Maybe V1SeccompProfile)

    "seccompProfile"

  • v1SecurityContextWindowsOptions :: !(Maybe V1WindowsSecurityContextOptions)

    "windowsOptions"

data V1VolumeDevice Source #

V1VolumeDevice volumeDevice describes a mapping of a raw block device within a container.

Constructors

V1VolumeDevice 

Fields

data V1VolumeMount Source #

V1VolumeMount VolumeMount describes a mounting of a Volume within a container.

Constructors

V1VolumeMount 

Fields

  • v1VolumeMountMountPath :: !Text

    Required "mountPath" - Path within the container at which the volume should be mounted. Must not contain ':'.

  • v1VolumeMountMountPropagation :: !(Maybe Text)

    "mountPropagation" - mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. When RecursiveReadOnly is set to IfPossible or to Enabled, MountPropagation must be None or unspecified (which defaults to None).

  • v1VolumeMountName :: !Text

    Required "name" - This must match the Name of a Volume.

  • v1VolumeMountReadOnly :: !(Maybe Bool)

    "readOnly" - Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false.

  • v1VolumeMountRecursiveReadOnly :: !(Maybe Text)

    "recursiveReadOnly" - RecursiveReadOnly specifies whether read-only mounts should be handled recursively. If ReadOnly is false, this field has no meaning and must be unspecified. If ReadOnly is true, and this field is set to Disabled, the mount is not made recursively read-only. If this field is set to IfPossible, the mount is made recursively read-only, if it is supported by the container runtime. If this field is set to Enabled, the mount is made recursively read-only if it is supported by the container runtime, otherwise the pod will not be started and an error will be generated to indicate the reason. If this field is set to IfPossible or Enabled, MountPropagation must be set to None (or be unspecified, which defaults to None). If this field is not specified, it is treated as an equivalent of Disabled.

  • v1VolumeMountSubPath :: !(Maybe Text)

    "subPath" - Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root).

  • v1VolumeMountSubPathExpr :: !(Maybe Text)

    "subPathExpr" - Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive.

data V1ContainerImage Source #

V1ContainerImage Describe a container image

Constructors

V1ContainerImage 

Fields

data V1ContainerState Source #

V1ContainerState ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting.

data V1ContainerStateTerminated Source #

V1ContainerStateTerminated ContainerStateTerminated is a terminated state of a container.

Constructors

V1ContainerStateTerminated 

Fields

data V1ContainerStateWaiting Source #

V1ContainerStateWaiting ContainerStateWaiting is a waiting state of a container.

Constructors

V1ContainerStateWaiting 

Fields

data V1ContainerStatus Source #

V1ContainerStatus ContainerStatus contains details for the current status of this container.

Constructors

V1ContainerStatus 

Fields

  • v1ContainerStatusAllocatedResources :: !(Maybe (Map String Quantity))

    "allocatedResources" - AllocatedResources represents the compute resources allocated for this container by the node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission and after successfully admitting desired pod resize.

  • v1ContainerStatusAllocatedResourcesStatus :: !(Maybe [V1ResourceStatus])

    "allocatedResourcesStatus" - AllocatedResourcesStatus represents the status of various resources allocated for this Pod.

  • v1ContainerStatusContainerId :: !(Maybe Text)

    "containerID" - ContainerID is the ID of the container in the format '<type>://<container_id>'. Where type is a container runtime identifier, returned from Version call of CRI API (for example "containerd").

  • v1ContainerStatusImage :: !Text

    Required "image" - Image is the name of container image that the container is running. The container image may not match the image used in the PodSpec, as it may have been resolved by the runtime. More info: https://kubernetes.io/docs/concepts/containers/images.

  • v1ContainerStatusImageId :: !Text

    Required "imageID" - ImageID is the image ID of the container's image. The image ID may not match the image ID of the image used in the PodSpec, as it may have been resolved by the runtime.

  • v1ContainerStatusLastState :: !(Maybe V1ContainerState)

    "lastState"

  • v1ContainerStatusName :: !Text

    Required "name" - Name is a DNS_LABEL representing the unique name of the container. Each container in a pod must have a unique name across all container types. Cannot be updated.

  • v1ContainerStatusReady :: !Bool

    Required "ready" - Ready specifies whether the container is currently passing its readiness check. The value will change as readiness probes keep executing. If no readiness probes are specified, this field defaults to true once the container is fully started (see Started field). The value is typically used to determine whether a container is ready to accept traffic.

  • v1ContainerStatusResources :: !(Maybe V1ResourceRequirements)

    "resources"

  • v1ContainerStatusRestartCount :: !Int

    Required "restartCount" - RestartCount holds the number of times the container has been restarted. Kubelet makes an effort to always increment the value, but there are cases when the state may be lost due to node restarts and then the value may be reset to 0. The value is never negative.

  • v1ContainerStatusStarted :: !(Maybe Bool)

    "started" - Started indicates whether the container has finished its postStart lifecycle hook and passed its startup probe. Initialized as false, becomes true after startupProbe is considered successful. Resets to false when the container is restarted, or if kubelet loses state temporarily. In both cases, startup probes will run again. Is always true when no startupProbe is defined and container is running and has passed the postStart lifecycle hook. The null value must be treated the same as false.

  • v1ContainerStatusState :: !(Maybe V1ContainerState)

    "state"

  • v1ContainerStatusUser :: !(Maybe V1ContainerUser)

    "user"

  • v1ContainerStatusVolumeMounts :: !(Maybe [V1VolumeMountStatus])

    "volumeMounts" - Status of volume mounts.

data V1ResourceStatus Source #

V1ResourceStatus ResourceStatus represents the status of a single resource allocated to a Pod.

Constructors

V1ResourceStatus 

Fields

  • v1ResourceStatusName :: !Text

    Required "name" - Name of the resource. Must be unique within the pod and in case of non-DRA resource, match one of the resources from the pod spec. For DRA resources, the value must be "claim:<claim_name>/<request>". When this status is reported about a container, the "claim_name" and "request" must match one of the claims of this container.

  • v1ResourceStatusResources :: !(Maybe [V1ResourceHealth])

    "resources" - List of unique resources health. Each element in the list contains an unique resource ID and its health. At a minimum, for the lifetime of a Pod, resource ID must uniquely identify the resource allocated to the Pod on the Node. If other Pod on the same Node reports the status with the same resource ID, it must be the same resource they share. See ResourceID type definition for a specific format it has in various use cases.

data V1VolumeMountStatus Source #

V1VolumeMountStatus VolumeMountStatus shows status of volume mounts.

Constructors

V1VolumeMountStatus 

Fields

data V1LinuxContainerUser Source #

V1LinuxContainerUser LinuxContainerUser represents user identity information in Linux containers

Constructors

V1LinuxContainerUser 

Fields

data V1ControllerRevision Source #

V1ControllerRevision ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.

Constructors

V1ControllerRevision 

Fields

Instances

Instances details
FromJSON V1ControllerRevision Source #

FromJSON V1ControllerRevision

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ControllerRevision Source #

ToJSON V1ControllerRevision

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedControllerRevision V1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedControllerRevision V1ControllerRevision Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

data V1ControllerRevisionList Source #

V1ControllerRevisionList ControllerRevisionList is a resource containing a list of ControllerRevision objects.

Constructors

V1ControllerRevisionList 

Fields

data V1CronJob Source #

V1CronJob CronJob represents the configuration of a single cron job.

Constructors

V1CronJob 

Fields

Instances

Instances details
FromJSON V1CronJob Source #

FromJSON V1CronJob

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1CronJob Source #

ToJSON V1CronJob

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedCronJob V1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasBodyParam ReplaceNamespacedCronJob V1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasBodyParam ReplaceNamespacedCronJobStatus V1CronJob Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

data V1CronJobSpec Source #

V1CronJobSpec CronJobSpec describes how the job execution will look like and when it will actually run.

Constructors

V1CronJobSpec 

Fields

data V1CronJobStatus Source #

V1CronJobStatus CronJobStatus represents the current state of a cron job.

Constructors

V1CronJobStatus 

Fields

data V1CronJobList Source #

V1CronJobList CronJobList is a collection of cron jobs.

Constructors

V1CronJobList 

Fields

data V1JobTemplateSpec Source #

V1JobTemplateSpec JobTemplateSpec describes the data a Job should have when created from a template

data V1CrossVersionObjectReference Source #

V1CrossVersionObjectReference CrossVersionObjectReference contains enough information to let you identify the referred resource.

Constructors

V1CrossVersionObjectReference 

Fields

data V1CustomResourceColumnDefinition Source #

V1CustomResourceColumnDefinition CustomResourceColumnDefinition specifies a column for server side printing.

Constructors

V1CustomResourceColumnDefinition 

Fields

data V1CustomResourceConversion Source #

V1CustomResourceConversion CustomResourceConversion describes how to convert different versions of a CR.

Constructors

V1CustomResourceConversion 

Fields

  • v1CustomResourceConversionStrategy :: !Text

    Required "strategy" - strategy specifies how custom resources are converted between versions. Allowed values are: - `"None"`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `"Webhook"`: API Server will call to an external webhook to do the conversion. Additional information is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.

  • v1CustomResourceConversionWebhook :: !(Maybe V1WebhookConversion)

    "webhook"

data V1WebhookConversion Source #

V1WebhookConversion WebhookConversion describes how to call a conversion webhook

Constructors

V1WebhookConversion 

Fields

  • v1WebhookConversionClientConfig :: !(Maybe ApiextensionsV1WebhookClientConfig)

    "clientConfig"

  • v1WebhookConversionConversionReviewVersions :: ![Text]

    Required "conversionReviewVersions" - conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.

data V1CustomResourceDefinition Source #

V1CustomResourceDefinition CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format .spec.name..spec.group.

Constructors

V1CustomResourceDefinition 

Fields

Instances

Instances details
FromJSON V1CustomResourceDefinition Source #

FromJSON V1CustomResourceDefinition

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1CustomResourceDefinition Source #

ToJSON V1CustomResourceDefinition

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1CustomResourceDefinition Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1CustomResourceDefinition Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateCustomResourceDefinition V1CustomResourceDefinition Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasBodyParam ReplaceCustomResourceDefinition V1CustomResourceDefinition Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasBodyParam ReplaceCustomResourceDefinitionStatus V1CustomResourceDefinition Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

data V1CustomResourceDefinitionSpec Source #

V1CustomResourceDefinitionSpec CustomResourceDefinitionSpec describes how a user wants their resource to appear

Constructors

V1CustomResourceDefinitionSpec 

Fields

data V1CustomResourceDefinitionStatus Source #

V1CustomResourceDefinitionStatus CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition

Constructors

V1CustomResourceDefinitionStatus 

Fields

data V1CustomResourceDefinitionCondition Source #

V1CustomResourceDefinitionCondition CustomResourceDefinitionCondition contains details for the current condition of this pod.

Constructors

V1CustomResourceDefinitionCondition 

Fields

data V1CustomResourceDefinitionList Source #

V1CustomResourceDefinitionList CustomResourceDefinitionList is a list of CustomResourceDefinition objects.

Constructors

V1CustomResourceDefinitionList 

Fields

data V1CustomResourceDefinitionNames Source #

V1CustomResourceDefinitionNames CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition

Constructors

V1CustomResourceDefinitionNames 

Fields

  • v1CustomResourceDefinitionNamesCategories :: !(Maybe [Text])

    "categories" - categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`.

  • v1CustomResourceDefinitionNamesKind :: !Text

    Required "kind" - kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.

  • v1CustomResourceDefinitionNamesListKind :: !(Maybe Text)

    "listKind" - listKind is the serialized kind of the list for this resource. Defaults to "`kind`List".

  • v1CustomResourceDefinitionNamesPlural :: !Text

    Required "plural" - plural is the plural name of the resource to serve. The custom resources are served under `apis<group><version>.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.

  • v1CustomResourceDefinitionNamesShortNames :: !(Maybe [Text])

    "shortNames" - shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase.

  • v1CustomResourceDefinitionNamesSingular :: !(Maybe Text)

    "singular" - singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`.

data V1CustomResourceDefinitionVersion Source #

V1CustomResourceDefinitionVersion CustomResourceDefinitionVersion describes a version for CRD.

Constructors

V1CustomResourceDefinitionVersion 

Fields

data V1CustomResourceValidation Source #

V1CustomResourceValidation CustomResourceValidation is a list of validation methods for CustomResources.

data V1SelectableField Source #

V1SelectableField SelectableField specifies the JSON path of a field that may be used with field selectors.

Constructors

V1SelectableField 

Fields

  • v1SelectableFieldJsonPath :: !Text

    Required "jsonPath" - jsonPath is a simple JSON path which is evaluated against each custom resource to produce a field selector value. Only JSON paths without the array notation are allowed. Must point to a field of type string, boolean or integer. Types with enum values and strings with formats are allowed. If jsonPath refers to absent field in a resource, the jsonPath evaluates to an empty string. Must not point to metdata fields. Required.

data V1CustomResourceSubresources Source #

V1CustomResourceSubresources CustomResourceSubresources defines the status and scale subresources for CustomResources.

Constructors

V1CustomResourceSubresources 

Fields

data V1CustomResourceSubresourceScale Source #

V1CustomResourceSubresourceScale CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.

Constructors

V1CustomResourceSubresourceScale 

Fields

  • v1CustomResourceSubresourceScaleLabelSelectorPath :: !(Maybe Text)

    "labelSelectorPath" - labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string.

  • v1CustomResourceSubresourceScaleSpecReplicasPath :: !Text

    Required "specReplicasPath" - specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.

  • v1CustomResourceSubresourceScaleStatusReplicasPath :: !Text

    Required "statusReplicasPath" - statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.

data V1JSONSchemaProps Source #

V1JSONSchemaProps JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http:/json-schema.org).

Constructors

V1JSONSchemaProps 

Fields

data V1DaemonEndpoint Source #

V1DaemonEndpoint DaemonEndpoint contains information about a single Daemon endpoint.

Constructors

V1DaemonEndpoint 

Fields

data V1DaemonSet Source #

V1DaemonSet DaemonSet represents the configuration of a daemon set.

Constructors

V1DaemonSet 

Fields

Instances

Instances details
FromJSON V1DaemonSet Source #

FromJSON V1DaemonSet

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1DaemonSet Source #

ToJSON V1DaemonSet

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedDaemonSet V1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedDaemonSet V1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedDaemonSetStatus V1DaemonSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

data V1DaemonSetSpec Source #

V1DaemonSetSpec DaemonSetSpec is the specification of a daemon set.

Constructors

V1DaemonSetSpec 

Fields

data V1DaemonSetStatus Source #

V1DaemonSetStatus DaemonSetStatus represents the current status of a daemon set.

Constructors

V1DaemonSetStatus 

Fields

data V1DaemonSetCondition Source #

V1DaemonSetCondition DaemonSetCondition describes the state of a DaemonSet at a certain point.

Constructors

V1DaemonSetCondition 

Fields

data V1DaemonSetList Source #

V1DaemonSetList DaemonSetList is a collection of daemon sets.

Constructors

V1DaemonSetList 

Fields

data V1PodTemplateSpec Source #

V1PodTemplateSpec PodTemplateSpec describes the data a pod should have when created from a template

data V1DaemonSetUpdateStrategy Source #

V1DaemonSetUpdateStrategy DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.

Constructors

V1DaemonSetUpdateStrategy 

Fields

data V1RollingUpdateDaemonSet Source #

V1RollingUpdateDaemonSet Spec to control the desired behavior of daemon set rolling update.

data V1DeleteOptions Source #

V1DeleteOptions DeleteOptions may be provided when deleting an API object.

Constructors

V1DeleteOptions 

Fields

  • v1DeleteOptionsApiVersion :: !(Maybe Text)

    "apiVersion" - APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

  • v1DeleteOptionsDryRun :: !(Maybe [Text])

    "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

  • v1DeleteOptionsGracePeriodSeconds :: !(Maybe Integer)

    "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.

  • v1DeleteOptionsIgnoreStoreReadErrorWithClusterBreakingPotential :: !(Maybe Bool)

    "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

  • v1DeleteOptionsKind :: !(Maybe Text)

    "kind" - Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

  • v1DeleteOptionsOrphanDependents :: !(Maybe Bool)

    "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.

  • v1DeleteOptionsPreconditions :: !(Maybe V1Preconditions)

    "preconditions"

  • v1DeleteOptionsPropagationPolicy :: !(Maybe Text)

    "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: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.

Instances

Instances details
FromJSON V1DeleteOptions Source #

FromJSON V1DeleteOptions

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1DeleteOptions Source #

ToJSON V1DeleteOptions

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam DeleteCollectionMutatingWebhookConfiguration V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam DeleteCollectionValidatingAdmissionPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam DeleteCollectionValidatingAdmissionPolicyBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam DeleteCollectionValidatingWebhookConfiguration V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam DeleteMutatingWebhookConfiguration V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam DeleteValidatingAdmissionPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam DeleteValidatingAdmissionPolicyBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam DeleteValidatingWebhookConfiguration V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam DeleteCollectionMutatingAdmissionPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasBodyParam DeleteCollectionMutatingAdmissionPolicyBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasBodyParam DeleteMutatingAdmissionPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasBodyParam DeleteMutatingAdmissionPolicyBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasBodyParam DeleteCollectionValidatingAdmissionPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam DeleteCollectionValidatingAdmissionPolicyBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam DeleteValidatingAdmissionPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam DeleteValidatingAdmissionPolicyBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam DeleteCollectionCustomResourceDefinition V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasBodyParam DeleteCustomResourceDefinition V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiextensionsV1

HasBodyParam DeleteAPIService V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

Methods

setBodyParam :: (Consumes DeleteAPIService contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteAPIService contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteAPIService contentType res accept Source #

HasBodyParam DeleteCollectionAPIService V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ApiregistrationV1

HasBodyParam DeleteCollectionNamespacedControllerRevision V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteCollectionNamespacedDaemonSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteCollectionNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteCollectionNamespacedReplicaSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteCollectionNamespacedStatefulSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteNamespacedControllerRevision V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteNamespacedDaemonSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteNamespacedDeployment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteNamespacedReplicaSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteNamespacedStatefulSet V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam DeleteCollectionNamespacedHorizontalPodAutoscaler V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasBodyParam DeleteNamespacedHorizontalPodAutoscaler V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasBodyParam DeleteCollectionNamespacedHorizontalPodAutoscaler V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasBodyParam DeleteNamespacedHorizontalPodAutoscaler V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasBodyParam DeleteCollectionNamespacedCronJob V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasBodyParam DeleteCollectionNamespacedJob V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasBodyParam DeleteNamespacedCronJob V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasBodyParam DeleteNamespacedJob V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

HasBodyParam DeleteCertificateSigningRequest V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasBodyParam DeleteCollectionCertificateSigningRequest V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1

HasBodyParam DeleteClusterTrustBundle V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasBodyParam DeleteCollectionClusterTrustBundle V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasBodyParam DeleteCollectionNamespacedLease V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasBodyParam DeleteNamespacedLease V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

HasBodyParam DeleteCollectionNamespacedLeaseCandidate V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasBodyParam DeleteNamespacedLeaseCandidate V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasBodyParam DeleteCollectionNamespacedConfigMap V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedEndpoints V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedEvent V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedLimitRange V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedPersistentVolumeClaim V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedPod V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedPodTemplate V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedReplicationController V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedResourceQuota V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedSecret V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedService V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNamespacedServiceAccount V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionNode V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteCollectionPersistentVolume V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespace V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes DeleteNamespace contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteNamespace contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteNamespace contentType res accept Source #

HasBodyParam DeleteNamespacedConfigMap V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedEndpoints V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedEvent V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedLimitRange V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedPersistentVolumeClaim V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedPod V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedPodTemplate V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedReplicationController V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedResourceQuota V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedSecret V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedService V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNamespacedServiceAccount V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteNode V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes DeleteNode contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteNode contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteNode contentType res accept Source #

HasBodyParam DeletePersistentVolume V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam DeleteClusterCustomObject V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam DeleteCollectionClusterCustomObject V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam DeleteCollectionNamespacedCustomObject V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam DeleteNamespacedCustomObject V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CustomObjects

HasBodyParam DeleteCollectionNamespacedEndpointSlice V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasBodyParam DeleteNamespacedEndpointSlice V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasBodyParam DeleteCollectionNamespacedEvent V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasBodyParam DeleteNamespacedEvent V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.EventsV1

HasBodyParam DeleteCollectionFlowSchema V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasBodyParam DeleteCollectionPriorityLevelConfiguration V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasBodyParam DeleteFlowSchema V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

setBodyParam :: (Consumes DeleteFlowSchema contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteFlowSchema contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteFlowSchema contentType res accept Source #

HasBodyParam DeletePriorityLevelConfiguration V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasBodyParam DeleteCollectionStorageVersion V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasBodyParam DeleteStorageVersion V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasBodyParam DeleteCollectionIngressClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam DeleteCollectionNamespacedIngress V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam DeleteCollectionNamespacedNetworkPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam DeleteIngressClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam DeleteNamespacedIngress V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam DeleteNamespacedNetworkPolicy V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam DeleteCollectionIPAddress V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasBodyParam DeleteCollectionServiceCIDR V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasBodyParam DeleteIPAddress V1DeleteOptions Source # 
Instance details

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 #

HasBodyParam DeleteServiceCIDR V1DeleteOptions Source # 
Instance details

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 #

HasBodyParam DeleteCollectionRuntimeClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasBodyParam DeleteRuntimeClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

HasBodyParam DeleteCollectionNamespacedPodDisruptionBudget V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasBodyParam DeleteNamespacedPodDisruptionBudget V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasBodyParam DeleteClusterRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes DeleteClusterRole contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteClusterRole contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteClusterRole contentType res accept Source #

HasBodyParam DeleteClusterRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteCollectionClusterRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteCollectionClusterRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteCollectionNamespacedRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteCollectionNamespacedRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteNamespacedRole V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteNamespacedRoleBinding V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam DeleteCollectionDeviceClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasBodyParam DeleteCollectionNamespacedResourceClaim V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasBodyParam DeleteCollectionNamespacedResourceClaimTemplate V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasBodyParam DeleteCollectionResourceSlice V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasBodyParam DeleteDeviceClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

Methods

setBodyParam :: (Consumes DeleteDeviceClass contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteDeviceClass contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteDeviceClass contentType res accept Source #

HasBodyParam DeleteNamespacedResourceClaim V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasBodyParam DeleteNamespacedResourceClaimTemplate V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasBodyParam DeleteResourceSlice V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasBodyParam DeleteCollectionDeviceClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasBodyParam DeleteCollectionNamespacedResourceClaim V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasBodyParam DeleteCollectionNamespacedResourceClaimTemplate V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasBodyParam DeleteCollectionResourceSlice V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasBodyParam DeleteDeviceClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

Methods

setBodyParam :: (Consumes DeleteDeviceClass contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteDeviceClass contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteDeviceClass contentType res accept Source #

HasBodyParam DeleteNamespacedResourceClaim V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasBodyParam DeleteNamespacedResourceClaimTemplate V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasBodyParam DeleteResourceSlice V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasBodyParam DeleteCollectionPriorityClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasBodyParam DeletePriorityClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasBodyParam DeleteCSIDriver V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

setBodyParam :: (Consumes DeleteCSIDriver contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCSIDriver contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCSIDriver contentType res accept Source #

HasBodyParam DeleteCSINode V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

setBodyParam :: (Consumes DeleteCSINode contentType, MimeRender contentType V1DeleteOptions) => KubernetesRequest DeleteCSINode contentType res accept -> V1DeleteOptions -> KubernetesRequest DeleteCSINode contentType res accept Source #

HasBodyParam DeleteCollectionCSIDriver V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam DeleteCollectionCSINode V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam DeleteCollectionNamespacedCSIStorageCapacity V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam DeleteCollectionStorageClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam DeleteCollectionVolumeAttachment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam DeleteNamespacedCSIStorageCapacity V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam DeleteStorageClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam DeleteVolumeAttachment V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam DeleteCollectionVolumeAttributesClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasBodyParam DeleteVolumeAttributesClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasBodyParam DeleteCollectionVolumeAttributesClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasBodyParam DeleteVolumeAttributesClass V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasBodyParam DeleteCollectionStorageVersionMigration V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasBodyParam DeleteStorageVersionMigration V1DeleteOptions Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

data V1Preconditions Source #

V1Preconditions Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.

Constructors

V1Preconditions 

Fields

data V1Deployment Source #

V1Deployment Deployment enables declarative updates for Pods and ReplicaSets.

Constructors

V1Deployment 

Fields

Instances

Instances details
FromJSON V1Deployment Source #

FromJSON V1Deployment

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Deployment Source #

ToJSON V1Deployment

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedDeployment V1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedDeployment V1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedDeploymentStatus V1Deployment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

data V1DeploymentSpec Source #

V1DeploymentSpec DeploymentSpec is the specification of the desired behavior of the Deployment.

Constructors

V1DeploymentSpec 

Fields

data V1DeploymentStatus Source #

V1DeploymentStatus DeploymentStatus is the most recently observed status of the Deployment.

Constructors

V1DeploymentStatus 

Fields

data V1DeploymentCondition Source #

V1DeploymentCondition DeploymentCondition describes the state of a deployment at a certain point.

Constructors

V1DeploymentCondition 

Fields

data V1DeploymentList Source #

V1DeploymentList DeploymentList is a list of Deployments.

Constructors

V1DeploymentList 

Fields

data V1DeploymentStrategy Source #

V1DeploymentStrategy DeploymentStrategy describes how to replace existing pods with new ones.

Constructors

V1DeploymentStrategy 

Fields

data V1RollingUpdateDeployment Source #

V1RollingUpdateDeployment Spec to control the desired behavior of rolling update.

data V1DownwardAPIProjection Source #

V1DownwardAPIProjection Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.

Constructors

V1DownwardAPIProjection 

Fields

data V1DownwardAPIVolumeFile Source #

V1DownwardAPIVolumeFile DownwardAPIVolumeFile represents information to create the file containing the pod field

Constructors

V1DownwardAPIVolumeFile 

Fields

data V1ObjectFieldSelector Source #

V1ObjectFieldSelector ObjectFieldSelector selects an APIVersioned field of an object.

Constructors

V1ObjectFieldSelector 

Fields

data V1ResourceFieldSelector Source #

V1ResourceFieldSelector ResourceFieldSelector represents container resources (cpu, memory) and their output format

Constructors

V1ResourceFieldSelector 

Fields

data V1DownwardAPIVolumeSource Source #

V1DownwardAPIVolumeSource DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling.

Constructors

V1DownwardAPIVolumeSource 

Fields

  • v1DownwardAPIVolumeSourceDefaultMode :: !(Maybe Int)

    "defaultMode" - Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

  • v1DownwardAPIVolumeSourceItems :: !(Maybe [V1DownwardAPIVolumeFile])

    "items" - Items is a list of downward API volume file

data V1EmptyDirVolumeSource Source #

V1EmptyDirVolumeSource Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.

Constructors

V1EmptyDirVolumeSource 

Fields

data V1Endpoint Source #

V1Endpoint Endpoint represents a single logical "backend" implementing a service.

Constructors

V1Endpoint 

Fields

  • v1EndpointAddresses :: ![Text]

    Required "addresses" - addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. These are all assumed to be fungible and clients may choose to only use the first element. Refer to: https://issue.k8s.io/106267

  • v1EndpointConditions :: !(Maybe V1EndpointConditions)

    "conditions"

  • v1EndpointDeprecatedTopology :: !(Maybe (Map String Text))

    "deprecatedTopology" - deprecatedTopology contains topology information part of the v1beta1 API. This field is deprecated, and will be removed when the v1beta1 API is removed (no sooner than kubernetes v1.24). While this field can hold values, it is not writable through the v1 API, and any attempts to write to it will be silently ignored. Topology information can be found in the zone and nodeName fields instead.

  • v1EndpointHints :: !(Maybe V1EndpointHints)

    "hints"

  • v1EndpointHostname :: !(Maybe Text)

    "hostname" - hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must be lowercase and pass DNS Label (RFC 1123) validation.

  • v1EndpointNodeName :: !(Maybe Text)

    "nodeName" - nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node.

  • v1EndpointTargetRef :: !(Maybe V1ObjectReference)

    "targetRef"

  • v1EndpointZone :: !(Maybe Text)

    "zone" - zone is the name of the Zone this endpoint exists in.

data V1EndpointConditions Source #

V1EndpointConditions EndpointConditions represents the current condition of an endpoint.

Constructors

V1EndpointConditions 

Fields

  • v1EndpointConditionsReady :: !(Maybe Bool)

    "ready" - ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready. For compatibility reasons, ready should never be "true" for terminating endpoints, except when the normal readiness behavior is being explicitly overridden, for example when the associated Service has set the publishNotReadyAddresses flag.

  • v1EndpointConditionsServing :: !(Maybe Bool)

    "serving" - serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition.

  • v1EndpointConditionsTerminating :: !(Maybe Bool)

    "terminating" - terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating.

data V1EndpointHints Source #

V1EndpointHints EndpointHints provides hints describing how an endpoint should be consumed.

Constructors

V1EndpointHints 

Fields

data V1EndpointAddress Source #

V1EndpointAddress EndpointAddress is a tuple that describes single IP address.

Constructors

V1EndpointAddress 

Fields

data V1ForZone Source #

V1ForZone ForZone provides information about which zones should consume this endpoint.

Constructors

V1ForZone 

Fields

Instances

Instances details
FromJSON V1ForZone Source #

FromJSON V1ForZone

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ForZone Source #

ToJSON V1ForZone

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ForZone Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1ForZone Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1EndpointSlice Source #

V1EndpointSlice EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints.

Constructors

V1EndpointSlice 

Fields

Instances

Instances details
FromJSON V1EndpointSlice Source #

FromJSON V1EndpointSlice

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1EndpointSlice Source #

ToJSON V1EndpointSlice

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1EndpointSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1EndpointSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedEndpointSlice V1EndpointSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

HasBodyParam ReplaceNamespacedEndpointSlice V1EndpointSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.DiscoveryV1

data V1EndpointSliceList Source #

V1EndpointSliceList EndpointSliceList represents a list of endpoint slices

Constructors

V1EndpointSliceList 

Fields

data V1EndpointSubset Source #

V1EndpointSubset EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given: { Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] } The resulting set of endpoints can be viewed as: a: [ 10.10.1.1:8675, 10.10.2.2:8675 ], b: [ 10.10.1.1:309, 10.10.2.2:309 ]

Constructors

V1EndpointSubset 

Fields

data V1Endpoints Source #

V1Endpoints Endpoints is a collection of endpoints that implement the actual service. Example: Name: "mysvc", Subsets: [ { Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] }, { Addresses: [{"ip": "10.10.3.3"}], Ports: [{"name": "a", "port": 93}, {"name": "b", "port": 76}] }, ]

Constructors

V1Endpoints 

Fields

Instances

Instances details
FromJSON V1Endpoints Source #

FromJSON V1Endpoints

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Endpoints Source #

ToJSON V1Endpoints

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Endpoints Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Endpoints Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedEndpoints V1Endpoints Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedEndpoints V1Endpoints Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1EndpointsList Source #

V1EndpointsList EndpointsList is a list of endpoints.

Constructors

V1EndpointsList 

Fields

data V1SecretEnvSource Source #

V1SecretEnvSource SecretEnvSource selects a Secret to populate the environment variables with. The contents of the target Secret's Data field will represent the key-value pairs as environment variables.

Constructors

V1SecretEnvSource 

Fields

data V1SecretKeySelector Source #

V1SecretKeySelector SecretKeySelector selects a key of a Secret.

Constructors

V1SecretKeySelector 

Fields

data V1EphemeralContainer Source #

V1EphemeralContainer An EphemeralContainer is a temporary container that you may add to an existing Pod for user-initiated activities such as debugging. Ephemeral containers have no resource or scheduling guarantees, and they will not be restarted when they exit or when a Pod is removed or restarted. The kubelet may evict a Pod if an ephemeral container causes the Pod to exceed its resource allocation. To add an ephemeral container, use the ephemeralcontainers subresource of an existing Pod. Ephemeral containers may not be removed or restarted.

Constructors

V1EphemeralContainer 

Fields

data V1PersistentVolumeClaimTemplate Source #

V1PersistentVolumeClaimTemplate PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource.

data V1Eviction Source #

V1Eviction Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to ...podsname/evictions.

Constructors

V1Eviction 

Fields

data V1ExecAction Source #

V1ExecAction ExecAction describes a "run in container" action.

Constructors

V1ExecAction 

Fields

  • v1ExecActionCommand :: !(Maybe [Text])

    "command" - Command is the command line to execute inside the container, the working directory for the command is root ('') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as livehealthy and non-zero is unhealthy.

data V1ExemptPriorityLevelConfiguration Source #

V1ExemptPriorityLevelConfiguration ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the spec.

Constructors

V1ExemptPriorityLevelConfiguration 

Fields

  • v1ExemptPriorityLevelConfigurationLendablePercent :: !(Maybe Int)

    "lendablePercent" - `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows. LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )

  • v1ExemptPriorityLevelConfigurationNominalConcurrencyShares :: !(Maybe Int)

    "nominalConcurrencyShares" - `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values: NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k) Bigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. This field has a default value of zero.

data V1ExpressionWarning Source #

V1ExpressionWarning ExpressionWarning is a warning information that targets a specific expression.

Constructors

V1ExpressionWarning 

Fields

  • v1ExpressionWarningFieldRef :: !Text

    Required "fieldRef" - The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is "spec.validations[0].expression"

  • v1ExpressionWarningWarning :: !Text

    Required "warning" - The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.

data V1FCVolumeSource Source #

V1FCVolumeSource Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.

Constructors

V1FCVolumeSource 

Fields

  • v1FCVolumeSourceFsType :: !(Maybe Text)

    "fsType" - fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

  • v1FCVolumeSourceLun :: !(Maybe Int)

    "lun" - lun is Optional: FC target lun number

  • v1FCVolumeSourceReadOnly :: !(Maybe Bool)

    "readOnly" - readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

  • v1FCVolumeSourceTargetWwns :: !(Maybe [Text])

    "targetWWNs" - targetWWNs is Optional: FC target worldwide names (WWNs)

  • v1FCVolumeSourceWwids :: !(Maybe [Text])

    "wwids" - wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously.

data V1FieldSelectorAttributes Source #

V1FieldSelectorAttributes FieldSelectorAttributes indicates a field limited access. Webhook authors are encouraged to * ensure rawSelector and requirements are not both set * consider the requirements field if set * not try to parse or consider the rawSelector field if set. This is to avoid another CVE-2022-2880 (i.e. getting different systems to agree on how exactly to parse a query is not something we want), see https://www.oxeye.io/resources/golang-parameter-smuggling-attack for more details. For the *SubjectAccessReview endpoints of the kube-apiserver: * If rawSelector is empty and requirements are empty, the request is not limited. * If rawSelector is present and requirements are empty, the rawSelector will be parsed and limited if the parsing succeeds. * If rawSelector is empty and requirements are present, the requirements should be honored * If rawSelector is present and requirements are present, the request is invalid.

Constructors

V1FieldSelectorAttributes 

Fields

  • v1FieldSelectorAttributesRawSelector :: !(Maybe Text)

    "rawSelector" - rawSelector is the serialization of a field selector that would be included in a query parameter. Webhook implementations are encouraged to ignore rawSelector. The kube-apiserver's *SubjectAccessReview will parse the rawSelector as long as the requirements are not present.

  • v1FieldSelectorAttributesRequirements :: !(Maybe [V1FieldSelectorRequirement])

    "requirements" - requirements is the parsed interpretation of a field selector. All requirements must be met for a resource instance to match the selector. Webhook implementations should handle requirements, but how to handle them is up to the webhook. Since requirements can only limit the request, it is safe to authorize as unlimited request if the requirements are not understood.

data V1FieldSelectorRequirement Source #

V1FieldSelectorRequirement FieldSelectorRequirement is a selector that contains values, a key, and an operator that relates the key and values.

Constructors

V1FieldSelectorRequirement 

Fields

  • v1FieldSelectorRequirementKey :: !Text

    Required "key" - key is the field selector key that the requirement applies to.

  • v1FieldSelectorRequirementOperator :: !Text

    Required "operator" - operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. The list of operators may grow in the future.

  • v1FieldSelectorRequirementValues :: !(Maybe [Text])

    "values" - values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty.

data V1FlexPersistentVolumeSource Source #

V1FlexPersistentVolumeSource FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin.

Constructors

V1FlexPersistentVolumeSource 

Fields

data V1FlexVolumeSource Source #

V1FlexVolumeSource FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.

Constructors

V1FlexVolumeSource 

Fields

data V1FlockerVolumeSource Source #

V1FlockerVolumeSource Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling.

Constructors

V1FlockerVolumeSource 

Fields

data V1FlowDistinguisherMethod Source #

V1FlowDistinguisherMethod FlowDistinguisherMethod specifies the method of a flow distinguisher.

Constructors

V1FlowDistinguisherMethod 

Fields

  • v1FlowDistinguisherMethodType :: !Text

    Required "type" - `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.

data V1FlowSchema Source #

V1FlowSchema FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".

Constructors

V1FlowSchema 

Fields

Instances

Instances details
FromJSON V1FlowSchema Source #

FromJSON V1FlowSchema

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1FlowSchema Source #

ToJSON V1FlowSchema

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1FlowSchema Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1FlowSchema Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateFlowSchema V1FlowSchema Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

setBodyParam :: (Consumes CreateFlowSchema contentType, MimeRender contentType V1FlowSchema) => KubernetesRequest CreateFlowSchema contentType res accept -> V1FlowSchema -> KubernetesRequest CreateFlowSchema contentType res accept Source #

HasBodyParam ReplaceFlowSchema V1FlowSchema Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

Methods

setBodyParam :: (Consumes ReplaceFlowSchema contentType, MimeRender contentType V1FlowSchema) => KubernetesRequest ReplaceFlowSchema contentType res accept -> V1FlowSchema -> KubernetesRequest ReplaceFlowSchema contentType res accept Source #

HasBodyParam ReplaceFlowSchemaStatus V1FlowSchema Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

data V1FlowSchemaSpec Source #

V1FlowSchemaSpec FlowSchemaSpec describes how the FlowSchema's specification looks like.

Constructors

V1FlowSchemaSpec 

Fields

data V1FlowSchemaStatus Source #

V1FlowSchemaStatus FlowSchemaStatus represents the current state of a FlowSchema.

Constructors

V1FlowSchemaStatus 

Fields

data V1FlowSchemaCondition Source #

V1FlowSchemaCondition FlowSchemaCondition describes conditions for a FlowSchema.

Constructors

V1FlowSchemaCondition 

Fields

data V1FlowSchemaList Source #

V1FlowSchemaList FlowSchemaList is a list of FlowSchema objects.

Constructors

V1FlowSchemaList 

Fields

data V1PriorityLevelConfigurationReference Source #

V1PriorityLevelConfigurationReference PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.

Constructors

V1PriorityLevelConfigurationReference 

Fields

data V1PolicyRulesWithSubjects Source #

V1PolicyRulesWithSubjects PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member of resourceRules or nonResourceRules matches the request.

Constructors

V1PolicyRulesWithSubjects 

Fields

data V1GCEPersistentDiskVolumeSource Source #

V1GCEPersistentDiskVolumeSource Represents a Persistent Disk resource in Google Compute Engine. A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.

Constructors

V1GCEPersistentDiskVolumeSource 

Fields

data V1GRPCAction Source #

V1GRPCAction GRPCAction specifies an action involving a GRPC service.

Constructors

V1GRPCAction 

Fields

data V1GitRepoVolumeSource Source #

V1GitRepoVolumeSource Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.

Constructors

V1GitRepoVolumeSource 

Fields

data V1GlusterfsPersistentVolumeSource Source #

V1GlusterfsPersistentVolumeSource Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.

Constructors

V1GlusterfsPersistentVolumeSource 

Fields

data V1GlusterfsVolumeSource Source #

V1GlusterfsVolumeSource Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling.

Constructors

V1GlusterfsVolumeSource 

Fields

data V1HTTPGetAction Source #

V1HTTPGetAction HTTPGetAction describes an action based on HTTP Get requests.

Constructors

V1HTTPGetAction 

Fields

data V1HTTPHeader Source #

V1HTTPHeader HTTPHeader describes a custom header to be used in HTTP probes

Constructors

V1HTTPHeader 

Fields

  • v1HTTPHeaderName :: !Text

    Required "name" - The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.

  • v1HTTPHeaderValue :: !Text

    Required "value" - The header field value

data V1HTTPIngressPath Source #

V1HTTPIngressPath HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.

Constructors

V1HTTPIngressPath 

Fields

  • v1HTTPIngressPathBackend :: !V1IngressBackend

    Required "backend"

  • v1HTTPIngressPathPath :: !(Maybe Text)

    "path" - path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix".

  • v1HTTPIngressPathPathType :: !Text

    Required "pathType" - pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by ''. Matching is done on a path element by element basis. A path element refers is the list of labels in the path split by the '' separator. A request is a match for path p if every p is an element-wise prefix of p of the request path. Note that if the last element of the path is a substring of the last element in request path, it is not a match (e.g. foobar matches foobarbaz, but does not match foo/barbaz). * ImplementationSpecific: Interpretation of the Path matching is up to the IngressClass. Implementations can treat this as a separate PathType or treat it identically to Prefix or Exact path types. Implementations are required to support all path types.

data V1HTTPIngressRuleValue Source #

V1HTTPIngressRuleValue HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http://<host>/<path>?<searchpart> -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last / and before the first ? or #.

Constructors

V1HTTPIngressRuleValue 

Fields

data V1HorizontalPodAutoscaler Source #

V1HorizontalPodAutoscaler configuration of a horizontal pod autoscaler.

Constructors

V1HorizontalPodAutoscaler 

Fields

Instances

Instances details
FromJSON V1HorizontalPodAutoscaler Source #

FromJSON V1HorizontalPodAutoscaler

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1HorizontalPodAutoscaler Source #

ToJSON V1HorizontalPodAutoscaler

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedHorizontalPodAutoscaler V1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasBodyParam ReplaceNamespacedHorizontalPodAutoscaler V1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

HasBodyParam ReplaceNamespacedHorizontalPodAutoscalerStatus V1HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV1

data V1HorizontalPodAutoscalerSpec Source #

V1HorizontalPodAutoscalerSpec specification of a horizontal pod autoscaler.

Constructors

V1HorizontalPodAutoscalerSpec 

Fields

data V1HorizontalPodAutoscalerStatus Source #

V1HorizontalPodAutoscalerStatus current status of a horizontal pod autoscaler

Constructors

V1HorizontalPodAutoscalerStatus 

Fields

data V1HorizontalPodAutoscalerList Source #

V1HorizontalPodAutoscalerList list of horizontal pod autoscaler objects.

Constructors

V1HorizontalPodAutoscalerList 

Fields

data V1HostAlias Source #

V1HostAlias HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.

Constructors

V1HostAlias 

Fields

data V1HostIP Source #

V1HostIP HostIP represents a single IP address allocated to the host.

Constructors

V1HostIP 

Fields

  • v1HostIPIp :: !Text

    Required "ip" - IP is the IP address assigned to the host

Instances

Instances details
FromJSON V1HostIP Source #

FromJSON V1HostIP

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1HostIP Source #

ToJSON V1HostIP

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1HostIP Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1HostIP Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1HostPathVolumeSource Source #

V1HostPathVolumeSource Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.

Constructors

V1HostPathVolumeSource 

Fields

data V1IPBlock Source #

V1IPBlock IPBlock describes a particular CIDR (Ex. "192.168.1.024","2001:db8::64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.

Constructors

V1IPBlock 

Fields

  • v1IPBlockCidr :: !Text

    Required "cidr" - cidr is a string representing the IPBlock Valid examples are &quot;192.168.1.024&quot; or &quot;2001:db8::64&quot;

  • v1IPBlockExcept :: !(Maybe [Text])

    "except" - except is a slice of CIDRs that should not be included within an IPBlock Valid examples are &quot;192.168.1.024&quot; or &quot;2001:db8::64&quot; Except values will be rejected if they are outside the cidr range

Instances

Instances details
FromJSON V1IPBlock Source #

FromJSON V1IPBlock

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1IPBlock Source #

ToJSON V1IPBlock

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1IPBlock Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1IPBlock Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1ISCSIPersistentVolumeSource Source #

V1ISCSIPersistentVolumeSource ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

Constructors

V1ISCSIPersistentVolumeSource 

Fields

data V1ISCSIVolumeSource Source #

V1ISCSIVolumeSource Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling.

Constructors

V1ISCSIVolumeSource 

Fields

data V1ImageVolumeSource Source #

V1ImageVolumeSource ImageVolumeSource represents a image volume resource.

Constructors

V1ImageVolumeSource 

Fields

  • v1ImageVolumeSourcePullPolicy :: !(Maybe Text)

    "pullPolicy" - Policy for pulling OCI objects. Possible values are: Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.

  • v1ImageVolumeSourceReference :: !(Maybe Text)

    "reference" - Required: Image or artifact reference to be used. Behaves in the same way as pod.spec.containers[*].image. Pull secrets will be assembled in the same way as for the container image by looking up node credentials, SA image pull secrets, and pod spec image pull secrets. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.

data V1Ingress Source #

V1Ingress Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc.

Constructors

V1Ingress 

Fields

Instances

Instances details
FromJSON V1Ingress Source #

FromJSON V1Ingress

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Ingress Source #

ToJSON V1Ingress

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedIngress V1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam ReplaceNamespacedIngress V1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam ReplaceNamespacedIngressStatus V1Ingress Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

data V1IngressSpec Source #

V1IngressSpec IngressSpec describes the Ingress the user wishes to exist.

Constructors

V1IngressSpec 

Fields

  • v1IngressSpecDefaultBackend :: !(Maybe V1IngressBackend)

    "defaultBackend"

  • v1IngressSpecIngressClassName :: !(Maybe Text)

    "ingressClassName" - ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -&gt; IngressClass -&gt; Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present.

  • v1IngressSpecRules :: !(Maybe [V1IngressRule])

    "rules" - rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.

  • v1IngressSpecTls :: !(Maybe [V1IngressTLS])

    "tls" - tls represents the TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.

data V1TypedLocalObjectReference Source #

V1TypedLocalObjectReference TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace.

Constructors

V1TypedLocalObjectReference 

Fields

data V1IngressServiceBackend Source #

V1IngressServiceBackend IngressServiceBackend references a Kubernetes Service as a Backend.

Constructors

V1IngressServiceBackend 

Fields

data V1IngressClass Source #

V1IngressClass IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class.

Constructors

V1IngressClass 

Fields

Instances

Instances details
FromJSON V1IngressClass Source #

FromJSON V1IngressClass

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1IngressClass Source #

ToJSON V1IngressClass

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1IngressClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1IngressClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateIngressClass V1IngressClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

Methods

setBodyParam :: (Consumes CreateIngressClass contentType, MimeRender contentType V1IngressClass) => KubernetesRequest CreateIngressClass contentType res accept -> V1IngressClass -> KubernetesRequest CreateIngressClass contentType res accept Source #

HasBodyParam ReplaceIngressClass V1IngressClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

data V1IngressClassSpec Source #

V1IngressClassSpec IngressClassSpec provides information about the class of an Ingress.

Constructors

V1IngressClassSpec 

Fields

  • v1IngressClassSpecController :: !(Maybe Text)

    "controller" - controller refers to the name of the controller that should handle this class. This allows for different &quot;flavors&quot; that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. &quot;acme.io/ingress-controller&quot;. This field is immutable.

  • v1IngressClassSpecParameters :: !(Maybe V1IngressClassParametersReference)

    "parameters"

data V1IngressClassList Source #

V1IngressClassList IngressClassList is a collection of IngressClasses.

Constructors

V1IngressClassList 

Fields

data V1IngressClassParametersReference Source #

V1IngressClassParametersReference IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.

Constructors

V1IngressClassParametersReference 

Fields

data V1IngressList Source #

V1IngressList IngressList is a collection of Ingress.

Constructors

V1IngressList 

Fields

data V1IngressLoadBalancerIngress Source #

V1IngressLoadBalancerIngress IngressLoadBalancerIngress represents the status of a load-balancer ingress point.

Constructors

V1IngressLoadBalancerIngress 

Fields

data V1IngressPortStatus Source #

V1IngressPortStatus IngressPortStatus represents the error condition of a service port

Constructors

V1IngressPortStatus 

Fields

  • v1IngressPortStatusError :: !(Maybe Text)

    "error" - error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use CamelCase names - cloud provider specific error values must have names that comply with the format foo.example.com/CamelCase.

  • v1IngressPortStatusPort :: !Int

    Required "port" - port is the port number of the ingress port.

  • v1IngressPortStatusProtocol :: !Text

    Required "protocol" - protocol is the protocol of the ingress port. The supported values are: &quot;TCP&quot;, &quot;UDP&quot;, &quot;SCTP&quot;

data V1IngressLoadBalancerStatus Source #

V1IngressLoadBalancerStatus IngressLoadBalancerStatus represents the status of a load-balancer.

Constructors

V1IngressLoadBalancerStatus 

Fields

data V1IngressRule Source #

V1IngressRule IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.

Constructors

V1IngressRule 

Fields

  • v1IngressRuleHost :: !(Maybe Text)

    "host" - host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the &quot;host&quot; part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the IP in the Spec of the parent Ingress. 2. The `:` delimiter is not respected because ports are not allowed. Currently the port of an Ingress is implicitly :80 for http and :443 for https. Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue. host can be &quot;precise&quot; which is a domain name without the terminating dot of a network host (e.g. &quot;foo.bar.com&quot;) or &quot;wildcard&quot;, which is a domain name prefixed with a single wildcard label (e.g. &quot;*.foo.com&quot;). The wildcard character '*' must appear by itself as the first DNS label and matches only a single label. You cannot have a wildcard label by itself (e.g. Host == &quot;*&quot;). Requests will be matched against the Host field in the following way: 1. If host is precise, the request matches this rule if the http host header is equal to Host. 2. If host is a wildcard, then the request matches this rule if the http host header is to equal to the suffix (removing the first label) of the wildcard rule.

  • v1IngressRuleHttp :: !(Maybe V1HTTPIngressRuleValue)

    "http"

data V1ServiceBackendPort Source #

V1ServiceBackendPort ServiceBackendPort is the service port being referenced.

Constructors

V1ServiceBackendPort 

Fields

data V1IngressTLS Source #

V1IngressTLS IngressTLS describes the transport layer security associated with an ingress.

Constructors

V1IngressTLS 

Fields

  • v1IngressTLSHosts :: !(Maybe [Text])

    "hosts" - hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.

  • v1IngressTLSSecretName :: !(Maybe Text)

    "secretName" - secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the &quot;Host&quot; header field used by an IngressRule, the SNI host is used for termination and value of the &quot;Host&quot; header is used for routing.

data V1ValidationRule Source #

V1ValidationRule ValidationRule describes a validation rule written in the CEL expression language.

Constructors

V1ValidationRule 

Fields

  • v1ValidationRuleFieldPath :: !(Maybe Text)

    "fieldPath" - fieldPath represents the field path returned when the validation fails. It must be a relative JSON path (i.e. with array notation) scoped to the location of this x-kubernetes-validations extension in the schema and refer to an existing field. e.g. when validation checks if a specific attribute `foo` under a map `testMap`, the fieldPath could be set to `.testMap.foo` If the validation checks two lists must have unique attributes, the fieldPath could be set to either of the list: e.g. `.testList` It does not support list numeric index. It supports child operation to refer to an existing field currently. Refer to JSONPath support in Kubernetes for more info. Numeric index of array is not supported. For field name which contains special characters, use `['specialName']` to refer the field name. e.g. for attribute `foo.34$` appears in a list `testList`, the fieldPath could be set to `.testList['foo.34$']`

  • v1ValidationRuleMessage :: !(Maybe Text)

    "message" - Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is &quot;failed rule: {Rule}&quot;. e.g. &quot;must be a URL with the host matching spec.host&quot;

  • v1ValidationRuleMessageExpression :: !(Maybe Text)

    "messageExpression" - MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty stringstring with only spacesstring with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: &quot;x must be less than max (&quot;+string(self.max)+&quot;)&quot;

  • v1ValidationRuleOptionalOldSelf :: !(Maybe Bool)

    "optionalOldSelf" - optionalOldSelf is used to opt a transition rule into evaluation even when the object is first created, or if the old object is missing the value. When enabled `oldSelf` will be a CEL optional whose value will be `None` if there is no old value, or when the object is initially created. You may check for presence of oldSelf using `oldSelf.hasValue()` and unwrap it after checking using `oldSelf.value()`. Check the CEL documentation for Optional types for more information: https://pkg.go.dev/github.com/google/cel-go/cel#OptionalTypes May not be set unless `oldSelf` is used in `rule`.

  • v1ValidationRuleReason :: !(Maybe Text)

    "reason" - reason provides a machine-readable validation failure reason that is returned to the caller when a request fails this validation rule. The HTTP status code returned to the caller will match the reason of the reason of the first failed validation rule. The currently supported reasons are: &quot;FieldValueInvalid&quot;, &quot;FieldValueForbidden&quot;, &quot;FieldValueRequired&quot;, &quot;FieldValueDuplicate&quot;. If not set, default to use &quot;FieldValueInvalid&quot;. All future added reasons must be accepted by clients when reading this value and unknown reasons should be treated as FieldValueInvalid.

  • v1ValidationRuleRule :: !Text

    Required "rule" - Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {&quot;rule&quot;: &quot;self.status.actual &lt;= self.spec.maxDesired&quot;} If the Rule is scoped to an object with properties, the accessible properties of the object are field selectable via `self.field` and field presence can be checked via `has(self.field)`. Null valued fields are treated as absent fields in CEL expressions. If the Rule is scoped to an object with additionalProperties (i.e. a map) the value of the map are accessible via `self[mapKey]`, map containment can be checked via `mapKey in self` and all entries of the map are accessible via CEL macros and functions such as `self.all(...)`. If the Rule is scoped to an array, the elements of the array are accessible via `self[i]` and also by macros and functions. If the Rule is scoped to a scalar, `self` is bound to the scalar value. Examples: - Rule scoped to a map of objects: {&quot;rule&quot;: &quot;self.components['Widget'].priority &lt; 10&quot;} - Rule scoped to a list of integers: {&quot;rule&quot;: &quot;self.values.all(value, value &gt;= 0 &amp;&amp; value &lt; 100)&quot;} - Rule scoped to a string value: {&quot;rule&quot;: &quot;self.startsWith('kube')&quot;} The `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object and from any x-kubernetes-embedded-resource annotated objects. No other metadata properties are accessible. Unknown data preserved in custom resources via x-kubernetes-preserve-unknown-fields is not accessible in CEL expressions. This includes: - Unknown field values that are preserved by object schemas with x-kubernetes-preserve-unknown-fields. - Object properties where the property schema is of an &quot;unknown type&quot;. An &quot;unknown type&quot; is recursively defined as: - A schema with no type and x-kubernetes-preserve-unknown-fields set to true - An array where the items schema is of an &quot;unknown type&quot; - An object where the additionalProperties schema is of an &quot;unknown type&quot; Only property names of the form `[a-zA-Z_.-][a-zA-Z0-9_.-]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '' escapes to 'underscores' - '.' escapes to 'dot' - '-' escapes to 'dash' - '/' escapes to 'slash' - Property names that exactly match a CEL RESERVED keyword escape to '{keyword}'. The keywords are: &quot;true&quot;, &quot;false&quot;, &quot;null&quot;, &quot;in&quot;, &quot;as&quot;, &quot;break&quot;, &quot;const&quot;, &quot;continue&quot;, &quot;else&quot;, &quot;for&quot;, &quot;function&quot;, &quot;if&quot;, &quot;import&quot;, &quot;let&quot;, &quot;loop&quot;, &quot;package&quot;, &quot;namespace&quot;, &quot;return&quot;. Examples: - Rule accessing a property named &quot;namespace&quot;: {&quot;rule&quot;: &quot;self.namespace &gt; 0&quot;} - Rule accessing a property named &quot;x-prop&quot;: {&quot;rule&quot;: &quot;self.xdashprop &gt; 0&quot;} - Rule accessing a property named &quot;redactd&quot;: {&quot;rule&quot;: &quot;self.redactunderscoresd &gt; 0&quot;} Equality on arrays with x-kubernetes-list-type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type: - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and non-intersecting elements in `Y` are appended, retaining their partial order. - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with non-intersecting keys are appended, retaining their partial order. If `rule` makes use of the `oldSelf` variable it is implicitly a `transition rule`. By default, the `oldSelf` variable is the same type as `self`. When `optionalOldSelf` is true, the `oldSelf` variable is a CEL optional variable whose value() is the same type as `self`. See the documentation for the `optionalOldSelf` field for details. Transition rules by default are applied only on UPDATE requests and are skipped if an old value could not be found. You can opt a transition rule into unconditional evaluation by setting `optionalOldSelf` to true.

data V1Job Source #

V1Job Job represents the configuration of a single job.

Constructors

V1Job 

Fields

Instances

Instances details
FromJSON V1Job Source #

FromJSON V1Job

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Job Source #

ToJSON V1Job

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Job Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> V1Job -> ShowS #

show :: V1Job -> String #

showList :: [V1Job] -> ShowS #

Eq V1Job Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: V1Job -> V1Job -> Bool #

(/=) :: V1Job -> V1Job -> Bool #

HasBodyParam CreateNamespacedJob V1Job Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

setBodyParam :: (Consumes CreateNamespacedJob contentType, MimeRender contentType V1Job) => KubernetesRequest CreateNamespacedJob contentType res accept -> V1Job -> KubernetesRequest CreateNamespacedJob contentType res accept Source #

HasBodyParam ReplaceNamespacedJob V1Job Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

Methods

setBodyParam :: (Consumes ReplaceNamespacedJob contentType, MimeRender contentType V1Job) => KubernetesRequest ReplaceNamespacedJob contentType res accept -> V1Job -> KubernetesRequest ReplaceNamespacedJob contentType res accept Source #

HasBodyParam ReplaceNamespacedJobStatus V1Job Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.BatchV1

data V1JobSpec Source #

V1JobSpec JobSpec describes how the job execution will look like.

Constructors

V1JobSpec 

Fields

  • v1JobSpecActiveDeadlineSeconds :: !(Maybe Integer)

    "activeDeadlineSeconds" - Specifies the duration in seconds relative to the startTime that the job may be continuously active before the system tries to terminate it; value must be positive integer. If a Job is suspended (at creation or through an update), this timer will effectively be stopped and reset when the Job is resumed again.

  • v1JobSpecBackoffLimit :: !(Maybe Int)

    "backoffLimit" - Specifies the number of retries before marking this job failed. Defaults to 6

  • v1JobSpecBackoffLimitPerIndex :: !(Maybe Int)

    "backoffLimitPerIndex" - Specifies the limit for the number of retries within an index before marking this index as failed. When enabled the number of failures per index is kept in the pod's batch.kubernetes.io/job-index-failure-count annotation. It can only be set when Job's completionMode=Indexed, and the Pod's restart policy is Never. The field is immutable. This field is beta-level. It can be used when the `JobBackoffLimitPerIndex` feature gate is enabled (enabled by default).

  • v1JobSpecCompletionMode :: !(Maybe Text)

    "completionMode" - completionMode specifies how Pod completions are tracked. It can be `NonIndexed` (default) or `Indexed`. `NonIndexed` means that the Job is considered complete when there have been .spec.completions successfully completed Pods. Each Pod completion is homologous to each other. `Indexed` means that the Pods of a Job get an associated completion index from 0 to (.spec.completions - 1), available in the annotation batch.kubernetes.io/job-completion-index. The Job is considered complete when there is one successfully completed Pod for each index. When value is `Indexed`, .spec.completions must be specified and `.spec.parallelism` must be less than or equal to 10^5. In addition, The Pod name takes the form `$(job-name)-$(index)-$(random-string)`, the Pod hostname takes the form `$(job-name)-$(index)`. More completion modes can be added in the future. If the Job controller observes a mode that it doesn't recognize, which is possible during upgrades due to version skew, the controller skips updates for the Job.

  • v1JobSpecCompletions :: !(Maybe Int)

    "completions" - Specifies the desired number of successfully finished pods the job should be run with. Setting to null means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/

  • v1JobSpecManagedBy :: !(Maybe Text)

    "managedBy" - ManagedBy field indicates the controller that manages a Job. The k8s Job controller reconciles jobs which don't have this field at all or the field value is the reserved string `kubernetes.iojob-controller`, but skips reconciling Jobs with a custom value for this field. The value must be a valid domain-prefixed path (e.g. acme.iofoo) - all characters before the first &quot;&quot; must be a valid subdomain as defined by RFC 1123. All characters trailing the first &quot;&quot; must be valid HTTP Path characters as defined by RFC 3986. The value cannot exceed 63 characters. This field is immutable. This field is beta-level. The job controller accepts setting the field when the feature gate JobManagedBy is enabled (enabled by default).

  • v1JobSpecManualSelector :: !(Maybe Bool)

    "manualSelector" - manualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensionsv1beta1` API. More info: https:kubernetes.iodocsconceptsworkloadscontrollersjobs-run-to-completion/#specifying-your-own-pod-selector

  • v1JobSpecMaxFailedIndexes :: !(Maybe Int)

    "maxFailedIndexes" - Specifies the maximal number of failed indexes before marking the Job as failed, when backoffLimitPerIndex is set. Once the number of failed indexes exceeds this number the entire Job is marked as Failed and its execution is terminated. When left as null the job continues execution of all of its indexes and is marked with the `Complete` Job condition. It can only be specified when backoffLimitPerIndex is set. It can be null or up to completions. It is required and must be less than or equal to 10^4 when is completions greater than 10^5. This field is beta-level. It can be used when the `JobBackoffLimitPerIndex` feature gate is enabled (enabled by default).

  • v1JobSpecParallelism :: !(Maybe Int)

    "parallelism" - Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) &lt; .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/

  • v1JobSpecPodFailurePolicy :: !(Maybe V1PodFailurePolicy)

    "podFailurePolicy"

  • v1JobSpecPodReplacementPolicy :: !(Maybe Text)

    "podReplacementPolicy" - podReplacementPolicy specifies when to create replacement Pods. Possible values are: - TerminatingOrFailed means that we recreate pods when they are terminating (has a metadata.deletionTimestamp) or failed. - Failed means to wait until a previously created Pod is fully terminated (has phase Failed or Succeeded) before creating a replacement Pod. When using podFailurePolicy, Failed is the the only allowed value. TerminatingOrFailed and Failed are allowed values when podFailurePolicy is not in use. This is an beta field. To use this, enable the JobPodReplacementPolicy feature toggle. This is on by default.

  • v1JobSpecSelector :: !(Maybe V1LabelSelector)

    "selector"

  • v1JobSpecSuccessPolicy :: !(Maybe V1SuccessPolicy)

    "successPolicy"

  • v1JobSpecSuspend :: !(Maybe Bool)

    "suspend" - suspend specifies whether the Job controller should create Pods or not. If a Job is created with suspend set to true, no Pods are created by the Job controller. If a Job is suspended after creation (i.e. the flag goes from false to true), the Job controller will delete all active Pods associated with this Job. Users must design their workload to gracefully handle this. Suspending a Job will reset the StartTime field of the Job, effectively resetting the ActiveDeadlineSeconds timer too. Defaults to false.

  • v1JobSpecTemplate :: !V1PodTemplateSpec

    Required "template"

  • v1JobSpecTtlSecondsAfterFinished :: !(Maybe Int)

    "ttlSecondsAfterFinished" - ttlSecondsAfterFinished limits the lifetime of a Job that has finished execution (either Complete or Failed). If this field is set, ttlSecondsAfterFinished after the Job finishes, it is eligible to be automatically deleted. When the Job is being deleted, its lifecycle guarantees (e.g. finalizers) will be honored. If this field is unset, the Job won't be automatically deleted. If this field is set to zero, the Job becomes eligible to be deleted immediately after it finishes.

Instances

Instances details
FromJSON V1JobSpec Source #

FromJSON V1JobSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1JobSpec Source #

ToJSON V1JobSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1JobSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1JobSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1JobStatus Source #

V1JobStatus JobStatus represents the current state of a Job.

Constructors

V1JobStatus 

Fields

  • v1JobStatusActive :: !(Maybe Int)

    "active" - The number of pending and running pods which are not terminating (without a deletionTimestamp). The value is zero for finished jobs.

  • v1JobStatusCompletedIndexes :: !(Maybe Text)

    "completedIndexes" - completedIndexes holds the completed indexes when .spec.completionMode = &quot;Indexed&quot; in a text format. The indexes are represented as decimal integers separated by commas. The numbers are listed in increasing order. Three or more consecutive numbers are compressed and represented by the first and last element of the series, separated by a hyphen. For example, if the completed indexes are 1, 3, 4, 5 and 7, they are represented as &quot;1,3-5,7&quot;.

  • v1JobStatusCompletionTime :: !(Maybe DateTime)

    "completionTime" - Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. The completion time is set when the job finishes successfully, and only then. The value cannot be updated or removed. The value indicates the same or later point in time as the startTime field.

  • v1JobStatusConditions :: !(Maybe [V1JobCondition])

    "conditions" - The latest available observations of an object's current state. When a Job fails, one of the conditions will have type &quot;Failed&quot; and status true. When a Job is suspended, one of the conditions will have type &quot;Suspended&quot; and status true; when the Job is resumed, the status of this condition will become false. When a Job is completed, one of the conditions will have type &quot;Complete&quot; and status true. A job is considered finished when it is in a terminal condition, either &quot;Complete&quot; or &quot;Failed&quot;. A Job cannot have both the &quot;Complete&quot; and &quot;Failed&quot; conditions. Additionally, it cannot be in the &quot;Complete&quot; and &quot;FailureTarget&quot; conditions. The &quot;Complete&quot;, &quot;Failed&quot; and &quot;FailureTarget&quot; conditions cannot be disabled. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/

  • v1JobStatusFailed :: !(Maybe Int)

    "failed" - The number of pods which reached phase Failed. The value increases monotonically.

  • v1JobStatusFailedIndexes :: !(Maybe Text)

    "failedIndexes" - FailedIndexes holds the failed indexes when spec.backoffLimitPerIndex is set. The indexes are represented in the text format analogous as for the `completedIndexes` field, ie. they are kept as decimal integers separated by commas. The numbers are listed in increasing order. Three or more consecutive numbers are compressed and represented by the first and last element of the series, separated by a hyphen. For example, if the failed indexes are 1, 3, 4, 5 and 7, they are represented as &quot;1,3-5,7&quot;. The set of failed indexes cannot overlap with the set of completed indexes. This field is beta-level. It can be used when the `JobBackoffLimitPerIndex` feature gate is enabled (enabled by default).

  • v1JobStatusReady :: !(Maybe Int)

    "ready" - The number of active pods which have a Ready condition and are not terminating (without a deletionTimestamp).

  • v1JobStatusStartTime :: !(Maybe DateTime)

    "startTime" - Represents time when the job controller started processing a job. When a Job is created in the suspended state, this field is not set until the first time it is resumed. This field is reset every time a Job is resumed from suspension. It is represented in RFC3339 form and is in UTC. Once set, the field can only be removed when the job is suspended. The field cannot be modified while the job is unsuspended or finished.

  • v1JobStatusSucceeded :: !(Maybe Int)

    "succeeded" - The number of pods which reached phase Succeeded. The value increases monotonically for a given spec. However, it may decrease in reaction to scale down of elastic indexed jobs.

  • v1JobStatusTerminating :: !(Maybe Int)

    "terminating" - The number of pods which are terminating (in phase Pending or Running and have a deletionTimestamp). This field is beta-level. The job controller populates the field when the feature gate JobPodReplacementPolicy is enabled (enabled by default).

  • v1JobStatusUncountedTerminatedPods :: !(Maybe V1UncountedTerminatedPods)

    "uncountedTerminatedPods"

data V1JobCondition Source #

V1JobCondition JobCondition describes current state of a job.

Constructors

V1JobCondition 

Fields

data V1JobList Source #

V1JobList JobList is a collection of jobs.

Constructors

V1JobList 

Fields

Instances

Instances details
FromJSON V1JobList Source #

FromJSON V1JobList

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1JobList Source #

ToJSON V1JobList

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1JobList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1JobList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1PodFailurePolicy Source #

V1PodFailurePolicy PodFailurePolicy describes how failed pods influence the backoffLimit.

Constructors

V1PodFailurePolicy 

Fields

  • v1PodFailurePolicyRules :: ![V1PodFailurePolicyRule]

    Required "rules" - A list of pod failure policy rules. The rules are evaluated in order. Once a rule matches a Pod failure, the remaining of the rules are ignored. When no rule matches the Pod failure, the default handling applies - the counter of pod failures is incremented and it is checked against the backoffLimit. At most 20 elements are allowed.

data V1SuccessPolicy Source #

V1SuccessPolicy SuccessPolicy describes when a Job can be declared as succeeded based on the success of some indexes.

Constructors

V1SuccessPolicy 

Fields

  • v1SuccessPolicyRules :: ![V1SuccessPolicyRule]

    Required "rules" - rules represents the list of alternative rules for the declaring the Jobs as successful before `.status.succeeded &gt;= .spec.completions`. Once any of the rules are met, the &quot;SucceededCriteriaMet&quot; condition is added, and the lingering pods are removed. The terminal state for such a Job has the &quot;Complete&quot; condition. Additionally, these rules are evaluated in order; Once the Job meets one of the rules, other rules are ignored. At most 20 elements are allowed.

data V1UncountedTerminatedPods Source #

V1UncountedTerminatedPods UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters.

Constructors

V1UncountedTerminatedPods 

Fields

data V1LabelSelectorRequirement Source #

V1LabelSelectorRequirement A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

Constructors

V1LabelSelectorRequirement 

Fields

  • v1LabelSelectorRequirementKey :: !Text

    Required "key" - key is the label key that the selector applies to.

  • v1LabelSelectorRequirementOperator :: !Text

    Required "operator" - operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.

  • v1LabelSelectorRequirementValues :: !(Maybe [Text])

    "values" - values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.

data V1LabelSelectorAttributes Source #

V1LabelSelectorAttributes LabelSelectorAttributes indicates a label limited access. Webhook authors are encouraged to * ensure rawSelector and requirements are not both set * consider the requirements field if set * not try to parse or consider the rawSelector field if set. This is to avoid another CVE-2022-2880 (i.e. getting different systems to agree on how exactly to parse a query is not something we want), see https://www.oxeye.io/resources/golang-parameter-smuggling-attack for more details. For the *SubjectAccessReview endpoints of the kube-apiserver: * If rawSelector is empty and requirements are empty, the request is not limited. * If rawSelector is present and requirements are empty, the rawSelector will be parsed and limited if the parsing succeeds. * If rawSelector is empty and requirements are present, the requirements should be honored * If rawSelector is present and requirements are present, the request is invalid.

Constructors

V1LabelSelectorAttributes 

Fields

  • v1LabelSelectorAttributesRawSelector :: !(Maybe Text)

    "rawSelector" - rawSelector is the serialization of a field selector that would be included in a query parameter. Webhook implementations are encouraged to ignore rawSelector. The kube-apiserver's *SubjectAccessReview will parse the rawSelector as long as the requirements are not present.

  • v1LabelSelectorAttributesRequirements :: !(Maybe [V1LabelSelectorRequirement])

    "requirements" - requirements is the parsed interpretation of a label selector. All requirements must be met for a resource instance to match the selector. Webhook implementations should handle requirements, but how to handle them is up to the webhook. Since requirements can only limit the request, it is safe to authorize as unlimited request if the requirements are not understood.

data V1Lease Source #

V1Lease Lease defines a lease concept.

Constructors

V1Lease 

Fields

Instances

Instances details
FromJSON V1Lease Source #

FromJSON V1Lease

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Lease Source #

ToJSON V1Lease

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Lease Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Lease Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: V1Lease -> V1Lease -> Bool #

(/=) :: V1Lease -> V1Lease -> Bool #

HasBodyParam CreateNamespacedLease V1Lease Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

Methods

setBodyParam :: (Consumes CreateNamespacedLease contentType, MimeRender contentType V1Lease) => KubernetesRequest CreateNamespacedLease contentType res accept -> V1Lease -> KubernetesRequest CreateNamespacedLease contentType res accept Source #

HasBodyParam ReplaceNamespacedLease V1Lease Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1

Methods

setBodyParam :: (Consumes ReplaceNamespacedLease contentType, MimeRender contentType V1Lease) => KubernetesRequest ReplaceNamespacedLease contentType res accept -> V1Lease -> KubernetesRequest ReplaceNamespacedLease contentType res accept Source #

data V1LeaseSpec Source #

V1LeaseSpec LeaseSpec is a specification of a Lease.

Constructors

V1LeaseSpec 

Fields

  • v1LeaseSpecAcquireTime :: !(Maybe DateTime)

    "acquireTime" - acquireTime is a time when the current lease was acquired.

  • v1LeaseSpecHolderIdentity :: !(Maybe Text)

    "holderIdentity" - holderIdentity contains the identity of the holder of a current lease. If Coordinated Leader Election is used, the holder identity must be equal to the elected LeaseCandidate.metadata.name field.

  • v1LeaseSpecLeaseDurationSeconds :: !(Maybe Int)

    "leaseDurationSeconds" - leaseDurationSeconds is a duration that candidates for a lease need to wait to force acquire it. This is measured against the time of last observed renewTime.

  • v1LeaseSpecLeaseTransitions :: !(Maybe Int)

    "leaseTransitions" - leaseTransitions is the number of transitions of a lease between holders.

  • v1LeaseSpecPreferredHolder :: !(Maybe Text)

    "preferredHolder" - PreferredHolder signals to a lease holder that the lease has a more optimal holder and should be given up. This field can only be set if Strategy is also set.

  • v1LeaseSpecRenewTime :: !(Maybe DateTime)

    "renewTime" - renewTime is a time when the current holder of a lease has last updated the lease.

  • v1LeaseSpecStrategy :: !(Maybe Text)

    "strategy" - Strategy indicates the strategy for picking the leader for coordinated leader election. If the field is not specified, there is no active coordination for this lease. (Alpha) Using this field requires the CoordinatedLeaderElection feature gate to be enabled.

data V1LeaseList Source #

V1LeaseList LeaseList is a list of Lease objects.

Constructors

V1LeaseList 

Fields

data V1LifecycleHandler Source #

V1LifecycleHandler LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.

data V1SleepAction Source #

V1SleepAction SleepAction describes a "sleep" action.

Constructors

V1SleepAction 

Fields

data V1TCPSocketAction Source #

V1TCPSocketAction TCPSocketAction describes an action based on opening a socket

Constructors

V1TCPSocketAction 

Fields

data V1LimitRange Source #

V1LimitRange LimitRange sets resource usage limits for each kind of resource in a Namespace.

Constructors

V1LimitRange 

Fields

Instances

Instances details
FromJSON V1LimitRange Source #

FromJSON V1LimitRange

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1LimitRange Source #

ToJSON V1LimitRange

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1LimitRange Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1LimitRange Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedLimitRange V1LimitRange Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedLimitRange V1LimitRange Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1LimitRangeSpec Source #

V1LimitRangeSpec LimitRangeSpec defines a min/max usage limit for resources that match on kind.

Constructors

V1LimitRangeSpec 

Fields

data V1LimitRangeItem Source #

V1LimitRangeItem LimitRangeItem defines a min/max usage limit for any resource that matches on kind.

Constructors

V1LimitRangeItem 

Fields

data V1LimitRangeList Source #

V1LimitRangeList LimitRangeList is a list of LimitRange items.

Constructors

V1LimitRangeList 

Fields

data V1LimitResponse Source #

V1LimitResponse LimitResponse defines how to handle requests that can not be executed right now.

Constructors

V1LimitResponse 

Fields

  • v1LimitResponseQueuing :: !(Maybe V1QueuingConfiguration)

    "queuing"

  • v1LimitResponseType :: !Text

    Required "type" - `type` is &quot;Queue&quot; or &quot;Reject&quot;. &quot;Queue&quot; means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. &quot;Reject&quot; means that requests that can not be executed upon arrival are rejected. Required.

data V1QueuingConfiguration Source #

V1QueuingConfiguration QueuingConfiguration holds the configuration parameters for queuing

Constructors

V1QueuingConfiguration 

Fields

  • v1QueuingConfigurationHandSize :: !(Maybe Int)

    "handSize" - `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.

  • v1QueuingConfigurationQueueLengthLimit :: !(Maybe Int)

    "queueLengthLimit" - `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.

  • v1QueuingConfigurationQueues :: !(Maybe Int)

    "queues" - `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.

data V1LimitedPriorityLevelConfiguration Source #

V1LimitedPriorityLevelConfiguration LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues: - How are requests for this priority level limited? - What should be done with requests that exceed the limit?

Constructors

V1LimitedPriorityLevelConfiguration 

Fields

  • v1LimitedPriorityLevelConfigurationBorrowingLimitPercent :: !(Maybe Int)

    "borrowingLimitPercent" - `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows. BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 ) The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.

  • v1LimitedPriorityLevelConfigurationLendablePercent :: !(Maybe Int)

    "lendablePercent" - `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows. LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )

  • v1LimitedPriorityLevelConfigurationLimitResponse :: !(Maybe V1LimitResponse)

    "limitResponse"

  • v1LimitedPriorityLevelConfigurationNominalConcurrencyShares :: !(Maybe Int)

    "nominalConcurrencyShares" - `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values: NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k) Bigger numbers mean a larger nominal concurrency limit, at the expense of every other priority level. If not specified, this field defaults to a value of 30. Setting this field to zero supports the construction of a &quot;jail&quot; for this priority level that is used to hold some request(s)

data V1LoadBalancerIngress Source #

V1LoadBalancerIngress LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point.

Constructors

V1LoadBalancerIngress 

Fields

  • v1LoadBalancerIngressHostname :: !(Maybe Text)

    "hostname" - Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers)

  • v1LoadBalancerIngressIp :: !(Maybe Text)

    "ip" - IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers)

  • v1LoadBalancerIngressIpMode :: !(Maybe Text)

    "ipMode" - IPMode specifies how the load-balancer IP behaves, and may only be specified when the ip field is specified. Setting this to &quot;VIP&quot; indicates that traffic is delivered to the node with the destination set to the load-balancer's IP and port. Setting this to &quot;Proxy&quot; indicates that traffic is delivered to the node or pod with the destination set to the node's IP and node port or the pod's IP and port. Service implementations may use this information to adjust traffic routing.

  • v1LoadBalancerIngressPorts :: !(Maybe [V1PortStatus])

    "ports" - Ports is a list of records of service ports If used, every port defined in the service should have an entry in it

data V1PortStatus Source #

V1PortStatus PortStatus represents the error condition of a service port

Constructors

V1PortStatus 

Fields

  • v1PortStatusError :: !(Maybe Text)

    "error" - Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use CamelCase names - cloud provider specific error values must have names that comply with the format foo.example.com/CamelCase.

  • v1PortStatusPort :: !Int

    Required "port" - Port is the port number of the service port of which status is recorded here

  • v1PortStatusProtocol :: !Text

    Required "protocol" - Protocol is the protocol of the service port of which status is recorded here The supported values are: &quot;TCP&quot;, &quot;UDP&quot;, &quot;SCTP&quot;

data V1LoadBalancerStatus Source #

V1LoadBalancerStatus LoadBalancerStatus represents the status of a load-balancer.

Constructors

V1LoadBalancerStatus 

Fields

data V1LocalSubjectAccessReview Source #

V1LocalSubjectAccessReview LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.

Constructors

V1LocalSubjectAccessReview 

Fields

Instances

Instances details
FromJSON V1LocalSubjectAccessReview Source #

FromJSON V1LocalSubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1LocalSubjectAccessReview Source #

ToJSON V1LocalSubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1LocalSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1LocalSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedLocalSubjectAccessReview V1LocalSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

data V1SubjectAccessReviewSpec Source #

V1SubjectAccessReviewSpec SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set

Constructors

V1SubjectAccessReviewSpec 

Fields

data V1SubjectAccessReviewStatus Source #

V1SubjectAccessReviewStatus SubjectAccessReviewStatus

Constructors

V1SubjectAccessReviewStatus 

Fields

  • v1SubjectAccessReviewStatusAllowed :: !Bool

    Required "allowed" - Allowed is required. True if the action would be allowed, false otherwise.

  • v1SubjectAccessReviewStatusDenied :: !(Maybe Bool)

    "denied" - Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true.

  • v1SubjectAccessReviewStatusEvaluationError :: !(Maybe Text)

    "evaluationError" - EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request.

  • v1SubjectAccessReviewStatusReason :: !(Maybe Text)

    "reason" - Reason is optional. It indicates why a request was allowed or denied.

data V1LocalVolumeSource Source #

V1LocalVolumeSource Local represents directly-attached storage with node affinity

Constructors

V1LocalVolumeSource 

Fields

  • v1LocalVolumeSourceFsType :: !(Maybe Text)

    "fsType" - fsType is the filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. &quot;ext4&quot;, &quot;xfs&quot;, &quot;ntfs&quot;. The default value is to auto-select a filesystem if unspecified.

  • v1LocalVolumeSourcePath :: !Text

    Required "path" - path of the full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).

data V1ManagedFieldsEntry Source #

V1ManagedFieldsEntry ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.

Constructors

V1ManagedFieldsEntry 

Fields

  • v1ManagedFieldsEntryApiVersion :: !(Maybe Text)

    "apiVersion" - APIVersion defines the version of this resource that this field set applies to. The format is &quot;group/version&quot; just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.

  • v1ManagedFieldsEntryFieldsType :: !(Maybe Text)

    "fieldsType" - FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: &quot;FieldsV1&quot;

  • v1ManagedFieldsEntryFieldsV1 :: !(Maybe Value)

    "fieldsV1" - FieldsV1 holds the first JSON version format as described in the &quot;FieldsV1&quot; type.

  • v1ManagedFieldsEntryManager :: !(Maybe Text)

    "manager" - Manager is an identifier of the workflow managing these fields.

  • v1ManagedFieldsEntryOperation :: !(Maybe Text)

    "operation" - Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.

  • v1ManagedFieldsEntrySubresource :: !(Maybe Text)

    "subresource" - Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.

  • v1ManagedFieldsEntryTime :: !(Maybe DateTime)

    "time" - Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over.

data V1MatchCondition Source #

V1MatchCondition MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook.

Constructors

V1MatchCondition 

Fields

  • v1MatchConditionExpression :: !Text

    Required "expression" - Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables: 'object' - The object from the incoming request. The value is null for DELETE requests. 'oldObject' - The existing object. The value is null for CREATE requests. 'request' - Attributes of the admission request(pkgapisadmissiontypes.go#AdmissionRequest). 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the request resource. Documentation on CEL: https://kubernetes.io/docs/reference/using-api/cel/ Required.

  • v1MatchConditionName :: !Text

    Required "name" - Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '' (e.g. 'example.comMyName') Required.

data V1MatchResources Source #

V1MatchResources MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)

Constructors

V1MatchResources 

Fields

  • v1MatchResourcesExcludeResourceRules :: !(Maybe [V1NamedRuleWithOperations])

    "excludeResourceRules" - ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)

  • v1MatchResourcesMatchPolicy :: !(Maybe Text)

    "matchPolicy" - matchPolicy defines how the &quot;MatchResources&quot; list is used to match incoming requests. Allowed values are &quot;Exact&quot; or &quot;Equivalent&quot;. - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, but &quot;rules&quot; only included `apiGroups:[&quot;apps&quot;], apiVersions:[&quot;v1&quot;], resources: [&quot;deployments&quot;]`, a request to appsv1beta1 or extensionsv1beta1 would not be sent to the ValidatingAdmissionPolicy. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, and &quot;rules&quot; only included `apiGroups:[&quot;apps&quot;], apiVersions:[&quot;v1&quot;], resources: [&quot;deployments&quot;]`, a request to appsv1beta1 or extensionsv1beta1 would be converted to apps/v1 and sent to the ValidatingAdmissionPolicy. Defaults to &quot;Equivalent&quot;

  • v1MatchResourcesNamespaceSelector :: !(Maybe V1LabelSelector)

    "namespaceSelector"

  • v1MatchResourcesObjectSelector :: !(Maybe V1LabelSelector)

    "objectSelector"

  • v1MatchResourcesResourceRules :: !(Maybe [V1NamedRuleWithOperations])

    "resourceRules" - ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.

data V1NamedRuleWithOperations Source #

V1NamedRuleWithOperations NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames.

Constructors

V1NamedRuleWithOperations 

Fields

  • v1NamedRuleWithOperationsApiGroups :: !(Maybe [Text])

    "apiGroups" - APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.

  • v1NamedRuleWithOperationsApiVersions :: !(Maybe [Text])

    "apiVersions" - APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.

  • v1NamedRuleWithOperationsOperations :: !(Maybe [Text])

    "operations" - Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.

  • v1NamedRuleWithOperationsResourceNames :: !(Maybe [Text])

    "resourceNames" - ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.

  • v1NamedRuleWithOperationsResources :: !(Maybe [Text])

    "resources" - Resources is a list of resources this rule applies to. For example: 'pods' means pods. 'podslog' means the log subresource of pods. '*' means all resources, but not subresources. 'pods*' means all subresources of pods. '*scale' means all scale subresources. '**' means all resources and their subresources. If wildcard is present, the validation rule will ensure resources do not overlap with each other. Depending on the enclosing object, subresources might not be allowed. Required.

  • v1NamedRuleWithOperationsScope :: !(Maybe Text)

    "scope" - scope specifies the scope of this rule. Valid values are &quot;Cluster&quot;, &quot;Namespaced&quot;, and &quot;*&quot; &quot;Cluster&quot; means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. &quot;Namespaced&quot; means that only namespaced resources will match this rule. &quot;*&quot; means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is &quot;*&quot;.

data V1ModifyVolumeStatus Source #

V1ModifyVolumeStatus ModifyVolumeStatus represents the status object of ControllerModifyVolume operation

Constructors

V1ModifyVolumeStatus 

Fields

  • v1ModifyVolumeStatusStatus :: !Text

    Required "status" - status is the status of the ControllerModifyVolume operation. It can be in any of following states: - Pending Pending indicates that the PersistentVolumeClaim cannot be modified due to unmet requirements, such as the specified VolumeAttributesClass not existing. - InProgress InProgress indicates that the volume is being modified. - Infeasible Infeasible indicates that the request has been rejected as invalid by the CSI driver. To resolve the error, a valid VolumeAttributesClass needs to be specified. Note: New statuses can be added in the future. Consumers should check for unknown statuses and fail appropriately.

  • v1ModifyVolumeStatusTargetVolumeAttributesClassName :: !(Maybe Text)

    "targetVolumeAttributesClassName" - targetVolumeAttributesClassName is the name of the VolumeAttributesClass the PVC currently being reconciled

data V1MutatingWebhook Source #

V1MutatingWebhook MutatingWebhook describes an admission webhook and the resources and operations it applies to.

Constructors

V1MutatingWebhook 

Fields

  • v1MutatingWebhookAdmissionReviewVersions :: ![Text]

    Required "admissionReviewVersions" - AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.

  • v1MutatingWebhookClientConfig :: !AdmissionregistrationV1WebhookClientConfig

    Required "clientConfig"

  • v1MutatingWebhookFailurePolicy :: !(Maybe Text)

    "failurePolicy" - FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail.

  • v1MutatingWebhookMatchConditions :: !(Maybe [V1MatchCondition])

    "matchConditions" - MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed. The exact matching logic is (in order): 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped. 2. If ALL matchConditions evaluate to TRUE, the webhook is called. 3. If any matchCondition evaluates to an error (but none are FALSE): - If failurePolicy=Fail, reject the request - If failurePolicy=Ignore, the error is ignored and the webhook is skipped

  • v1MutatingWebhookMatchPolicy :: !(Maybe Text)

    "matchPolicy" - matchPolicy defines how the &quot;rules&quot; list is used to match incoming requests. Allowed values are &quot;Exact&quot; or &quot;Equivalent&quot;. - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, but &quot;rules&quot; only included `apiGroups:[&quot;apps&quot;], apiVersions:[&quot;v1&quot;], resources: [&quot;deployments&quot;]`, a request to appsv1beta1 or extensionsv1beta1 would not be sent to the webhook. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, and &quot;rules&quot; only included `apiGroups:[&quot;apps&quot;], apiVersions:[&quot;v1&quot;], resources: [&quot;deployments&quot;]`, a request to appsv1beta1 or extensionsv1beta1 would be converted to apps/v1 and sent to the webhook. Defaults to &quot;Equivalent&quot;

  • v1MutatingWebhookName :: !Text

    Required "name" - The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where &quot;imagepolicy&quot; is the name of the webhook, and kubernetes.io is the name of the organization. Required.

  • v1MutatingWebhookNamespaceSelector :: !(Maybe V1LabelSelector)

    "namespaceSelector"

  • v1MutatingWebhookObjectSelector :: !(Maybe V1LabelSelector)

    "objectSelector"

  • v1MutatingWebhookReinvocationPolicy :: !(Maybe Text)

    "reinvocationPolicy" - reinvocationPolicy indicates whether this webhook should be called multiple times as part of a single admission evaluation. Allowed values are &quot;Never&quot; and &quot;IfNeeded&quot;. Never: the webhook will not be called more than once in a single admission evaluation. IfNeeded: the webhook will be called at least one additional time as part of the admission evaluation if the object being admitted is modified by other admission plugins after the initial webhook call. Webhooks that specify this option *must* be idempotent, able to process objects they previously admitted. Note: * the number of additional invocations is not guaranteed to be exactly one. * if additional invocations result in further modifications to the object, webhooks are not guaranteed to be invoked again. * webhooks that use this option may be reordered to minimize the number of additional invocations. * to validate an object after all mutations are guaranteed complete, use a validating admission webhook instead. Defaults to &quot;Never&quot;.

  • v1MutatingWebhookRules :: !(Maybe [V1RuleWithOperations])

    "rules" - Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.

  • v1MutatingWebhookSideEffects :: !Text

    Required "sideEffects" - SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some.

  • v1MutatingWebhookTimeoutSeconds :: !(Maybe Int)

    "timeoutSeconds" - TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds.

data V1RuleWithOperations Source #

V1RuleWithOperations RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.

Constructors

V1RuleWithOperations 

Fields

  • v1RuleWithOperationsApiGroups :: !(Maybe [Text])

    "apiGroups" - APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.

  • v1RuleWithOperationsApiVersions :: !(Maybe [Text])

    "apiVersions" - APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.

  • v1RuleWithOperationsOperations :: !(Maybe [Text])

    "operations" - Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.

  • v1RuleWithOperationsResources :: !(Maybe [Text])

    "resources" - Resources is a list of resources this rule applies to. For example: 'pods' means pods. 'podslog' means the log subresource of pods. '*' means all resources, but not subresources. 'pods*' means all subresources of pods. '*scale' means all scale subresources. '**' means all resources and their subresources. If wildcard is present, the validation rule will ensure resources do not overlap with each other. Depending on the enclosing object, subresources might not be allowed. Required.

  • v1RuleWithOperationsScope :: !(Maybe Text)

    "scope" - scope specifies the scope of this rule. Valid values are &quot;Cluster&quot;, &quot;Namespaced&quot;, and &quot;*&quot; &quot;Cluster&quot; means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. &quot;Namespaced&quot; means that only namespaced resources will match this rule. &quot;*&quot; means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is &quot;*&quot;.

data V1MutatingWebhookConfiguration Source #

V1MutatingWebhookConfiguration MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.

Constructors

V1MutatingWebhookConfiguration 

Fields

Instances

Instances details
FromJSON V1MutatingWebhookConfiguration Source #

FromJSON V1MutatingWebhookConfiguration

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1MutatingWebhookConfiguration Source #

ToJSON V1MutatingWebhookConfiguration

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1MutatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1MutatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateMutatingWebhookConfiguration V1MutatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam ReplaceMutatingWebhookConfiguration V1MutatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

data V1MutatingWebhookConfigurationList Source #

V1MutatingWebhookConfigurationList MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.

Constructors

V1MutatingWebhookConfigurationList 

Fields

data V1NFSVolumeSource Source #

V1NFSVolumeSource Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.

Constructors

V1NFSVolumeSource 

Fields

data V1Namespace Source #

V1Namespace Namespace provides a scope for Names. Use of multiple namespaces is optional.

Constructors

V1Namespace 

Fields

Instances

Instances details
FromJSON V1Namespace Source #

FromJSON V1Namespace

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Namespace Source #

ToJSON V1Namespace

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespace V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes CreateNamespace contentType, MimeRender contentType V1Namespace) => KubernetesRequest CreateNamespace contentType res accept -> V1Namespace -> KubernetesRequest CreateNamespace contentType res accept Source #

HasBodyParam ReplaceNamespace V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes ReplaceNamespace contentType, MimeRender contentType V1Namespace) => KubernetesRequest ReplaceNamespace contentType res accept -> V1Namespace -> KubernetesRequest ReplaceNamespace contentType res accept Source #

HasBodyParam ReplaceNamespaceFinalize V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespaceStatus V1Namespace Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1NamespaceSpec Source #

V1NamespaceSpec NamespaceSpec describes the attributes on a Namespace.

Constructors

V1NamespaceSpec 

Fields

data V1NamespaceStatus Source #

V1NamespaceStatus NamespaceStatus is information about the current status of a Namespace.

Constructors

V1NamespaceStatus 

Fields

data V1NamespaceCondition Source #

V1NamespaceCondition NamespaceCondition contains details about state of namespace.

Constructors

V1NamespaceCondition 

Fields

data V1NamespaceList Source #

V1NamespaceList NamespaceList is a list of Namespaces.

Constructors

V1NamespaceList 

Fields

data V1NetworkPolicy Source #

V1NetworkPolicy NetworkPolicy describes what network traffic is allowed for a set of Pods

Constructors

V1NetworkPolicy 

Fields

Instances

Instances details
FromJSON V1NetworkPolicy Source #

FromJSON V1NetworkPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1NetworkPolicy Source #

ToJSON V1NetworkPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedNetworkPolicy V1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

HasBodyParam ReplaceNamespacedNetworkPolicy V1NetworkPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1

data V1NetworkPolicySpec Source #

V1NetworkPolicySpec NetworkPolicySpec provides the specification of a NetworkPolicy

Constructors

V1NetworkPolicySpec 

Fields

  • v1NetworkPolicySpecEgress :: !(Maybe [V1NetworkPolicyEgressRule])

    "egress" - egress is a list of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8

  • v1NetworkPolicySpecIngress :: !(Maybe [V1NetworkPolicyIngressRule])

    "ingress" - ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default)

  • v1NetworkPolicySpecPodSelector :: !V1LabelSelector

    Required "podSelector"

  • v1NetworkPolicySpecPolicyTypes :: !(Maybe [Text])

    "policyTypes" - policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are [&quot;Ingress&quot;], [&quot;Egress&quot;], or [&quot;Ingress&quot;, &quot;Egress&quot;]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ &quot;Egress&quot; ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include &quot;Egress&quot; (since such a policy would not include an egress section and would otherwise default to just [ &quot;Ingress&quot; ]). This field is beta-level in 1.8

data V1NetworkPolicyEgressRule Source #

V1NetworkPolicyEgressRule NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8

Constructors

V1NetworkPolicyEgressRule 

Fields

  • v1NetworkPolicyEgressRulePorts :: !(Maybe [V1NetworkPolicyPort])

    "ports" - ports is a list of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.

  • v1NetworkPolicyEgressRuleTo :: !(Maybe [V1NetworkPolicyPeer])

    "to" - to is a list of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list.

data V1NetworkPolicyPort Source #

V1NetworkPolicyPort NetworkPolicyPort describes a port to allow traffic on

Constructors

V1NetworkPolicyPort 

Fields

  • v1NetworkPolicyPortEndPort :: !(Maybe Int)

    "endPort" - endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port.

  • v1NetworkPolicyPortPort :: !(Maybe IntOrString)

    "port"

  • v1NetworkPolicyPortProtocol :: !(Maybe Text)

    "protocol" - protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.

data V1NetworkPolicyPeer Source #

V1NetworkPolicyPeer NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed

data V1NetworkPolicyIngressRule Source #

V1NetworkPolicyIngressRule NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from.

Constructors

V1NetworkPolicyIngressRule 

Fields

  • v1NetworkPolicyIngressRuleFrom :: !(Maybe [V1NetworkPolicyPeer])

    "from" - from is a list of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list.

  • v1NetworkPolicyIngressRulePorts :: !(Maybe [V1NetworkPolicyPort])

    "ports" - ports is a list of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list.

data V1NetworkPolicyList Source #

V1NetworkPolicyList NetworkPolicyList is a list of NetworkPolicy objects.

Constructors

V1NetworkPolicyList 

Fields

data V1Node Source #

V1Node Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd).

Constructors

V1Node 

Fields

Instances

Instances details
FromJSON V1Node Source #

FromJSON V1Node

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Node Source #

ToJSON V1Node

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Node Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Node Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: V1Node -> V1Node -> Bool #

(/=) :: V1Node -> V1Node -> Bool #

HasBodyParam CreateNode V1Node Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes CreateNode contentType, MimeRender contentType V1Node) => KubernetesRequest CreateNode contentType res accept -> V1Node -> KubernetesRequest CreateNode contentType res accept Source #

HasBodyParam ReplaceNode V1Node Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes ReplaceNode contentType, MimeRender contentType V1Node) => KubernetesRequest ReplaceNode contentType res accept -> V1Node -> KubernetesRequest ReplaceNode contentType res accept Source #

HasBodyParam ReplaceNodeStatus V1Node Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes ReplaceNodeStatus contentType, MimeRender contentType V1Node) => KubernetesRequest ReplaceNodeStatus contentType res accept -> V1Node -> KubernetesRequest ReplaceNodeStatus contentType res accept Source #

data V1NodeSpec Source #

V1NodeSpec NodeSpec describes the attributes that a node is created with.

Constructors

V1NodeSpec 

Fields

data V1NodeStatus Source #

V1NodeStatus NodeStatus is information about the current status of a node.

Constructors

V1NodeStatus 

Fields

data V1NodeAddress Source #

V1NodeAddress NodeAddress contains information for the node's address.

Constructors

V1NodeAddress 

Fields

data V1PreferredSchedulingTerm Source #

V1PreferredSchedulingTerm An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).

Constructors

V1PreferredSchedulingTerm 

Fields

data V1NodeSelector Source #

V1NodeSelector A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.

Constructors

V1NodeSelector 

Fields

data V1NodeCondition Source #

V1NodeCondition NodeCondition contains condition information for a node.

Constructors

V1NodeCondition 

Fields

data V1NodeConfigSource Source #

V1NodeConfigSource NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. This API is deprecated since 1.22

data V1NodeConfigStatus Source #

V1NodeConfigStatus NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.

Constructors

V1NodeConfigStatus 

Fields

  • v1NodeConfigStatusActive :: !(Maybe V1NodeConfigSource)

    "active"

  • v1NodeConfigStatusAssigned :: !(Maybe V1NodeConfigSource)

    "assigned"

  • v1NodeConfigStatusError :: !(Maybe Text)

    "error" - Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions.

  • v1NodeConfigStatusLastKnownGood :: !(Maybe V1NodeConfigSource)

    "lastKnownGood"

data V1NodeFeatures Source #

V1NodeFeatures NodeFeatures describes the set of features implemented by the CRI implementation. The features contained in the NodeFeatures should depend only on the cri implementation independent of runtime handlers.

Constructors

V1NodeFeatures 

Fields

data V1NodeList Source #

V1NodeList NodeList is the whole list of all Nodes which have been registered with master.

Constructors

V1NodeList 

Fields

data V1NodeRuntimeHandlerFeatures Source #

V1NodeRuntimeHandlerFeatures NodeRuntimeHandlerFeatures is a set of features implemented by the runtime handler.

Constructors

V1NodeRuntimeHandlerFeatures 

Fields

data V1NodeSelectorTerm Source #

V1NodeSelectorTerm A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.

Constructors

V1NodeSelectorTerm 

Fields

data V1NodeSelectorRequirement Source #

V1NodeSelectorRequirement A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.

Constructors

V1NodeSelectorRequirement 

Fields

  • v1NodeSelectorRequirementKey :: !Text

    Required "key" - The label key that the selector applies to.

  • v1NodeSelectorRequirementOperator :: !Text

    Required "operator" - Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.

  • v1NodeSelectorRequirementValues :: !(Maybe [Text])

    "values" - An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch.

data V1Taint Source #

V1Taint The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.

Constructors

V1Taint 

Fields

  • v1TaintEffect :: !Text

    Required "effect" - Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.

  • v1TaintKey :: !Text

    Required "key" - Required. The taint key to be applied to a node.

  • v1TaintTimeAdded :: !(Maybe DateTime)

    "timeAdded" - TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints.

  • v1TaintValue :: !(Maybe Text)

    "value" - The taint value corresponding to the taint key.

Instances

Instances details
FromJSON V1Taint Source #

FromJSON V1Taint

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Taint Source #

ToJSON V1Taint

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Taint Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Taint Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: V1Taint -> V1Taint -> Bool #

(/=) :: V1Taint -> V1Taint -> Bool #

data V1NodeSystemInfo Source #

V1NodeSystemInfo NodeSystemInfo is a set of ids/uuids to uniquely identify the node.

Constructors

V1NodeSystemInfo 

Fields

data V1NonResourceAttributes Source #

V1NonResourceAttributes NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface

Constructors

V1NonResourceAttributes 

Fields

data V1NonResourcePolicyRule Source #

V1NonResourcePolicyRule NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.

Constructors

V1NonResourcePolicyRule 

Fields

  • v1NonResourcePolicyRuleNonResourceUrls :: ![Text]

    Required "nonResourceURLs" - `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example: - &quot;healthz&quot; is legal - &quot;hea*&quot; is illegal - &quot;hea&quot; is legal but matches nothing - &quot;hea*&quot; also matches nothing - &quot;healthz/*&quot; matches all per-component health checks. &quot;*&quot; matches all non-resource urls. if it is present, it must be the only entry. Required.

  • v1NonResourcePolicyRuleVerbs :: ![Text]

    Required "verbs" - `verbs` is a list of matching verbs and may not be empty. &quot;*&quot; matches all verbs. If it is present, it must be the only entry. Required.

data V1NonResourceRule Source #

V1NonResourceRule NonResourceRule holds information that describes a rule for the non-resource

Constructors

V1NonResourceRule 

Fields

  • v1NonResourceRuleNonResourceUrls :: !(Maybe [Text])

    "nonResourceURLs" - NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. &quot;*&quot; means all.

  • v1NonResourceRuleVerbs :: ![Text]

    Required "verbs" - Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. &quot;*&quot; means all.

data V1OwnerReference Source #

V1OwnerReference OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.

Constructors

V1OwnerReference 

Fields

data V1Overhead Source #

V1Overhead Overhead structure represents the resource overhead associated with running a pod.

Constructors

V1Overhead 

Fields

data V1ParamKind Source #

V1ParamKind ParamKind is a tuple of Group Kind and Version.

Constructors

V1ParamKind 

Fields

data V1ParamRef Source #

V1ParamRef ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.

Constructors

V1ParamRef 

Fields

  • v1ParamRefName :: !(Maybe Text)

    "name" - name is the name of the resource being referenced. One of `name` or `selector` must be set, but `name` and `selector` are mutually exclusive properties. If one is set, the other must be unset. A single parameter used for all admission requests can be configured by setting the `name` field, leaving `selector` blank, and setting namespace if `paramKind` is namespace-scoped.

  • v1ParamRefNamespace :: !(Maybe Text)

    "namespace" - namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields. A per-namespace parameter may be used by specifying a namespace-scoped `paramKind` in the policy and leaving this field empty. - If `paramKind` is cluster-scoped, this field MUST be unset. Setting this field results in a configuration error. - If `paramKind` is namespace-scoped, the namespace of the object being evaluated for admission will be used when this field is left unset. Take care that if this is left empty the binding must not match any cluster-scoped resources, which will result in an error.

  • v1ParamRefParameterNotFoundAction :: !(Maybe Text)

    "parameterNotFoundAction" - `parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy. Allowed values are `Allow` or `Deny` Required

  • v1ParamRefSelector :: !(Maybe V1LabelSelector)

    "selector"

data V1PersistentVolume Source #

V1PersistentVolume PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes

Constructors

V1PersistentVolume 

Fields

Instances

Instances details
FromJSON V1PersistentVolume Source #

FromJSON V1PersistentVolume

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PersistentVolume Source #

ToJSON V1PersistentVolume

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PersistentVolume Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1PersistentVolume Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreatePersistentVolume V1PersistentVolume Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplacePersistentVolume V1PersistentVolume Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplacePersistentVolumeStatus V1PersistentVolume Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1PersistentVolumeSpec Source #

V1PersistentVolumeSpec PersistentVolumeSpec is the specification of a persistent volume.

Constructors

V1PersistentVolumeSpec 

Fields

data V1PersistentVolumeStatus Source #

V1PersistentVolumeStatus PersistentVolumeStatus is the current status of a persistent volume.

Constructors

V1PersistentVolumeStatus 

Fields

data V1PersistentVolumeClaim Source #

V1PersistentVolumeClaim PersistentVolumeClaim is a user's request for and claim to a persistent volume

Constructors

V1PersistentVolumeClaim 

Fields

Instances

Instances details
FromJSON V1PersistentVolumeClaim Source #

FromJSON V1PersistentVolumeClaim

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PersistentVolumeClaim Source #

ToJSON V1PersistentVolumeClaim

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PersistentVolumeClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1PersistentVolumeClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedPersistentVolumeClaim V1PersistentVolumeClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedPersistentVolumeClaim V1PersistentVolumeClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedPersistentVolumeClaimStatus V1PersistentVolumeClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1PersistentVolumeClaimSpec Source #

V1PersistentVolumeClaimSpec PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes

Constructors

V1PersistentVolumeClaimSpec 

Fields

data V1PersistentVolumeClaimStatus Source #

V1PersistentVolumeClaimStatus PersistentVolumeClaimStatus is the current status of a persistent volume claim.

Constructors

V1PersistentVolumeClaimStatus 

Fields

  • v1PersistentVolumeClaimStatusAccessModes :: !(Maybe [Text])

    "accessModes" - accessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1

  • v1PersistentVolumeClaimStatusAllocatedResourceStatuses :: !(Maybe (Map String Text))

    "allocatedResourceStatuses" - allocatedResourceStatuses stores status of resource being resized for the given PVC. Key names follow standard Kubernetes label syntax. Valid values are either: * Un-prefixed keys: - storage - the capacity of the volume. * Custom resources must use implementation-defined prefixed names such as &quot;example.com/my-custom-resource&quot; Apart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used. ClaimResourceStatus can be in any of following states: - ControllerResizeInProgress: State set when resize controller starts resizing the volume in control-plane. - ControllerResizeFailed: State set when resize has failed in resize controller with a terminal error. - NodeResizePending: State set when resize controller has finished resizing the volume but further resizing of volume is needed on the node. - NodeResizeInProgress: State set when kubelet starts resizing the volume. - NodeResizeFailed: State set when resizing has failed in kubelet with a terminal error. Transient errors don't set NodeResizeFailed. For example: if expanding a PVC for more capacity - this field can be one of the following states: - pvc.status.allocatedResourceStatus['storage'] = &quot;ControllerResizeInProgress&quot; - pvc.status.allocatedResourceStatus['storage'] = &quot;ControllerResizeFailed&quot; - pvc.status.allocatedResourceStatus['storage'] = &quot;NodeResizePending&quot; - pvc.status.allocatedResourceStatus['storage'] = &quot;NodeResizeInProgress&quot; - pvc.status.allocatedResourceStatus['storage'] = &quot;NodeResizeFailed&quot; When this field is not set, it means that no resize operation is in progress for the given PVC. A controller that receives PVC update with previously unknown resourceName or ClaimResourceStatus should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.

  • v1PersistentVolumeClaimStatusAllocatedResources :: !(Maybe (Map String Quantity))

    "allocatedResources" - allocatedResources tracks the resources allocated to a PVC including its capacity. Key names follow standard Kubernetes label syntax. Valid values are either: * Un-prefixed keys: - storage - the capacity of the volume. * Custom resources must use implementation-defined prefixed names such as &quot;example.com/my-custom-resource&quot; Apart from above values - keys that are unprefixed or have kubernetes.io prefix are considered reserved and hence may not be used. Capacity reported here may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity. A controller that receives PVC update with previously unknown resourceName should ignore the update for the purpose it was designed. For example - a controller that only is responsible for resizing capacity of the volume, should ignore PVC updates that change other valid resources associated with PVC. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.

  • v1PersistentVolumeClaimStatusCapacity :: !(Maybe (Map String Quantity))

    "capacity" - capacity represents the actual resources of the underlying volume.

  • v1PersistentVolumeClaimStatusConditions :: !(Maybe [V1PersistentVolumeClaimCondition])

    "conditions" - conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'Resizing'.

  • v1PersistentVolumeClaimStatusCurrentVolumeAttributesClassName :: !(Maybe Text)

    "currentVolumeAttributesClassName" - currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is a beta field and requires enabling VolumeAttributesClass feature (off by default).

  • v1PersistentVolumeClaimStatusModifyVolumeStatus :: !(Maybe V1ModifyVolumeStatus)

    "modifyVolumeStatus"

  • v1PersistentVolumeClaimStatusPhase :: !(Maybe Text)

    "phase" - phase represents the current phase of PersistentVolumeClaim.

data V1PersistentVolumeClaimCondition Source #

V1PersistentVolumeClaimCondition PersistentVolumeClaimCondition contains details about state of pvc

Constructors

V1PersistentVolumeClaimCondition 

Fields

data V1PersistentVolumeClaimList Source #

V1PersistentVolumeClaimList PersistentVolumeClaimList is a list of PersistentVolumeClaim items.

Constructors

V1PersistentVolumeClaimList 

Fields

data V1TypedObjectReference Source #

V1TypedObjectReference TypedObjectReference contains enough information to let you locate the typed referenced object

Constructors

V1TypedObjectReference 

Fields

  • v1TypedObjectReferenceApiGroup :: !(Maybe Text)

    "apiGroup" - APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.

  • v1TypedObjectReferenceKind :: !Text

    Required "kind" - Kind is the type of resource being referenced

  • v1TypedObjectReferenceName :: !Text

    Required "name" - Name is the name of resource being referenced

  • v1TypedObjectReferenceNamespace :: !(Maybe Text)

    "namespace" - Namespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled.

data V1VolumeResourceRequirements Source #

V1VolumeResourceRequirements VolumeResourceRequirements describes the storage resource requirements for a volume.

Constructors

V1VolumeResourceRequirements 

Fields

data V1PersistentVolumeClaimVolumeSource Source #

V1PersistentVolumeClaimVolumeSource PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).

Constructors

V1PersistentVolumeClaimVolumeSource 

Fields

data V1PersistentVolumeList Source #

V1PersistentVolumeList PersistentVolumeList is a list of PersistentVolume items.

Constructors

V1PersistentVolumeList 

Fields

data V1PhotonPersistentDiskVolumeSource Source #

V1PhotonPersistentDiskVolumeSource Represents a Photon Controller persistent disk resource.

Constructors

V1PhotonPersistentDiskVolumeSource 

Fields

data V1PortworxVolumeSource Source #

V1PortworxVolumeSource PortworxVolumeSource represents a Portworx volume resource.

Constructors

V1PortworxVolumeSource 

Fields

data V1QuobyteVolumeSource Source #

V1QuobyteVolumeSource Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.

Constructors

V1QuobyteVolumeSource 

Fields

data V1RBDPersistentVolumeSource Source #

V1RBDPersistentVolumeSource Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.

Constructors

V1RBDPersistentVolumeSource 

Fields

data V1ScaleIOPersistentVolumeSource Source #

V1ScaleIOPersistentVolumeSource ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume

Constructors

V1ScaleIOPersistentVolumeSource 

Fields

data V1StorageOSPersistentVolumeSource Source #

V1StorageOSPersistentVolumeSource Represents a StorageOS persistent volume resource.

Constructors

V1StorageOSPersistentVolumeSource 

Fields

data V1VsphereVirtualDiskVolumeSource Source #

V1VsphereVirtualDiskVolumeSource Represents a vSphere volume resource.

Constructors

V1VsphereVirtualDiskVolumeSource 

Fields

data V1Pod Source #

V1Pod Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.

Constructors

V1Pod 

Fields

Instances

Instances details
FromJSON V1Pod Source #

FromJSON V1Pod

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Pod Source #

ToJSON V1Pod

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

showsPrec :: Int -> V1Pod -> ShowS #

show :: V1Pod -> String #

showList :: [V1Pod] -> ShowS #

Eq V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: V1Pod -> V1Pod -> Bool #

(/=) :: V1Pod -> V1Pod -> Bool #

HasBodyParam CreateNamespacedPod V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes CreateNamespacedPod contentType, MimeRender contentType V1Pod) => KubernetesRequest CreateNamespacedPod contentType res accept -> V1Pod -> KubernetesRequest CreateNamespacedPod contentType res accept Source #

HasBodyParam ReplaceNamespacedPod V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes ReplaceNamespacedPod contentType, MimeRender contentType V1Pod) => KubernetesRequest ReplaceNamespacedPod contentType res accept -> V1Pod -> KubernetesRequest ReplaceNamespacedPod contentType res accept Source #

HasBodyParam ReplaceNamespacedPodEphemeralcontainers V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedPodResize V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedPodStatus V1Pod Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1PodSpec Source #

V1PodSpec PodSpec is a description of a pod.

Constructors

V1PodSpec 

Fields

  • v1PodSpecActiveDeadlineSeconds :: !(Maybe Integer)

    "activeDeadlineSeconds" - Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer.

  • v1PodSpecAffinity :: !(Maybe V1Affinity)

    "affinity"

  • v1PodSpecAutomountServiceAccountToken :: !(Maybe Bool)

    "automountServiceAccountToken" - AutomountServiceAccountToken indicates whether a service account token should be automatically mounted.

  • v1PodSpecContainers :: ![V1Container]

    Required "containers" - List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.

  • v1PodSpecDnsConfig :: !(Maybe V1PodDNSConfig)

    "dnsConfig"

  • v1PodSpecDnsPolicy :: !(Maybe Text)

    "dnsPolicy" - Set DNS policy for the pod. Defaults to &quot;ClusterFirst&quot;. Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.

  • v1PodSpecEnableServiceLinks :: !(Maybe Bool)

    "enableServiceLinks" - EnableServiceLinks indicates whether information about services should be injected into pod's environment variables, matching the syntax of Docker links. Optional: Defaults to true.

  • v1PodSpecEphemeralContainers :: !(Maybe [V1EphemeralContainer])

    "ephemeralContainers" - List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource.

  • v1PodSpecHostAliases :: !(Maybe [V1HostAlias])

    "hostAliases" - HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.

  • v1PodSpecHostIpc :: !(Maybe Bool)

    "hostIPC" - Use the host's ipc namespace. Optional: Default to false.

  • v1PodSpecHostNetwork :: !(Maybe Bool)

    "hostNetwork" - Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false.

  • v1PodSpecHostPid :: !(Maybe Bool)

    "hostPID" - Use the host's pid namespace. Optional: Default to false.

  • v1PodSpecHostUsers :: !(Maybe Bool)

    "hostUsers" - Use the host's user namespace. Optional: Default to true. If set to true or not present, the pod will be run in the host user namespace, useful for when the pod needs a feature only available to the host user namespace, such as loading a kernel module with CAP_SYS_MODULE. When set to false, a new userns is created for the pod. Setting false is useful for mitigating container breakout vulnerabilities even allowing users to run their containers as root without actually having root privileges on the host. This field is alpha-level and is only honored by servers that enable the UserNamespacesSupport feature.

  • v1PodSpecHostname :: !(Maybe Text)

    "hostname" - Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value.

  • v1PodSpecImagePullSecrets :: !(Maybe [V1LocalObjectReference])

    "imagePullSecrets" - ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod

  • v1PodSpecInitContainers :: !(Maybe [V1Container])

    "initContainers" - List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest requestlimit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https:kubernetes.iodocsconceptsworkloadspodsinit-containers/

  • v1PodSpecNodeName :: !(Maybe Text)

    "nodeName" - NodeName indicates in which node this pod is scheduled. If empty, this pod is a candidate for scheduling by the scheduler defined in schedulerName. Once this field is set, the kubelet for this node becomes responsible for the lifecycle of this pod. This field should not be used to express a desire for the pod to be scheduled on a specific node. https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodename

  • v1PodSpecNodeSelector :: !(Maybe (Map String Text))

    "nodeSelector" - NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

  • v1PodSpecOs :: !(Maybe V1PodOS)

    "os"

  • v1PodSpecOverhead :: !(Maybe (Map String Quantity))

    "overhead" - Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. This field will be autopopulated at admission time by the RuntimeClass admission controller. If the RuntimeClass admission controller is enabled, overhead must not be set in Pod create requests. The RuntimeClass admission controller will reject Pod create requests which have the overhead already set. If RuntimeClass is configured and selected in the PodSpec, Overhead will be set to the value defined in the corresponding RuntimeClass, otherwise it will remain unset and treated as zero. More info: https://git.k8s.io/enhancements/keps/sig-node/688-pod-overhead/README.md

  • v1PodSpecPreemptionPolicy :: !(Maybe Text)

    "preemptionPolicy" - PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.

  • v1PodSpecPriority :: !(Maybe Int)

    "priority" - The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority.

  • v1PodSpecPriorityClassName :: !(Maybe Text)

    "priorityClassName" - If specified, indicates the pod's priority. &quot;system-node-critical&quot; and &quot;system-cluster-critical&quot; are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default.

  • v1PodSpecReadinessGates :: !(Maybe [V1PodReadinessGate])

    "readinessGates" - If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to &quot;True&quot; More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates

  • v1PodSpecResourceClaims :: !(Maybe [V1PodResourceClaim])

    "resourceClaims" - ResourceClaims defines which ResourceClaims must be allocated and reserved before the Pod is allowed to start. The resources will be made available to those containers which consume them by name. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. This field is immutable.

  • v1PodSpecResources :: !(Maybe V1ResourceRequirements)

    "resources"

  • v1PodSpecRestartPolicy :: !(Maybe Text)

    "restartPolicy" - Restart policy for all containers within the pod. One of Always, OnFailure, Never. In some contexts, only a subset of those values may be permitted. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy

  • v1PodSpecRuntimeClassName :: !(Maybe Text)

    "runtimeClassName" - RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod. If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the &quot;legacy&quot; RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class

  • v1PodSpecSchedulerName :: !(Maybe Text)

    "schedulerName" - If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler.

  • v1PodSpecSchedulingGates :: !(Maybe [V1PodSchedulingGate])

    "schedulingGates" - SchedulingGates is an opaque list of values that if specified will block scheduling the pod. If schedulingGates is not empty, the pod will stay in the SchedulingGated state and the scheduler will not attempt to schedule the pod. SchedulingGates can only be set at pod creation time, and be removed only afterwards.

  • v1PodSpecSecurityContext :: !(Maybe V1PodSecurityContext)

    "securityContext"

  • v1PodSpecServiceAccount :: !(Maybe Text)

    "serviceAccount" - DeprecatedServiceAccount is a deprecated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead.

  • v1PodSpecServiceAccountName :: !(Maybe Text)

    "serviceAccountName" - ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/

  • v1PodSpecSetHostnameAsFqdn :: !(Maybe Bool)

    "setHostnameAsFQDN" - If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.

  • v1PodSpecShareProcessNamespace :: !(Maybe Bool)

    "shareProcessNamespace" - Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false.

  • v1PodSpecSubdomain :: !(Maybe Text)

    "subdomain" - If specified, the fully qualified Pod hostname will be &quot;&lt;hostname&gt;.&lt;subdomain&gt;.&lt;pod namespace&gt;.svc.&lt;cluster domain&gt;&quot;. If not specified, the pod will not have a domainname at all.

  • v1PodSpecTerminationGracePeriodSeconds :: !(Maybe Integer)

    "terminationGracePeriodSeconds" - Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.

  • v1PodSpecTolerations :: !(Maybe [V1Toleration])

    "tolerations" - If specified, the pod's tolerations.

  • v1PodSpecTopologySpreadConstraints :: !(Maybe [V1TopologySpreadConstraint])

    "topologySpreadConstraints" - TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed.

  • v1PodSpecVolumes :: !(Maybe [V1Volume])

    "volumes" - List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes

Instances

Instances details
FromJSON V1PodSpec Source #

FromJSON V1PodSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PodSpec Source #

ToJSON V1PodSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PodSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1PodSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1PodStatus Source #

V1PodStatus PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.

Constructors

V1PodStatus 

Fields

  • v1PodStatusConditions :: !(Maybe [V1PodCondition])

    "conditions" - Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions

  • v1PodStatusContainerStatuses :: !(Maybe [V1ContainerStatus])

    "containerStatuses" - Statuses of containers in this pod. Each container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status

  • v1PodStatusEphemeralContainerStatuses :: !(Maybe [V1ContainerStatus])

    "ephemeralContainerStatuses" - Statuses for any ephemeral containers that have run in this pod. Each ephemeral container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status

  • v1PodStatusHostIp :: !(Maybe Text)

    "hostIP" - hostIP holds the IP address of the host to which the pod is assigned. Empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns mean that HostIP will not be updated even if there is a node is assigned to pod

  • v1PodStatusHostIps :: !(Maybe [V1HostIP])

    "hostIPs" - hostIPs holds the IP addresses allocated to the host. If this field is specified, the first entry must match the hostIP field. This list is empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns means that HostIPs will not be updated even if there is a node is assigned to this pod.

  • v1PodStatusInitContainerStatuses :: !(Maybe [V1ContainerStatus])

    "initContainerStatuses" - Statuses of init containers in this pod. The most recent successful non-restartable init container will have ready = true, the most recently started container will have startTime set. Each init container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-and-container-status

  • v1PodStatusMessage :: !(Maybe Text)

    "message" - A human readable message indicating details about why the pod is in this condition.

  • v1PodStatusNominatedNodeName :: !(Maybe Text)

    "nominatedNodeName" - nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be scheduled right away as preemption victims receive their graceful termination periods. This field does not guarantee that the pod will be scheduled on this node. Scheduler may decide to place the pod elsewhere if other nodes become available sooner. Scheduler may also decide to give the resources on this node to a higher priority pod that is created after preemption. As a result, this field may be different than PodSpec.nodeName when the pod is scheduled.

  • v1PodStatusPhase :: !(Maybe Text)

    "phase" - The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values: Pending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. The container either exited with non-zero status or was terminated by the system. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase

  • v1PodStatusPodIp :: !(Maybe Text)

    "podIP" - podIP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated.

  • v1PodStatusPodIps :: !(Maybe [V1PodIP])

    "podIPs" - podIPs holds the IP addresses allocated to the pod. If this field is specified, the 0th entry must match the podIP field. Pods may be allocated at most 1 value for each of IPv4 and IPv6. This list is empty if no IPs have been allocated yet.

  • v1PodStatusQosClass :: !(Maybe Text)

    "qosClass" - The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-qos/#quality-of-service-classes

  • v1PodStatusReason :: !(Maybe Text)

    "reason" - A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted'

  • v1PodStatusResize :: !(Maybe Text)

    "resize" - Status of resources resize desired for pod's containers. It is empty if no resources resize is pending. Any changes to container resources will automatically set this to &quot;Proposed&quot;

  • v1PodStatusResourceClaimStatuses :: !(Maybe [V1PodResourceClaimStatus])

    "resourceClaimStatuses" - Status of resource claims.

  • v1PodStatusStartTime :: !(Maybe DateTime)

    "startTime" - RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod.

data V1WeightedPodAffinityTerm Source #

V1WeightedPodAffinityTerm The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s)

Constructors

V1WeightedPodAffinityTerm 

Fields

data V1PodAffinityTerm Source #

V1PodAffinityTerm Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which a pod of the set of pods is running

Constructors

V1PodAffinityTerm 

Fields

  • v1PodAffinityTermLabelSelector :: !(Maybe V1LabelSelector)

    "labelSelector"

  • v1PodAffinityTermMatchLabelKeys :: !(Maybe [Text])

    "matchLabelKeys" - MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).

  • v1PodAffinityTermMismatchLabelKeys :: !(Maybe [Text])

    "mismatchLabelKeys" - MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).

  • v1PodAffinityTermNamespaceSelector :: !(Maybe V1LabelSelector)

    "namespaceSelector"

  • v1PodAffinityTermNamespaces :: !(Maybe [Text])

    "namespaces" - namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means &quot;this pod's namespace&quot;.

  • v1PodAffinityTermTopologyKey :: !Text

    Required "topologyKey" - This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

data V1PodCondition Source #

V1PodCondition PodCondition contains details for the current condition of this pod.

Constructors

V1PodCondition 

Fields

data V1PodDNSConfig Source #

V1PodDNSConfig PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.

Constructors

V1PodDNSConfig 

Fields

  • v1PodDNSConfigNameservers :: !(Maybe [Text])

    "nameservers" - A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed.

  • v1PodDNSConfigOptions :: !(Maybe [V1PodDNSConfigOption])

    "options" - A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.

  • v1PodDNSConfigSearches :: !(Maybe [Text])

    "searches" - A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.

data V1PodDNSConfigOption Source #

V1PodDNSConfigOption PodDNSConfigOption defines DNS resolver options of a pod.

Constructors

V1PodDNSConfigOption 

Fields

data V1PodDisruptionBudget Source #

V1PodDisruptionBudget PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods

Constructors

V1PodDisruptionBudget 

Fields

Instances

Instances details
FromJSON V1PodDisruptionBudget Source #

FromJSON V1PodDisruptionBudget

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PodDisruptionBudget Source #

ToJSON V1PodDisruptionBudget

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PodDisruptionBudget Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1PodDisruptionBudget Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedPodDisruptionBudget V1PodDisruptionBudget Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasBodyParam ReplaceNamespacedPodDisruptionBudget V1PodDisruptionBudget Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

HasBodyParam ReplaceNamespacedPodDisruptionBudgetStatus V1PodDisruptionBudget Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.PolicyV1

data V1PodDisruptionBudgetSpec Source #

V1PodDisruptionBudgetSpec PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.

Constructors

V1PodDisruptionBudgetSpec 

Fields

  • v1PodDisruptionBudgetSpecMaxUnavailable :: !(Maybe IntOrString)

    "maxUnavailable"

  • v1PodDisruptionBudgetSpecMinAvailable :: !(Maybe IntOrString)

    "minAvailable"

  • v1PodDisruptionBudgetSpecSelector :: !(Maybe V1LabelSelector)

    "selector"

  • v1PodDisruptionBudgetSpecUnhealthyPodEvictionPolicy :: !(Maybe Text)

    "unhealthyPodEvictionPolicy" - UnhealthyPodEvictionPolicy defines the criteria for when unhealthy pods should be considered for eviction. Current implementation considers healthy pods, as pods that have status.conditions item with type=&quot;Ready&quot;,status=&quot;True&quot;. Valid policies are IfHealthyBudget and AlwaysAllow. If no policy is specified, the default behavior will be used, which corresponds to the IfHealthyBudget policy. IfHealthyBudget policy means that running pods (status.phase=&quot;Running&quot;), but not yet healthy can be evicted only if the guarded application is not disrupted (status.currentHealthy is at least equal to status.desiredHealthy). Healthy pods will be subject to the PDB for eviction. AlwaysAllow policy means that all running pods (status.phase=&quot;Running&quot;), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction. Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field. This field is beta-level. The eviction API uses this field when the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default).

data V1PodDisruptionBudgetStatus Source #

V1PodDisruptionBudgetStatus PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.

Constructors

V1PodDisruptionBudgetStatus 

Fields

  • v1PodDisruptionBudgetStatusConditions :: !(Maybe [V1Condition])

    "conditions" - Conditions contain conditions for PDB. The disruption controller sets the DisruptionAllowed condition. The following are known values for the reason field (additional reasons could be added in the future): - SyncFailed: The controller encountered an error and wasn't able to compute the number of allowed disruptions. Therefore no disruptions are allowed and the status of the condition will be False. - InsufficientPods: The number of pods are either at or below the number required by the PodDisruptionBudget. No disruptions are allowed and the status of the condition will be False. - SufficientPods: There are more pods than required by the PodDisruptionBudget. The condition will be True, and the number of allowed disruptions are provided by the disruptionsAllowed property.

  • v1PodDisruptionBudgetStatusCurrentHealthy :: !Int

    Required "currentHealthy" - current number of healthy pods

  • v1PodDisruptionBudgetStatusDesiredHealthy :: !Int

    Required "desiredHealthy" - minimum desired number of healthy pods

  • v1PodDisruptionBudgetStatusDisruptedPods :: !(Maybe (Map String DateTime))

    "disruptedPods" - DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.

  • v1PodDisruptionBudgetStatusDisruptionsAllowed :: !Int

    Required "disruptionsAllowed" - Number of pod disruptions that are currently allowed.

  • v1PodDisruptionBudgetStatusExpectedPods :: !Int

    Required "expectedPods" - total number of pods counted by this disruption budget

  • v1PodDisruptionBudgetStatusObservedGeneration :: !(Maybe Integer)

    "observedGeneration" - Most recent generation observed when updating this PDB status. DisruptionsAllowed and other status information is valid only if observedGeneration equals to PDB's object generation.

data V1PodDisruptionBudgetList Source #

V1PodDisruptionBudgetList PodDisruptionBudgetList is a collection of PodDisruptionBudgets.

Constructors

V1PodDisruptionBudgetList 

Fields

data V1PodFailurePolicyRule Source #

V1PodFailurePolicyRule PodFailurePolicyRule describes how a pod failure is handled when the requirements are met. One of onExitCodes and onPodConditions, but not both, can be used in each rule.

Constructors

V1PodFailurePolicyRule 

Fields

  • v1PodFailurePolicyRuleAction :: !Text

    Required "action" - Specifies the action taken on a pod failure when the requirements are satisfied. Possible values are: - FailJob: indicates that the pod's job is marked as Failed and all running pods are terminated. - FailIndex: indicates that the pod's index is marked as Failed and will not be restarted. This value is beta-level. It can be used when the `JobBackoffLimitPerIndex` feature gate is enabled (enabled by default). - Ignore: indicates that the counter towards the .backoffLimit is not incremented and a replacement pod is created. - Count: indicates that the pod is handled in the default way - the counter towards the .backoffLimit is incremented. Additional values are considered to be added in the future. Clients should react to an unknown action by skipping the rule.

  • v1PodFailurePolicyRuleOnExitCodes :: !(Maybe V1PodFailurePolicyOnExitCodesRequirement)

    "onExitCodes"

  • v1PodFailurePolicyRuleOnPodConditions :: !(Maybe [V1PodFailurePolicyOnPodConditionsPattern])

    "onPodConditions" - Represents the requirement on the pod conditions. The requirement is represented as a list of pod condition patterns. The requirement is satisfied if at least one pattern matches an actual pod condition. At most 20 elements are allowed.

data V1PodFailurePolicyOnExitCodesRequirement Source #

V1PodFailurePolicyOnExitCodesRequirement PodFailurePolicyOnExitCodesRequirement describes the requirement for handling a failed pod based on its container exit codes. In particular, it lookups the .state.terminated.exitCode for each app container and init container status, represented by the .status.containerStatuses and .status.initContainerStatuses fields in the Pod status, respectively. Containers completed with success (exit code 0) are excluded from the requirement check.

Constructors

V1PodFailurePolicyOnExitCodesRequirement 

Fields

  • v1PodFailurePolicyOnExitCodesRequirementContainerName :: !(Maybe Text)

    "containerName" - Restricts the check for exit codes to the container with the specified name. When null, the rule applies to all containers. When specified, it should match one the container or initContainer names in the pod template.

  • v1PodFailurePolicyOnExitCodesRequirementOperator :: !Text

    Required "operator" - Represents the relationship between the container exit code(s) and the specified values. Containers completed with success (exit code 0) are excluded from the requirement check. Possible values are: - In: the requirement is satisfied if at least one container exit code (might be multiple if there are multiple containers not restricted by the 'containerName' field) is in the set of specified values. - NotIn: the requirement is satisfied if at least one container exit code (might be multiple if there are multiple containers not restricted by the 'containerName' field) is not in the set of specified values. Additional values are considered to be added in the future. Clients should react to an unknown operator by assuming the requirement is not satisfied.

  • v1PodFailurePolicyOnExitCodesRequirementValues :: ![Int]

    Required "values" - Specifies the set of values. Each returned container exit code (might be multiple in case of multiple containers) is checked against this set of values with respect to the operator. The list of values must be ordered and must not contain duplicates. Value '0' cannot be used for the In operator. At least one element is required. At most 255 elements are allowed.

Instances

Instances details
FromJSON V1PodFailurePolicyOnExitCodesRequirement Source #

FromJSON V1PodFailurePolicyOnExitCodesRequirement

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PodFailurePolicyOnExitCodesRequirement Source #

ToJSON V1PodFailurePolicyOnExitCodesRequirement

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PodFailurePolicyOnExitCodesRequirement Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1PodFailurePolicyOnExitCodesRequirement Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1PodFailurePolicyOnPodConditionsPattern Source #

V1PodFailurePolicyOnPodConditionsPattern PodFailurePolicyOnPodConditionsPattern describes a pattern for matching an actual pod condition type.

Constructors

V1PodFailurePolicyOnPodConditionsPattern 

Fields

Instances

Instances details
FromJSON V1PodFailurePolicyOnPodConditionsPattern Source #

FromJSON V1PodFailurePolicyOnPodConditionsPattern

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PodFailurePolicyOnPodConditionsPattern Source #

ToJSON V1PodFailurePolicyOnPodConditionsPattern

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PodFailurePolicyOnPodConditionsPattern Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1PodFailurePolicyOnPodConditionsPattern Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1PodIP Source #

V1PodIP PodIP represents a single IP address allocated to the pod.

Constructors

V1PodIP 

Fields

  • v1PodIPIp :: !Text

    Required "ip" - IP is the IP address assigned to the pod

Instances

Instances details
FromJSON V1PodIP Source #

FromJSON V1PodIP

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PodIP Source #

ToJSON V1PodIP

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PodIP Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1PodIP Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: V1PodIP -> V1PodIP -> Bool #

(/=) :: V1PodIP -> V1PodIP -> Bool #

data V1PodList Source #

V1PodList PodList is a list of Pods.

Constructors

V1PodList 

Fields

Instances

Instances details
FromJSON V1PodList Source #

FromJSON V1PodList

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PodList Source #

ToJSON V1PodList

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PodList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1PodList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1PodOS Source #

V1PodOS PodOS defines the OS parameters of a pod.

Constructors

V1PodOS 

Fields

Instances

Instances details
FromJSON V1PodOS Source #

FromJSON V1PodOS

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PodOS Source #

ToJSON V1PodOS

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PodOS Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1PodOS Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: V1PodOS -> V1PodOS -> Bool #

(/=) :: V1PodOS -> V1PodOS -> Bool #

data V1PodReadinessGate Source #

V1PodReadinessGate PodReadinessGate contains the reference to a pod condition

Constructors

V1PodReadinessGate 

Fields

data V1PodResourceClaim Source #

V1PodResourceClaim PodResourceClaim references exactly one ResourceClaim, either directly or by naming a ResourceClaimTemplate which is then turned into a ResourceClaim for the pod. It adds a name to it that uniquely identifies the ResourceClaim inside the Pod. Containers that need access to the ResourceClaim reference it with this name.

Constructors

V1PodResourceClaim 

Fields

  • v1PodResourceClaimName :: !Text

    Required "name" - Name uniquely identifies this resource claim inside the pod. This must be a DNS_LABEL.

  • v1PodResourceClaimResourceClaimName :: !(Maybe Text)

    "resourceClaimName" - ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod. Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.

  • v1PodResourceClaimResourceClaimTemplateName :: !(Maybe Text)

    "resourceClaimTemplateName" - ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod. The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses. This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim. Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.

data V1PodResourceClaimStatus Source #

V1PodResourceClaimStatus PodResourceClaimStatus is stored in the PodStatus for each PodResourceClaim which references a ResourceClaimTemplate. It stores the generated name for the corresponding ResourceClaim.

Constructors

V1PodResourceClaimStatus 

Fields

  • v1PodResourceClaimStatusName :: !Text

    Required "name" - Name uniquely identifies this resource claim inside the pod. This must match the name of an entry in pod.spec.resourceClaims, which implies that the string must be a DNS_LABEL.

  • v1PodResourceClaimStatusResourceClaimName :: !(Maybe Text)

    "resourceClaimName" - ResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod. If this is unset, then generating a ResourceClaim was not necessary. The pod.spec.resourceClaims entry can be ignored in this case.

data V1PodSchedulingGate Source #

V1PodSchedulingGate PodSchedulingGate is associated to a Pod to guard its scheduling.

Constructors

V1PodSchedulingGate 

Fields

data V1PodSecurityContext Source #

V1PodSecurityContext PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.

Constructors

V1PodSecurityContext 

Fields

  • v1PodSecurityContextAppArmorProfile :: !(Maybe V1AppArmorProfile)

    "appArmorProfile"

  • v1PodSecurityContextFsGroup :: !(Maybe Integer)

    "fsGroup" - A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod: 1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw---- If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows.

  • v1PodSecurityContextFsGroupChangePolicy :: !(Maybe Text)

    "fsGroupChangePolicy" - fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are &quot;OnRootMismatch&quot; and &quot;Always&quot;. If not specified, &quot;Always&quot; is used. Note that this field cannot be set when spec.os.name is windows.

  • v1PodSecurityContextRunAsGroup :: !(Maybe Integer)

    "runAsGroup" - The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

  • v1PodSecurityContextRunAsNonRoot :: !(Maybe Bool)

    "runAsNonRoot" - Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

  • v1PodSecurityContextRunAsUser :: !(Maybe Integer)

    "runAsUser" - The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.

  • v1PodSecurityContextSeLinuxChangePolicy :: !(Maybe Text)

    "seLinuxChangePolicy" - seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are &quot;MountOption&quot; and &quot;Recursive&quot;. &quot;Recursive&quot; means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node. &quot;MountOption&quot; mounts all eligible Pod volumes with `-o context` mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. &quot;MountOption&quot; value is allowed only when SELinuxMount feature gate is enabled. If not specified and SELinuxMount feature gate is enabled, &quot;MountOption&quot; is used. If not specified and SELinuxMount feature gate is disabled, &quot;MountOption&quot; is used for ReadWriteOncePod volumes and &quot;Recursive&quot; for all other volumes. This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers. All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.

  • v1PodSecurityContextSeLinuxOptions :: !(Maybe V1SELinuxOptions)

    "seLinuxOptions"

  • v1PodSecurityContextSeccompProfile :: !(Maybe V1SeccompProfile)

    "seccompProfile"

  • v1PodSecurityContextSupplementalGroups :: !(Maybe [Integer])

    "supplementalGroups" - A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.

  • v1PodSecurityContextSupplementalGroupsPolicy :: !(Maybe Text)

    "supplementalGroupsPolicy" - Defines how supplemental groups of the first container processes are calculated. Valid values are &quot;Merge&quot; and &quot;Strict&quot;. If not specified, &quot;Merge&quot; is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.

  • v1PodSecurityContextSysctls :: !(Maybe [V1Sysctl])

    "sysctls" - Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.

  • v1PodSecurityContextWindowsOptions :: !(Maybe V1WindowsSecurityContextOptions)

    "windowsOptions"

data V1SELinuxOptions Source #

V1SELinuxOptions SELinuxOptions are the labels to be applied to the container

Constructors

V1SELinuxOptions 

Fields

data V1SeccompProfile Source #

V1SeccompProfile SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

Constructors

V1SeccompProfile 

Fields

  • v1SeccompProfileLocalhostProfile :: !(Maybe Text)

    "localhostProfile" - localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must be set if type is &quot;Localhost&quot;. Must NOT be set for any other type.

  • v1SeccompProfileType :: !Text

    Required "type" - type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.

data V1Sysctl Source #

V1Sysctl Sysctl defines a kernel parameter to be set

Constructors

V1Sysctl 

Fields

Instances

Instances details
FromJSON V1Sysctl Source #

FromJSON V1Sysctl

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Sysctl Source #

ToJSON V1Sysctl

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Sysctl Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Sysctl Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1WindowsSecurityContextOptions Source #

V1WindowsSecurityContextOptions WindowsSecurityContextOptions contain Windows-specific options and credentials.

Constructors

V1WindowsSecurityContextOptions 

Fields

  • v1WindowsSecurityContextOptionsGmsaCredentialSpec :: !(Maybe Text)

    "gmsaCredentialSpec" - GMSACredentialSpec is where the GMSA admission webhook (https:/github.comkubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field.

  • v1WindowsSecurityContextOptionsGmsaCredentialSpecName :: !(Maybe Text)

    "gmsaCredentialSpecName" - GMSACredentialSpecName is the name of the GMSA credential spec to use.

  • v1WindowsSecurityContextOptionsHostProcess :: !(Maybe Bool)

    "hostProcess" - HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true.

  • v1WindowsSecurityContextOptionsRunAsUserName :: !(Maybe Text)

    "runAsUserName" - The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.

data V1Toleration Source #

V1Toleration The pod this Toleration is attached to tolerates any taint that matches the triple key,value,effect using the matching operator operator.

Constructors

V1Toleration 

Fields

  • v1TolerationEffect :: !(Maybe Text)

    "effect" - Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute.

  • v1TolerationKey :: !(Maybe Text)

    "key" - Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys.

  • v1TolerationOperator :: !(Maybe Text)

    "operator" - Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category.

  • v1TolerationTolerationSeconds :: !(Maybe Integer)

    "tolerationSeconds" - TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system.

  • v1TolerationValue :: !(Maybe Text)

    "value" - Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string.

data V1TopologySpreadConstraint Source #

V1TopologySpreadConstraint TopologySpreadConstraint specifies how to spread matching pods among the given topology.

Constructors

V1TopologySpreadConstraint 

Fields

  • v1TopologySpreadConstraintLabelSelector :: !(Maybe V1LabelSelector)

    "labelSelector"

  • v1TopologySpreadConstraintMatchLabelKeys :: !(Maybe [Text])

    "matchLabelKeys" - MatchLabelKeys is a set of pod label keys to select the pods over which spreading will be calculated. The keys are used to lookup values from the incoming pod labels, those key-value labels are ANDed with labelSelector to select the group of existing pods over which spreading will be calculated for the incoming pod. The same key is forbidden to exist in both MatchLabelKeys and LabelSelector. MatchLabelKeys cannot be set when LabelSelector isn't set. Keys that don't exist in the incoming pod labels will be ignored. A null or empty list means only match against labelSelector. This is a beta field and requires the MatchLabelKeysInPodTopologySpread feature gate to be enabled (enabled by default).

  • v1TopologySpreadConstraintMaxSkew :: !Int

    Required "maxSkew" - MaxSkew describes the degree to which pods may be unevenly distributed. When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference between the number of matching pods in the target topology and the global minimum. The global minimum is the minimum number of matching pods in an eligible domain or zero if the number of eligible domains is less than MinDomains. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 221: In this case, the global minimum is 1. | zone1 | zone2 | zone3 | | P P | P P | P | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 222; scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence to topologies that satisfy it. It's a required field. Default value is 1 and 0 is not allowed.

  • v1TopologySpreadConstraintMinDomains :: !(Maybe Int)

    "minDomains" - MinDomains indicates a minimum number of eligible domains. When the number of eligible domains with matching topology keys is less than minDomains, Pod Topology Spread treats &quot;global minimum&quot; as 0, and then the calculation of Skew is performed. And when the number of eligible domains with matching topology keys equals or greater than minDomains, this value has no effect on scheduling. As a result, when the number of eligible domains is less than minDomains, scheduler won't schedule more than maxSkew Pods to those domains. If value is nil, the constraint behaves as if MinDomains is equal to 1. Valid values are integers greater than 0. When value is not nil, WhenUnsatisfiable must be DoNotSchedule. For example, in a 3-zone cluster, MaxSkew is set to 2, MinDomains is set to 5 and pods with the same labelSelector spread as 222: | zone1 | zone2 | zone3 | | P P | P P | P P | The number of domains is less than 5(MinDomains), so &quot;global minimum&quot; is treated as 0. In this situation, new pod with the same labelSelector cannot be scheduled, because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones, it will violate MaxSkew.

  • v1TopologySpreadConstraintNodeAffinityPolicy :: !(Maybe Text)

    "nodeAffinityPolicy" - NodeAffinityPolicy indicates how we will treat Pod's nodeAffinitynodeSelector when calculating pod topology spread skew. Options are: - Honor: only nodes matching nodeAffinitynodeSelector are included in the calculations. - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations. If this value is nil, the behavior is equivalent to the Honor policy. This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.

  • v1TopologySpreadConstraintNodeTaintsPolicy :: !(Maybe Text)

    "nodeTaintsPolicy" - NodeTaintsPolicy indicates how we will treat node taints when calculating pod topology spread skew. Options are: - Honor: nodes without taints, along with tainted nodes for which the incoming pod has a toleration, are included. - Ignore: node taints are ignored. All nodes are included. If this value is nil, the behavior is equivalent to the Ignore policy. This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.

  • v1TopologySpreadConstraintTopologyKey :: !Text

    Required "topologyKey" - TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each &lt;key, value&gt; as a &quot;bucket&quot;, and try to put balanced number of pods into each bucket. We define a domain as a particular instance of a topology. Also, we define an eligible domain as a domain whose nodes meet the requirements of nodeAffinityPolicy and nodeTaintsPolicy. e.g. If TopologyKey is &quot;kubernetes.iohostname&quot;, each Node is a domain of that topology. And, if TopologyKey is &quot;topology.kubernetes.iozone&quot;, each zone is a domain of that topology. It's a required field.

  • v1TopologySpreadConstraintWhenUnsatisfiable :: !Text

    Required "whenUnsatisfiable" - WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location, but giving higher precedence to topologies that would help reduce the skew. A constraint is considered &quot;Unsatisfiable&quot; for an incoming pod if and only if every possible node assignment for that pod would violate &quot;MaxSkew&quot; on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 311: | zone1 | zone2 | zone3 | | P P P | P | P | If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled to zone2(zone3) to become 321(312) as ActualSkew(2-1) on zone2(zone3) satisfies MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler won't make it *more* imbalanced. It's a required field.

data V1Volume Source #

V1Volume Volume represents a named volume in a pod that may be accessed by any container in the pod.

Constructors

V1Volume 

Fields

Instances

Instances details
FromJSON V1Volume Source #

FromJSON V1Volume

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Volume Source #

ToJSON V1Volume

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Volume Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Volume Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1PodTemplate Source #

V1PodTemplate PodTemplate describes a template for creating copies of a predefined pod.

Constructors

V1PodTemplate 

Fields

Instances

Instances details
FromJSON V1PodTemplate Source #

FromJSON V1PodTemplate

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PodTemplate Source #

ToJSON V1PodTemplate

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PodTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1PodTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedPodTemplate V1PodTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedPodTemplate V1PodTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1PodTemplateList Source #

V1PodTemplateList PodTemplateList is a list of PodTemplates.

Constructors

V1PodTemplateList 

Fields

data V1ResourcePolicyRule Source #

V1ResourcePolicyRule ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.

Constructors

V1ResourcePolicyRule 

Fields

  • v1ResourcePolicyRuleApiGroups :: ![Text]

    Required "apiGroups" - `apiGroups` is a list of matching API groups and may not be empty. &quot;*&quot; matches all API groups and, if present, must be the only entry. Required.

  • v1ResourcePolicyRuleClusterScope :: !(Maybe Bool)

    "clusterScope" - `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.

  • v1ResourcePolicyRuleNamespaces :: !(Maybe [Text])

    "namespaces" - `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains &quot;*&quot;. Note that &quot;*&quot; matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.

  • v1ResourcePolicyRuleResources :: ![Text]

    Required "resources" - `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ &quot;services&quot;, &quot;nodes/status&quot; ]. This list may not be empty. &quot;*&quot; matches all resources and, if present, must be the only entry. Required.

  • v1ResourcePolicyRuleVerbs :: ![Text]

    Required "verbs" - `verbs` is a list of matching verbs and may not be empty. &quot;*&quot; matches all verbs and, if present, must be the only entry. Required.

data V1PriorityClass Source #

V1PriorityClass PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.

Constructors

V1PriorityClass 

Fields

Instances

Instances details
FromJSON V1PriorityClass Source #

FromJSON V1PriorityClass

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PriorityClass Source #

ToJSON V1PriorityClass

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreatePriorityClass V1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

HasBodyParam ReplacePriorityClass V1PriorityClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.SchedulingV1

data V1PriorityClassList Source #

V1PriorityClassList PriorityClassList is a collection of priority classes.

Constructors

V1PriorityClassList 

Fields

data V1PriorityLevelConfiguration Source #

V1PriorityLevelConfiguration PriorityLevelConfiguration represents the configuration of a priority level.

Constructors

V1PriorityLevelConfiguration 

Fields

Instances

Instances details
FromJSON V1PriorityLevelConfiguration Source #

FromJSON V1PriorityLevelConfiguration

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1PriorityLevelConfiguration Source #

ToJSON V1PriorityLevelConfiguration

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1PriorityLevelConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1PriorityLevelConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreatePriorityLevelConfiguration V1PriorityLevelConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasBodyParam ReplacePriorityLevelConfiguration V1PriorityLevelConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

HasBodyParam ReplacePriorityLevelConfigurationStatus V1PriorityLevelConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.FlowcontrolApiserverV1

data V1PriorityLevelConfigurationSpec Source #

V1PriorityLevelConfigurationSpec PriorityLevelConfigurationSpec specifies the configuration of a priority level.

Constructors

V1PriorityLevelConfigurationSpec 

Fields

data V1PriorityLevelConfigurationStatus Source #

V1PriorityLevelConfigurationStatus PriorityLevelConfigurationStatus represents the current state of a "request-priority".

Constructors

V1PriorityLevelConfigurationStatus 

Fields

data V1PriorityLevelConfigurationCondition Source #

V1PriorityLevelConfigurationCondition PriorityLevelConfigurationCondition defines the condition of priority level.

Constructors

V1PriorityLevelConfigurationCondition 

Fields

data V1PriorityLevelConfigurationList Source #

V1PriorityLevelConfigurationList PriorityLevelConfigurationList is a list of PriorityLevelConfiguration objects.

Constructors

V1PriorityLevelConfigurationList 

Fields

data V1ProjectedVolumeSource Source #

V1ProjectedVolumeSource Represents a projected volume source

Constructors

V1ProjectedVolumeSource 

Fields

  • v1ProjectedVolumeSourceDefaultMode :: !(Maybe Int)

    "defaultMode" - defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

  • v1ProjectedVolumeSourceSources :: !(Maybe [V1VolumeProjection])

    "sources" - sources is the list of volume projections. Each entry in this list handles one source.

data V1VolumeProjection Source #

V1VolumeProjection Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.

data V1RBDVolumeSource Source #

V1RBDVolumeSource Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.

Constructors

V1RBDVolumeSource 

Fields

data V1ReplicaSet Source #

V1ReplicaSet ReplicaSet ensures that a specified number of pod replicas are running at any given time.

Constructors

V1ReplicaSet 

Fields

Instances

Instances details
FromJSON V1ReplicaSet Source #

FromJSON V1ReplicaSet

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ReplicaSet Source #

ToJSON V1ReplicaSet

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedReplicaSet V1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedReplicaSet V1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedReplicaSetStatus V1ReplicaSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

data V1ReplicaSetSpec Source #

V1ReplicaSetSpec ReplicaSetSpec is the specification of a ReplicaSet.

Constructors

V1ReplicaSetSpec 

Fields

data V1ReplicaSetStatus Source #

V1ReplicaSetStatus ReplicaSetStatus represents the current status of a ReplicaSet.

Constructors

V1ReplicaSetStatus 

Fields

data V1ReplicaSetCondition Source #

V1ReplicaSetCondition ReplicaSetCondition describes the state of a replica set at a certain point.

Constructors

V1ReplicaSetCondition 

Fields

data V1ReplicaSetList Source #

V1ReplicaSetList ReplicaSetList is a collection of ReplicaSets.

Constructors

V1ReplicaSetList 

Fields

data V1ReplicationController Source #

V1ReplicationController ReplicationController represents the configuration of a replication controller.

Constructors

V1ReplicationController 

Fields

Instances

Instances details
FromJSON V1ReplicationController Source #

FromJSON V1ReplicationController

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ReplicationController Source #

ToJSON V1ReplicationController

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedReplicationController V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedReplicationController V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedReplicationControllerStatus V1ReplicationController Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1ReplicationControllerSpec Source #

V1ReplicationControllerSpec ReplicationControllerSpec is the specification of a replication controller.

Constructors

V1ReplicationControllerSpec 

Fields

data V1ReplicationControllerStatus Source #

V1ReplicationControllerStatus ReplicationControllerStatus represents the current status of a replication controller.

Constructors

V1ReplicationControllerStatus 

Fields

data V1ReplicationControllerCondition Source #

V1ReplicationControllerCondition ReplicationControllerCondition describes the state of a replication controller at a certain point.

Constructors

V1ReplicationControllerCondition 

Fields

data V1ReplicationControllerList Source #

V1ReplicationControllerList ReplicationControllerList is a collection of replication controllers.

Constructors

V1ReplicationControllerList 

Fields

data V1ResourceAttributes Source #

V1ResourceAttributes ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface

Constructors

V1ResourceAttributes 

Fields

data V1ResourceClaim Source #

V1ResourceClaim ResourceClaim references one entry in PodSpec.ResourceClaims.

Constructors

V1ResourceClaim 

Fields

  • v1ResourceClaimName :: !Text

    Required "name" - Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.

  • v1ResourceClaimRequest :: !(Maybe Text)

    "request" - Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request.

data V1ResourceHealth Source #

V1ResourceHealth ResourceHealth represents the health of a resource. It has the latest device health information. This is a part of KEP https://kep.k8s.io/4680.

Constructors

V1ResourceHealth 

Fields

  • v1ResourceHealthHealth :: !(Maybe Text)

    "health" - Health of the resource. can be one of: - Healthy: operates as normal - Unhealthy: reported unhealthy. We consider this a temporary health issue since we do not have a mechanism today to distinguish temporary and permanent issues. - Unknown: The status cannot be determined. For example, Device Plugin got unregistered and hasn't been re-registered since. In future we may want to introduce the PermanentlyUnhealthy Status.

  • v1ResourceHealthResourceId :: !Text

    Required "resourceID" - ResourceID is the unique identifier of the resource. See the ResourceID type for more information.

data V1ResourceQuota Source #

V1ResourceQuota ResourceQuota sets aggregate quota restrictions enforced per namespace

Constructors

V1ResourceQuota 

Fields

Instances

Instances details
FromJSON V1ResourceQuota Source #

FromJSON V1ResourceQuota

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ResourceQuota Source #

ToJSON V1ResourceQuota

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ResourceQuota Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1ResourceQuota Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedResourceQuota V1ResourceQuota Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedResourceQuota V1ResourceQuota Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedResourceQuotaStatus V1ResourceQuota Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1ResourceQuotaSpec Source #

V1ResourceQuotaSpec ResourceQuotaSpec defines the desired hard limits to enforce for Quota.

Constructors

V1ResourceQuotaSpec 

Fields

data V1ResourceQuotaStatus Source #

V1ResourceQuotaStatus ResourceQuotaStatus defines the enforced hard limits and observed use.

Constructors

V1ResourceQuotaStatus 

Fields

data V1ResourceQuotaList Source #

V1ResourceQuotaList ResourceQuotaList is a list of ResourceQuota items.

Constructors

V1ResourceQuotaList 

Fields

data V1ScopeSelector Source #

V1ScopeSelector A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.

Constructors

V1ScopeSelector 

Fields

data V1ResourceRule Source #

V1ResourceRule ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

Constructors

V1ResourceRule 

Fields

  • v1ResourceRuleApiGroups :: !(Maybe [Text])

    "apiGroups" - APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. &quot;*&quot; means all.

  • v1ResourceRuleResourceNames :: !(Maybe [Text])

    "resourceNames" - ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. &quot;*&quot; means all.

  • v1ResourceRuleResources :: !(Maybe [Text])

    "resources" - Resources is a list of resources this rule applies to. &quot;*&quot; means all in the specified apiGroups. &quot;*/foo&quot; represents the subresource 'foo' for all resources in the specified apiGroups.

  • v1ResourceRuleVerbs :: ![Text]

    Required "verbs" - Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. &quot;*&quot; means all.

data V1Role Source #

V1Role Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding.

Constructors

V1Role 

Fields

Instances

Instances details
FromJSON V1Role Source #

FromJSON V1Role

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Role Source #

ToJSON V1Role

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: V1Role -> V1Role -> Bool #

(/=) :: V1Role -> V1Role -> Bool #

HasBodyParam CreateNamespacedRole V1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes CreateNamespacedRole contentType, MimeRender contentType V1Role) => KubernetesRequest CreateNamespacedRole contentType res accept -> V1Role -> KubernetesRequest CreateNamespacedRole contentType res accept Source #

HasBodyParam ReplaceNamespacedRole V1Role Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

Methods

setBodyParam :: (Consumes ReplaceNamespacedRole contentType, MimeRender contentType V1Role) => KubernetesRequest ReplaceNamespacedRole contentType res accept -> V1Role -> KubernetesRequest ReplaceNamespacedRole contentType res accept Source #

data V1RoleBinding Source #

V1RoleBinding RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.

Constructors

V1RoleBinding 

Fields

Instances

Instances details
FromJSON V1RoleBinding Source #

FromJSON V1RoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1RoleBinding Source #

ToJSON V1RoleBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedRoleBinding V1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

HasBodyParam ReplaceNamespacedRoleBinding V1RoleBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.RbacAuthorizationV1

data V1RoleBindingList Source #

V1RoleBindingList RoleBindingList is a collection of RoleBindings

Constructors

V1RoleBindingList 

Fields

data V1RoleList Source #

V1RoleList RoleList is a collection of Roles

Constructors

V1RoleList 

Fields

data V1RollingUpdateStatefulSetStrategy Source #

V1RollingUpdateStatefulSetStrategy RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType.

Constructors

V1RollingUpdateStatefulSetStrategy 

Fields

data V1RuntimeClass Source #

V1RuntimeClass RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/

Constructors

V1RuntimeClass 

Fields

Instances

Instances details
FromJSON V1RuntimeClass Source #

FromJSON V1RuntimeClass

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1RuntimeClass Source #

ToJSON V1RuntimeClass

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateRuntimeClass V1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

Methods

setBodyParam :: (Consumes CreateRuntimeClass contentType, MimeRender contentType V1RuntimeClass) => KubernetesRequest CreateRuntimeClass contentType res accept -> V1RuntimeClass -> KubernetesRequest CreateRuntimeClass contentType res accept Source #

HasBodyParam ReplaceRuntimeClass V1RuntimeClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NodeV1

data V1Scheduling Source #

V1Scheduling Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass.

Constructors

V1Scheduling 

Fields

  • v1SchedulingNodeSelector :: !(Maybe (Map String Text))

    "nodeSelector" - nodeSelector lists labels that must be present on nodes that support this RuntimeClass. Pods using this RuntimeClass can only be scheduled to a node matched by this selector. The RuntimeClass nodeSelector is merged with a pod's existing nodeSelector. Any conflicts will cause the pod to be rejected in admission.

  • v1SchedulingTolerations :: !(Maybe [V1Toleration])

    "tolerations" - tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.

data V1RuntimeClassList Source #

V1RuntimeClassList RuntimeClassList is a list of RuntimeClass objects.

Constructors

V1RuntimeClassList 

Fields

data V1Scale Source #

V1Scale Scale represents a scaling request for a resource.

Constructors

V1Scale 

Fields

Instances

Instances details
FromJSON V1Scale Source #

FromJSON V1Scale

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Scale Source #

ToJSON V1Scale

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Methods

(==) :: V1Scale -> V1Scale -> Bool #

(/=) :: V1Scale -> V1Scale -> Bool #

HasBodyParam ReplaceNamespacedDeploymentScale V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedReplicaSetScale V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedStatefulSetScale V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedReplicationControllerScale V1Scale Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1ScaleSpec Source #

V1ScaleSpec ScaleSpec describes the attributes of a scale subresource.

Constructors

V1ScaleSpec 

Fields

data V1ScaleStatus Source #

V1ScaleStatus ScaleStatus represents the current status of a scale subresource.

Constructors

V1ScaleStatus 

Fields

data V1ScaleIOVolumeSource Source #

V1ScaleIOVolumeSource ScaleIOVolumeSource represents a persistent ScaleIO volume

Constructors

V1ScaleIOVolumeSource 

Fields

data V1ScopedResourceSelectorRequirement Source #

V1ScopedResourceSelectorRequirement A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values.

Constructors

V1ScopedResourceSelectorRequirement 

Fields

data V1Secret Source #

V1Secret Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.

Constructors

V1Secret 

Fields

Instances

Instances details
FromJSON V1Secret Source #

FromJSON V1Secret

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Secret Source #

ToJSON V1Secret

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Secret Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Secret Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedSecret V1Secret Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

Methods

setBodyParam :: (Consumes CreateNamespacedSecret contentType, MimeRender contentType V1Secret) => KubernetesRequest CreateNamespacedSecret contentType res accept -> V1Secret -> KubernetesRequest CreateNamespacedSecret contentType res accept Source #

HasBodyParam ReplaceNamespacedSecret V1Secret Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1SecretList Source #

V1SecretList SecretList is a list of Secret.

Constructors

V1SecretList 

Fields

data V1SecretProjection Source #

V1SecretProjection Adapts a secret into a projected volume. The contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.

Constructors

V1SecretProjection 

Fields

  • v1SecretProjectionItems :: !(Maybe [V1KeyToPath])

    "items" - items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

  • v1SecretProjectionName :: !(Maybe Text)

    "name" - Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

  • v1SecretProjectionOptional :: !(Maybe Bool)

    "optional" - optional field specify whether the Secret or its key must be defined

data V1SecretVolumeSource Source #

V1SecretVolumeSource Adapts a Secret into a volume. The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling.

Constructors

V1SecretVolumeSource 

Fields

  • v1SecretVolumeSourceDefaultMode :: !(Maybe Int)

    "defaultMode" - defaultMode is Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.

  • v1SecretVolumeSourceItems :: !(Maybe [V1KeyToPath])

    "items" - items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.

  • v1SecretVolumeSourceOptional :: !(Maybe Bool)

    "optional" - optional field specify whether the Secret or its keys must be defined

  • v1SecretVolumeSourceSecretName :: !(Maybe Text)

    "secretName" - secretName is the name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret

data V1SelfSubjectAccessReview Source #

V1SelfSubjectAccessReview SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action

Constructors

V1SelfSubjectAccessReview 

Fields

Instances

Instances details
FromJSON V1SelfSubjectAccessReview Source #

FromJSON V1SelfSubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1SelfSubjectAccessReview Source #

ToJSON V1SelfSubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1SelfSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1SelfSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateSelfSubjectAccessReview V1SelfSubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

data V1SelfSubjectAccessReviewSpec Source #

V1SelfSubjectAccessReviewSpec SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set

data V1SelfSubjectReview Source #

V1SelfSubjectReview SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase.

Constructors

V1SelfSubjectReview 

Fields

Instances

Instances details
FromJSON V1SelfSubjectReview Source #

FromJSON V1SelfSubjectReview

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1SelfSubjectReview Source #

ToJSON V1SelfSubjectReview

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1SelfSubjectReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1SelfSubjectReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateSelfSubjectReview V1SelfSubjectReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1

data V1UserInfo Source #

V1UserInfo UserInfo holds the information about the user needed to implement the user.Info interface.

Constructors

V1UserInfo 

Fields

data V1SelfSubjectRulesReview Source #

V1SelfSubjectRulesReview SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to showhide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetimerevocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.

Constructors

V1SelfSubjectRulesReview 

Fields

Instances

Instances details
FromJSON V1SelfSubjectRulesReview Source #

FromJSON V1SelfSubjectRulesReview

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1SelfSubjectRulesReview Source #

ToJSON V1SelfSubjectRulesReview

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1SelfSubjectRulesReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1SelfSubjectRulesReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateSelfSubjectRulesReview V1SelfSubjectRulesReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

data V1SelfSubjectRulesReviewSpec Source #

V1SelfSubjectRulesReviewSpec SelfSubjectRulesReviewSpec defines the specification for SelfSubjectRulesReview.

Constructors

V1SelfSubjectRulesReviewSpec 

Fields

data V1SubjectRulesReviewStatus Source #

V1SubjectRulesReviewStatus SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission, even if that list is incomplete.

Constructors

V1SubjectRulesReviewStatus 

Fields

  • v1SubjectRulesReviewStatusEvaluationError :: !(Maybe Text)

    "evaluationError" - EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn't support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete.

  • v1SubjectRulesReviewStatusIncomplete :: !Bool

    Required "incomplete" - Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation.

  • v1SubjectRulesReviewStatusNonResourceRules :: ![V1NonResourceRule]

    Required "nonResourceRules" - NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

  • v1SubjectRulesReviewStatusResourceRules :: ![V1ResourceRule]

    Required "resourceRules" - ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

data V1Service Source #

V1Service Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy.

Constructors

V1Service 

Fields

Instances

Instances details
FromJSON V1Service Source #

FromJSON V1Service

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Service Source #

ToJSON V1Service

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedService V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedService V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedServiceStatus V1Service Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1ServiceSpec Source #

V1ServiceSpec ServiceSpec describes the attributes that a user creates on a service.

Constructors

V1ServiceSpec 

Fields

  • v1ServiceSpecAllocateLoadBalancerNodePorts :: !(Maybe Bool)

    "allocateLoadBalancerNodePorts" - allocateLoadBalancerNodePorts defines if NodePorts will be automatically allocated for services with type LoadBalancer. Default is &quot;true&quot;. It may be set to &quot;false&quot; if the cluster load-balancer does not rely on NodePorts. If the caller requests specific NodePorts (by specifying a value), those requests will be respected, regardless of this field. This field may only be set for services with type LoadBalancer and will be cleared if the type is changed to any other type.

  • v1ServiceSpecClusterIp :: !(Maybe Text)

    "clusterIP" - clusterIP is the IP address of the service and is usually assigned randomly. If an address is specified manually, is in-range (as per system configuration), and is not in use, it will be allocated to the service; otherwise creation of the service will fail. This field may not be changed through updates unless the type field is also being changed to ExternalName (which requires this field to be blank) or the type field is being changed from ExternalName (in which case this field may optionally be specified, as describe above). Valid values are &quot;None&quot;, empty string (&quot;&quot;), or a valid IP address. Setting this to &quot;None&quot; makes a &quot;headless service&quot; (no virtual IP), which is useful when direct endpoint connections are preferred and proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. If this field is specified when creating a Service of type ExternalName, creation will fail. This field will be wiped when updating a Service to type ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies

  • v1ServiceSpecClusterIps :: !(Maybe [Text])

    "clusterIPs" - ClusterIPs is a list of IP addresses assigned to this service, and are usually assigned randomly. If an address is specified manually, is in-range (as per system configuration), and is not in use, it will be allocated to the service; otherwise creation of the service will fail. This field may not be changed through updates unless the type field is also being changed to ExternalName (which requires this field to be empty) or the type field is being changed from ExternalName (in which case this field may optionally be specified, as describe above). Valid values are &quot;None&quot;, empty string (&quot;&quot;), or a valid IP address. Setting this to &quot;None&quot; makes a &quot;headless service&quot; (no virtual IP), which is useful when direct endpoint connections are preferred and proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. If this field is specified when creating a Service of type ExternalName, creation will fail. This field will be wiped when updating a Service to type ExternalName. If this field is not specified, it will be initialized from the clusterIP field. If this field is specified, clients must ensure that clusterIPs[0] and clusterIP have the same value. This field may hold a maximum of two entries (dual-stack IPs, in either order). These IPs must correspond to the values of the ipFamilies field. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies

  • v1ServiceSpecExternalIps :: !(Maybe [Text])

    "externalIPs" - externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system.

  • v1ServiceSpecExternalName :: !(Maybe Text)

    "externalName" - externalName is the external reference that discovery mechanisms will return as an alias for this service (e.g. a DNS CNAME record). No proxying will be involved. Must be a lowercase RFC-1123 hostname (https:/tools.ietf.orghtml/rfc1123) and requires `type` to be &quot;ExternalName&quot;.

  • v1ServiceSpecExternalTrafficPolicy :: !(Maybe Text)

    "externalTrafficPolicy" - externalTrafficPolicy describes how nodes distribute service traffic they receive on one of the Service's &quot;externally-facing&quot; addresses (NodePorts, ExternalIPs, and LoadBalancer IPs). If set to &quot;Local&quot;, the proxy will configure the service in a way that assumes that external load balancers will take care of balancing the service traffic between nodes, and so each node will deliver traffic only to the node-local endpoints of the service, without masquerading the client source IP. (Traffic mistakenly sent to a node with no endpoints will be dropped.) The default value, &quot;Cluster&quot;, uses the standard behavior of routing to all endpoints evenly (possibly modified by topology and other features). Note that traffic sent to an External IP or LoadBalancer IP from within the cluster will always get &quot;Cluster&quot; semantics, but clients sending to a NodePort from within the cluster may need to take traffic policy into account when picking a node.

  • v1ServiceSpecHealthCheckNodePort :: !(Maybe Int)

    "healthCheckNodePort" - healthCheckNodePort specifies the healthcheck nodePort for the service. This only applies when type is set to LoadBalancer and externalTrafficPolicy is set to Local. If a value is specified, is in-range, and is not in use, it will be used. If not specified, a value will be automatically allocated. External systems (e.g. load-balancers) can use this port to determine if a given node holds endpoints for this service or not. If this field is specified when creating a Service which does not need it, creation will fail. This field will be wiped when updating a Service to no longer need it (e.g. changing type). This field cannot be updated once set.

  • v1ServiceSpecInternalTrafficPolicy :: !(Maybe Text)

    "internalTrafficPolicy" - InternalTrafficPolicy describes how nodes distribute service traffic they receive on the ClusterIP. If set to &quot;Local&quot;, the proxy will assume that pods only want to talk to endpoints of the service on the same node as the pod, dropping the traffic if there are no local endpoints. The default value, &quot;Cluster&quot;, uses the standard behavior of routing to all endpoints evenly (possibly modified by topology and other features).

  • v1ServiceSpecIpFamilies :: !(Maybe [Text])

    "ipFamilies" - IPFamilies is a list of IP families (e.g. IPv4, IPv6) assigned to this service. This field is usually assigned automatically based on cluster configuration and the ipFamilyPolicy field. If this field is specified manually, the requested family is available in the cluster, and ipFamilyPolicy allows it, it will be used; otherwise creation of the service will fail. This field is conditionally mutable: it allows for adding or removing a secondary IP family, but it does not allow changing the primary IP family of the Service. Valid values are &quot;IPv4&quot; and &quot;IPv6&quot;. This field only applies to Services of types ClusterIP, NodePort, and LoadBalancer, and does apply to &quot;headless&quot; services. This field will be wiped when updating a Service to type ExternalName. This field may hold a maximum of two entries (dual-stack families, in either order). These families must correspond to the values of the clusterIPs field, if specified. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field.

  • v1ServiceSpecIpFamilyPolicy :: !(Maybe Text)

    "ipFamilyPolicy" - IPFamilyPolicy represents the dual-stack-ness requested or required by this Service. If there is no value provided, then this field will be set to SingleStack. Services can be &quot;SingleStack&quot; (a single IP family), &quot;PreferDualStack&quot; (two IP families on dual-stack configured clusters or a single IP family on single-stack clusters), or &quot;RequireDualStack&quot; (two IP families on dual-stack configured clusters, otherwise fail). The ipFamilies and clusterIPs fields depend on the value of this field. This field will be wiped when updating a service to type ExternalName.

  • v1ServiceSpecLoadBalancerClass :: !(Maybe Text)

    "loadBalancerClass" - loadBalancerClass is the class of the load balancer implementation this Service belongs to. If specified, the value of this field must be a label-style identifier, with an optional prefix, e.g. &quot;internal-vip&quot; or &quot;example.com/internal-vip&quot;. Unprefixed names are reserved for end-users. This field can only be set when the Service type is 'LoadBalancer'. If not set, the default load balancer implementation is used, today this is typically done through the cloud provider integration, but should apply for any default implementation. If set, it is assumed that a load balancer implementation is watching for Services with a matching class. Any default load balancer implementation (e.g. cloud providers) should ignore Services that set this field. This field can only be set when creating or updating a Service to type 'LoadBalancer'. Once set, it can not be changed. This field will be wiped when a service is updated to a non 'LoadBalancer' type.

  • v1ServiceSpecLoadBalancerIp :: !(Maybe Text)

    "loadBalancerIP" - Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations. Using it is non-portable and it may not support dual-stack. Users are encouraged to use implementation-specific annotations when available.

  • v1ServiceSpecLoadBalancerSourceRanges :: !(Maybe [Text])

    "loadBalancerSourceRanges" - If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature.&quot; More info: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/

  • v1ServiceSpecPorts :: !(Maybe [V1ServicePort])

    "ports" - The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies

  • v1ServiceSpecPublishNotReadyAddresses :: !(Maybe Bool)

    "publishNotReadyAddresses" - publishNotReadyAddresses indicates that any agent which deals with endpoints for this Service should disregard any indications of ready/not-ready. The primary use case for setting this field is for a StatefulSet's Headless Service to propagate SRV DNS records for its Pods for the purpose of peer discovery. The Kubernetes controllers that generate Endpoints and EndpointSlice resources for Services interpret this to mean that all endpoints are considered &quot;ready&quot; even if the Pods themselves are not. Agents which consume only Kubernetes generated endpoints through the Endpoints or EndpointSlice resources can safely assume this behavior.

  • v1ServiceSpecSelector :: !(Maybe (Map String Text))

    "selector" - Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/

  • v1ServiceSpecSessionAffinity :: !(Maybe Text)

    "sessionAffinity" - Supports &quot;ClientIP&quot; and &quot;None&quot;. Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies

  • v1ServiceSpecSessionAffinityConfig :: !(Maybe V1SessionAffinityConfig)

    "sessionAffinityConfig"

  • v1ServiceSpecTrafficDistribution :: !(Maybe Text)

    "trafficDistribution" - TrafficDistribution offers a way to express preferences for how traffic is distributed to Service endpoints. Implementations can use this field as a hint, but are not required to guarantee strict adherence. If the field is not set, the implementation will apply its default routing strategy. If set to &quot;PreferClose&quot;, implementations should prioritize endpoints that are topologically close (e.g., same zone). This is a beta field and requires enabling ServiceTrafficDistribution feature.

  • v1ServiceSpecType :: !(Maybe Text)

    "type" - type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. &quot;ClusterIP&quot; allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object or EndpointSlice objects. If clusterIP is &quot;None&quot;, no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a virtual IP. &quot;NodePort&quot; builds on ClusterIP and allocates a port on every node which routes to the same endpoints as the clusterIP. &quot;LoadBalancer&quot; builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the same endpoints as the clusterIP. &quot;ExternalName&quot; aliases this service to the specified externalName. Several other fields do not apply to ExternalName services. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types

data V1ServiceStatus Source #

V1ServiceStatus ServiceStatus represents the current status of a service.

Constructors

V1ServiceStatus 

Fields

data V1ServiceAccount Source #

V1ServiceAccount ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets

Constructors

V1ServiceAccount 

Fields

Instances

Instances details
FromJSON V1ServiceAccount Source #

FromJSON V1ServiceAccount

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ServiceAccount Source #

ToJSON V1ServiceAccount

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ServiceAccount Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1ServiceAccount Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedServiceAccount V1ServiceAccount Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

HasBodyParam ReplaceNamespacedServiceAccount V1ServiceAccount Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoreV1

data V1ServiceAccountList Source #

V1ServiceAccountList ServiceAccountList is a list of ServiceAccount objects

Constructors

V1ServiceAccountList 

Fields

data V1ServiceAccountTokenProjection Source #

V1ServiceAccountTokenProjection ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).

Constructors

V1ServiceAccountTokenProjection 

Fields

  • v1ServiceAccountTokenProjectionAudience :: !(Maybe Text)

    "audience" - audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver.

  • v1ServiceAccountTokenProjectionExpirationSeconds :: !(Maybe Integer)

    "expirationSeconds" - expirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes.

  • v1ServiceAccountTokenProjectionPath :: !Text

    Required "path" - path is the path relative to the mount point of the file to project the token into.

data V1ServiceList Source #

V1ServiceList ServiceList holds a list of services.

Constructors

V1ServiceList 

Fields

data V1ServicePort Source #

V1ServicePort ServicePort contains information on service's port.

Constructors

V1ServicePort 

Fields

  • v1ServicePortAppProtocol :: !(Maybe Text)

    "appProtocol" - The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either: * Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). * Kubernetes-defined prefixed names: * 'kubernetes.ioh2c' - HTTP2 prior knowledge over cleartext as described in https://www.rfc-editor.org/rfc/rfc9113.html#name-starting-http-2-with-prior- * 'kubernetes.iows' - WebSocket over cleartext as described in https:www.rfc-editor.orgrfcrfc6455 * 'kubernetes.iowss' - WebSocket over TLS as described in https://www.rfc-editor.org/rfc/rfc6455 * Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol.

  • v1ServicePortName :: !(Maybe Text)

    "name" - The name of this port within the service. This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. When considering the endpoints for a Service, this must match the 'name' field in the EndpointPort. Optional if only one ServicePort is defined on this service.

  • v1ServicePortNodePort :: !(Maybe Int)

    "nodePort" - The port on each node on which this service is exposed when type is NodePort or LoadBalancer. Usually assigned by the system. If a value is specified, in-range, and not in use it will be used, otherwise the operation will fail. If not specified, a port will be allocated if this Service requires one. If this field is specified when creating a Service which does not need it, creation will fail. This field will be wiped when updating a Service to no longer need it (e.g. changing type from NodePort to ClusterIP). More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport

  • v1ServicePortPort :: !Int

    Required "port" - The port that will be exposed by this service.

  • v1ServicePortProtocol :: !(Maybe Text)

    "protocol" - The IP protocol for this port. Supports &quot;TCP&quot;, &quot;UDP&quot;, and &quot;SCTP&quot;. Default is TCP.

  • v1ServicePortTargetPort :: !(Maybe IntOrString)

    "targetPort"

data V1StatefulSet Source #

V1StatefulSet StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity.

Constructors

V1StatefulSet 

Fields

Instances

Instances details
FromJSON V1StatefulSet Source #

FromJSON V1StatefulSet

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1StatefulSet Source #

ToJSON V1StatefulSet

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedStatefulSet V1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedStatefulSet V1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

HasBodyParam ReplaceNamespacedStatefulSetStatus V1StatefulSet Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AppsV1

data V1StatefulSetSpec Source #

V1StatefulSetSpec A StatefulSetSpec is the specification of a StatefulSet.

Constructors

V1StatefulSetSpec 

Fields

  • v1StatefulSetSpecMinReadySeconds :: !(Maybe Int)

    "minReadySeconds" - Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)

  • v1StatefulSetSpecOrdinals :: !(Maybe V1StatefulSetOrdinals)

    "ordinals"

  • v1StatefulSetSpecPersistentVolumeClaimRetentionPolicy :: !(Maybe V1StatefulSetPersistentVolumeClaimRetentionPolicy)

    "persistentVolumeClaimRetentionPolicy"

  • v1StatefulSetSpecPodManagementPolicy :: !(Maybe Text)

    "podManagementPolicy" - podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.

  • v1StatefulSetSpecReplicas :: !(Maybe Int)

    "replicas" - replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.

  • v1StatefulSetSpecRevisionHistoryLimit :: !(Maybe Int)

    "revisionHistoryLimit" - revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.

  • v1StatefulSetSpecSelector :: !V1LabelSelector

    Required "selector"

  • v1StatefulSetSpecServiceName :: !Text

    Required "serviceName" - serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where &quot;pod-specific-string&quot; is managed by the StatefulSet controller.

  • v1StatefulSetSpecTemplate :: !V1PodTemplateSpec

    Required "template"

  • v1StatefulSetSpecUpdateStrategy :: !(Maybe V1StatefulSetUpdateStrategy)

    "updateStrategy"

  • v1StatefulSetSpecVolumeClaimTemplates :: !(Maybe [V1PersistentVolumeClaim])

    "volumeClaimTemplates" - volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.

data V1StatefulSetStatus Source #

V1StatefulSetStatus StatefulSetStatus represents the current state of a StatefulSet.

Constructors

V1StatefulSetStatus 

Fields

data V1StatefulSetCondition Source #

V1StatefulSetCondition StatefulSetCondition describes the state of a statefulset at a certain point.

Constructors

V1StatefulSetCondition 

Fields

data V1StatefulSetList Source #

V1StatefulSetList StatefulSetList is a collection of StatefulSets.

Constructors

V1StatefulSetList 

Fields

data V1StatefulSetOrdinals Source #

V1StatefulSetOrdinals StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet.

Constructors

V1StatefulSetOrdinals 

Fields

  • v1StatefulSetOrdinalsStart :: !(Maybe Int)

    "start" - start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range: [.spec.ordinals.start, .spec.ordinals.start + .spec.replicas). If unset, defaults to 0. Replica indices will be in the range: [0, .spec.replicas).

data V1StatefulSetPersistentVolumeClaimRetentionPolicy Source #

V1StatefulSetPersistentVolumeClaimRetentionPolicy StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.

Constructors

V1StatefulSetPersistentVolumeClaimRetentionPolicy 

Fields

  • v1StatefulSetPersistentVolumeClaimRetentionPolicyWhenDeleted :: !(Maybe Text)

    "whenDeleted" - WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.

  • v1StatefulSetPersistentVolumeClaimRetentionPolicyWhenScaled :: !(Maybe Text)

    "whenScaled" - WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.

Instances

Instances details
FromJSON V1StatefulSetPersistentVolumeClaimRetentionPolicy Source #

FromJSON V1StatefulSetPersistentVolumeClaimRetentionPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1StatefulSetPersistentVolumeClaimRetentionPolicy Source #

ToJSON V1StatefulSetPersistentVolumeClaimRetentionPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1StatefulSetPersistentVolumeClaimRetentionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1StatefulSetPersistentVolumeClaimRetentionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1StatefulSetUpdateStrategy Source #

V1StatefulSetUpdateStrategy StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.

Constructors

V1StatefulSetUpdateStrategy 

Fields

data V1Status Source #

V1Status Status is a return value for calls that don't return other objects.

Constructors

V1Status 

Fields

Instances

Instances details
FromJSON V1Status Source #

FromJSON V1Status

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1Status Source #

ToJSON V1Status

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1Status Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1Status Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1StatusDetails Source #

V1StatusDetails StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.

Constructors

V1StatusDetails 

Fields

data V1StatusCause Source #

V1StatusCause StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered.

Constructors

V1StatusCause 

Fields

  • v1StatusCauseField :: !(Maybe Text)

    "field" - The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional. Examples: &quot;name&quot; - the field &quot;name&quot; on the current resource &quot;items[0].name&quot; - the field &quot;name&quot; on the first array entry in &quot;items&quot;

  • v1StatusCauseMessage :: !(Maybe Text)

    "message" - A human-readable description of the cause of the error. This field may be presented as-is to a reader.

  • v1StatusCauseReason :: !(Maybe Text)

    "reason" - A machine-readable description of the cause of the error. If this value is empty there is no information available.

data V1StorageClass Source #

V1StorageClass StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned. StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name.

Constructors

V1StorageClass 

Fields

Instances

Instances details
FromJSON V1StorageClass Source #

FromJSON V1StorageClass

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1StorageClass Source #

ToJSON V1StorageClass

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1StorageClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1StorageClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateStorageClass V1StorageClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

Methods

setBodyParam :: (Consumes CreateStorageClass contentType, MimeRender contentType V1StorageClass) => KubernetesRequest CreateStorageClass contentType res accept -> V1StorageClass -> KubernetesRequest CreateStorageClass contentType res accept Source #

HasBodyParam ReplaceStorageClass V1StorageClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

data V1TopologySelectorTerm Source #

V1TopologySelectorTerm A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.

Constructors

V1TopologySelectorTerm 

Fields

data V1StorageClassList Source #

V1StorageClassList StorageClassList is a collection of storage classes.

Constructors

V1StorageClassList 

Fields

data V1StorageOSVolumeSource Source #

V1StorageOSVolumeSource Represents a StorageOS persistent volume resource.

Constructors

V1StorageOSVolumeSource 

Fields

  • v1StorageOSVolumeSourceFsType :: !(Maybe Text)

    "fsType" - fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. &quot;ext4&quot;, &quot;xfs&quot;, &quot;ntfs&quot;. Implicitly inferred to be &quot;ext4&quot; if unspecified.

  • v1StorageOSVolumeSourceReadOnly :: !(Maybe Bool)

    "readOnly" - readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

  • v1StorageOSVolumeSourceSecretRef :: !(Maybe V1LocalObjectReference)

    "secretRef"

  • v1StorageOSVolumeSourceVolumeName :: !(Maybe Text)

    "volumeName" - volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.

  • v1StorageOSVolumeSourceVolumeNamespace :: !(Maybe Text)

    "volumeNamespace" - volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to &quot;default&quot; if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created.

data V1SubjectAccessReview Source #

V1SubjectAccessReview SubjectAccessReview checks whether or not a user or group can perform an action.

Constructors

V1SubjectAccessReview 

Fields

Instances

Instances details
FromJSON V1SubjectAccessReview Source #

FromJSON V1SubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1SubjectAccessReview Source #

ToJSON V1SubjectAccessReview

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1SubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1SubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateSubjectAccessReview V1SubjectAccessReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthorizationV1

data V1SuccessPolicyRule Source #

V1SuccessPolicyRule SuccessPolicyRule describes rule for declaring a Job as succeeded. Each rule must have at least one of the "succeededIndexes" or "succeededCount" specified.

Constructors

V1SuccessPolicyRule 

Fields

  • v1SuccessPolicyRuleSucceededCount :: !(Maybe Int)

    "succeededCount" - succeededCount specifies the minimal required size of the actual set of the succeeded indexes for the Job. When succeededCount is used along with succeededIndexes, the check is constrained only to the set of indexes specified by succeededIndexes. For example, given that succeededIndexes is &quot;1-4&quot;, succeededCount is &quot;3&quot;, and completed indexes are &quot;1&quot;, &quot;3&quot;, and &quot;5&quot;, the Job isn't declared as succeeded because only &quot;1&quot; and &quot;3&quot; indexes are considered in that rules. When this field is null, this doesn't default to any value and is never evaluated at any time. When specified it needs to be a positive integer.

  • v1SuccessPolicyRuleSucceededIndexes :: !(Maybe Text)

    "succeededIndexes" - succeededIndexes specifies the set of indexes which need to be contained in the actual set of the succeeded indexes for the Job. The list of indexes must be within 0 to &quot;.spec.completions-1&quot; and must not contain duplicates. At least one element is required. The indexes are represented as intervals separated by commas. The intervals can be a decimal integer or a pair of decimal integers separated by a hyphen. The number are listed in represented by the first and last element of the series, separated by a hyphen. For example, if the completed indexes are 1, 3, 4, 5 and 7, they are represented as &quot;1,3-5,7&quot;. When this field is null, this field doesn't default to any value and is never evaluated at any time.

data V1TokenReview Source #

V1TokenReview TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.

Constructors

V1TokenReview 

Fields

data V1TokenReviewSpec Source #

V1TokenReviewSpec TokenReviewSpec is a description of the token authentication request.

Constructors

V1TokenReviewSpec 

Fields

  • v1TokenReviewSpecAudiences :: !(Maybe [Text])

    "audiences" - Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver.

  • v1TokenReviewSpecToken :: !(Maybe Text)

    "token" - Token is the opaque bearer token.

data V1TokenReviewStatus Source #

V1TokenReviewStatus TokenReviewStatus is the result of the token authentication request.

Constructors

V1TokenReviewStatus 

Fields

  • v1TokenReviewStatusAudiences :: !(Maybe [Text])

    "audiences" - Audiences are audience identifiers chosen by the authenticator that are compatible with both the TokenReview and token. An identifier is any identifier in the intersection of the TokenReviewSpec audiences and the token's audiences. A client of the TokenReview API that sets the spec.audiences field should validate that a compatible audience identifier is returned in the status.audiences field to ensure that the TokenReview server is audience aware. If a TokenReview returns an empty status.audience field where status.authenticated is &quot;true&quot;, the token is valid against the audience of the Kubernetes API server.

  • v1TokenReviewStatusAuthenticated :: !(Maybe Bool)

    "authenticated" - Authenticated indicates that the token was associated with a known user.

  • v1TokenReviewStatusError :: !(Maybe Text)

    "error" - Error indicates that the token couldn't be checked

  • v1TokenReviewStatusUser :: !(Maybe V1UserInfo)

    "user"

data V1TopologySelectorLabelRequirement Source #

V1TopologySelectorLabelRequirement A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.

Constructors

V1TopologySelectorLabelRequirement 

Fields

data V1TypeChecking Source #

V1TypeChecking TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy

Constructors

V1TypeChecking 

Fields

data V1ValidatingAdmissionPolicy Source #

V1ValidatingAdmissionPolicy ValidatingAdmissionPolicy describes the definition of an admission validation policy that accepts or rejects an object without changing it.

Constructors

V1ValidatingAdmissionPolicy 

Fields

Instances

Instances details
FromJSON V1ValidatingAdmissionPolicy Source #

FromJSON V1ValidatingAdmissionPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ValidatingAdmissionPolicy Source #

ToJSON V1ValidatingAdmissionPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ValidatingAdmissionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1ValidatingAdmissionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateValidatingAdmissionPolicy V1ValidatingAdmissionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam ReplaceValidatingAdmissionPolicy V1ValidatingAdmissionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam ReplaceValidatingAdmissionPolicyStatus V1ValidatingAdmissionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

data V1ValidatingAdmissionPolicySpec Source #

V1ValidatingAdmissionPolicySpec ValidatingAdmissionPolicySpec is the specification of the desired behavior of the AdmissionPolicy.

Constructors

V1ValidatingAdmissionPolicySpec 

Fields

  • v1ValidatingAdmissionPolicySpecAuditAnnotations :: !(Maybe [V1AuditAnnotation])

    "auditAnnotations" - auditAnnotations contains CEL expressions which are used to produce audit annotations for the audit event of the API request. validations and auditAnnotations may not both be empty; a least one of validations or auditAnnotations is required.

  • v1ValidatingAdmissionPolicySpecFailurePolicy :: !(Maybe Text)

    "failurePolicy" - failurePolicy defines how to handle failures for the admission policy. Failures can occur from CEL expression parse errors, type check errors, runtime errors and invalid or mis-configured policy definitions or bindings. A policy is invalid if spec.paramKind refers to a non-existent Kind. A binding is invalid if spec.paramRef.name refers to a non-existent resource. failurePolicy does not define how validations that evaluate to false are handled. When failurePolicy is set to Fail, ValidatingAdmissionPolicyBinding validationActions define how failures are enforced. Allowed values are Ignore or Fail. Defaults to Fail.

  • v1ValidatingAdmissionPolicySpecMatchConditions :: !(Maybe [V1MatchCondition])

    "matchConditions" - MatchConditions is a list of conditions that must be met for a request to be validated. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed. If a parameter object is provided, it can be accessed via the `params` handle in the same manner as validation expressions. The exact matching logic is (in order): 1. If ANY matchCondition evaluates to FALSE, the policy is skipped. 2. If ALL matchConditions evaluate to TRUE, the policy is evaluated. 3. If any matchCondition evaluates to an error (but none are FALSE): - If failurePolicy=Fail, reject the request - If failurePolicy=Ignore, the policy is skipped

  • v1ValidatingAdmissionPolicySpecMatchConstraints :: !(Maybe V1MatchResources)

    "matchConstraints"

  • v1ValidatingAdmissionPolicySpecParamKind :: !(Maybe V1ParamKind)

    "paramKind"

  • v1ValidatingAdmissionPolicySpecValidations :: !(Maybe [V1Validation])

    "validations" - Validations contain CEL expressions which is used to apply the validation. Validations and AuditAnnotations may not both be empty; a minimum of one Validations or AuditAnnotations is required.

  • v1ValidatingAdmissionPolicySpecVariables :: !(Maybe [V1Variable])

    "variables" - Variables contain definitions of variables that can be used in composition of other expressions. Each variable is defined as a named CEL expression. The variables defined here will be available under `variables` in other expressions of the policy except MatchConditions because MatchConditions are evaluated before the rest of the policy. The expression of a variable can refer to other variables defined earlier in the list but not those after. Thus, Variables must be sorted by the order of first appearance and acyclic.

data V1ValidatingAdmissionPolicyStatus Source #

V1ValidatingAdmissionPolicyStatus ValidatingAdmissionPolicyStatus represents the status of an admission validation policy.

Constructors

V1ValidatingAdmissionPolicyStatus 

Fields

data V1ValidatingAdmissionPolicyBinding Source #

V1ValidatingAdmissionPolicyBinding ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters. For a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policiesbindings that don't use params, otherwise N is the number of parameters selected by the binding. The CEL expressions of a policy must have a computed CEL cost below the maximum CEL budget. Each evaluation of the policy is given an independent CEL cost budget. Addingremoving policies, bindings, or params can not affect whether a given (policy, binding, param) combination is within its own CEL budget.

Constructors

V1ValidatingAdmissionPolicyBinding 

Fields

Instances

Instances details
FromJSON V1ValidatingAdmissionPolicyBinding Source #

FromJSON V1ValidatingAdmissionPolicyBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ValidatingAdmissionPolicyBinding Source #

ToJSON V1ValidatingAdmissionPolicyBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ValidatingAdmissionPolicyBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1ValidatingAdmissionPolicyBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateValidatingAdmissionPolicyBinding V1ValidatingAdmissionPolicyBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam ReplaceValidatingAdmissionPolicyBinding V1ValidatingAdmissionPolicyBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

data V1ValidatingAdmissionPolicyBindingSpec Source #

V1ValidatingAdmissionPolicyBindingSpec ValidatingAdmissionPolicyBindingSpec is the specification of the ValidatingAdmissionPolicyBinding.

Constructors

V1ValidatingAdmissionPolicyBindingSpec 

Fields

  • v1ValidatingAdmissionPolicyBindingSpecMatchResources :: !(Maybe V1MatchResources)

    "matchResources"

  • v1ValidatingAdmissionPolicyBindingSpecParamRef :: !(Maybe V1ParamRef)

    "paramRef"

  • v1ValidatingAdmissionPolicyBindingSpecPolicyName :: !(Maybe Text)

    "policyName" - PolicyName references a ValidatingAdmissionPolicy name which the ValidatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.

  • v1ValidatingAdmissionPolicyBindingSpecValidationActions :: !(Maybe [Text])

    "validationActions" - validationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced. If a validation evaluates to false it is always enforced according to these actions. Failures defined by the ValidatingAdmissionPolicy's FailurePolicy are enforced according to these actions only if the FailurePolicy is set to Fail, otherwise the failures are ignored. This includes compilation errors, runtime errors and misconfigurations of the policy. validationActions is declared as a set of action values. Order does not matter. validationActions may not contain duplicates of the same action. The supported actions values are: &quot;Deny&quot; specifies that a validation failure results in a denied request. &quot;Warn&quot; specifies that a validation failure is reported to the request client in HTTP Warning headers, with a warning code of 299. Warnings can be sent both for allowed or denied admission responses. &quot;Audit&quot; specifies that a validation failure is included in the published audit event for the request. The audit event will contain a `validation.policy.admission.k8s.iovalidation_failure` audit annotation with a value containing the details of the validation failures, formatted as a JSON list of objects, each with the following fields: - message: The validation failure message string - policy: The resource name of the ValidatingAdmissionPolicy - binding: The resource name of the ValidatingAdmissionPolicyBinding - expressionIndex: The index of the failed validations in the ValidatingAdmissionPolicy - validationActions: The enforcement actions enacted for the validation failure Example audit annotation: `&quot;validation.policy.admission.k8s.iovalidation_failure&quot;: &quot;[{\&quot;message\&quot;: \&quot;Invalid value\&quot;, {\&quot;policy\&quot;: \&quot;policy.example.com\&quot;, {\&quot;binding\&quot;: \&quot;policybinding.example.com\&quot;, {\&quot;expressionIndex\&quot;: \&quot;1\&quot;, {\&quot;validationActions\&quot;: [\&quot;Audit\&quot;]}]&quot;` Clients should expect to handle additional values by ignoring any values not recognized. &quot;Deny&quot; and &quot;Warn&quot; may not be used together since this combination needlessly duplicates the validation failure both in the API response body and the HTTP warning headers. Required.

data V1ValidatingAdmissionPolicyBindingList Source #

V1ValidatingAdmissionPolicyBindingList ValidatingAdmissionPolicyBindingList is a list of ValidatingAdmissionPolicyBinding.

Constructors

V1ValidatingAdmissionPolicyBindingList 

Fields

data V1ValidatingAdmissionPolicyList Source #

V1ValidatingAdmissionPolicyList ValidatingAdmissionPolicyList is a list of ValidatingAdmissionPolicy.

Constructors

V1ValidatingAdmissionPolicyList 

Fields

data V1Validation Source #

V1Validation Validation specifies the CEL expression which is used to apply the validation.

Constructors

V1Validation 

Fields

  • v1ValidationExpression :: !Text

    Required "expression" - Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the API requestresponse, organized into CEL variables as well as some other useful variables: - 'object' - The object from the incoming request. The value is null for DELETE requests. - 'oldObject' - The existing object. The value is null for CREATE requests. - 'request' - Attributes of the API request([ref](pkgapisadmissiontypes.go#AdmissionRequest)). - 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - 'namespaceObject' - The namespace object that the incoming object belongs to. The value is null for cluster-scoped resources. - 'variables' - Map of composited variables, from its name to its lazily evaluated value. For example, a variable named 'foo' can be accessed as 'variables.foo'. - 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. See https:pkg.go.devk8s.ioapiserverpkgcellibrary#Authz - 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the request resource. The `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible. Only property names of the form `[a-zA-Z_.-][a-zA-Z0-9_.-]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '' escapes to 'underscores' - '.' escapes to 'dot' - '-' escapes to 'dash' - '/' escapes to 'slash' - Property names that exactly match a CEL RESERVED keyword escape to '{keyword}'. The keywords are: &quot;true&quot;, &quot;false&quot;, &quot;null&quot;, &quot;in&quot;, &quot;as&quot;, &quot;break&quot;, &quot;const&quot;, &quot;continue&quot;, &quot;else&quot;, &quot;for&quot;, &quot;function&quot;, &quot;if&quot;, &quot;import&quot;, &quot;let&quot;, &quot;loop&quot;, &quot;package&quot;, &quot;namespace&quot;, &quot;return&quot;. Examples: - Expression accessing a property named &quot;namespace&quot;: {&quot;Expression&quot;: &quot;object.namespace &gt; 0&quot;} - Expression accessing a property named &quot;x-prop&quot;: {&quot;Expression&quot;: &quot;object.xdashprop &gt; 0&quot;} - Expression accessing a property named &quot;redactd&quot;: {&quot;Expression&quot;: &quot;object.redactunderscoresd &gt; 0&quot;} Equality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type: - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and non-intersecting elements in `Y` are appended, retaining their partial order. - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with non-intersecting keys are appended, retaining their partial order. Required.

  • v1ValidationMessage :: !(Maybe Text)

    "message" - Message represents the message displayed when validation fails. The message is required if the Expression contains line breaks. The message must not contain line breaks. If unset, the message is &quot;failed rule: {Rule}&quot;. e.g. &quot;must be a URL with the host matching spec.host&quot; If the Expression contains line breaks. Message is required. The message must not contain line breaks. If unset, the message is &quot;failed Expression: {Expression}&quot;.

  • v1ValidationMessageExpression :: !(Maybe Text)

    "messageExpression" - messageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a validation, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty stringstring with only spacesstring with line breaks will be logged. messageExpression has access to all the same variables as the `expression` except for 'authorizer' and 'authorizer.requestResource'. Example: &quot;object.x must be less than max (&quot;+string(params.max)+&quot;)&quot;

  • v1ValidationReason :: !(Maybe Text)

    "reason" - Reason represents a machine-readable description of why this validation failed. If this is the first validation in the list to fail, this reason, as well as the corresponding HTTP response code, are used in the HTTP response to the client. The currently supported reasons are: &quot;Unauthorized&quot;, &quot;Forbidden&quot;, &quot;Invalid&quot;, &quot;RequestEntityTooLarge&quot;. If not set, StatusReasonInvalid is used in the response to the client.

data V1Variable Source #

V1Variable Variable is the definition of a variable that is used for composition. A variable is defined as a named expression.

Constructors

V1Variable 

Fields

  • v1VariableExpression :: !Text

    Required "expression" - Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.

  • v1VariableName :: !Text

    Required "name" - Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is &quot;foo&quot;, the variable will be available as `variables.foo`

data V1ValidatingWebhook Source #

V1ValidatingWebhook ValidatingWebhook describes an admission webhook and the resources and operations it applies to.

Constructors

V1ValidatingWebhook 

Fields

  • v1ValidatingWebhookAdmissionReviewVersions :: ![Text]

    Required "admissionReviewVersions" - AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.

  • v1ValidatingWebhookClientConfig :: !AdmissionregistrationV1WebhookClientConfig

    Required "clientConfig"

  • v1ValidatingWebhookFailurePolicy :: !(Maybe Text)

    "failurePolicy" - FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail.

  • v1ValidatingWebhookMatchConditions :: !(Maybe [V1MatchCondition])

    "matchConditions" - MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed. The exact matching logic is (in order): 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped. 2. If ALL matchConditions evaluate to TRUE, the webhook is called. 3. If any matchCondition evaluates to an error (but none are FALSE): - If failurePolicy=Fail, reject the request - If failurePolicy=Ignore, the error is ignored and the webhook is skipped

  • v1ValidatingWebhookMatchPolicy :: !(Maybe Text)

    "matchPolicy" - matchPolicy defines how the &quot;rules&quot; list is used to match incoming requests. Allowed values are &quot;Exact&quot; or &quot;Equivalent&quot;. - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, but &quot;rules&quot; only included `apiGroups:[&quot;apps&quot;], apiVersions:[&quot;v1&quot;], resources: [&quot;deployments&quot;]`, a request to appsv1beta1 or extensionsv1beta1 would not be sent to the webhook. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, and &quot;rules&quot; only included `apiGroups:[&quot;apps&quot;], apiVersions:[&quot;v1&quot;], resources: [&quot;deployments&quot;]`, a request to appsv1beta1 or extensionsv1beta1 would be converted to apps/v1 and sent to the webhook. Defaults to &quot;Equivalent&quot;

  • v1ValidatingWebhookName :: !Text

    Required "name" - The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where &quot;imagepolicy&quot; is the name of the webhook, and kubernetes.io is the name of the organization. Required.

  • v1ValidatingWebhookNamespaceSelector :: !(Maybe V1LabelSelector)

    "namespaceSelector"

  • v1ValidatingWebhookObjectSelector :: !(Maybe V1LabelSelector)

    "objectSelector"

  • v1ValidatingWebhookRules :: !(Maybe [V1RuleWithOperations])

    "rules" - Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects.

  • v1ValidatingWebhookSideEffects :: !Text

    Required "sideEffects" - SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some.

  • v1ValidatingWebhookTimeoutSeconds :: !(Maybe Int)

    "timeoutSeconds" - TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds.

data V1ValidatingWebhookConfiguration Source #

V1ValidatingWebhookConfiguration ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.

Constructors

V1ValidatingWebhookConfiguration 

Fields

Instances

Instances details
FromJSON V1ValidatingWebhookConfiguration Source #

FromJSON V1ValidatingWebhookConfiguration

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1ValidatingWebhookConfiguration Source #

ToJSON V1ValidatingWebhookConfiguration

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1ValidatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1ValidatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateValidatingWebhookConfiguration V1ValidatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

HasBodyParam ReplaceValidatingWebhookConfiguration V1ValidatingWebhookConfiguration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1

data V1ValidatingWebhookConfigurationList Source #

V1ValidatingWebhookConfigurationList ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.

Constructors

V1ValidatingWebhookConfigurationList 

Fields

data V1VolumeAttachment Source #

V1VolumeAttachment VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced.

Constructors

V1VolumeAttachment 

Fields

Instances

Instances details
FromJSON V1VolumeAttachment Source #

FromJSON V1VolumeAttachment

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1VolumeAttachment Source #

ToJSON V1VolumeAttachment

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateVolumeAttachment V1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam ReplaceVolumeAttachment V1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

HasBodyParam ReplaceVolumeAttachmentStatus V1VolumeAttachment Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1

data V1VolumeAttachmentSpec Source #

V1VolumeAttachmentSpec VolumeAttachmentSpec is the specification of a VolumeAttachment request.

Constructors

V1VolumeAttachmentSpec 

Fields

data V1VolumeAttachmentStatus Source #

V1VolumeAttachmentStatus VolumeAttachmentStatus is the status of a VolumeAttachment request.

Constructors

V1VolumeAttachmentStatus 

Fields

data V1VolumeAttachmentList Source #

V1VolumeAttachmentList VolumeAttachmentList is a collection of VolumeAttachment objects.

Constructors

V1VolumeAttachmentList 

Fields

data V1VolumeAttachmentSource Source #

V1VolumeAttachmentSource VolumeAttachmentSource represents a volume that should be attached. Right now only PersistentVolumes can be attached via external attacher, in the future we may allow also inline volumes in pods. Exactly one member can be set.

Constructors

V1VolumeAttachmentSource 

Fields

data V1VolumeError Source #

V1VolumeError VolumeError captures an error encountered during a volume operation.

Constructors

V1VolumeError 

Fields

  • v1VolumeErrorMessage :: !(Maybe Text)

    "message" - message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information.

  • v1VolumeErrorTime :: !(Maybe DateTime)

    "time" - time represents the time the error was encountered.

data V1WatchEvent Source #

V1WatchEvent Event represents a single event to a watched resource.

Constructors

V1WatchEvent 

Fields

  • v1WatchEventObject :: !Value

    Required "object" - Object is: * If Type is Added or Modified: the new state of the object. * If Type is Deleted: the state of the object immediately before deletion. * If Type is Error: *Status is recommended; other types may make sense depending on context.

  • v1WatchEventType :: !Text

    Required "type"

data V1alpha1ApplyConfiguration Source #

V1alpha1ApplyConfiguration ApplyConfiguration defines the desired configuration values of an object.

Constructors

V1alpha1ApplyConfiguration 

Fields

  • v1alpha1ApplyConfigurationExpression :: !(Maybe Text)

    "expression" - expression will be evaluated by CEL to create an apply configuration. ref: https://github.com/google/cel-spec Apply configurations are declared in CEL using object initialization. For example, this CEL expression returns an apply configuration to set a single field: Object{ spec: Object.spec{ serviceAccountName: &quot;example&quot; } } Apply configurations may not modify atomic structs, maps or arrays due to the risk of accidental deletion of values not included in the apply configuration. CEL expressions have access to the object types needed to create apply configurations: - 'Object' - CEL type of the resource object. - 'Object.&lt;fieldName&gt;' - CEL type of object field (such as 'Object.spec') - 'Object.&lt;fieldName1&gt;.&lt;fieldName2&gt;...&lt;fieldNameN&gt;` - CEL type of nested field (such as 'Object.spec.containers') CEL expressions have access to the contents of the API request, organized into CEL variables as well as some other useful variables: - 'object' - The object from the incoming request. The value is null for DELETE requests. - 'oldObject' - The existing object. The value is null for CREATE requests. - 'request' - Attributes of the API request(ref). - 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - 'namespaceObject' - The namespace object that the incoming object belongs to. The value is null for cluster-scoped resources. - 'variables' - Map of composited variables, from its name to its lazily evaluated value. For example, a variable named 'foo' can be accessed as 'variables.foo'. - 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz - 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the request resource. The `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible. Only property names of the form `[a-zA-Z_.-][a-zA-Z0-9_.-]*` are accessible. Required.

data V1alpha1ClusterTrustBundle Source #

V1alpha1ClusterTrustBundle ClusterTrustBundle is a cluster-scoped container for X.509 trust anchors (root certificates). ClusterTrustBundle objects are considered to be readable by any authenticated user in the cluster, because they can be mounted by pods using the clusterTrustBundle projection. All service accounts have read access to ClusterTrustBundles by default. Users who only have namespace-level access to a cluster can read ClusterTrustBundles by impersonating a serviceaccount that they have access to. It can be optionally associated with a particular assigner, in which case it contains one valid set of trust anchors for that signer. Signers may have multiple associated ClusterTrustBundles; each is an independent set of trust anchors for that signer. Admission control is used to enforce that only users with permissions on the signer can create or modify the corresponding bundle.

Constructors

V1alpha1ClusterTrustBundle 

Fields

Instances

Instances details
FromJSON V1alpha1ClusterTrustBundle Source #

FromJSON V1alpha1ClusterTrustBundle

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1ClusterTrustBundle Source #

ToJSON V1alpha1ClusterTrustBundle

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1ClusterTrustBundle Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1alpha1ClusterTrustBundle Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateClusterTrustBundle V1alpha1ClusterTrustBundle Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

HasBodyParam ReplaceClusterTrustBundle V1alpha1ClusterTrustBundle Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CertificatesV1alpha1

data V1alpha1ClusterTrustBundleSpec Source #

V1alpha1ClusterTrustBundleSpec ClusterTrustBundleSpec contains the signer and trust anchors.

Constructors

V1alpha1ClusterTrustBundleSpec 

Fields

  • v1alpha1ClusterTrustBundleSpecSignerName :: !(Maybe Text)

    "signerName" - signerName indicates the associated signer, if any. In order to create or update a ClusterTrustBundle that sets signerName, you must have the following cluster-scoped permission: group=certificates.k8s.io resource=signers resourceName=&lt;the signer name&gt; verb=attest. If signerName is not empty, then the ClusterTrustBundle object must be named with the signer name as a prefix (translating slashes to colons). For example, for the signer name `example.comfoo`, valid ClusterTrustBundle object names include `example.com:foo:abc` and `example.com:foo:v1`. If signerName is empty, then the ClusterTrustBundle object's name must not have such a prefix. Listwatch requests for ClusterTrustBundles can filter on this field using a `spec.signerName=NAME` field selector.

  • v1alpha1ClusterTrustBundleSpecTrustBundle :: !Text

    Required "trustBundle" - trustBundle contains the individual X.509 trust anchors for this bundle, as PEM bundle of PEM-wrapped, DER-formatted X.509 certificates. The data must consist only of PEM certificate blocks that parse as valid X.509 certificates. Each certificate must include a basic constraints extension with the CA bit set. The API server will reject objects that contain duplicate certificates, or that use PEM block headers. Users of ClusterTrustBundles, including Kubelet, are free to reorder and deduplicate certificate blocks in this file according to their own logic, as well as to drop PEM block headers and inter-block data.

data V1alpha1ClusterTrustBundleList Source #

V1alpha1ClusterTrustBundleList ClusterTrustBundleList is a collection of ClusterTrustBundle objects

Constructors

V1alpha1ClusterTrustBundleList 

Fields

data V1alpha1GroupVersionResource Source #

V1alpha1GroupVersionResource The names of the group, the version, and the resource.

Constructors

V1alpha1GroupVersionResource 

Fields

data V1alpha1JSONPatch Source #

V1alpha1JSONPatch JSONPatch defines a JSON Patch.

Constructors

V1alpha1JSONPatch 

Fields

  • v1alpha1JSONPatchExpression :: !(Maybe Text)

    "expression" - expression will be evaluated by CEL to create a JSON patch. ref: https://github.com/google/cel-spec expression must return an array of JSONPatch values. For example, this CEL expression returns a JSON patch to conditionally modify a value: [ JSONPatch{op: &quot;test&quot;, path: &quot;specexample&quot;, value: &quot;Red&quot;}, JSONPatch{op: &quot;replace&quot;, path: &quot;specexample&quot;, value: &quot;Green&quot;} ] To define an object for the patch value, use Object types. For example: [ JSONPatch{ op: &quot;add&quot;, path: &quot;specselector&quot;, value: Object.spec.selector{matchLabels: {&quot;environment&quot;: &quot;test&quot;}} } ] To use strings containing '' and '~' as JSONPatch path keys, use &quot;jsonpatch.escapeKey&quot;. For example: [ JSONPatch{ op: &quot;add&quot;, path: &quot;metadatalabels&quot; + jsonpatch.escapeKey(&quot;example.comenvironment&quot;), value: &quot;test&quot; }, ] CEL expressions have access to the types needed to create JSON patches and objects: - 'JSONPatch' - CEL type of JSON Patch operations. JSONPatch has the fields 'op', 'from', 'path' and 'value'. See [JSON patch](https:jsonpatch.com) for more details. The 'value' field may be set to any of: string, integer, array, map or object. If set, the 'path' and 'from' fields must be set to a JSON pointer string, where the 'jsonpatch.escapeKey()' CEL function may be used to escape path keys containing '' and '~'. - 'Object' - CEL type of the resource object. - 'Object.&lt;fieldName&gt;' - CEL type of object field (such as 'Object.spec') - 'Object.&lt;fieldName1&gt;.&lt;fieldName2&gt;...&lt;fieldNameN&gt;` - CEL type of nested field (such as 'Object.spec.containers') CEL expressions have access to the contents of the API request, organized into CEL variables as well as some other useful variables: - 'object' - The object from the incoming request. The value is null for DELETE requests. - 'oldObject' - The existing object. The value is null for CREATE requests. - 'request' - Attributes of the API request([ref](pkgapisadmissiontypes.go#AdmissionRequest)). - 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - 'namespaceObject' - The namespace object that the incoming object belongs to. The value is null for cluster-scoped resources. - 'variables' - Map of composited variables, from its name to its lazily evaluated value. For example, a variable named 'foo' can be accessed as 'variables.foo'. - 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. See https:pkg.go.devk8s.ioapiserverpkgcellibrary#Authz - 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the request resource. CEL expressions have access to Kubernetes CEL function libraries as well as: - 'jsonpatch.escapeKey' - Performs JSONPatch key escaping. '~' and '' are escaped as '~0' and `~1' respectively). Only property names of the form `[a-zA-Z_.-][a-zA-Z0-9_.-/]*` are accessible. Required.

data V1alpha1MatchCondition Source #

V1alpha1MatchCondition

Constructors

V1alpha1MatchCondition 

Fields

  • v1alpha1MatchConditionExpression :: !Text

    Required "expression" - Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables: 'object' - The object from the incoming request. The value is null for DELETE requests. 'oldObject' - The existing object. The value is null for CREATE requests. 'request' - Attributes of the admission request(pkgapisadmissiontypes.go#AdmissionRequest). 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the request resource. Documentation on CEL: https://kubernetes.io/docs/reference/using-api/cel/ Required.

  • v1alpha1MatchConditionName :: !Text

    Required "name" - Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '' (e.g. 'example.comMyName') Required.

data V1alpha1MatchResources Source #

V1alpha1MatchResources MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)

Constructors

V1alpha1MatchResources 

Fields

  • v1alpha1MatchResourcesExcludeResourceRules :: !(Maybe [V1alpha1NamedRuleWithOperations])

    "excludeResourceRules" - ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)

  • v1alpha1MatchResourcesMatchPolicy :: !(Maybe Text)

    "matchPolicy" - matchPolicy defines how the &quot;MatchResources&quot; list is used to match incoming requests. Allowed values are &quot;Exact&quot; or &quot;Equivalent&quot;. - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, but &quot;rules&quot; only included `apiGroups:[&quot;apps&quot;], apiVersions:[&quot;v1&quot;], resources: [&quot;deployments&quot;]`, a request to appsv1beta1 or extensionsv1beta1 would not be sent to the ValidatingAdmissionPolicy. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, and &quot;rules&quot; only included `apiGroups:[&quot;apps&quot;], apiVersions:[&quot;v1&quot;], resources: [&quot;deployments&quot;]`, a request to appsv1beta1 or extensionsv1beta1 would be converted to apps/v1 and sent to the ValidatingAdmissionPolicy. Defaults to &quot;Equivalent&quot;

  • v1alpha1MatchResourcesNamespaceSelector :: !(Maybe V1LabelSelector)

    "namespaceSelector"

  • v1alpha1MatchResourcesObjectSelector :: !(Maybe V1LabelSelector)

    "objectSelector"

  • v1alpha1MatchResourcesResourceRules :: !(Maybe [V1alpha1NamedRuleWithOperations])

    "resourceRules" - ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.

data V1alpha1NamedRuleWithOperations Source #

V1alpha1NamedRuleWithOperations NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames.

Constructors

V1alpha1NamedRuleWithOperations 

Fields

  • v1alpha1NamedRuleWithOperationsApiGroups :: !(Maybe [Text])

    "apiGroups" - APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.

  • v1alpha1NamedRuleWithOperationsApiVersions :: !(Maybe [Text])

    "apiVersions" - APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.

  • v1alpha1NamedRuleWithOperationsOperations :: !(Maybe [Text])

    "operations" - Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.

  • v1alpha1NamedRuleWithOperationsResourceNames :: !(Maybe [Text])

    "resourceNames" - ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.

  • v1alpha1NamedRuleWithOperationsResources :: !(Maybe [Text])

    "resources" - Resources is a list of resources this rule applies to. For example: 'pods' means pods. 'podslog' means the log subresource of pods. '*' means all resources, but not subresources. 'pods*' means all subresources of pods. '*scale' means all scale subresources. '**' means all resources and their subresources. If wildcard is present, the validation rule will ensure resources do not overlap with each other. Depending on the enclosing object, subresources might not be allowed. Required.

  • v1alpha1NamedRuleWithOperationsScope :: !(Maybe Text)

    "scope" - scope specifies the scope of this rule. Valid values are &quot;Cluster&quot;, &quot;Namespaced&quot;, and &quot;*&quot; &quot;Cluster&quot; means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. &quot;Namespaced&quot; means that only namespaced resources will match this rule. &quot;*&quot; means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is &quot;*&quot;.

data V1alpha1MigrationCondition Source #

V1alpha1MigrationCondition Describes the state of a migration at a certain point.

Constructors

V1alpha1MigrationCondition 

Fields

data V1alpha1MutatingAdmissionPolicy Source #

V1alpha1MutatingAdmissionPolicy MutatingAdmissionPolicy describes the definition of an admission mutation policy that mutates the object coming into admission chain.

Constructors

V1alpha1MutatingAdmissionPolicy 

Fields

Instances

Instances details
FromJSON V1alpha1MutatingAdmissionPolicy Source #

FromJSON V1alpha1MutatingAdmissionPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1MutatingAdmissionPolicy Source #

ToJSON V1alpha1MutatingAdmissionPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1MutatingAdmissionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1alpha1MutatingAdmissionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateMutatingAdmissionPolicy V1alpha1MutatingAdmissionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasBodyParam ReplaceMutatingAdmissionPolicy V1alpha1MutatingAdmissionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

data V1alpha1MutatingAdmissionPolicySpec Source #

V1alpha1MutatingAdmissionPolicySpec MutatingAdmissionPolicySpec is the specification of the desired behavior of the admission policy.

Constructors

V1alpha1MutatingAdmissionPolicySpec 

Fields

  • v1alpha1MutatingAdmissionPolicySpecFailurePolicy :: !(Maybe Text)

    "failurePolicy" - failurePolicy defines how to handle failures for the admission policy. Failures can occur from CEL expression parse errors, type check errors, runtime errors and invalid or mis-configured policy definitions or bindings. A policy is invalid if paramKind refers to a non-existent Kind. A binding is invalid if paramRef.name refers to a non-existent resource. failurePolicy does not define how validations that evaluate to false are handled. Allowed values are Ignore or Fail. Defaults to Fail.

  • v1alpha1MutatingAdmissionPolicySpecMatchConditions :: !(Maybe [V1alpha1MatchCondition])

    "matchConditions" - matchConditions is a list of conditions that must be met for a request to be validated. Match conditions filter requests that have already been matched by the matchConstraints. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed. If a parameter object is provided, it can be accessed via the `params` handle in the same manner as validation expressions. The exact matching logic is (in order): 1. If ANY matchCondition evaluates to FALSE, the policy is skipped. 2. If ALL matchConditions evaluate to TRUE, the policy is evaluated. 3. If any matchCondition evaluates to an error (but none are FALSE): - If failurePolicy=Fail, reject the request - If failurePolicy=Ignore, the policy is skipped

  • v1alpha1MutatingAdmissionPolicySpecMatchConstraints :: !(Maybe V1alpha1MatchResources)

    "matchConstraints"

  • v1alpha1MutatingAdmissionPolicySpecMutations :: !(Maybe [V1alpha1Mutation])

    "mutations" - mutations contain operations to perform on matching objects. mutations may not be empty; a minimum of one mutation is required. mutations are evaluated in order, and are reinvoked according to the reinvocationPolicy. The mutations of a policy are invoked for each binding of this policy and reinvocation of mutations occurs on a per binding basis.

  • v1alpha1MutatingAdmissionPolicySpecParamKind :: !(Maybe V1alpha1ParamKind)

    "paramKind"

  • v1alpha1MutatingAdmissionPolicySpecReinvocationPolicy :: !(Maybe Text)

    "reinvocationPolicy" - reinvocationPolicy indicates whether mutations may be called multiple times per MutatingAdmissionPolicyBinding as part of a single admission evaluation. Allowed values are &quot;Never&quot; and &quot;IfNeeded&quot;. Never: These mutations will not be called more than once per binding in a single admission evaluation. IfNeeded: These mutations may be invoked more than once per binding for a single admission request and there is no guarantee of order with respect to other admission plugins, admission webhooks, bindings of this policy and admission policies. Mutations are only reinvoked when mutations change the object after this mutation is invoked. Required.

  • v1alpha1MutatingAdmissionPolicySpecVariables :: !(Maybe [V1alpha1Variable])

    "variables" - variables contain definitions of variables that can be used in composition of other expressions. Each variable is defined as a named CEL expression. The variables defined here will be available under `variables` in other expressions of the policy except matchConditions because matchConditions are evaluated before the rest of the policy. The expression of a variable can refer to other variables defined earlier in the list but not those after. Thus, variables must be sorted by the order of first appearance and acyclic.

data V1alpha1MutatingAdmissionPolicyBinding Source #

V1alpha1MutatingAdmissionPolicyBinding MutatingAdmissionPolicyBinding binds the MutatingAdmissionPolicy with parametrized resources. MutatingAdmissionPolicyBinding and the optional parameter resource together define how cluster administrators configure policies for clusters. For a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policiesbindings that don't use params, otherwise N is the number of parameters selected by the binding. Each evaluation is constrained by a [runtime cost budget](https:kubernetes.iodocsreferenceusing-apicel#runtime-cost-budget). Adding/removing policies, bindings, or params can not affect whether a given (policy, binding, param) combination is within its own CEL budget.

Constructors

V1alpha1MutatingAdmissionPolicyBinding 

Fields

Instances

Instances details
FromJSON V1alpha1MutatingAdmissionPolicyBinding Source #

FromJSON V1alpha1MutatingAdmissionPolicyBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1MutatingAdmissionPolicyBinding Source #

ToJSON V1alpha1MutatingAdmissionPolicyBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1MutatingAdmissionPolicyBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1alpha1MutatingAdmissionPolicyBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateMutatingAdmissionPolicyBinding V1alpha1MutatingAdmissionPolicyBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

HasBodyParam ReplaceMutatingAdmissionPolicyBinding V1alpha1MutatingAdmissionPolicyBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1

data V1alpha1MutatingAdmissionPolicyBindingSpec Source #

V1alpha1MutatingAdmissionPolicyBindingSpec MutatingAdmissionPolicyBindingSpec is the specification of the MutatingAdmissionPolicyBinding.

Constructors

V1alpha1MutatingAdmissionPolicyBindingSpec 

Fields

Instances

Instances details
FromJSON V1alpha1MutatingAdmissionPolicyBindingSpec Source #

FromJSON V1alpha1MutatingAdmissionPolicyBindingSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1MutatingAdmissionPolicyBindingSpec Source #

ToJSON V1alpha1MutatingAdmissionPolicyBindingSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1MutatingAdmissionPolicyBindingSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1alpha1MutatingAdmissionPolicyBindingSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1alpha1MutatingAdmissionPolicyBindingList Source #

V1alpha1MutatingAdmissionPolicyBindingList MutatingAdmissionPolicyBindingList is a list of MutatingAdmissionPolicyBinding.

Constructors

V1alpha1MutatingAdmissionPolicyBindingList 

Fields

Instances

Instances details
FromJSON V1alpha1MutatingAdmissionPolicyBindingList Source #

FromJSON V1alpha1MutatingAdmissionPolicyBindingList

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1MutatingAdmissionPolicyBindingList Source #

ToJSON V1alpha1MutatingAdmissionPolicyBindingList

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1MutatingAdmissionPolicyBindingList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1alpha1MutatingAdmissionPolicyBindingList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1alpha1ParamRef Source #

V1alpha1ParamRef ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.

Constructors

V1alpha1ParamRef 

Fields

  • v1alpha1ParamRefName :: !(Maybe Text)

    "name" - `name` is the name of the resource being referenced. `name` and `selector` are mutually exclusive properties. If one is set, the other must be unset.

  • v1alpha1ParamRefNamespace :: !(Maybe Text)

    "namespace" - namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields. A per-namespace parameter may be used by specifying a namespace-scoped `paramKind` in the policy and leaving this field empty. - If `paramKind` is cluster-scoped, this field MUST be unset. Setting this field results in a configuration error. - If `paramKind` is namespace-scoped, the namespace of the object being evaluated for admission will be used when this field is left unset. Take care that if this is left empty the binding must not match any cluster-scoped resources, which will result in an error.

  • v1alpha1ParamRefParameterNotFoundAction :: !(Maybe Text)

    "parameterNotFoundAction" - `parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy. Allowed values are `Allow` or `Deny` Default to `Deny`

  • v1alpha1ParamRefSelector :: !(Maybe V1LabelSelector)

    "selector"

data V1alpha1MutatingAdmissionPolicyList Source #

V1alpha1MutatingAdmissionPolicyList MutatingAdmissionPolicyList is a list of MutatingAdmissionPolicy.

Constructors

V1alpha1MutatingAdmissionPolicyList 

Fields

data V1alpha1Mutation Source #

V1alpha1Mutation Mutation specifies the CEL expression which is used to apply the Mutation.

Constructors

V1alpha1Mutation 

Fields

data V1alpha1ParamKind Source #

V1alpha1ParamKind ParamKind is a tuple of Group Kind and Version.

Constructors

V1alpha1ParamKind 

Fields

data V1alpha1Variable Source #

V1alpha1Variable Variable is the definition of a variable that is used for composition.

Constructors

V1alpha1Variable 

Fields

  • v1alpha1VariableExpression :: !Text

    Required "expression" - Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.

  • v1alpha1VariableName :: !Text

    Required "name" - Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is &quot;foo&quot;, the variable will be available as `variables.foo`

data V1alpha1ServerStorageVersion Source #

V1alpha1ServerStorageVersion An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend.

Constructors

V1alpha1ServerStorageVersion 

Fields

data V1alpha1StorageVersion Source #

V1alpha1StorageVersion Storage version of a specific resource.

Constructors

V1alpha1StorageVersion 

Fields

Instances

Instances details
FromJSON V1alpha1StorageVersion Source #

FromJSON V1alpha1StorageVersion

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1StorageVersion Source #

ToJSON V1alpha1StorageVersion

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1StorageVersion Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1alpha1StorageVersion Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateStorageVersion V1alpha1StorageVersion Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasBodyParam ReplaceStorageVersion V1alpha1StorageVersion Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

HasBodyParam ReplaceStorageVersionStatus V1alpha1StorageVersion Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.InternalApiserverV1alpha1

data V1alpha1StorageVersionStatus Source #

V1alpha1StorageVersionStatus API server instances report the versions they can decode and the version they encode objects to when persisting objects in the backend.

Constructors

V1alpha1StorageVersionStatus 

Fields

data V1alpha1StorageVersionCondition Source #

V1alpha1StorageVersionCondition Describes the state of the storageVersion at a certain point.

Constructors

V1alpha1StorageVersionCondition 

Fields

data V1alpha1StorageVersionList Source #

V1alpha1StorageVersionList A list of StorageVersions.

Constructors

V1alpha1StorageVersionList 

Fields

data V1alpha1StorageVersionMigration Source #

V1alpha1StorageVersionMigration StorageVersionMigration represents a migration of stored data to the latest storage version.

Constructors

V1alpha1StorageVersionMigration 

Fields

Instances

Instances details
FromJSON V1alpha1StorageVersionMigration Source #

FromJSON V1alpha1StorageVersionMigration

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1StorageVersionMigration Source #

ToJSON V1alpha1StorageVersionMigration

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1StorageVersionMigration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1alpha1StorageVersionMigration Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateStorageVersionMigration V1alpha1StorageVersionMigration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasBodyParam ReplaceStorageVersionMigration V1alpha1StorageVersionMigration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

HasBodyParam ReplaceStorageVersionMigrationStatus V1alpha1StorageVersionMigration Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StoragemigrationV1alpha1

data V1alpha1StorageVersionMigrationSpec Source #

V1alpha1StorageVersionMigrationSpec Spec of the storage version migration.

Constructors

V1alpha1StorageVersionMigrationSpec 

Fields

data V1alpha1StorageVersionMigrationStatus Source #

V1alpha1StorageVersionMigrationStatus Status of the storage version migration.

Constructors

V1alpha1StorageVersionMigrationStatus 

Fields

data V1alpha1StorageVersionMigrationList Source #

V1alpha1StorageVersionMigrationList StorageVersionMigrationList is a collection of storage version migrations.

Constructors

V1alpha1StorageVersionMigrationList 

Fields

data V1alpha1VolumeAttributesClass Source #

V1alpha1VolumeAttributesClass VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.

Constructors

V1alpha1VolumeAttributesClass 

Fields

Instances

Instances details
FromJSON V1alpha1VolumeAttributesClass Source #

FromJSON V1alpha1VolumeAttributesClass

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha1VolumeAttributesClass Source #

ToJSON V1alpha1VolumeAttributesClass

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha1VolumeAttributesClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1alpha1VolumeAttributesClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateVolumeAttributesClass V1alpha1VolumeAttributesClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

HasBodyParam ReplaceVolumeAttributesClass V1alpha1VolumeAttributesClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1alpha1

data V1alpha1VolumeAttributesClassList Source #

V1alpha1VolumeAttributesClassList VolumeAttributesClassList is a collection of VolumeAttributesClass objects.

Constructors

V1alpha1VolumeAttributesClassList 

Fields

data V1alpha2LeaseCandidate Source #

V1alpha2LeaseCandidate LeaseCandidate defines a candidate for a Lease object. Candidates are created such that coordinated leader election will pick the best leader from the list of candidates.

Constructors

V1alpha2LeaseCandidate 

Fields

Instances

Instances details
FromJSON V1alpha2LeaseCandidate Source #

FromJSON V1alpha2LeaseCandidate

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha2LeaseCandidate Source #

ToJSON V1alpha2LeaseCandidate

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha2LeaseCandidate Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1alpha2LeaseCandidate Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedLeaseCandidate V1alpha2LeaseCandidate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

HasBodyParam ReplaceNamespacedLeaseCandidate V1alpha2LeaseCandidate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.CoordinationV1alpha2

data V1alpha2LeaseCandidateSpec Source #

V1alpha2LeaseCandidateSpec LeaseCandidateSpec is a specification of a Lease.

Constructors

V1alpha2LeaseCandidateSpec 

Fields

  • v1alpha2LeaseCandidateSpecBinaryVersion :: !Text

    Required "binaryVersion" - BinaryVersion is the binary version. It must be in a semver format without leading `v`. This field is required.

  • v1alpha2LeaseCandidateSpecEmulationVersion :: !(Maybe Text)

    "emulationVersion" - EmulationVersion is the emulation version. It must be in a semver format without leading `v`. EmulationVersion must be less than or equal to BinaryVersion. This field is required when strategy is &quot;OldestEmulationVersion&quot;

  • v1alpha2LeaseCandidateSpecLeaseName :: !Text

    Required "leaseName" - LeaseName is the name of the lease for which this candidate is contending. This field is immutable.

  • v1alpha2LeaseCandidateSpecPingTime :: !(Maybe DateTime)

    "pingTime" - PingTime is the last time that the server has requested the LeaseCandidate to renew. It is only done during leader election to check if any LeaseCandidates have become ineligible. When PingTime is updated, the LeaseCandidate will respond by updating RenewTime.

  • v1alpha2LeaseCandidateSpecRenewTime :: !(Maybe DateTime)

    "renewTime" - RenewTime is the time that the LeaseCandidate was last updated. Any time a Lease needs to do leader election, the PingTime field is updated to signal to the LeaseCandidate that they should update the RenewTime. Old LeaseCandidate objects are also garbage collected if it has been hours since the last renew. The PingTime field is updated regularly to prevent garbage collection for still active LeaseCandidates.

  • v1alpha2LeaseCandidateSpecStrategy :: !Text

    Required "strategy" - Strategy is the strategy that coordinated leader election will use for picking the leader. If multiple candidates for the same Lease return different strategies, the strategy provided by the candidate with the latest BinaryVersion will be used. If there is still conflict, this is a user error and coordinated leader election will not operate the Lease until resolved. (Alpha) Using this field requires the CoordinatedLeaderElection feature gate to be enabled.

data V1alpha2LeaseCandidateList Source #

V1alpha2LeaseCandidateList LeaseCandidateList is a list of Lease objects.

Constructors

V1alpha2LeaseCandidateList 

Fields

data V1alpha3AllocatedDeviceStatus Source #

V1alpha3AllocatedDeviceStatus AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.

Constructors

V1alpha3AllocatedDeviceStatus 

Fields

data V1alpha3NetworkDeviceData Source #

V1alpha3NetworkDeviceData NetworkDeviceData provides network-related details for the allocated device. This information may be filled by drivers or other components to configure or identify the device within a network context.

Constructors

V1alpha3NetworkDeviceData 

Fields

  • v1alpha3NetworkDeviceDataHardwareAddress :: !(Maybe Text)

    "hardwareAddress" - HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface. Must not be longer than 128 characters.

  • v1alpha3NetworkDeviceDataInterfaceName :: !(Maybe Text)

    "interfaceName" - InterfaceName specifies the name of the network interface associated with the allocated device. This might be the name of a physical or virtual network interface being configured in the pod. Must not be longer than 256 characters.

  • v1alpha3NetworkDeviceDataIps :: !(Maybe [Text])

    "ips" - IPs lists the network addresses assigned to the device's network interface. This can include both IPv4 and IPv6 addresses. The IPs are in the CIDR notation, which includes both the address and the associated subnet mask. e.g.: &quot;192.0.2.524&quot; for IPv4 and &quot;2001:db8::564&quot; for IPv6.

data V1alpha3AllocationResult Source #

V1alpha3AllocationResult AllocationResult contains attributes of an allocated resource.

data V1alpha3DeviceAllocationResult Source #

V1alpha3DeviceAllocationResult DeviceAllocationResult is the result of allocating devices.

Constructors

V1alpha3DeviceAllocationResult 

Fields

data V1alpha3BasicDevice Source #

V1alpha3BasicDevice BasicDevice defines one device instance.

Constructors

V1alpha3BasicDevice 

Fields

data V1alpha3DeviceAttribute Source #

V1alpha3DeviceAttribute DeviceAttribute must have exactly one field set.

Constructors

V1alpha3DeviceAttribute 

Fields

data V1alpha3CELDeviceSelector Source #

V1alpha3CELDeviceSelector CELDeviceSelector contains a CEL expression for selecting a device.

Constructors

V1alpha3CELDeviceSelector 

Fields

  • v1alpha3CELDeviceSelectorExpression :: !Text

    Required "expression" - Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort. The expression's input is an object named &quot;device&quot;, which carries the following properties: - driver (string): the name of the driver which defines this device. - attributes (map[string]object): the device's attributes, grouped by prefix (e.g. device.attributes[&quot;dra.example.com&quot;] evaluates to an object with all of the attributes which were prefixed by &quot;dra.example.com&quot;. - capacity (map[string]object): the device's capacities, grouped by prefix. Example: Consider a device with driver=&quot;dra.example.com&quot;, which exposes two attributes named &quot;model&quot; and &quot;ext.example.com/family&quot; and which exposes one capacity named &quot;modules&quot;. This input to this expression would have the following fields: device.driver device.attributes[&quot;dra.example.com&quot;].model device.attributes[&quot;ext.example.com&quot;].family device.capacity[&quot;dra.example.com&quot;].modules The device.driver field can be used to check for a specific driver, either as a high-level precondition (i.e. you only want to consider devices from this driver) or as part of a multi-clause expression that is meant to consider devices from different drivers. The value type of each attribute is defined by the device definition, and users who write these expressions must consult the documentation for their specific drivers. The value type of each capacity is Quantity. If an unknown prefix is used as a lookup in either device.attributes or device.capacity, an empty map will be returned. Any reference to an unknown field will cause an evaluation error and allocation to abort. A robust expression should check for the existence of attributes before referencing them. For ease of use, the cel.bind() function is enabled, and can be used to simplify expressions that access multiple attributes with the same domain. For example: cel.bind(dra, device.attributes[&quot;dra.example.com&quot;], dra.someBool &amp;&amp; dra.anotherBool) The length of the expression must be smaller or equal to 10 Ki. The cost of evaluating it is also limited based on the estimated number of logical steps.

data V1alpha3Device Source #

V1alpha3Device Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.

Constructors

V1alpha3Device 

Fields

data V1alpha3DeviceAllocationConfiguration Source #

V1alpha3DeviceAllocationConfiguration DeviceAllocationConfiguration gets embedded in an AllocationResult.

Constructors

V1alpha3DeviceAllocationConfiguration 

Fields

data V1alpha3OpaqueDeviceConfiguration Source #

V1alpha3OpaqueDeviceConfiguration OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.

Constructors

V1alpha3OpaqueDeviceConfiguration 

Fields

  • v1alpha3OpaqueDeviceConfigurationDriver :: !Text

    Required "driver" - Driver is used to determine which kubelet plugin needs to be passed these configuration parameters. An admission policy provided by the driver developer could use this to decide whether it needs to validate them. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.

  • v1alpha3OpaqueDeviceConfigurationParameters :: !Value

    Required "parameters" - Parameters can contain arbitrary data. It is the responsibility of the driver developer to handle validation and versioning. Typically this includes self-identification and a version (&quot;kind&quot; + &quot;apiVersion&quot; for Kubernetes types), with conversion between different versions. The length of the raw data must be smaller or equal to 10 Ki.

data V1alpha3DeviceRequestAllocationResult Source #

V1alpha3DeviceRequestAllocationResult DeviceRequestAllocationResult contains the allocation result for one request.

Constructors

V1alpha3DeviceRequestAllocationResult 

Fields

  • v1alpha3DeviceRequestAllocationResultAdminAccess :: !(Maybe Bool)

    "adminAccess" - AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode. This is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.

  • v1alpha3DeviceRequestAllocationResultDevice :: !Text

    Required "device" - Device references one device instance via its name in the driver's resource pool. It must be a DNS label.

  • v1alpha3DeviceRequestAllocationResultDriver :: !Text

    Required "driver" - Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.

  • v1alpha3DeviceRequestAllocationResultPool :: !Text

    Required "pool" - This name together with the driver name and the device name field identify which device was allocated (`&lt;driver name&gt;&lt;pool name&gt;&lt;device name&gt;`). Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.

  • v1alpha3DeviceRequestAllocationResultRequest :: !Text

    Required "request" - Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.

data V1alpha3DeviceClaim Source #

V1alpha3DeviceClaim DeviceClaim defines how to request devices with a ResourceClaim.

Constructors

V1alpha3DeviceClaim 

Fields

data V1alpha3DeviceClaimConfiguration Source #

V1alpha3DeviceClaimConfiguration DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.

Constructors

V1alpha3DeviceClaimConfiguration 

Fields

data V1alpha3DeviceConstraint Source #

V1alpha3DeviceConstraint DeviceConstraint must have exactly one field set besides Requests.

Constructors

V1alpha3DeviceConstraint 

Fields

  • v1alpha3DeviceConstraintMatchAttribute :: !(Maybe Text)

    "matchAttribute" - MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices. For example, if you specified &quot;dra.example.com/numa&quot; (a hypothetical example!), then only devices in the same NUMA node will be chosen. A device which does not have that attribute will not be chosen. All devices should use a value of the same type for this attribute because that is part of its specification, but if one device doesn't, then it also will not be chosen. Must include the domain qualifier.

  • v1alpha3DeviceConstraintRequests :: !(Maybe [Text])

    "requests" - Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.

data V1alpha3DeviceRequest Source #

V1alpha3DeviceRequest DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices. A DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.

Constructors

V1alpha3DeviceRequest 

Fields

  • v1alpha3DeviceRequestAdminAccess :: !(Maybe Bool)

    "adminAccess" - AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations. This is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.

  • v1alpha3DeviceRequestAllocationMode :: !(Maybe Text)

    "allocationMode" - AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are: - ExactCount: This request is for a specific number of devices. This is the default. The exact number is provided in the count field. - All: This request is for all of the matching devices in a pool. Allocation will fail if some devices are already allocated, unless adminAccess is requested. If AlloctionMode is not specified, the default mode is ExactCount. If the mode is ExactCount and count is not specified, the default count is one. Any other requests must specify this field. More modes may get added in the future. Clients must refuse to handle requests with unknown modes.

  • v1alpha3DeviceRequestCount :: !(Maybe Integer)

    "count" - Count is used only when the count mode is &quot;ExactCount&quot;. Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.

  • v1alpha3DeviceRequestDeviceClassName :: !Text

    Required "deviceClassName" - DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request. A class is required. Which classes are available depends on the cluster. Administrators may use this to restrict which devices may get requested by only installing classes with selectors for permitted devices. If users are free to request anything without restrictions, then administrators can create an empty DeviceClass for users to reference.

  • v1alpha3DeviceRequestName :: !Text

    Required "name" - Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim. Must be a DNS label.

  • v1alpha3DeviceRequestSelectors :: !(Maybe [V1alpha3DeviceSelector])

    "selectors" - Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered.

data V1alpha3DeviceClass Source #

V1alpha3DeviceClass DeviceClass is a vendor- or admin-provided resource that contains device configuration and selectors. It can be referenced in the device requests of a claim to apply these presets. Cluster scoped. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.

Constructors

V1alpha3DeviceClass 

Fields

Instances

Instances details
FromJSON V1alpha3DeviceClass Source #

FromJSON V1alpha3DeviceClass

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha3DeviceClass Source #

ToJSON V1alpha3DeviceClass

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha3DeviceClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1alpha3DeviceClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateDeviceClass V1alpha3DeviceClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasBodyParam ReplaceDeviceClass V1alpha3DeviceClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

data V1alpha3DeviceClassSpec Source #

V1alpha3DeviceClassSpec DeviceClassSpec is used in a [DeviceClass] to define what can be allocated and how to configure it.

Constructors

V1alpha3DeviceClassSpec 

Fields

data V1alpha3DeviceClassConfiguration Source #

V1alpha3DeviceClassConfiguration DeviceClassConfiguration is used in DeviceClass.

data V1alpha3DeviceClassList Source #

V1alpha3DeviceClassList DeviceClassList is a collection of classes.

Constructors

V1alpha3DeviceClassList 

Fields

data V1alpha3ResourceClaim Source #

V1alpha3ResourceClaim ResourceClaim describes a request for access to resources in the cluster, for use by workloads. For example, if a workload needs an accelerator device with specific properties, this is how that request is expressed. The status stanza tracks whether this claim has been satisfied and what specific resources have been allocated. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.

Constructors

V1alpha3ResourceClaim 

Fields

Instances

Instances details
FromJSON V1alpha3ResourceClaim Source #

FromJSON V1alpha3ResourceClaim

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha3ResourceClaim Source #

ToJSON V1alpha3ResourceClaim

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha3ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1alpha3ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedResourceClaim V1alpha3ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasBodyParam ReplaceNamespacedResourceClaim V1alpha3ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasBodyParam ReplaceNamespacedResourceClaimStatus V1alpha3ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

data V1alpha3ResourceClaimStatus Source #

V1alpha3ResourceClaimStatus ResourceClaimStatus tracks whether the resource has been allocated and what the result of that was.

Constructors

V1alpha3ResourceClaimStatus 

Fields

  • v1alpha3ResourceClaimStatusAllocation :: !(Maybe V1alpha3AllocationResult)

    "allocation"

  • v1alpha3ResourceClaimStatusDevices :: !(Maybe [V1alpha3AllocatedDeviceStatus])

    "devices" - Devices contains the status of each device allocated for this claim, as reported by the driver. This can include driver-specific information. Entries are owned by their respective drivers.

  • v1alpha3ResourceClaimStatusReservedFor :: !(Maybe [V1alpha3ResourceClaimConsumerReference])

    "reservedFor" - ReservedFor indicates which entities are currently allowed to use the claim. A Pod which references a ResourceClaim which is not reserved for that Pod will not be started. A claim that is in use or might be in use because it has been reserved must not get deallocated. In a cluster with multiple scheduler instances, two pods might get scheduled concurrently by different schedulers. When they reference the same ResourceClaim which already has reached its maximum number of consumers, only one pod can be scheduled. Both schedulers try to add their pod to the claim.status.reservedFor field, but only the update that reaches the API server first gets stored. The other one fails with an error and the scheduler which issued it knows that it must put the pod back into the queue, waiting for the ResourceClaim to become usable again. There can be at most 256 such reservations. This may get increased in the future, but not reduced.

data V1alpha3ResourceClaimConsumerReference Source #

V1alpha3ResourceClaimConsumerReference ResourceClaimConsumerReference contains enough information to let you locate the consumer of a ResourceClaim. The user must be a resource in the same namespace as the ResourceClaim.

Constructors

V1alpha3ResourceClaimConsumerReference 

Fields

data V1alpha3ResourceClaimList Source #

V1alpha3ResourceClaimList ResourceClaimList is a collection of claims.

Constructors

V1alpha3ResourceClaimList 

Fields

data V1alpha3ResourceClaimTemplate Source #

V1alpha3ResourceClaimTemplate ResourceClaimTemplate is used to produce ResourceClaim objects. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.

Constructors

V1alpha3ResourceClaimTemplate 

Fields

Instances

Instances details
FromJSON V1alpha3ResourceClaimTemplate Source #

FromJSON V1alpha3ResourceClaimTemplate

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha3ResourceClaimTemplate Source #

ToJSON V1alpha3ResourceClaimTemplate

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha3ResourceClaimTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1alpha3ResourceClaimTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedResourceClaimTemplate V1alpha3ResourceClaimTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasBodyParam ReplaceNamespacedResourceClaimTemplate V1alpha3ResourceClaimTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

data V1alpha3ResourceClaimTemplateSpec Source #

V1alpha3ResourceClaimTemplateSpec ResourceClaimTemplateSpec contains the metadata and fields for a ResourceClaim.

data V1alpha3ResourceClaimTemplateList Source #

V1alpha3ResourceClaimTemplateList ResourceClaimTemplateList is a collection of claim templates.

Constructors

V1alpha3ResourceClaimTemplateList 

Fields

data V1alpha3ResourcePool Source #

V1alpha3ResourcePool ResourcePool describes the pool that ResourceSlices belong to.

Constructors

V1alpha3ResourcePool 

Fields

  • v1alpha3ResourcePoolGeneration :: !Integer

    Required "generation" - Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted. Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.

  • v1alpha3ResourcePoolName :: !Text

    Required "name" - Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required. It must not be longer than 253 characters and must consist of one or more DNS sub-domains separated by slashes. This field is immutable.

  • v1alpha3ResourcePoolResourceSliceCount :: !Integer

    Required "resourceSliceCount" - ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero. Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.

data V1alpha3ResourceSlice Source #

V1alpha3ResourceSlice ResourceSlice represents one or more resources in a pool of similar resources, managed by a common driver. A pool may span more than one ResourceSlice, and exactly how many ResourceSlices comprise a pool is determined by the driver. At the moment, the only supported resources are devices with attributes and capacities. Each device in a given pool, regardless of how many ResourceSlices, must have a unique name. The ResourceSlice in which a device gets published may change over time. The unique identifier for a device is the tuple name, name, name. Whenever a driver needs to update a pool, it increments the pool.Spec.Pool.Generation number and updates all ResourceSlices with that new number and new resource definitions. A consumer must only use ResourceSlices with the highest generation number and ignore all others. When allocating all resources in a pool matching certain criteria or when looking for the best solution among several different alternatives, a consumer should check the number of ResourceSlices in a pool (included in each ResourceSlice) to determine whether its view of a pool is complete and if not, should wait until the driver has completed updating the pool. For resources that are not local to a node, the node name is not set. Instead, the driver may use a node selector to specify where the devices are available. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.

Constructors

V1alpha3ResourceSlice 

Fields

Instances

Instances details
FromJSON V1alpha3ResourceSlice Source #

FromJSON V1alpha3ResourceSlice

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1alpha3ResourceSlice Source #

ToJSON V1alpha3ResourceSlice

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1alpha3ResourceSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1alpha3ResourceSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateResourceSlice V1alpha3ResourceSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

HasBodyParam ReplaceResourceSlice V1alpha3ResourceSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1alpha3

data V1alpha3ResourceSliceSpec Source #

V1alpha3ResourceSliceSpec ResourceSliceSpec contains the information published by the driver in one ResourceSlice.

Constructors

V1alpha3ResourceSliceSpec 

Fields

  • v1alpha3ResourceSliceSpecAllNodes :: !(Maybe Bool)

    "allNodes" - AllNodes indicates that all nodes have access to the resources in the pool. Exactly one of NodeName, NodeSelector and AllNodes must be set.

  • v1alpha3ResourceSliceSpecDevices :: !(Maybe [V1alpha3Device])

    "devices" - Devices lists some or all of the devices in this pool. Must not have more than 128 entries.

  • v1alpha3ResourceSliceSpecDriver :: !Text

    Required "driver" - Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.

  • v1alpha3ResourceSliceSpecNodeName :: !(Maybe Text)

    "nodeName" - NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node. This field can be used to limit access from nodes to ResourceSlices with the same node name. It also indicates to autoscalers that adding new nodes of the same type as some old node might also make new resources available. Exactly one of NodeName, NodeSelector and AllNodes must be set. This field is immutable.

  • v1alpha3ResourceSliceSpecNodeSelector :: !(Maybe V1NodeSelector)

    "nodeSelector"

  • v1alpha3ResourceSliceSpecPool :: !V1alpha3ResourcePool

    Required "pool"

data V1alpha3ResourceSliceList Source #

V1alpha3ResourceSliceList ResourceSliceList is a collection of ResourceSlices.

Constructors

V1alpha3ResourceSliceList 

Fields

data V1beta1AllocatedDeviceStatus Source #

V1beta1AllocatedDeviceStatus AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information.

Constructors

V1beta1AllocatedDeviceStatus 

Fields

data V1beta1NetworkDeviceData Source #

V1beta1NetworkDeviceData NetworkDeviceData provides network-related details for the allocated device. This information may be filled by drivers or other components to configure or identify the device within a network context.

Constructors

V1beta1NetworkDeviceData 

Fields

  • v1beta1NetworkDeviceDataHardwareAddress :: !(Maybe Text)

    "hardwareAddress" - HardwareAddress represents the hardware address (e.g. MAC Address) of the device's network interface. Must not be longer than 128 characters.

  • v1beta1NetworkDeviceDataInterfaceName :: !(Maybe Text)

    "interfaceName" - InterfaceName specifies the name of the network interface associated with the allocated device. This might be the name of a physical or virtual network interface being configured in the pod. Must not be longer than 256 characters.

  • v1beta1NetworkDeviceDataIps :: !(Maybe [Text])

    "ips" - IPs lists the network addresses assigned to the device's network interface. This can include both IPv4 and IPv6 addresses. The IPs are in the CIDR notation, which includes both the address and the associated subnet mask. e.g.: &quot;192.0.2.524&quot; for IPv4 and &quot;2001:db8::564&quot; for IPv6.

data V1beta1DeviceAllocationResult Source #

V1beta1DeviceAllocationResult DeviceAllocationResult is the result of allocating devices.

Constructors

V1beta1DeviceAllocationResult 

Fields

data V1beta1AuditAnnotation Source #

V1beta1AuditAnnotation AuditAnnotation describes how to produce an audit annotation for an API request.

Constructors

V1beta1AuditAnnotation 

Fields

  • v1beta1AuditAnnotationKey :: !Text

    Required "key" - key specifies the audit annotation key. The audit annotation keys of a ValidatingAdmissionPolicy must be unique. The key must be a qualified name ([A-Za-z0-9][-A-Za-z0-9_.]*) no more than 63 bytes in length. The key is combined with the resource name of the ValidatingAdmissionPolicy to construct an audit annotation key: &quot;{ValidatingAdmissionPolicy name}/{key}&quot;. If an admission webhook uses the same resource name as this ValidatingAdmissionPolicy and the same audit annotation key, the annotation key will be identical. In this case, the first annotation written with the key will be included in the audit event and all subsequent annotations with the same key will be discarded. Required.

  • v1beta1AuditAnnotationValueExpression :: !Text

    Required "valueExpression" - valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb. If multiple ValidatingAdmissionPolicyBinding resources match an API request, then the valueExpression will be evaluated for each binding. All unique values produced by the valueExpressions will be joined together in a comma-separated list. Required.

data V1beta1BasicDevice Source #

V1beta1BasicDevice BasicDevice defines one device instance.

Constructors

V1beta1BasicDevice 

Fields

data V1beta1DeviceAttribute Source #

V1beta1DeviceAttribute DeviceAttribute must have exactly one field set.

Constructors

V1beta1DeviceAttribute 

Fields

data V1beta1CELDeviceSelector Source #

V1beta1CELDeviceSelector CELDeviceSelector contains a CEL expression for selecting a device.

Constructors

V1beta1CELDeviceSelector 

Fields

  • v1beta1CELDeviceSelectorExpression :: !Text

    Required "expression" - Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort. The expression's input is an object named &quot;device&quot;, which carries the following properties: - driver (string): the name of the driver which defines this device. - attributes (map[string]object): the device's attributes, grouped by prefix (e.g. device.attributes[&quot;dra.example.com&quot;] evaluates to an object with all of the attributes which were prefixed by &quot;dra.example.com&quot;. - capacity (map[string]object): the device's capacities, grouped by prefix. Example: Consider a device with driver=&quot;dra.example.com&quot;, which exposes two attributes named &quot;model&quot; and &quot;ext.example.com/family&quot; and which exposes one capacity named &quot;modules&quot;. This input to this expression would have the following fields: device.driver device.attributes[&quot;dra.example.com&quot;].model device.attributes[&quot;ext.example.com&quot;].family device.capacity[&quot;dra.example.com&quot;].modules The device.driver field can be used to check for a specific driver, either as a high-level precondition (i.e. you only want to consider devices from this driver) or as part of a multi-clause expression that is meant to consider devices from different drivers. The value type of each attribute is defined by the device definition, and users who write these expressions must consult the documentation for their specific drivers. The value type of each capacity is Quantity. If an unknown prefix is used as a lookup in either device.attributes or device.capacity, an empty map will be returned. Any reference to an unknown field will cause an evaluation error and allocation to abort. A robust expression should check for the existence of attributes before referencing them. For ease of use, the cel.bind() function is enabled, and can be used to simplify expressions that access multiple attributes with the same domain. For example: cel.bind(dra, device.attributes[&quot;dra.example.com&quot;], dra.someBool &amp;&amp; dra.anotherBool) The length of the expression must be smaller or equal to 10 Ki. The cost of evaluating it is also limited based on the estimated number of logical steps.

data V1beta1Device Source #

V1beta1Device Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set.

Constructors

V1beta1Device 

Fields

data V1beta1DeviceAllocationConfiguration Source #

V1beta1DeviceAllocationConfiguration DeviceAllocationConfiguration gets embedded in an AllocationResult.

Constructors

V1beta1DeviceAllocationConfiguration 

Fields

data V1beta1OpaqueDeviceConfiguration Source #

V1beta1OpaqueDeviceConfiguration OpaqueDeviceConfiguration contains configuration parameters for a driver in a format defined by the driver vendor.

Constructors

V1beta1OpaqueDeviceConfiguration 

Fields

  • v1beta1OpaqueDeviceConfigurationDriver :: !Text

    Required "driver" - Driver is used to determine which kubelet plugin needs to be passed these configuration parameters. An admission policy provided by the driver developer could use this to decide whether it needs to validate them. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.

  • v1beta1OpaqueDeviceConfigurationParameters :: !Value

    Required "parameters" - Parameters can contain arbitrary data. It is the responsibility of the driver developer to handle validation and versioning. Typically this includes self-identification and a version (&quot;kind&quot; + &quot;apiVersion&quot; for Kubernetes types), with conversion between different versions. The length of the raw data must be smaller or equal to 10 Ki.

data V1beta1DeviceRequestAllocationResult Source #

V1beta1DeviceRequestAllocationResult DeviceRequestAllocationResult contains the allocation result for one request.

Constructors

V1beta1DeviceRequestAllocationResult 

Fields

  • v1beta1DeviceRequestAllocationResultAdminAccess :: !(Maybe Bool)

    "adminAccess" - AdminAccess indicates that this device was allocated for administrative access. See the corresponding request field for a definition of mode. This is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.

  • v1beta1DeviceRequestAllocationResultDevice :: !Text

    Required "device" - Device references one device instance via its name in the driver's resource pool. It must be a DNS label.

  • v1beta1DeviceRequestAllocationResultDriver :: !Text

    Required "driver" - Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.

  • v1beta1DeviceRequestAllocationResultPool :: !Text

    Required "pool" - This name together with the driver name and the device name field identify which device was allocated (`&lt;driver name&gt;&lt;pool name&gt;&lt;device name&gt;`). Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.

  • v1beta1DeviceRequestAllocationResultRequest :: !Text

    Required "request" - Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.

data V1beta1DeviceClaim Source #

V1beta1DeviceClaim DeviceClaim defines how to request devices with a ResourceClaim.

Constructors

V1beta1DeviceClaim 

Fields

data V1beta1DeviceClaimConfiguration Source #

V1beta1DeviceClaimConfiguration DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.

Constructors

V1beta1DeviceClaimConfiguration 

Fields

data V1beta1DeviceConstraint Source #

V1beta1DeviceConstraint DeviceConstraint must have exactly one field set besides Requests.

Constructors

V1beta1DeviceConstraint 

Fields

  • v1beta1DeviceConstraintMatchAttribute :: !(Maybe Text)

    "matchAttribute" - MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices. For example, if you specified &quot;dra.example.com/numa&quot; (a hypothetical example!), then only devices in the same NUMA node will be chosen. A device which does not have that attribute will not be chosen. All devices should use a value of the same type for this attribute because that is part of its specification, but if one device doesn't, then it also will not be chosen. Must include the domain qualifier.

  • v1beta1DeviceConstraintRequests :: !(Maybe [Text])

    "requests" - Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.

data V1beta1DeviceRequest Source #

V1beta1DeviceRequest DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices. A DeviceClassName is currently required. Clients must check that it is indeed set. It's absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request.

Constructors

V1beta1DeviceRequest 

Fields

  • v1beta1DeviceRequestAdminAccess :: !(Maybe Bool)

    "adminAccess" - AdminAccess indicates that this is a claim for administrative access to the device(s). Claims with AdminAccess are expected to be used for monitoring or other management services for a device. They ignore all ordinary claims to the device with respect to access modes and any resource allocations. This is an alpha field and requires enabling the DRAAdminAccess feature gate. Admin access is disabled if this field is unset or set to false, otherwise it is enabled.

  • v1beta1DeviceRequestAllocationMode :: !(Maybe Text)

    "allocationMode" - AllocationMode and its related fields define how devices are allocated to satisfy this request. Supported values are: - ExactCount: This request is for a specific number of devices. This is the default. The exact number is provided in the count field. - All: This request is for all of the matching devices in a pool. Allocation will fail if some devices are already allocated, unless adminAccess is requested. If AlloctionMode is not specified, the default mode is ExactCount. If the mode is ExactCount and count is not specified, the default count is one. Any other requests must specify this field. More modes may get added in the future. Clients must refuse to handle requests with unknown modes.

  • v1beta1DeviceRequestCount :: !(Maybe Integer)

    "count" - Count is used only when the count mode is &quot;ExactCount&quot;. Must be greater than zero. If AllocationMode is ExactCount and this field is not specified, the default is one.

  • v1beta1DeviceRequestDeviceClassName :: !Text

    Required "deviceClassName" - DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request. A class is required. Which classes are available depends on the cluster. Administrators may use this to restrict which devices may get requested by only installing classes with selectors for permitted devices. If users are free to request anything without restrictions, then administrators can create an empty DeviceClass for users to reference.

  • v1beta1DeviceRequestName :: !Text

    Required "name" - Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim. Must be a DNS label.

  • v1beta1DeviceRequestSelectors :: !(Maybe [V1beta1DeviceSelector])

    "selectors" - Selectors define criteria which must be satisfied by a specific device in order for that device to be considered for this request. All selectors must be satisfied for a device to be considered.

data V1beta1DeviceClass Source #

V1beta1DeviceClass DeviceClass is a vendor- or admin-provided resource that contains device configuration and selectors. It can be referenced in the device requests of a claim to apply these presets. Cluster scoped. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.

Constructors

V1beta1DeviceClass 

Fields

Instances

Instances details
FromJSON V1beta1DeviceClass Source #

FromJSON V1beta1DeviceClass

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1DeviceClass Source #

ToJSON V1beta1DeviceClass

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1DeviceClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1beta1DeviceClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateDeviceClass V1beta1DeviceClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasBodyParam ReplaceDeviceClass V1beta1DeviceClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

data V1beta1DeviceClassSpec Source #

V1beta1DeviceClassSpec DeviceClassSpec is used in a [DeviceClass] to define what can be allocated and how to configure it.

Constructors

V1beta1DeviceClassSpec 

Fields

data V1beta1DeviceClassConfiguration Source #

V1beta1DeviceClassConfiguration DeviceClassConfiguration is used in DeviceClass.

data V1beta1DeviceClassList Source #

V1beta1DeviceClassList DeviceClassList is a collection of classes.

Constructors

V1beta1DeviceClassList 

Fields

data V1beta1ExpressionWarning Source #

V1beta1ExpressionWarning ExpressionWarning is a warning information that targets a specific expression.

Constructors

V1beta1ExpressionWarning 

Fields

  • v1beta1ExpressionWarningFieldRef :: !Text

    Required "fieldRef" - The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is &quot;spec.validations[0].expression&quot;

  • v1beta1ExpressionWarningWarning :: !Text

    Required "warning" - The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.

data V1beta1IPAddress Source #

V1beta1IPAddress IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1

Constructors

V1beta1IPAddress 

Fields

Instances

Instances details
FromJSON V1beta1IPAddress Source #

FromJSON V1beta1IPAddress

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1IPAddress Source #

ToJSON V1beta1IPAddress

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1IPAddress Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1beta1IPAddress Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateIPAddress V1beta1IPAddress Source # 
Instance details

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 #

HasBodyParam ReplaceIPAddress V1beta1IPAddress Source # 
Instance details

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 #

data V1beta1IPAddressList Source #

V1beta1IPAddressList IPAddressList contains a list of IPAddress.

Constructors

V1beta1IPAddressList 

Fields

data V1beta1ParentReference Source #

V1beta1ParentReference ParentReference describes a reference to a parent object.

Constructors

V1beta1ParentReference 

Fields

data V1beta1MatchCondition Source #

V1beta1MatchCondition MatchCondition represents a condition which must be fulfilled for a request to be sent to a webhook.

Constructors

V1beta1MatchCondition 

Fields

  • v1beta1MatchConditionExpression :: !Text

    Required "expression" - Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables: 'object' - The object from the incoming request. The value is null for DELETE requests. 'oldObject' - The existing object. The value is null for CREATE requests. 'request' - Attributes of the admission request(pkgapisadmissiontypes.go#AdmissionRequest). 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the request resource. Documentation on CEL: https://kubernetes.io/docs/reference/using-api/cel/ Required.

  • v1beta1MatchConditionName :: !Text

    Required "name" - Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '' (e.g. 'example.comMyName') Required.

data V1beta1MatchResources Source #

V1beta1MatchResources MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)

Constructors

V1beta1MatchResources 

Fields

  • v1beta1MatchResourcesExcludeResourceRules :: !(Maybe [V1beta1NamedRuleWithOperations])

    "excludeResourceRules" - ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)

  • v1beta1MatchResourcesMatchPolicy :: !(Maybe Text)

    "matchPolicy" - matchPolicy defines how the &quot;MatchResources&quot; list is used to match incoming requests. Allowed values are &quot;Exact&quot; or &quot;Equivalent&quot;. - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, but &quot;rules&quot; only included `apiGroups:[&quot;apps&quot;], apiVersions:[&quot;v1&quot;], resources: [&quot;deployments&quot;]`, a request to appsv1beta1 or extensionsv1beta1 would not be sent to the ValidatingAdmissionPolicy. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via appsv1, appsv1beta1, and extensionsv1beta1, and &quot;rules&quot; only included `apiGroups:[&quot;apps&quot;], apiVersions:[&quot;v1&quot;], resources: [&quot;deployments&quot;]`, a request to appsv1beta1 or extensionsv1beta1 would be converted to apps/v1 and sent to the ValidatingAdmissionPolicy. Defaults to &quot;Equivalent&quot;

  • v1beta1MatchResourcesNamespaceSelector :: !(Maybe V1LabelSelector)

    "namespaceSelector"

  • v1beta1MatchResourcesObjectSelector :: !(Maybe V1LabelSelector)

    "objectSelector"

  • v1beta1MatchResourcesResourceRules :: !(Maybe [V1beta1NamedRuleWithOperations])

    "resourceRules" - ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule.

data V1beta1NamedRuleWithOperations Source #

V1beta1NamedRuleWithOperations NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames.

Constructors

V1beta1NamedRuleWithOperations 

Fields

  • v1beta1NamedRuleWithOperationsApiGroups :: !(Maybe [Text])

    "apiGroups" - APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.

  • v1beta1NamedRuleWithOperationsApiVersions :: !(Maybe [Text])

    "apiVersions" - APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.

  • v1beta1NamedRuleWithOperationsOperations :: !(Maybe [Text])

    "operations" - Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.

  • v1beta1NamedRuleWithOperationsResourceNames :: !(Maybe [Text])

    "resourceNames" - ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.

  • v1beta1NamedRuleWithOperationsResources :: !(Maybe [Text])

    "resources" - Resources is a list of resources this rule applies to. For example: 'pods' means pods. 'podslog' means the log subresource of pods. '*' means all resources, but not subresources. 'pods*' means all subresources of pods. '*scale' means all scale subresources. '**' means all resources and their subresources. If wildcard is present, the validation rule will ensure resources do not overlap with each other. Depending on the enclosing object, subresources might not be allowed. Required.

  • v1beta1NamedRuleWithOperationsScope :: !(Maybe Text)

    "scope" - scope specifies the scope of this rule. Valid values are &quot;Cluster&quot;, &quot;Namespaced&quot;, and &quot;*&quot; &quot;Cluster&quot; means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. &quot;Namespaced&quot; means that only namespaced resources will match this rule. &quot;*&quot; means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is &quot;*&quot;.

data V1beta1ParamKind Source #

V1beta1ParamKind ParamKind is a tuple of Group Kind and Version.

Constructors

V1beta1ParamKind 

Fields

data V1beta1ParamRef Source #

V1beta1ParamRef ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.

Constructors

V1beta1ParamRef 

Fields

  • v1beta1ParamRefName :: !(Maybe Text)

    "name" - name is the name of the resource being referenced. One of `name` or `selector` must be set, but `name` and `selector` are mutually exclusive properties. If one is set, the other must be unset. A single parameter used for all admission requests can be configured by setting the `name` field, leaving `selector` blank, and setting namespace if `paramKind` is namespace-scoped.

  • v1beta1ParamRefNamespace :: !(Maybe Text)

    "namespace" - namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields. A per-namespace parameter may be used by specifying a namespace-scoped `paramKind` in the policy and leaving this field empty. - If `paramKind` is cluster-scoped, this field MUST be unset. Setting this field results in a configuration error. - If `paramKind` is namespace-scoped, the namespace of the object being evaluated for admission will be used when this field is left unset. Take care that if this is left empty the binding must not match any cluster-scoped resources, which will result in an error.

  • v1beta1ParamRefParameterNotFoundAction :: !(Maybe Text)

    "parameterNotFoundAction" - `parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy. Allowed values are `Allow` or `Deny` Required

  • v1beta1ParamRefSelector :: !(Maybe V1LabelSelector)

    "selector"

data V1beta1ResourceClaim Source #

V1beta1ResourceClaim ResourceClaim describes a request for access to resources in the cluster, for use by workloads. For example, if a workload needs an accelerator device with specific properties, this is how that request is expressed. The status stanza tracks whether this claim has been satisfied and what specific resources have been allocated. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.

Constructors

V1beta1ResourceClaim 

Fields

Instances

Instances details
FromJSON V1beta1ResourceClaim Source #

FromJSON V1beta1ResourceClaim

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1ResourceClaim Source #

ToJSON V1beta1ResourceClaim

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1beta1ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedResourceClaim V1beta1ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasBodyParam ReplaceNamespacedResourceClaim V1beta1ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasBodyParam ReplaceNamespacedResourceClaimStatus V1beta1ResourceClaim Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

data V1beta1ResourceClaimStatus Source #

V1beta1ResourceClaimStatus ResourceClaimStatus tracks whether the resource has been allocated and what the result of that was.

Constructors

V1beta1ResourceClaimStatus 

Fields

  • v1beta1ResourceClaimStatusAllocation :: !(Maybe V1beta1AllocationResult)

    "allocation"

  • v1beta1ResourceClaimStatusDevices :: !(Maybe [V1beta1AllocatedDeviceStatus])

    "devices" - Devices contains the status of each device allocated for this claim, as reported by the driver. This can include driver-specific information. Entries are owned by their respective drivers.

  • v1beta1ResourceClaimStatusReservedFor :: !(Maybe [V1beta1ResourceClaimConsumerReference])

    "reservedFor" - ReservedFor indicates which entities are currently allowed to use the claim. A Pod which references a ResourceClaim which is not reserved for that Pod will not be started. A claim that is in use or might be in use because it has been reserved must not get deallocated. In a cluster with multiple scheduler instances, two pods might get scheduled concurrently by different schedulers. When they reference the same ResourceClaim which already has reached its maximum number of consumers, only one pod can be scheduled. Both schedulers try to add their pod to the claim.status.reservedFor field, but only the update that reaches the API server first gets stored. The other one fails with an error and the scheduler which issued it knows that it must put the pod back into the queue, waiting for the ResourceClaim to become usable again. There can be at most 256 such reservations. This may get increased in the future, but not reduced.

data V1beta1ResourceClaimConsumerReference Source #

V1beta1ResourceClaimConsumerReference ResourceClaimConsumerReference contains enough information to let you locate the consumer of a ResourceClaim. The user must be a resource in the same namespace as the ResourceClaim.

Constructors

V1beta1ResourceClaimConsumerReference 

Fields

data V1beta1ResourceClaimList Source #

V1beta1ResourceClaimList ResourceClaimList is a collection of claims.

Constructors

V1beta1ResourceClaimList 

Fields

data V1beta1ResourceClaimTemplate Source #

V1beta1ResourceClaimTemplate ResourceClaimTemplate is used to produce ResourceClaim objects. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.

Constructors

V1beta1ResourceClaimTemplate 

Fields

Instances

Instances details
FromJSON V1beta1ResourceClaimTemplate Source #

FromJSON V1beta1ResourceClaimTemplate

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1ResourceClaimTemplate Source #

ToJSON V1beta1ResourceClaimTemplate

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1ResourceClaimTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1beta1ResourceClaimTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedResourceClaimTemplate V1beta1ResourceClaimTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasBodyParam ReplaceNamespacedResourceClaimTemplate V1beta1ResourceClaimTemplate Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

data V1beta1ResourceClaimTemplateSpec Source #

V1beta1ResourceClaimTemplateSpec ResourceClaimTemplateSpec contains the metadata and fields for a ResourceClaim.

data V1beta1ResourceClaimTemplateList Source #

V1beta1ResourceClaimTemplateList ResourceClaimTemplateList is a collection of claim templates.

Constructors

V1beta1ResourceClaimTemplateList 

Fields

data V1beta1ResourcePool Source #

V1beta1ResourcePool ResourcePool describes the pool that ResourceSlices belong to.

Constructors

V1beta1ResourcePool 

Fields

  • v1beta1ResourcePoolGeneration :: !Integer

    Required "generation" - Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted. Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.

  • v1beta1ResourcePoolName :: !Text

    Required "name" - Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required. It must not be longer than 253 characters and must consist of one or more DNS sub-domains separated by slashes. This field is immutable.

  • v1beta1ResourcePoolResourceSliceCount :: !Integer

    Required "resourceSliceCount" - ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero. Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.

data V1beta1ResourceSlice Source #

V1beta1ResourceSlice ResourceSlice represents one or more resources in a pool of similar resources, managed by a common driver. A pool may span more than one ResourceSlice, and exactly how many ResourceSlices comprise a pool is determined by the driver. At the moment, the only supported resources are devices with attributes and capacities. Each device in a given pool, regardless of how many ResourceSlices, must have a unique name. The ResourceSlice in which a device gets published may change over time. The unique identifier for a device is the tuple name, name, name. Whenever a driver needs to update a pool, it increments the pool.Spec.Pool.Generation number and updates all ResourceSlices with that new number and new resource definitions. A consumer must only use ResourceSlices with the highest generation number and ignore all others. When allocating all resources in a pool matching certain criteria or when looking for the best solution among several different alternatives, a consumer should check the number of ResourceSlices in a pool (included in each ResourceSlice) to determine whether its view of a pool is complete and if not, should wait until the driver has completed updating the pool. For resources that are not local to a node, the node name is not set. Instead, the driver may use a node selector to specify where the devices are available. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate.

Constructors

V1beta1ResourceSlice 

Fields

Instances

Instances details
FromJSON V1beta1ResourceSlice Source #

FromJSON V1beta1ResourceSlice

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1ResourceSlice Source #

ToJSON V1beta1ResourceSlice

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1ResourceSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1beta1ResourceSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateResourceSlice V1beta1ResourceSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

HasBodyParam ReplaceResourceSlice V1beta1ResourceSlice Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.ResourceV1beta1

data V1beta1ResourceSliceSpec Source #

V1beta1ResourceSliceSpec ResourceSliceSpec contains the information published by the driver in one ResourceSlice.

Constructors

V1beta1ResourceSliceSpec 

Fields

  • v1beta1ResourceSliceSpecAllNodes :: !(Maybe Bool)

    "allNodes" - AllNodes indicates that all nodes have access to the resources in the pool. Exactly one of NodeName, NodeSelector and AllNodes must be set.

  • v1beta1ResourceSliceSpecDevices :: !(Maybe [V1beta1Device])

    "devices" - Devices lists some or all of the devices in this pool. Must not have more than 128 entries.

  • v1beta1ResourceSliceSpecDriver :: !Text

    Required "driver" - Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.

  • v1beta1ResourceSliceSpecNodeName :: !(Maybe Text)

    "nodeName" - NodeName identifies the node which provides the resources in this pool. A field selector can be used to list only ResourceSlice objects belonging to a certain node. This field can be used to limit access from nodes to ResourceSlices with the same node name. It also indicates to autoscalers that adding new nodes of the same type as some old node might also make new resources available. Exactly one of NodeName, NodeSelector and AllNodes must be set. This field is immutable.

  • v1beta1ResourceSliceSpecNodeSelector :: !(Maybe V1NodeSelector)

    "nodeSelector"

  • v1beta1ResourceSliceSpecPool :: !V1beta1ResourcePool

    Required "pool"

data V1beta1ResourceSliceList Source #

V1beta1ResourceSliceList ResourceSliceList is a collection of ResourceSlices.

Constructors

V1beta1ResourceSliceList 

Fields

data V1beta1SelfSubjectReview Source #

V1beta1SelfSubjectReview SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase.

Constructors

V1beta1SelfSubjectReview 

Fields

Instances

Instances details
FromJSON V1beta1SelfSubjectReview Source #

FromJSON V1beta1SelfSubjectReview

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1SelfSubjectReview Source #

ToJSON V1beta1SelfSubjectReview

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1SelfSubjectReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1beta1SelfSubjectReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateSelfSubjectReview V1beta1SelfSubjectReview Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AuthenticationV1beta1

data V1beta1SelfSubjectReviewStatus Source #

V1beta1SelfSubjectReviewStatus SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.

data V1beta1ServiceCIDR Source #

V1beta1ServiceCIDR ServiceCIDR defines a range of IP addresses using CIDR format (e.g. 192.168.0.024 or 2001:db2::64). This range is used to allocate ClusterIPs to Service objects.

Constructors

V1beta1ServiceCIDR 

Fields

Instances

Instances details
FromJSON V1beta1ServiceCIDR Source #

FromJSON V1beta1ServiceCIDR

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1ServiceCIDR Source #

ToJSON V1beta1ServiceCIDR

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1ServiceCIDR Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1beta1ServiceCIDR Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateServiceCIDR V1beta1ServiceCIDR Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasBodyParam ReplaceServiceCIDR V1beta1ServiceCIDR Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

HasBodyParam ReplaceServiceCIDRStatus V1beta1ServiceCIDR Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.NetworkingV1beta1

data V1beta1ServiceCIDRSpec Source #

V1beta1ServiceCIDRSpec ServiceCIDRSpec define the CIDRs the user wants to use for allocating ClusterIPs for Services.

Constructors

V1beta1ServiceCIDRSpec 

Fields

  • v1beta1ServiceCIDRSpecCidrs :: !(Maybe [Text])

    "cidrs" - CIDRs defines the IP blocks in CIDR notation (e.g. &quot;192.168.0.024&quot; or &quot;2001:db8::64&quot;) from which to assign service cluster IPs. Max of two CIDRs is allowed, one of each IP family. This field is immutable.

data V1beta1ServiceCIDRStatus Source #

V1beta1ServiceCIDRStatus ServiceCIDRStatus describes the current state of the ServiceCIDR.

Constructors

V1beta1ServiceCIDRStatus 

Fields

data V1beta1ServiceCIDRList Source #

V1beta1ServiceCIDRList ServiceCIDRList contains a list of ServiceCIDR objects.

Constructors

V1beta1ServiceCIDRList 

Fields

data V1beta1TypeChecking Source #

V1beta1TypeChecking TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy

Constructors

V1beta1TypeChecking 

Fields

data V1beta1ValidatingAdmissionPolicy Source #

V1beta1ValidatingAdmissionPolicy ValidatingAdmissionPolicy describes the definition of an admission validation policy that accepts or rejects an object without changing it.

Constructors

V1beta1ValidatingAdmissionPolicy 

Fields

Instances

Instances details
FromJSON V1beta1ValidatingAdmissionPolicy Source #

FromJSON V1beta1ValidatingAdmissionPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1ValidatingAdmissionPolicy Source #

ToJSON V1beta1ValidatingAdmissionPolicy

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1ValidatingAdmissionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1beta1ValidatingAdmissionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateValidatingAdmissionPolicy V1beta1ValidatingAdmissionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam ReplaceValidatingAdmissionPolicy V1beta1ValidatingAdmissionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam ReplaceValidatingAdmissionPolicyStatus V1beta1ValidatingAdmissionPolicy Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

data V1beta1ValidatingAdmissionPolicySpec Source #

V1beta1ValidatingAdmissionPolicySpec ValidatingAdmissionPolicySpec is the specification of the desired behavior of the AdmissionPolicy.

Constructors

V1beta1ValidatingAdmissionPolicySpec 

Fields

  • v1beta1ValidatingAdmissionPolicySpecAuditAnnotations :: !(Maybe [V1beta1AuditAnnotation])

    "auditAnnotations" - auditAnnotations contains CEL expressions which are used to produce audit annotations for the audit event of the API request. validations and auditAnnotations may not both be empty; a least one of validations or auditAnnotations is required.

  • v1beta1ValidatingAdmissionPolicySpecFailurePolicy :: !(Maybe Text)

    "failurePolicy" - failurePolicy defines how to handle failures for the admission policy. Failures can occur from CEL expression parse errors, type check errors, runtime errors and invalid or mis-configured policy definitions or bindings. A policy is invalid if spec.paramKind refers to a non-existent Kind. A binding is invalid if spec.paramRef.name refers to a non-existent resource. failurePolicy does not define how validations that evaluate to false are handled. When failurePolicy is set to Fail, ValidatingAdmissionPolicyBinding validationActions define how failures are enforced. Allowed values are Ignore or Fail. Defaults to Fail.

  • v1beta1ValidatingAdmissionPolicySpecMatchConditions :: !(Maybe [V1beta1MatchCondition])

    "matchConditions" - MatchConditions is a list of conditions that must be met for a request to be validated. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed. If a parameter object is provided, it can be accessed via the `params` handle in the same manner as validation expressions. The exact matching logic is (in order): 1. If ANY matchCondition evaluates to FALSE, the policy is skipped. 2. If ALL matchConditions evaluate to TRUE, the policy is evaluated. 3. If any matchCondition evaluates to an error (but none are FALSE): - If failurePolicy=Fail, reject the request - If failurePolicy=Ignore, the policy is skipped

  • v1beta1ValidatingAdmissionPolicySpecMatchConstraints :: !(Maybe V1beta1MatchResources)

    "matchConstraints"

  • v1beta1ValidatingAdmissionPolicySpecParamKind :: !(Maybe V1beta1ParamKind)

    "paramKind"

  • v1beta1ValidatingAdmissionPolicySpecValidations :: !(Maybe [V1beta1Validation])

    "validations" - Validations contain CEL expressions which is used to apply the validation. Validations and AuditAnnotations may not both be empty; a minimum of one Validations or AuditAnnotations is required.

  • v1beta1ValidatingAdmissionPolicySpecVariables :: !(Maybe [V1beta1Variable])

    "variables" - Variables contain definitions of variables that can be used in composition of other expressions. Each variable is defined as a named CEL expression. The variables defined here will be available under `variables` in other expressions of the policy except MatchConditions because MatchConditions are evaluated before the rest of the policy. The expression of a variable can refer to other variables defined earlier in the list but not those after. Thus, Variables must be sorted by the order of first appearance and acyclic.

data V1beta1ValidatingAdmissionPolicyStatus Source #

V1beta1ValidatingAdmissionPolicyStatus ValidatingAdmissionPolicyStatus represents the status of an admission validation policy.

Constructors

V1beta1ValidatingAdmissionPolicyStatus 

Fields

data V1beta1ValidatingAdmissionPolicyBinding Source #

V1beta1ValidatingAdmissionPolicyBinding ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters. For a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policiesbindings that don't use params, otherwise N is the number of parameters selected by the binding. The CEL expressions of a policy must have a computed CEL cost below the maximum CEL budget. Each evaluation of the policy is given an independent CEL cost budget. Addingremoving policies, bindings, or params can not affect whether a given (policy, binding, param) combination is within its own CEL budget.

Constructors

V1beta1ValidatingAdmissionPolicyBinding 

Fields

Instances

Instances details
FromJSON V1beta1ValidatingAdmissionPolicyBinding Source #

FromJSON V1beta1ValidatingAdmissionPolicyBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1ValidatingAdmissionPolicyBinding Source #

ToJSON V1beta1ValidatingAdmissionPolicyBinding

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1ValidatingAdmissionPolicyBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1beta1ValidatingAdmissionPolicyBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateValidatingAdmissionPolicyBinding V1beta1ValidatingAdmissionPolicyBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

HasBodyParam ReplaceValidatingAdmissionPolicyBinding V1beta1ValidatingAdmissionPolicyBinding Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1

data V1beta1ValidatingAdmissionPolicyBindingSpec Source #

V1beta1ValidatingAdmissionPolicyBindingSpec ValidatingAdmissionPolicyBindingSpec is the specification of the ValidatingAdmissionPolicyBinding.

Constructors

V1beta1ValidatingAdmissionPolicyBindingSpec 

Fields

  • v1beta1ValidatingAdmissionPolicyBindingSpecMatchResources :: !(Maybe V1beta1MatchResources)

    "matchResources"

  • v1beta1ValidatingAdmissionPolicyBindingSpecParamRef :: !(Maybe V1beta1ParamRef)

    "paramRef"

  • v1beta1ValidatingAdmissionPolicyBindingSpecPolicyName :: !(Maybe Text)

    "policyName" - PolicyName references a ValidatingAdmissionPolicy name which the ValidatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.

  • v1beta1ValidatingAdmissionPolicyBindingSpecValidationActions :: !(Maybe [Text])

    "validationActions" - validationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced. If a validation evaluates to false it is always enforced according to these actions. Failures defined by the ValidatingAdmissionPolicy's FailurePolicy are enforced according to these actions only if the FailurePolicy is set to Fail, otherwise the failures are ignored. This includes compilation errors, runtime errors and misconfigurations of the policy. validationActions is declared as a set of action values. Order does not matter. validationActions may not contain duplicates of the same action. The supported actions values are: &quot;Deny&quot; specifies that a validation failure results in a denied request. &quot;Warn&quot; specifies that a validation failure is reported to the request client in HTTP Warning headers, with a warning code of 299. Warnings can be sent both for allowed or denied admission responses. &quot;Audit&quot; specifies that a validation failure is included in the published audit event for the request. The audit event will contain a `validation.policy.admission.k8s.iovalidation_failure` audit annotation with a value containing the details of the validation failures, formatted as a JSON list of objects, each with the following fields: - message: The validation failure message string - policy: The resource name of the ValidatingAdmissionPolicy - binding: The resource name of the ValidatingAdmissionPolicyBinding - expressionIndex: The index of the failed validations in the ValidatingAdmissionPolicy - validationActions: The enforcement actions enacted for the validation failure Example audit annotation: `&quot;validation.policy.admission.k8s.iovalidation_failure&quot;: &quot;[{\&quot;message\&quot;: \&quot;Invalid value\&quot;, {\&quot;policy\&quot;: \&quot;policy.example.com\&quot;, {\&quot;binding\&quot;: \&quot;policybinding.example.com\&quot;, {\&quot;expressionIndex\&quot;: \&quot;1\&quot;, {\&quot;validationActions\&quot;: [\&quot;Audit\&quot;]}]&quot;` Clients should expect to handle additional values by ignoring any values not recognized. &quot;Deny&quot; and &quot;Warn&quot; may not be used together since this combination needlessly duplicates the validation failure both in the API response body and the HTTP warning headers. Required.

Instances

Instances details
FromJSON V1beta1ValidatingAdmissionPolicyBindingSpec Source #

FromJSON V1beta1ValidatingAdmissionPolicyBindingSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1ValidatingAdmissionPolicyBindingSpec Source #

ToJSON V1beta1ValidatingAdmissionPolicyBindingSpec

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1ValidatingAdmissionPolicyBindingSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1beta1ValidatingAdmissionPolicyBindingSpec Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1beta1ValidatingAdmissionPolicyBindingList Source #

V1beta1ValidatingAdmissionPolicyBindingList ValidatingAdmissionPolicyBindingList is a list of ValidatingAdmissionPolicyBinding.

Constructors

V1beta1ValidatingAdmissionPolicyBindingList 

Fields

Instances

Instances details
FromJSON V1beta1ValidatingAdmissionPolicyBindingList Source #

FromJSON V1beta1ValidatingAdmissionPolicyBindingList

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1ValidatingAdmissionPolicyBindingList Source #

ToJSON V1beta1ValidatingAdmissionPolicyBindingList

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1ValidatingAdmissionPolicyBindingList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1beta1ValidatingAdmissionPolicyBindingList Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

data V1beta1ValidatingAdmissionPolicyList Source #

V1beta1ValidatingAdmissionPolicyList ValidatingAdmissionPolicyList is a list of ValidatingAdmissionPolicy.

Constructors

V1beta1ValidatingAdmissionPolicyList 

Fields

data V1beta1Validation Source #

V1beta1Validation Validation specifies the CEL expression which is used to apply the validation.

Constructors

V1beta1Validation 

Fields

  • v1beta1ValidationExpression :: !Text

    Required "expression" - Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the API requestresponse, organized into CEL variables as well as some other useful variables: - 'object' - The object from the incoming request. The value is null for DELETE requests. - 'oldObject' - The existing object. The value is null for CREATE requests. - 'request' - Attributes of the API request([ref](pkgapisadmissiontypes.go#AdmissionRequest)). - 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - 'namespaceObject' - The namespace object that the incoming object belongs to. The value is null for cluster-scoped resources. - 'variables' - Map of composited variables, from its name to its lazily evaluated value. For example, a variable named 'foo' can be accessed as 'variables.foo'. - 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. See https:pkg.go.devk8s.ioapiserverpkgcellibrary#Authz - 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the request resource. The `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible. Only property names of the form `[a-zA-Z_.-][a-zA-Z0-9_.-]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '' escapes to 'underscores' - '.' escapes to 'dot' - '-' escapes to 'dash' - '/' escapes to 'slash' - Property names that exactly match a CEL RESERVED keyword escape to '{keyword}'. The keywords are: &quot;true&quot;, &quot;false&quot;, &quot;null&quot;, &quot;in&quot;, &quot;as&quot;, &quot;break&quot;, &quot;const&quot;, &quot;continue&quot;, &quot;else&quot;, &quot;for&quot;, &quot;function&quot;, &quot;if&quot;, &quot;import&quot;, &quot;let&quot;, &quot;loop&quot;, &quot;package&quot;, &quot;namespace&quot;, &quot;return&quot;. Examples: - Expression accessing a property named &quot;namespace&quot;: {&quot;Expression&quot;: &quot;object.namespace &gt; 0&quot;} - Expression accessing a property named &quot;x-prop&quot;: {&quot;Expression&quot;: &quot;object.xdashprop &gt; 0&quot;} - Expression accessing a property named &quot;redactd&quot;: {&quot;Expression&quot;: &quot;object.redactunderscoresd &gt; 0&quot;} Equality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type: - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and non-intersecting elements in `Y` are appended, retaining their partial order. - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with non-intersecting keys are appended, retaining their partial order. Required.

  • v1beta1ValidationMessage :: !(Maybe Text)

    "message" - Message represents the message displayed when validation fails. The message is required if the Expression contains line breaks. The message must not contain line breaks. If unset, the message is &quot;failed rule: {Rule}&quot;. e.g. &quot;must be a URL with the host matching spec.host&quot; If the Expression contains line breaks. Message is required. The message must not contain line breaks. If unset, the message is &quot;failed Expression: {Expression}&quot;.

  • v1beta1ValidationMessageExpression :: !(Maybe Text)

    "messageExpression" - messageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a validation, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty stringstring with only spacesstring with line breaks will be logged. messageExpression has access to all the same variables as the `expression` except for 'authorizer' and 'authorizer.requestResource'. Example: &quot;object.x must be less than max (&quot;+string(params.max)+&quot;)&quot;

  • v1beta1ValidationReason :: !(Maybe Text)

    "reason" - Reason represents a machine-readable description of why this validation failed. If this is the first validation in the list to fail, this reason, as well as the corresponding HTTP response code, are used in the HTTP response to the client. The currently supported reasons are: &quot;Unauthorized&quot;, &quot;Forbidden&quot;, &quot;Invalid&quot;, &quot;RequestEntityTooLarge&quot;. If not set, StatusReasonInvalid is used in the response to the client.

data V1beta1Variable Source #

V1beta1Variable Variable is the definition of a variable that is used for composition. A variable is defined as a named expression.

Constructors

V1beta1Variable 

Fields

  • v1beta1VariableExpression :: !Text

    Required "expression" - Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.

  • v1beta1VariableName :: !Text

    Required "name" - Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is &quot;foo&quot;, the variable will be available as `variables.foo`

data V1beta1VolumeAttributesClass Source #

V1beta1VolumeAttributesClass VolumeAttributesClass represents a specification of mutable volume attributes defined by the CSI driver. The class can be specified during dynamic provisioning of PersistentVolumeClaims, and changed in the PersistentVolumeClaim spec after provisioning.

Constructors

V1beta1VolumeAttributesClass 

Fields

Instances

Instances details
FromJSON V1beta1VolumeAttributesClass Source #

FromJSON V1beta1VolumeAttributesClass

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V1beta1VolumeAttributesClass Source #

ToJSON V1beta1VolumeAttributesClass

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V1beta1VolumeAttributesClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V1beta1VolumeAttributesClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateVolumeAttributesClass V1beta1VolumeAttributesClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

HasBodyParam ReplaceVolumeAttributesClass V1beta1VolumeAttributesClass Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.StorageV1beta1

data V1beta1VolumeAttributesClassList Source #

V1beta1VolumeAttributesClassList VolumeAttributesClassList is a collection of VolumeAttributesClass objects.

Constructors

V1beta1VolumeAttributesClassList 

Fields

data V2ContainerResourceMetricSource Source #

V2ContainerResourceMetricSource ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.

Constructors

V2ContainerResourceMetricSource 

Fields

data V2MetricTarget Source #

V2MetricTarget MetricTarget defines the target value, average value, or average utilization of a specific metric

Constructors

V2MetricTarget 

Fields

data V2ContainerResourceMetricStatus Source #

V2ContainerResourceMetricStatus ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.

Constructors

V2ContainerResourceMetricStatus 

Fields

data V2MetricValueStatus Source #

V2MetricValueStatus MetricValueStatus holds the current value for a metric

Constructors

V2MetricValueStatus 

Fields

data V2CrossVersionObjectReference Source #

V2CrossVersionObjectReference CrossVersionObjectReference contains enough information to let you identify the referred resource.

Constructors

V2CrossVersionObjectReference 

Fields

data V2ExternalMetricSource Source #

V2ExternalMetricSource ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).

data V2MetricIdentifier Source #

V2MetricIdentifier MetricIdentifier defines the name and optionally selector for a metric

Constructors

V2MetricIdentifier 

Fields

data V2ExternalMetricStatus Source #

V2ExternalMetricStatus ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.

data V2HPAScalingPolicy Source #

V2HPAScalingPolicy HPAScalingPolicy is a single policy which must hold true for a specified past interval.

Constructors

V2HPAScalingPolicy 

Fields

  • v2HPAScalingPolicyPeriodSeconds :: !Int

    Required "periodSeconds" - periodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).

  • v2HPAScalingPolicyType :: !Text

    Required "type" - type is used to specify the scaling policy.

  • v2HPAScalingPolicyValue :: !Int

    Required "value" - value contains the amount of change which is permitted by the policy. It must be greater than zero

data V2HPAScalingRules Source #

V2HPAScalingRules HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.

Constructors

V2HPAScalingRules 

Fields

  • v2HPAScalingRulesPolicies :: !(Maybe [V2HPAScalingPolicy])

    "policies" - policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid

  • v2HPAScalingRulesSelectPolicy :: !(Maybe Text)

    "selectPolicy" - selectPolicy is used to specify which policy should be used. If not set, the default value Max is used.

  • v2HPAScalingRulesStabilizationWindowSeconds :: !(Maybe Int)

    "stabilizationWindowSeconds" - stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).

data V2HorizontalPodAutoscaler Source #

V2HorizontalPodAutoscaler HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.

Constructors

V2HorizontalPodAutoscaler 

Fields

Instances

Instances details
FromJSON V2HorizontalPodAutoscaler Source #

FromJSON V2HorizontalPodAutoscaler

Instance details

Defined in Kubernetes.OpenAPI.Model

ToJSON V2HorizontalPodAutoscaler Source #

ToJSON V2HorizontalPodAutoscaler

Instance details

Defined in Kubernetes.OpenAPI.Model

Show V2HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

Eq V2HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.Model

HasBodyParam CreateNamespacedHorizontalPodAutoscaler V2HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasBodyParam ReplaceNamespacedHorizontalPodAutoscaler V2HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

HasBodyParam ReplaceNamespacedHorizontalPodAutoscalerStatus V2HorizontalPodAutoscaler Source # 
Instance details

Defined in Kubernetes.OpenAPI.API.AutoscalingV2

data V2HorizontalPodAutoscalerSpec Source #

V2HorizontalPodAutoscalerSpec HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.

Constructors

V2HorizontalPodAutoscalerSpec 

Fields

data V2HorizontalPodAutoscalerStatus Source #

V2HorizontalPodAutoscalerStatus HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.

Constructors

V2HorizontalPodAutoscalerStatus 

Fields

data V2HorizontalPodAutoscalerBehavior Source #

V2HorizontalPodAutoscalerBehavior HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).

data V2HorizontalPodAutoscalerCondition Source #

V2HorizontalPodAutoscalerCondition HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.

Constructors

V2HorizontalPodAutoscalerCondition 

Fields

data V2HorizontalPodAutoscalerList Source #

V2HorizontalPodAutoscalerList HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects.

Constructors

V2HorizontalPodAutoscalerList 

Fields

data V2MetricSpec Source #

V2MetricSpec MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).

Constructors

V2MetricSpec 

Fields

data V2MetricStatus Source #

V2MetricStatus MetricStatus describes the last-read state of a single metric.

Constructors

V2MetricStatus 

Fields

data V2ObjectMetricSource Source #

V2ObjectMetricSource ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).

data V2PodsMetricSource Source #

V2PodsMetricSource PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.

data V2ResourceMetricSource Source #

V2ResourceMetricSource ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.

Constructors

V2ResourceMetricSource 

Fields

data V2ObjectMetricStatus Source #

V2ObjectMetricStatus ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).

data V2PodsMetricStatus Source #

V2PodsMetricStatus PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).

data V2ResourceMetricStatus Source #

V2ResourceMetricStatus ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.

Constructors

V2ResourceMetricStatus 

Fields

data VersionInfo Source #

VersionInfo Info contains versioning information. how we'll want to distribute that information.

Constructors

VersionInfo 

Fields

mkApiextensionsV1ServiceReference Source #

Construct a value of type ApiextensionsV1ServiceReference (by applying it's required fields, if any)

mkApiextensionsV1WebhookClientConfig :: ApiextensionsV1WebhookClientConfig Source #

Construct a value of type ApiextensionsV1WebhookClientConfig (by applying it's required fields, if any)

mkApiregistrationV1ServiceReference :: ApiregistrationV1ServiceReference Source #

Construct a value of type ApiregistrationV1ServiceReference (by applying it's required fields, if any)

mkCoreV1EndpointPort Source #

Arguments

:: Int

$sel:coreV1EndpointPortPort:CoreV1EndpointPort: The port number of the endpoint.

-> CoreV1EndpointPort 

Construct a value of type CoreV1EndpointPort (by applying it's required fields, if any)

mkCoreV1EventList Source #

Construct a value of type CoreV1EventList (by applying it's required fields, if any)

mkCoreV1EventSeries :: CoreV1EventSeries Source #

Construct a value of type CoreV1EventSeries (by applying it's required fields, if any)

mkDiscoveryV1EndpointPort :: DiscoveryV1EndpointPort Source #

Construct a value of type DiscoveryV1EndpointPort (by applying it's required fields, if any)

mkEventsV1Event Source #

Arguments

:: DateTime

$sel:eventsV1EventEventTime:EventsV1Event: eventTime is the time when this Event was first observed. It is required.

-> EventsV1Event 

Construct a value of type EventsV1Event (by applying it's required fields, if any)

mkEventsV1EventList Source #

Arguments

:: [EventsV1Event]

$sel:eventsV1EventListItems:EventsV1EventList: items is a list of schema objects.

-> EventsV1EventList 

Construct a value of type EventsV1EventList (by applying it's required fields, if any)

mkEventsV1EventSeries Source #

Arguments

:: Int

$sel:eventsV1EventSeriesCount:EventsV1EventSeries: count is the number of occurrences in this series up to the last heartbeat time.

-> DateTime

$sel:eventsV1EventSeriesLastObservedTime:EventsV1EventSeries: lastObservedTime is the time when last Event from the series was seen before last heartbeat.

-> EventsV1EventSeries 

Construct a value of type EventsV1EventSeries (by applying it's required fields, if any)

mkFlowcontrolV1Subject Source #

Arguments

:: Text

$sel:flowcontrolV1SubjectKind:FlowcontrolV1Subject: kind indicates which one of the other fields is non-empty. Required

-> FlowcontrolV1Subject 

Construct a value of type FlowcontrolV1Subject (by applying it's required fields, if any)

mkRbacV1Subject Source #

Arguments

:: Text

$sel:rbacV1SubjectKind:RbacV1Subject: Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error.

-> Text

$sel:rbacV1SubjectName:RbacV1Subject: Name of the object being referenced.

-> RbacV1Subject 

Construct a value of type RbacV1Subject (by applying it's required fields, if any)

mkStorageV1TokenRequest Source #

Arguments

:: Text

$sel:storageV1TokenRequestAudience:StorageV1TokenRequest: audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver.

-> StorageV1TokenRequest 

Construct a value of type StorageV1TokenRequest (by applying it's required fields, if any)

mkV1APIGroup Source #

Arguments

:: Text

$sel:v1APIGroupName:V1APIGroup: name is the name of the group.

-> [V1GroupVersionForDiscovery]

$sel:v1APIGroupVersions:V1APIGroup: versions are the versions supported in this group.

-> V1APIGroup 

Construct a value of type V1APIGroup (by applying it's required fields, if any)

mkV1APIGroupList Source #

Arguments

:: [V1APIGroup]

$sel:v1APIGroupListGroups:V1APIGroupList: groups is a list of APIGroup.

-> V1APIGroupList 

Construct a value of type V1APIGroupList (by applying it's required fields, if any)

mkV1APIResource Source #

Arguments

:: Text

$sel:v1APIResourceKind:V1APIResource: kind is the kind for the resource (e.g. Foo is the kind for a resource foo)

-> Text

$sel:v1APIResourceName:V1APIResource: name is the plural name of the resource.

-> Bool

$sel:v1APIResourceNamespaced:V1APIResource: namespaced indicates if a resource is namespaced or not.

-> Text

$sel:v1APIResourceSingularName:V1APIResource: singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface.

-> [Text]

$sel:v1APIResourceVerbs:V1APIResource: verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)

-> V1APIResource 

Construct a value of type V1APIResource (by applying it's required fields, if any)

mkV1APIResourceList Source #

Arguments

:: Text

$sel:v1APIResourceListGroupVersion:V1APIResourceList: groupVersion is the group and version this APIResourceList is for.

-> [V1APIResource]

$sel:v1APIResourceListResources:V1APIResourceList: resources contains the name of the resources and if they are namespaced.

-> V1APIResourceList 

Construct a value of type V1APIResourceList (by applying it's required fields, if any)

mkV1APIService :: V1APIService Source #

Construct a value of type V1APIService (by applying it's required fields, if any)

mkV1APIServiceCondition Source #

Arguments

:: Text

$sel:v1APIServiceConditionStatus:V1APIServiceCondition: Status is the status of the condition. Can be True, False, Unknown.

-> Text

$sel:v1APIServiceConditionType:V1APIServiceCondition: Type is the type of the condition.

-> V1APIServiceCondition 

Construct a value of type V1APIServiceCondition (by applying it's required fields, if any)

mkV1APIServiceList Source #

Arguments

:: [V1APIService]

$sel:v1APIServiceListItems:V1APIServiceList: Items is the list of APIService

-> V1APIServiceList 

Construct a value of type V1APIServiceList (by applying it's required fields, if any)

mkV1APIServiceSpec Source #

Arguments

:: Int

$sel:v1APIServiceSpecGroupPriorityMinimum:V1APIServiceSpec: GroupPriorityMinimum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMinimum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s

-> Int

$sel:v1APIServiceSpecVersionPriority:V1APIServiceSpec: VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.

-> V1APIServiceSpec 

Construct a value of type V1APIServiceSpec (by applying it's required fields, if any)

mkV1APIServiceStatus :: V1APIServiceStatus Source #

Construct a value of type V1APIServiceStatus (by applying it's required fields, if any)

mkV1APIVersions Source #

Arguments

:: [V1ServerAddressByClientCIDR]

$sel:v1APIVersionsServerAddressByClientCidrs:V1APIVersions: a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP.

-> [Text]

$sel:v1APIVersionsVersions:V1APIVersions: versions are the api versions that are available.

-> V1APIVersions 

Construct a value of type V1APIVersions (by applying it's required fields, if any)

mkV1AWSElasticBlockStoreVolumeSource Source #

Construct a value of type V1AWSElasticBlockStoreVolumeSource (by applying it's required fields, if any)

mkV1Affinity :: V1Affinity Source #

Construct a value of type V1Affinity (by applying it's required fields, if any)

mkV1AggregationRule :: V1AggregationRule Source #

Construct a value of type V1AggregationRule (by applying it's required fields, if any)

mkV1AppArmorProfile Source #

Arguments

:: Text

$sel:v1AppArmorProfileType:V1AppArmorProfile: type indicates which kind of AppArmor profile will be applied. Valid options are: Localhost - a profile pre-loaded on the node. RuntimeDefault - the container runtime's default profile. Unconfined - no AppArmor enforcement.

-> V1AppArmorProfile 

Construct a value of type V1AppArmorProfile (by applying it's required fields, if any)

mkV1AttachedVolume Source #

Arguments

:: Text

$sel:v1AttachedVolumeDevicePath:V1AttachedVolume: DevicePath represents the device path where the volume should be available

-> Text

$sel:v1AttachedVolumeName:V1AttachedVolume: Name of the attached volume

-> V1AttachedVolume 

Construct a value of type V1AttachedVolume (by applying it's required fields, if any)

mkV1AuditAnnotation Source #

Arguments

:: Text

$sel:v1AuditAnnotationKey:V1AuditAnnotation: key specifies the audit annotation key. The audit annotation keys of a ValidatingAdmissionPolicy must be unique. The key must be a qualified name ([A-Za-z0-9][-A-Za-z0-9_.]*) no more than 63 bytes in length. The key is combined with the resource name of the ValidatingAdmissionPolicy to construct an audit annotation key: "{ValidatingAdmissionPolicy name}/{key}". If an admission webhook uses the same resource name as this ValidatingAdmissionPolicy and the same audit annotation key, the annotation key will be identical. In this case, the first annotation written with the key will be included in the audit event and all subsequent annotations with the same key will be discarded. Required.

-> Text

$sel:v1AuditAnnotationValueExpression:V1AuditAnnotation: valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb. If multiple ValidatingAdmissionPolicyBinding resources match an API request, then the valueExpression will be evaluated for each binding. All unique values produced by the valueExpressions will be joined together in a comma-separated list. Required.

-> V1AuditAnnotation 

Construct a value of type V1AuditAnnotation (by applying it's required fields, if any)

mkV1AzureDiskVolumeSource Source #

Arguments

:: Text

$sel:v1AzureDiskVolumeSourceDiskName:V1AzureDiskVolumeSource: diskName is the Name of the data disk in the blob storage

-> Text

$sel:v1AzureDiskVolumeSourceDiskUri:V1AzureDiskVolumeSource: diskURI is the URI of data disk in the blob storage

-> V1AzureDiskVolumeSource 

Construct a value of type V1AzureDiskVolumeSource (by applying it's required fields, if any)

mkV1AzureFilePersistentVolumeSource Source #

Arguments

:: Text

$sel:v1AzureFilePersistentVolumeSourceSecretName:V1AzureFilePersistentVolumeSource: secretName is the name of secret that contains Azure Storage Account Name and Key

-> Text

$sel:v1AzureFilePersistentVolumeSourceShareName:V1AzureFilePersistentVolumeSource: shareName is the azure Share Name

-> V1AzureFilePersistentVolumeSource 

Construct a value of type V1AzureFilePersistentVolumeSource (by applying it's required fields, if any)

mkV1AzureFileVolumeSource Source #

Arguments

:: Text

$sel:v1AzureFileVolumeSourceSecretName:V1AzureFileVolumeSource: secretName is the name of secret that contains Azure Storage Account Name and Key

-> Text

$sel:v1AzureFileVolumeSourceShareName:V1AzureFileVolumeSource: shareName is the azure share Name

-> V1AzureFileVolumeSource 

Construct a value of type V1AzureFileVolumeSource (by applying it's required fields, if any)

mkV1Binding Source #

Construct a value of type V1Binding (by applying it's required fields, if any)

mkV1BoundObjectReference :: V1BoundObjectReference Source #

Construct a value of type V1BoundObjectReference (by applying it's required fields, if any)

mkV1CSIDriver Source #

Construct a value of type V1CSIDriver (by applying it's required fields, if any)

mkV1CSIDriverList Source #

Arguments

:: [V1CSIDriver]

$sel:v1CSIDriverListItems:V1CSIDriverList: items is the list of CSIDriver

-> V1CSIDriverList 

Construct a value of type V1CSIDriverList (by applying it's required fields, if any)

mkV1CSIDriverSpec :: V1CSIDriverSpec Source #

Construct a value of type V1CSIDriverSpec (by applying it's required fields, if any)

mkV1CSINode Source #

Construct a value of type V1CSINode (by applying it's required fields, if any)

mkV1CSINodeDriver Source #

Arguments

:: Text

$sel:v1CSINodeDriverName:V1CSINodeDriver: name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver.

-> Text

$sel:v1CSINodeDriverNodeId:V1CSINodeDriver: nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required.

-> V1CSINodeDriver 

Construct a value of type V1CSINodeDriver (by applying it's required fields, if any)

mkV1CSINodeList Source #

Arguments

:: [V1CSINode]

$sel:v1CSINodeListItems:V1CSINodeList: items is the list of CSINode

-> V1CSINodeList 

Construct a value of type V1CSINodeList (by applying it's required fields, if any)

mkV1CSINodeSpec Source #

Arguments

:: [V1CSINodeDriver]

$sel:v1CSINodeSpecDrivers:V1CSINodeSpec: drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty.

-> V1CSINodeSpec 

Construct a value of type V1CSINodeSpec (by applying it's required fields, if any)

mkV1CSIPersistentVolumeSource Source #

Arguments

:: Text

$sel:v1CSIPersistentVolumeSourceDriver:V1CSIPersistentVolumeSource: driver is the name of the driver to use for this volume. Required.

-> Text

$sel:v1CSIPersistentVolumeSourceVolumeHandle:V1CSIPersistentVolumeSource: volumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.

-> V1CSIPersistentVolumeSource 

Construct a value of type V1CSIPersistentVolumeSource (by applying it's required fields, if any)

mkV1CSIStorageCapacity Source #

Arguments

:: Text

$sel:v1CSIStorageCapacityStorageClassName:V1CSIStorageCapacity: storageClassName represents the name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable.

-> V1CSIStorageCapacity 

Construct a value of type V1CSIStorageCapacity (by applying it's required fields, if any)

mkV1CSIStorageCapacityList Source #

Arguments

:: [V1CSIStorageCapacity]

$sel:v1CSIStorageCapacityListItems:V1CSIStorageCapacityList: items is the list of CSIStorageCapacity objects.

-> V1CSIStorageCapacityList 

Construct a value of type V1CSIStorageCapacityList (by applying it's required fields, if any)

mkV1CSIVolumeSource Source #

Arguments

:: Text

$sel:v1CSIVolumeSourceDriver:V1CSIVolumeSource: driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster.

-> V1CSIVolumeSource 

Construct a value of type V1CSIVolumeSource (by applying it's required fields, if any)

mkV1Capabilities :: V1Capabilities Source #

Construct a value of type V1Capabilities (by applying it's required fields, if any)

mkV1CephFSPersistentVolumeSource Source #

Construct a value of type V1CephFSPersistentVolumeSource (by applying it's required fields, if any)

mkV1CephFSVolumeSource Source #

Arguments

:: [Text]

$sel:v1CephFSVolumeSourceMonitors:V1CephFSVolumeSource: monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it

-> V1CephFSVolumeSource 

Construct a value of type V1CephFSVolumeSource (by applying it's required fields, if any)

mkV1CertificateSigningRequestCondition Source #

Arguments

:: Text

$sel:v1CertificateSigningRequestConditionStatus:V1CertificateSigningRequestCondition: status of the condition, one of True, False, Unknown. Approved, Denied, and Failed conditions may not be "False" or "Unknown".

-> Text

$sel:v1CertificateSigningRequestConditionType:V1CertificateSigningRequestCondition: type of the condition. Known conditions are "Approved", "Denied", and "Failed". An "Approved" condition is added via the approval subresource, indicating the request was approved and should be issued by the signer. A "Denied" condition is added via the approval subresource, indicating the request was denied and should not be issued by the signer. A "Failed" condition is added via the /status subresource, indicating the signer failed to issue the certificate. Approved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added. Only one condition of a given type is allowed.

-> V1CertificateSigningRequestCondition 

Construct a value of type V1CertificateSigningRequestCondition (by applying it's required fields, if any)

mkV1CertificateSigningRequestList Source #

Construct a value of type V1CertificateSigningRequestList (by applying it's required fields, if any)

mkV1CertificateSigningRequestSpec Source #

Arguments

:: ByteArray

$sel:v1CertificateSigningRequestSpecRequest:V1CertificateSigningRequestSpec: request contains an x509 certificate signing request encoded in a "CERTIFICATE REQUEST" PEM block. When serialized as JSON or YAML, the data is additionally base64-encoded.

-> Text

$sel:v1CertificateSigningRequestSpecSignerName:V1CertificateSigningRequestSpec: signerName indicates the requested signer, and is a qualified name. Listwatch requests for CertificateSigningRequests can filter on this field using a "spec.signerName=NAME" fieldSelector. Well-known Kubernetes signers are: 1. "kubernetes.iokube-apiserver-client": issues client certificates that can be used to authenticate to kube-apiserver. Requests for this signer are never auto-approved by kube-controller-manager, can be issued by the "csrsigning" controller in kube-controller-manager. 2. "kubernetes.iokube-apiserver-client-kubelet": issues client certificates that kubelets use to authenticate to kube-apiserver. Requests for this signer can be auto-approved by the "csrapproving" controller in kube-controller-manager, and can be issued by the "csrsigning" controller in kube-controller-manager. 3. "kubernetes.iokubelet-serving" issues serving certificates that kubelets use to serve TLS endpoints, which kube-apiserver can connect to securely. Requests for this signer are never auto-approved by kube-controller-manager, and can be issued by the "csrsigning" controller in kube-controller-manager. More details are available at https://k8s.io/docs/reference/access-authn-authz/certificate-signing-requests/#kubernetes-signers Custom signerNames can also be specified. The signer defines: 1. Trust distribution: how trust (CA bundles) are distributed. 2. Permitted subjects: and behavior when a disallowed subject is requested. 3. Required, permitted, or forbidden x509 extensions in the request (including whether subjectAltNames are allowed, which types, restrictions on allowed values) and behavior when a disallowed extension is requested. 4. Required, permitted, or forbidden key usages extended key usages. 5. Expirationcertificate lifetime: whether it is fixed by the signer, configurable by the admin. 6. Whether or not requests for CA certificates are allowed.

-> V1CertificateSigningRequestSpec 

Construct a value of type V1CertificateSigningRequestSpec (by applying it's required fields, if any)

mkV1CertificateSigningRequestStatus :: V1CertificateSigningRequestStatus Source #

Construct a value of type V1CertificateSigningRequestStatus (by applying it's required fields, if any)

mkV1CinderVolumeSource Source #

Construct a value of type V1CinderVolumeSource (by applying it's required fields, if any)

mkV1ClientIPConfig :: V1ClientIPConfig Source #

Construct a value of type V1ClientIPConfig (by applying it's required fields, if any)

mkV1ClusterRole :: V1ClusterRole Source #

Construct a value of type V1ClusterRole (by applying it's required fields, if any)

mkV1ClusterRoleBinding Source #

Construct a value of type V1ClusterRoleBinding (by applying it's required fields, if any)

mkV1ClusterRoleBindingList Source #

Construct a value of type V1ClusterRoleBindingList (by applying it's required fields, if any)

mkV1ClusterRoleList Source #

Arguments

:: [V1ClusterRole]

$sel:v1ClusterRoleListItems:V1ClusterRoleList: Items is a list of ClusterRoles

-> V1ClusterRoleList 

Construct a value of type V1ClusterRoleList (by applying it's required fields, if any)

mkV1ClusterTrustBundleProjection Source #

Arguments

:: Text

$sel:v1ClusterTrustBundleProjectionPath:V1ClusterTrustBundleProjection: Relative path from the volume root to write the bundle.

-> V1ClusterTrustBundleProjection 

Construct a value of type V1ClusterTrustBundleProjection (by applying it's required fields, if any)

mkV1ComponentCondition Source #

Arguments

:: Text

$sel:v1ComponentConditionStatus:V1ComponentCondition: Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".

-> Text

$sel:v1ComponentConditionType:V1ComponentCondition: Type of condition for a component. Valid value: "Healthy"

-> V1ComponentCondition 

Construct a value of type V1ComponentCondition (by applying it's required fields, if any)

mkV1ComponentStatus :: V1ComponentStatus Source #

Construct a value of type V1ComponentStatus (by applying it's required fields, if any)

mkV1ComponentStatusList Source #

Construct a value of type V1ComponentStatusList (by applying it's required fields, if any)

mkV1Condition Source #

Arguments

:: DateTime

$sel:v1ConditionLastTransitionTime:V1Condition: lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.

-> Text

$sel:v1ConditionMessage:V1Condition: message is a human readable message indicating details about the transition. This may be an empty string.

-> Text

$sel:v1ConditionReason:V1Condition: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty.

-> Text

$sel:v1ConditionStatus:V1Condition: status of the condition, one of True, False, Unknown.

-> Text

$sel:v1ConditionType:V1Condition: type of condition in CamelCase or in foo.example.com/CamelCase.

-> V1Condition 

Construct a value of type V1Condition (by applying it's required fields, if any)

mkV1ConfigMap :: V1ConfigMap Source #

Construct a value of type V1ConfigMap (by applying it's required fields, if any)

mkV1ConfigMapEnvSource :: V1ConfigMapEnvSource Source #

Construct a value of type V1ConfigMapEnvSource (by applying it's required fields, if any)

mkV1ConfigMapKeySelector Source #

Construct a value of type V1ConfigMapKeySelector (by applying it's required fields, if any)

mkV1ConfigMapList Source #

Arguments

:: [V1ConfigMap]

$sel:v1ConfigMapListItems:V1ConfigMapList: Items is the list of ConfigMaps.

-> V1ConfigMapList 

Construct a value of type V1ConfigMapList (by applying it's required fields, if any)

mkV1ConfigMapNodeConfigSource Source #

Arguments

:: Text

$sel:v1ConfigMapNodeConfigSourceKubeletConfigKey:V1ConfigMapNodeConfigSource: KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.

-> Text

$sel:v1ConfigMapNodeConfigSourceName:V1ConfigMapNodeConfigSource: Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.

-> Text

$sel:v1ConfigMapNodeConfigSourceNamespace:V1ConfigMapNodeConfigSource: Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.

-> V1ConfigMapNodeConfigSource 

Construct a value of type V1ConfigMapNodeConfigSource (by applying it's required fields, if any)

mkV1ConfigMapProjection :: V1ConfigMapProjection Source #

Construct a value of type V1ConfigMapProjection (by applying it's required fields, if any)

mkV1ConfigMapVolumeSource :: V1ConfigMapVolumeSource Source #

Construct a value of type V1ConfigMapVolumeSource (by applying it's required fields, if any)

mkV1Container Source #

Arguments

:: Text

$sel:v1ContainerName:V1Container: Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated.

-> V1Container 

Construct a value of type V1Container (by applying it's required fields, if any)

mkV1ContainerImage :: V1ContainerImage Source #

Construct a value of type V1ContainerImage (by applying it's required fields, if any)

mkV1ContainerPort Source #

Arguments

:: Int

$sel:v1ContainerPortContainerPort:V1ContainerPort: Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536.

-> V1ContainerPort 

Construct a value of type V1ContainerPort (by applying it's required fields, if any)

mkV1ContainerResizePolicy Source #

Arguments

:: Text

$sel:v1ContainerResizePolicyResourceName:V1ContainerResizePolicy: Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.

-> Text

$sel:v1ContainerResizePolicyRestartPolicy:V1ContainerResizePolicy: Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.

-> V1ContainerResizePolicy 

Construct a value of type V1ContainerResizePolicy (by applying it's required fields, if any)

mkV1ContainerState :: V1ContainerState Source #

Construct a value of type V1ContainerState (by applying it's required fields, if any)

mkV1ContainerStateRunning :: V1ContainerStateRunning Source #

Construct a value of type V1ContainerStateRunning (by applying it's required fields, if any)

mkV1ContainerStateTerminated Source #

Arguments

:: Int

$sel:v1ContainerStateTerminatedExitCode:V1ContainerStateTerminated: Exit status from the last termination of the container

-> V1ContainerStateTerminated 

Construct a value of type V1ContainerStateTerminated (by applying it's required fields, if any)

mkV1ContainerStateWaiting :: V1ContainerStateWaiting Source #

Construct a value of type V1ContainerStateWaiting (by applying it's required fields, if any)

mkV1ContainerStatus Source #

Arguments

:: Text

$sel:v1ContainerStatusImage:V1ContainerStatus: Image is the name of container image that the container is running. The container image may not match the image used in the PodSpec, as it may have been resolved by the runtime. More info: https://kubernetes.io/docs/concepts/containers/images.

-> Text

$sel:v1ContainerStatusImageId:V1ContainerStatus: ImageID is the image ID of the container's image. The image ID may not match the image ID of the image used in the PodSpec, as it may have been resolved by the runtime.

-> Text

$sel:v1ContainerStatusName:V1ContainerStatus: Name is a DNS_LABEL representing the unique name of the container. Each container in a pod must have a unique name across all container types. Cannot be updated.

-> Bool

$sel:v1ContainerStatusReady:V1ContainerStatus: Ready specifies whether the container is currently passing its readiness check. The value will change as readiness probes keep executing. If no readiness probes are specified, this field defaults to true once the container is fully started (see Started field). The value is typically used to determine whether a container is ready to accept traffic.

-> Int

$sel:v1ContainerStatusRestartCount:V1ContainerStatus: RestartCount holds the number of times the container has been restarted. Kubelet makes an effort to always increment the value, but there are cases when the state may be lost due to node restarts and then the value may be reset to 0. The value is never negative.

-> V1ContainerStatus 

Construct a value of type V1ContainerStatus (by applying it's required fields, if any)

mkV1ContainerUser :: V1ContainerUser Source #

Construct a value of type V1ContainerUser (by applying it's required fields, if any)

mkV1ControllerRevision Source #

Arguments

:: Integer

$sel:v1ControllerRevisionRevision:V1ControllerRevision: Revision indicates the revision of the state represented by Data.

-> V1ControllerRevision 

Construct a value of type V1ControllerRevision (by applying it's required fields, if any)

mkV1ControllerRevisionList Source #

Construct a value of type V1ControllerRevisionList (by applying it's required fields, if any)

mkV1CronJob :: V1CronJob Source #

Construct a value of type V1CronJob (by applying it's required fields, if any)

mkV1CronJobList Source #

Arguments

:: [V1CronJob]

$sel:v1CronJobListItems:V1CronJobList: items is the list of CronJobs.

-> V1CronJobList 

Construct a value of type V1CronJobList (by applying it's required fields, if any)

mkV1CronJobSpec Source #

Construct a value of type V1CronJobSpec (by applying it's required fields, if any)

mkV1CronJobStatus :: V1CronJobStatus Source #

Construct a value of type V1CronJobStatus (by applying it's required fields, if any)

mkV1CustomResourceColumnDefinition Source #

Arguments

:: Text

$sel:v1CustomResourceColumnDefinitionJsonPath:V1CustomResourceColumnDefinition: jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column.

-> Text

$sel:v1CustomResourceColumnDefinitionName:V1CustomResourceColumnDefinition: name is a human readable name for the column.

-> Text

$sel:v1CustomResourceColumnDefinitionType:V1CustomResourceColumnDefinition: type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.

-> V1CustomResourceColumnDefinition 

Construct a value of type V1CustomResourceColumnDefinition (by applying it's required fields, if any)

mkV1CustomResourceConversion Source #

Arguments

:: Text

$sel:v1CustomResourceConversionStrategy:V1CustomResourceConversion: strategy specifies how custom resources are converted between versions. Allowed values are: - `"None"`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `"Webhook"`: API Server will call to an external webhook to do the conversion. Additional information is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set.

-> V1CustomResourceConversion 

Construct a value of type V1CustomResourceConversion (by applying it's required fields, if any)

mkV1CustomResourceDefinitionCondition Source #

Arguments

:: Text

$sel:v1CustomResourceDefinitionConditionStatus:V1CustomResourceDefinitionCondition: status is the status of the condition. Can be True, False, Unknown.

-> Text

$sel:v1CustomResourceDefinitionConditionType:V1CustomResourceDefinitionCondition: type is the type of the condition. Types include Established, NamesAccepted and Terminating.

-> V1CustomResourceDefinitionCondition 

Construct a value of type V1CustomResourceDefinitionCondition (by applying it's required fields, if any)

mkV1CustomResourceDefinitionList Source #

Construct a value of type V1CustomResourceDefinitionList (by applying it's required fields, if any)

mkV1CustomResourceDefinitionNames Source #

Arguments

:: Text

$sel:v1CustomResourceDefinitionNamesKind:V1CustomResourceDefinitionNames: kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the kind attribute in API calls.

-> Text

$sel:v1CustomResourceDefinitionNamesPlural:V1CustomResourceDefinitionNames: plural is the plural name of the resource to serve. The custom resources are served under `apisgroupversion.../plural`. Must match the name of the CustomResourceDefinition (in the form `names.plural.group`). Must be all lowercase.

-> V1CustomResourceDefinitionNames 

Construct a value of type V1CustomResourceDefinitionNames (by applying it's required fields, if any)

mkV1CustomResourceDefinitionSpec Source #

Arguments

:: Text

$sel:v1CustomResourceDefinitionSpecGroup:V1CustomResourceDefinitionSpec: group is the API group of the defined custom resource. The custom resources are served under `apisgroup/...`. Must match the name of the CustomResourceDefinition (in the form `names.plural.group`).

-> V1CustomResourceDefinitionNames

$sel:v1CustomResourceDefinitionSpecNames:V1CustomResourceDefinitionSpec

-> Text

$sel:v1CustomResourceDefinitionSpecScope:V1CustomResourceDefinitionSpec: scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are Cluster and Namespaced.

-> [V1CustomResourceDefinitionVersion]

$sel:v1CustomResourceDefinitionSpecVersions:V1CustomResourceDefinitionSpec: versions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10.

-> V1CustomResourceDefinitionSpec 

Construct a value of type V1CustomResourceDefinitionSpec (by applying it's required fields, if any)

mkV1CustomResourceDefinitionStatus :: V1CustomResourceDefinitionStatus Source #

Construct a value of type V1CustomResourceDefinitionStatus (by applying it's required fields, if any)

mkV1CustomResourceDefinitionVersion Source #

Arguments

:: Text

$sel:v1CustomResourceDefinitionVersionName:V1CustomResourceDefinitionVersion: name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `apisgroupversion...` if served is true.

-> Bool

$sel:v1CustomResourceDefinitionVersionServed:V1CustomResourceDefinitionVersion: served is a flag enabling/disabling this version from being served via REST APIs

-> Bool

$sel:v1CustomResourceDefinitionVersionStorage:V1CustomResourceDefinitionVersion: storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true.

-> V1CustomResourceDefinitionVersion 

Construct a value of type V1CustomResourceDefinitionVersion (by applying it's required fields, if any)

mkV1CustomResourceSubresourceScale Source #

Arguments

:: Text

$sel:v1CustomResourceSubresourceScaleSpecReplicasPath:V1CustomResourceSubresourceScale: specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET.

-> Text

$sel:v1CustomResourceSubresourceScaleStatusReplicasPath:V1CustomResourceSubresourceScale: statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0.

-> V1CustomResourceSubresourceScale 

Construct a value of type V1CustomResourceSubresourceScale (by applying it's required fields, if any)

mkV1CustomResourceSubresources :: V1CustomResourceSubresources Source #

Construct a value of type V1CustomResourceSubresources (by applying it's required fields, if any)

mkV1CustomResourceValidation :: V1CustomResourceValidation Source #

Construct a value of type V1CustomResourceValidation (by applying it's required fields, if any)

mkV1DaemonEndpoint Source #

Arguments

:: Int

$sel:v1DaemonEndpointPort:V1DaemonEndpoint: Port number of the given endpoint.

-> V1DaemonEndpoint 

Construct a value of type V1DaemonEndpoint (by applying it's required fields, if any)

mkV1DaemonSet :: V1DaemonSet Source #

Construct a value of type V1DaemonSet (by applying it's required fields, if any)

mkV1DaemonSetCondition Source #

Arguments

:: Text

$sel:v1DaemonSetConditionStatus:V1DaemonSetCondition: Status of the condition, one of True, False, Unknown.

-> Text

$sel:v1DaemonSetConditionType:V1DaemonSetCondition: Type of DaemonSet condition.

-> V1DaemonSetCondition 

Construct a value of type V1DaemonSetCondition (by applying it's required fields, if any)

mkV1DaemonSetList Source #

Construct a value of type V1DaemonSetList (by applying it's required fields, if any)

mkV1DaemonSetStatus Source #

Arguments

:: Int

$sel:v1DaemonSetStatusCurrentNumberScheduled:V1DaemonSetStatus: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

-> Int

$sel:v1DaemonSetStatusDesiredNumberScheduled:V1DaemonSetStatus: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

-> Int

$sel:v1DaemonSetStatusNumberMisscheduled:V1DaemonSetStatus: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

-> Int

$sel:v1DaemonSetStatusNumberReady:V1DaemonSetStatus: numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.

-> V1DaemonSetStatus 

Construct a value of type V1DaemonSetStatus (by applying it's required fields, if any)

mkV1DaemonSetUpdateStrategy :: V1DaemonSetUpdateStrategy Source #

Construct a value of type V1DaemonSetUpdateStrategy (by applying it's required fields, if any)

mkV1DeleteOptions :: V1DeleteOptions Source #

Construct a value of type V1DeleteOptions (by applying it's required fields, if any)

mkV1Deployment :: V1Deployment Source #

Construct a value of type V1Deployment (by applying it's required fields, if any)

mkV1DeploymentCondition Source #

Arguments

:: Text

$sel:v1DeploymentConditionStatus:V1DeploymentCondition: Status of the condition, one of True, False, Unknown.

-> Text

$sel:v1DeploymentConditionType:V1DeploymentCondition: Type of deployment condition.

-> V1DeploymentCondition 

Construct a value of type V1DeploymentCondition (by applying it's required fields, if any)

mkV1DeploymentList Source #

Arguments

:: [V1Deployment]

$sel:v1DeploymentListItems:V1DeploymentList: Items is the list of Deployments.

-> V1DeploymentList 

Construct a value of type V1DeploymentList (by applying it's required fields, if any)

mkV1DeploymentStatus :: V1DeploymentStatus Source #

Construct a value of type V1DeploymentStatus (by applying it's required fields, if any)

mkV1DeploymentStrategy :: V1DeploymentStrategy Source #

Construct a value of type V1DeploymentStrategy (by applying it's required fields, if any)

mkV1DownwardAPIProjection :: V1DownwardAPIProjection Source #

Construct a value of type V1DownwardAPIProjection (by applying it's required fields, if any)

mkV1DownwardAPIVolumeFile Source #

Arguments

:: Text

$sel:v1DownwardAPIVolumeFilePath:V1DownwardAPIVolumeFile: Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..'

-> V1DownwardAPIVolumeFile 

Construct a value of type V1DownwardAPIVolumeFile (by applying it's required fields, if any)

mkV1DownwardAPIVolumeSource :: V1DownwardAPIVolumeSource Source #

Construct a value of type V1DownwardAPIVolumeSource (by applying it's required fields, if any)

mkV1EmptyDirVolumeSource :: V1EmptyDirVolumeSource Source #

Construct a value of type V1EmptyDirVolumeSource (by applying it's required fields, if any)

mkV1Endpoint Source #

Arguments

:: [Text]

$sel:v1EndpointAddresses:V1Endpoint: addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. These are all assumed to be fungible and clients may choose to only use the first element. Refer to: https://issue.k8s.io/106267

-> V1Endpoint 

Construct a value of type V1Endpoint (by applying it's required fields, if any)

mkV1EndpointAddress Source #

Arguments

:: Text

$sel:v1EndpointAddressIp:V1EndpointAddress: The IP of this endpoint. May not be loopback (127.0.0.08 or ::1), link-local (169.254.0.016 or fe80::10), or link-local multicast (224.0.0.024 or ff02::/16).

-> V1EndpointAddress 

Construct a value of type V1EndpointAddress (by applying it's required fields, if any)

mkV1EndpointConditions :: V1EndpointConditions Source #

Construct a value of type V1EndpointConditions (by applying it's required fields, if any)

mkV1EndpointHints :: V1EndpointHints Source #

Construct a value of type V1EndpointHints (by applying it's required fields, if any)

mkV1EndpointSlice Source #

Arguments

:: Text

$sel:v1EndpointSliceAddressType:V1EndpointSlice: addressType specifies the type of address carried by this EndpointSlice. All addresses in this slice must be the same type. This field is immutable after creation. The following address types are currently supported: * IPv4: Represents an IPv4 Address. * IPv6: Represents an IPv6 Address. * FQDN: Represents a Fully Qualified Domain Name.

-> [V1Endpoint]

$sel:v1EndpointSliceEndpoints:V1EndpointSlice: endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.

-> V1EndpointSlice 

Construct a value of type V1EndpointSlice (by applying it's required fields, if any)

mkV1EndpointSliceList Source #

Arguments

:: [V1EndpointSlice]

$sel:v1EndpointSliceListItems:V1EndpointSliceList: items is the list of endpoint slices

-> V1EndpointSliceList 

Construct a value of type V1EndpointSliceList (by applying it's required fields, if any)

mkV1EndpointSubset :: V1EndpointSubset Source #

Construct a value of type V1EndpointSubset (by applying it's required fields, if any)

mkV1Endpoints :: V1Endpoints Source #

Construct a value of type V1Endpoints (by applying it's required fields, if any)

mkV1EndpointsList Source #

Construct a value of type V1EndpointsList (by applying it's required fields, if any)

mkV1EnvFromSource :: V1EnvFromSource Source #

Construct a value of type V1EnvFromSource (by applying it's required fields, if any)

mkV1EnvVar Source #

Arguments

:: Text

$sel:v1EnvVarName:V1EnvVar: Name of the environment variable. Must be a C_IDENTIFIER.

-> V1EnvVar 

Construct a value of type V1EnvVar (by applying it's required fields, if any)

mkV1EnvVarSource :: V1EnvVarSource Source #

Construct a value of type V1EnvVarSource (by applying it's required fields, if any)

mkV1EphemeralContainer Source #

Arguments

:: Text

$sel:v1EphemeralContainerName:V1EphemeralContainer: Name of the ephemeral container specified as a DNS_LABEL. This name must be unique among all containers, init containers and ephemeral containers.

-> V1EphemeralContainer 

Construct a value of type V1EphemeralContainer (by applying it's required fields, if any)

mkV1EphemeralVolumeSource :: V1EphemeralVolumeSource Source #

Construct a value of type V1EphemeralVolumeSource (by applying it's required fields, if any)

mkV1EventSource :: V1EventSource Source #

Construct a value of type V1EventSource (by applying it's required fields, if any)

mkV1Eviction :: V1Eviction Source #

Construct a value of type V1Eviction (by applying it's required fields, if any)

mkV1ExecAction :: V1ExecAction Source #

Construct a value of type V1ExecAction (by applying it's required fields, if any)

mkV1ExemptPriorityLevelConfiguration :: V1ExemptPriorityLevelConfiguration Source #

Construct a value of type V1ExemptPriorityLevelConfiguration (by applying it's required fields, if any)

mkV1ExpressionWarning Source #

Arguments

:: Text

$sel:v1ExpressionWarningFieldRef:V1ExpressionWarning: The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is "spec.validations[0].expression"

-> Text

$sel:v1ExpressionWarningWarning:V1ExpressionWarning: The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.

-> V1ExpressionWarning 

Construct a value of type V1ExpressionWarning (by applying it's required fields, if any)

mkV1ExternalDocumentation :: V1ExternalDocumentation Source #

Construct a value of type V1ExternalDocumentation (by applying it's required fields, if any)

mkV1FCVolumeSource :: V1FCVolumeSource Source #

Construct a value of type V1FCVolumeSource (by applying it's required fields, if any)

mkV1FieldSelectorAttributes :: V1FieldSelectorAttributes Source #

Construct a value of type V1FieldSelectorAttributes (by applying it's required fields, if any)

mkV1FieldSelectorRequirement Source #

Arguments

:: Text

$sel:v1FieldSelectorRequirementKey:V1FieldSelectorRequirement: key is the field selector key that the requirement applies to.

-> Text

$sel:v1FieldSelectorRequirementOperator:V1FieldSelectorRequirement: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. The list of operators may grow in the future.

-> V1FieldSelectorRequirement 

Construct a value of type V1FieldSelectorRequirement (by applying it's required fields, if any)

mkV1FlexPersistentVolumeSource Source #

Arguments

:: Text

$sel:v1FlexPersistentVolumeSourceDriver:V1FlexPersistentVolumeSource: driver is the name of the driver to use for this volume.

-> V1FlexPersistentVolumeSource 

Construct a value of type V1FlexPersistentVolumeSource (by applying it's required fields, if any)

mkV1FlexVolumeSource Source #

Arguments

:: Text

$sel:v1FlexVolumeSourceDriver:V1FlexVolumeSource: driver is the name of the driver to use for this volume.

-> V1FlexVolumeSource 

Construct a value of type V1FlexVolumeSource (by applying it's required fields, if any)

mkV1FlockerVolumeSource :: V1FlockerVolumeSource Source #

Construct a value of type V1FlockerVolumeSource (by applying it's required fields, if any)

mkV1FlowDistinguisherMethod Source #

Arguments

:: Text

$sel:v1FlowDistinguisherMethodType:V1FlowDistinguisherMethod: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.

-> V1FlowDistinguisherMethod 

Construct a value of type V1FlowDistinguisherMethod (by applying it's required fields, if any)

mkV1FlowSchema :: V1FlowSchema Source #

Construct a value of type V1FlowSchema (by applying it's required fields, if any)

mkV1FlowSchemaCondition :: V1FlowSchemaCondition Source #

Construct a value of type V1FlowSchemaCondition (by applying it's required fields, if any)

mkV1FlowSchemaList Source #

Arguments

:: [V1FlowSchema]

$sel:v1FlowSchemaListItems:V1FlowSchemaList: items is a list of FlowSchemas.

-> V1FlowSchemaList 

Construct a value of type V1FlowSchemaList (by applying it's required fields, if any)

mkV1FlowSchemaStatus :: V1FlowSchemaStatus Source #

Construct a value of type V1FlowSchemaStatus (by applying it's required fields, if any)

mkV1ForZone Source #

Arguments

:: Text

$sel:v1ForZoneName:V1ForZone: name represents the name of the zone.

-> V1ForZone 

Construct a value of type V1ForZone (by applying it's required fields, if any)

mkV1GCEPersistentDiskVolumeSource Source #

Construct a value of type V1GCEPersistentDiskVolumeSource (by applying it's required fields, if any)

mkV1GRPCAction Source #

Arguments

:: Int

$sel:v1GRPCActionPort:V1GRPCAction: Port number of the gRPC service. Number must be in the range 1 to 65535.

-> V1GRPCAction 

Construct a value of type V1GRPCAction (by applying it's required fields, if any)

mkV1GitRepoVolumeSource Source #

Construct a value of type V1GitRepoVolumeSource (by applying it's required fields, if any)

mkV1GroupSubject Source #

Arguments

:: Text

$sel:v1GroupSubjectName:V1GroupSubject: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.

-> V1GroupSubject 

Construct a value of type V1GroupSubject (by applying it's required fields, if any)

mkV1GroupVersionForDiscovery Source #

Arguments

:: Text

$sel:v1GroupVersionForDiscoveryGroupVersion:V1GroupVersionForDiscovery: groupVersion specifies the API group and version in the form "group/version"

-> Text

$sel:v1GroupVersionForDiscoveryVersion:V1GroupVersionForDiscovery: version specifies the version in the form of "version". This is to save the clients the trouble of splitting the GroupVersion.

-> V1GroupVersionForDiscovery 

Construct a value of type V1GroupVersionForDiscovery (by applying it's required fields, if any)

mkV1HTTPGetAction Source #

Construct a value of type V1HTTPGetAction (by applying it's required fields, if any)

mkV1HTTPHeader Source #

Arguments

:: Text

$sel:v1HTTPHeaderName:V1HTTPHeader: The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.

-> Text

$sel:v1HTTPHeaderValue:V1HTTPHeader: The header field value

-> V1HTTPHeader 

Construct a value of type V1HTTPHeader (by applying it's required fields, if any)

mkV1HTTPIngressPath Source #

Arguments

:: V1IngressBackend

$sel:v1HTTPIngressPathBackend:V1HTTPIngressPath

-> Text

$sel:v1HTTPIngressPathPathType:V1HTTPIngressPath: pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by /. Matching is done on a path element by element basis. A path element refers is the list of labels in the path split by the / separator. A request is a match for path p if every p is an element-wise prefix of p of the request path. Note that if the last element of the path is a substring of the last element in request path, it is not a match (e.g. foobar matches foobarbaz, but does not match foo/barbaz). * ImplementationSpecific: Interpretation of the Path matching is up to the IngressClass. Implementations can treat this as a separate PathType or treat it identically to Prefix or Exact path types. Implementations are required to support all path types.

-> V1HTTPIngressPath 

Construct a value of type V1HTTPIngressPath (by applying it's required fields, if any)

mkV1HTTPIngressRuleValue Source #

Arguments

:: [V1HTTPIngressPath]

$sel:v1HTTPIngressRuleValuePaths:V1HTTPIngressRuleValue: paths is a collection of paths that map requests to backends.

-> V1HTTPIngressRuleValue 

Construct a value of type V1HTTPIngressRuleValue (by applying it's required fields, if any)

mkV1HorizontalPodAutoscaler :: V1HorizontalPodAutoscaler Source #

Construct a value of type V1HorizontalPodAutoscaler (by applying it's required fields, if any)

mkV1HorizontalPodAutoscalerList Source #

Construct a value of type V1HorizontalPodAutoscalerList (by applying it's required fields, if any)

mkV1HorizontalPodAutoscalerSpec Source #

Arguments

:: Int

$sel:v1HorizontalPodAutoscalerSpecMaxReplicas:V1HorizontalPodAutoscalerSpec: maxReplicas is the upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas.

-> V1CrossVersionObjectReference

$sel:v1HorizontalPodAutoscalerSpecScaleTargetRef:V1HorizontalPodAutoscalerSpec

-> V1HorizontalPodAutoscalerSpec 

Construct a value of type V1HorizontalPodAutoscalerSpec (by applying it's required fields, if any)

mkV1HorizontalPodAutoscalerStatus Source #

Arguments

:: Int

$sel:v1HorizontalPodAutoscalerStatusCurrentReplicas:V1HorizontalPodAutoscalerStatus: currentReplicas is the current number of replicas of pods managed by this autoscaler.

-> Int

$sel:v1HorizontalPodAutoscalerStatusDesiredReplicas:V1HorizontalPodAutoscalerStatus: desiredReplicas is the desired number of replicas of pods managed by this autoscaler.

-> V1HorizontalPodAutoscalerStatus 

Construct a value of type V1HorizontalPodAutoscalerStatus (by applying it's required fields, if any)

mkV1HostAlias Source #

Arguments

:: Text

$sel:v1HostAliasIp:V1HostAlias: IP address of the host file entry.

-> V1HostAlias 

Construct a value of type V1HostAlias (by applying it's required fields, if any)

mkV1HostIP Source #

Arguments

:: Text

$sel:v1HostIPIp:V1HostIP: IP is the IP address assigned to the host

-> V1HostIP 

Construct a value of type V1HostIP (by applying it's required fields, if any)

mkV1HostPathVolumeSource Source #

Arguments

:: Text

$sel:v1HostPathVolumeSourcePath:V1HostPathVolumeSource: path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath

-> V1HostPathVolumeSource 

Construct a value of type V1HostPathVolumeSource (by applying it's required fields, if any)

mkV1IPBlock Source #

Arguments

:: Text

$sel:v1IPBlockCidr:V1IPBlock: cidr is a string representing the IPBlock Valid examples are "192.168.1.024" or "2001:db8::64"

-> V1IPBlock 

Construct a value of type V1IPBlock (by applying it's required fields, if any)

mkV1ISCSIPersistentVolumeSource Source #

Arguments

:: Text

$sel:v1ISCSIPersistentVolumeSourceIqn:V1ISCSIPersistentVolumeSource: iqn is Target iSCSI Qualified Name.

-> Int

$sel:v1ISCSIPersistentVolumeSourceLun:V1ISCSIPersistentVolumeSource: lun is iSCSI Target Lun number.

-> Text

$sel:v1ISCSIPersistentVolumeSourceTargetPortal:V1ISCSIPersistentVolumeSource: targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).

-> V1ISCSIPersistentVolumeSource 

Construct a value of type V1ISCSIPersistentVolumeSource (by applying it's required fields, if any)

mkV1ISCSIVolumeSource Source #

Arguments

:: Text

$sel:v1ISCSIVolumeSourceIqn:V1ISCSIVolumeSource: iqn is the target iSCSI Qualified Name.

-> Int

$sel:v1ISCSIVolumeSourceLun:V1ISCSIVolumeSource: lun represents iSCSI Target Lun number.

-> Text

$sel:v1ISCSIVolumeSourceTargetPortal:V1ISCSIVolumeSource: targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260).

-> V1ISCSIVolumeSource 

Construct a value of type V1ISCSIVolumeSource (by applying it's required fields, if any)

mkV1ImageVolumeSource :: V1ImageVolumeSource Source #

Construct a value of type V1ImageVolumeSource (by applying it's required fields, if any)

mkV1Ingress :: V1Ingress Source #

Construct a value of type V1Ingress (by applying it's required fields, if any)

mkV1IngressBackend :: V1IngressBackend Source #

Construct a value of type V1IngressBackend (by applying it's required fields, if any)

mkV1IngressClass :: V1IngressClass Source #

Construct a value of type V1IngressClass (by applying it's required fields, if any)

mkV1IngressClassList Source #

Arguments

:: [V1IngressClass]

$sel:v1IngressClassListItems:V1IngressClassList: items is the list of IngressClasses.

-> V1IngressClassList 

Construct a value of type V1IngressClassList (by applying it's required fields, if any)

mkV1IngressClassParametersReference Source #

Construct a value of type V1IngressClassParametersReference (by applying it's required fields, if any)

mkV1IngressClassSpec :: V1IngressClassSpec Source #

Construct a value of type V1IngressClassSpec (by applying it's required fields, if any)

mkV1IngressList Source #

Arguments

:: [V1Ingress]

$sel:v1IngressListItems:V1IngressList: items is the list of Ingress.

-> V1IngressList 

Construct a value of type V1IngressList (by applying it's required fields, if any)

mkV1IngressLoadBalancerIngress :: V1IngressLoadBalancerIngress Source #

Construct a value of type V1IngressLoadBalancerIngress (by applying it's required fields, if any)

mkV1IngressLoadBalancerStatus :: V1IngressLoadBalancerStatus Source #

Construct a value of type V1IngressLoadBalancerStatus (by applying it's required fields, if any)

mkV1IngressPortStatus Source #

Arguments

:: Int

$sel:v1IngressPortStatusPort:V1IngressPortStatus: port is the port number of the ingress port.

-> Text

$sel:v1IngressPortStatusProtocol:V1IngressPortStatus: protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP"

-> V1IngressPortStatus 

Construct a value of type V1IngressPortStatus (by applying it's required fields, if any)

mkV1IngressRule :: V1IngressRule Source #

Construct a value of type V1IngressRule (by applying it's required fields, if any)

mkV1IngressServiceBackend Source #

Arguments

:: Text

$sel:v1IngressServiceBackendName:V1IngressServiceBackend: name is the referenced service. The service must exist in the same namespace as the Ingress object.

-> V1IngressServiceBackend 

Construct a value of type V1IngressServiceBackend (by applying it's required fields, if any)

mkV1IngressSpec :: V1IngressSpec Source #

Construct a value of type V1IngressSpec (by applying it's required fields, if any)

mkV1IngressStatus :: V1IngressStatus Source #

Construct a value of type V1IngressStatus (by applying it's required fields, if any)

mkV1IngressTLS :: V1IngressTLS Source #

Construct a value of type V1IngressTLS (by applying it's required fields, if any)

mkV1JSONSchemaProps :: V1JSONSchemaProps Source #

Construct a value of type V1JSONSchemaProps (by applying it's required fields, if any)

mkV1Job :: V1Job Source #

Construct a value of type V1Job (by applying it's required fields, if any)

mkV1JobCondition Source #

Arguments

:: Text

$sel:v1JobConditionStatus:V1JobCondition: Status of the condition, one of True, False, Unknown.

-> Text

$sel:v1JobConditionType:V1JobCondition: Type of job condition, Complete or Failed.

-> V1JobCondition 

Construct a value of type V1JobCondition (by applying it's required fields, if any)

mkV1JobList Source #

Arguments

:: [V1Job]

$sel:v1JobListItems:V1JobList: items is the list of Jobs.

-> V1JobList 

Construct a value of type V1JobList (by applying it's required fields, if any)

mkV1JobSpec Source #

Construct a value of type V1JobSpec (by applying it's required fields, if any)

mkV1JobStatus :: V1JobStatus Source #

Construct a value of type V1JobStatus (by applying it's required fields, if any)

mkV1JobTemplateSpec :: V1JobTemplateSpec Source #

Construct a value of type V1JobTemplateSpec (by applying it's required fields, if any)

mkV1KeyToPath Source #

Arguments

:: Text

$sel:v1KeyToPathKey:V1KeyToPath: key is the key to project.

-> Text

$sel:v1KeyToPathPath:V1KeyToPath: path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

-> V1KeyToPath 

Construct a value of type V1KeyToPath (by applying it's required fields, if any)

mkV1LabelSelector :: V1LabelSelector Source #

Construct a value of type V1LabelSelector (by applying it's required fields, if any)

mkV1LabelSelectorAttributes :: V1LabelSelectorAttributes Source #

Construct a value of type V1LabelSelectorAttributes (by applying it's required fields, if any)

mkV1LabelSelectorRequirement Source #

Arguments

:: Text

$sel:v1LabelSelectorRequirementKey:V1LabelSelectorRequirement: key is the label key that the selector applies to.

-> Text

$sel:v1LabelSelectorRequirementOperator:V1LabelSelectorRequirement: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist.

-> V1LabelSelectorRequirement 

Construct a value of type V1LabelSelectorRequirement (by applying it's required fields, if any)

mkV1Lease :: V1Lease Source #

Construct a value of type V1Lease (by applying it's required fields, if any)

mkV1LeaseList Source #

Arguments

:: [V1Lease]

$sel:v1LeaseListItems:V1LeaseList: items is a list of schema objects.

-> V1LeaseList 

Construct a value of type V1LeaseList (by applying it's required fields, if any)

mkV1LeaseSpec :: V1LeaseSpec Source #

Construct a value of type V1LeaseSpec (by applying it's required fields, if any)

mkV1Lifecycle :: V1Lifecycle Source #

Construct a value of type V1Lifecycle (by applying it's required fields, if any)

mkV1LifecycleHandler :: V1LifecycleHandler Source #

Construct a value of type V1LifecycleHandler (by applying it's required fields, if any)

mkV1LimitRange :: V1LimitRange Source #

Construct a value of type V1LimitRange (by applying it's required fields, if any)

mkV1LimitRangeItem Source #

Arguments

:: Text

$sel:v1LimitRangeItemType:V1LimitRangeItem: Type of resource that this limit applies to.

-> V1LimitRangeItem 

Construct a value of type V1LimitRangeItem (by applying it's required fields, if any)

mkV1LimitRangeList Source #

Construct a value of type V1LimitRangeList (by applying it's required fields, if any)

mkV1LimitRangeSpec Source #

Arguments

:: [V1LimitRangeItem]

$sel:v1LimitRangeSpecLimits:V1LimitRangeSpec: Limits is the list of LimitRangeItem objects that are enforced.

-> V1LimitRangeSpec 

Construct a value of type V1LimitRangeSpec (by applying it's required fields, if any)

mkV1LimitResponse Source #

Arguments

:: Text

$sel:v1LimitResponseType:V1LimitResponse: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.

-> V1LimitResponse 

Construct a value of type V1LimitResponse (by applying it's required fields, if any)

mkV1LinuxContainerUser Source #

Arguments

:: Integer

$sel:v1LinuxContainerUserGid:V1LinuxContainerUser: GID is the primary gid initially attached to the first process in the container

-> Integer

$sel:v1LinuxContainerUserUid:V1LinuxContainerUser: UID is the primary uid initially attached to the first process in the container

-> V1LinuxContainerUser 

Construct a value of type V1LinuxContainerUser (by applying it's required fields, if any)

mkV1ListMeta :: V1ListMeta Source #

Construct a value of type V1ListMeta (by applying it's required fields, if any)

mkV1LoadBalancerIngress :: V1LoadBalancerIngress Source #

Construct a value of type V1LoadBalancerIngress (by applying it's required fields, if any)

mkV1LoadBalancerStatus :: V1LoadBalancerStatus Source #

Construct a value of type V1LoadBalancerStatus (by applying it's required fields, if any)

mkV1LocalObjectReference :: V1LocalObjectReference Source #

Construct a value of type V1LocalObjectReference (by applying it's required fields, if any)

mkV1LocalVolumeSource Source #

Arguments

:: Text

$sel:v1LocalVolumeSourcePath:V1LocalVolumeSource: path of the full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).

-> V1LocalVolumeSource 

Construct a value of type V1LocalVolumeSource (by applying it's required fields, if any)

mkV1ManagedFieldsEntry :: V1ManagedFieldsEntry Source #

Construct a value of type V1ManagedFieldsEntry (by applying it's required fields, if any)

mkV1MatchCondition Source #

Arguments

:: Text

$sel:v1MatchConditionExpression:V1MatchCondition: Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables: object - The object from the incoming request. The value is null for DELETE requests. oldObject - The existing object. The value is null for CREATE requests. request - Attributes of the admission request(pkgapisadmissiontypes.go#AdmissionRequest). authorizer - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz 'authorizer.requestResource' - A CEL ResourceCheck constructed from the authorizer and configured with the request resource. Documentation on CEL: https://kubernetes.io/docs/reference/using-api/cel/ Required.

-> Text

$sel:v1MatchConditionName:V1MatchCondition: Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, -, '_' or ., and must start and end with an alphanumeric character (e.g. MyName, or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and / (e.g. 'example.com/MyName') Required.

-> V1MatchCondition 

Construct a value of type V1MatchCondition (by applying it's required fields, if any)

mkV1MatchResources :: V1MatchResources Source #

Construct a value of type V1MatchResources (by applying it's required fields, if any)

mkV1ModifyVolumeStatus Source #

Arguments

:: Text

$sel:v1ModifyVolumeStatusStatus:V1ModifyVolumeStatus: status is the status of the ControllerModifyVolume operation. It can be in any of following states: - Pending Pending indicates that the PersistentVolumeClaim cannot be modified due to unmet requirements, such as the specified VolumeAttributesClass not existing. - InProgress InProgress indicates that the volume is being modified. - Infeasible Infeasible indicates that the request has been rejected as invalid by the CSI driver. To resolve the error, a valid VolumeAttributesClass needs to be specified. Note: New statuses can be added in the future. Consumers should check for unknown statuses and fail appropriately.

-> V1ModifyVolumeStatus 

Construct a value of type V1ModifyVolumeStatus (by applying it's required fields, if any)

mkV1MutatingWebhook Source #

Arguments

:: [Text]

$sel:v1MutatingWebhookAdmissionReviewVersions:V1MutatingWebhook: AdmissionReviewVersions is an ordered list of preferred AdmissionReview versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.

-> AdmissionregistrationV1WebhookClientConfig

$sel:v1MutatingWebhookClientConfig:V1MutatingWebhook

-> Text

$sel:v1MutatingWebhookName:V1MutatingWebhook: The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.

-> Text

$sel:v1MutatingWebhookSideEffects:V1MutatingWebhook: SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some.

-> V1MutatingWebhook 

Construct a value of type V1MutatingWebhook (by applying it's required fields, if any)

mkV1MutatingWebhookConfiguration :: V1MutatingWebhookConfiguration Source #

Construct a value of type V1MutatingWebhookConfiguration (by applying it's required fields, if any)

mkV1NFSVolumeSource Source #

Construct a value of type V1NFSVolumeSource (by applying it's required fields, if any)

mkV1NamedRuleWithOperations :: V1NamedRuleWithOperations Source #

Construct a value of type V1NamedRuleWithOperations (by applying it's required fields, if any)

mkV1Namespace :: V1Namespace Source #

Construct a value of type V1Namespace (by applying it's required fields, if any)

mkV1NamespaceCondition Source #

Arguments

:: Text

$sel:v1NamespaceConditionStatus:V1NamespaceCondition: Status of the condition, one of True, False, Unknown.

-> Text

$sel:v1NamespaceConditionType:V1NamespaceCondition: Type of namespace controller condition.

-> V1NamespaceCondition 

Construct a value of type V1NamespaceCondition (by applying it's required fields, if any)

mkV1NamespaceList Source #

Construct a value of type V1NamespaceList (by applying it's required fields, if any)

mkV1NamespaceSpec :: V1NamespaceSpec Source #

Construct a value of type V1NamespaceSpec (by applying it's required fields, if any)

mkV1NamespaceStatus :: V1NamespaceStatus Source #

Construct a value of type V1NamespaceStatus (by applying it's required fields, if any)

mkV1NetworkPolicy :: V1NetworkPolicy Source #

Construct a value of type V1NetworkPolicy (by applying it's required fields, if any)

mkV1NetworkPolicyEgressRule :: V1NetworkPolicyEgressRule Source #

Construct a value of type V1NetworkPolicyEgressRule (by applying it's required fields, if any)

mkV1NetworkPolicyIngressRule :: V1NetworkPolicyIngressRule Source #

Construct a value of type V1NetworkPolicyIngressRule (by applying it's required fields, if any)

mkV1NetworkPolicyList Source #

Construct a value of type V1NetworkPolicyList (by applying it's required fields, if any)

mkV1NetworkPolicyPeer :: V1NetworkPolicyPeer Source #

Construct a value of type V1NetworkPolicyPeer (by applying it's required fields, if any)

mkV1NetworkPolicyPort :: V1NetworkPolicyPort Source #

Construct a value of type V1NetworkPolicyPort (by applying it's required fields, if any)

mkV1Node :: V1Node Source #

Construct a value of type V1Node (by applying it's required fields, if any)

mkV1NodeAddress Source #

Arguments

:: Text

$sel:v1NodeAddressAddress:V1NodeAddress: The node address.

-> Text

$sel:v1NodeAddressType:V1NodeAddress: Node address type, one of Hostname, ExternalIP or InternalIP.

-> V1NodeAddress 

Construct a value of type V1NodeAddress (by applying it's required fields, if any)

mkV1NodeAffinity :: V1NodeAffinity Source #

Construct a value of type V1NodeAffinity (by applying it's required fields, if any)

mkV1NodeCondition Source #

Arguments

:: Text

$sel:v1NodeConditionStatus:V1NodeCondition: Status of the condition, one of True, False, Unknown.

-> Text

$sel:v1NodeConditionType:V1NodeCondition: Type of node condition.

-> V1NodeCondition 

Construct a value of type V1NodeCondition (by applying it's required fields, if any)

mkV1NodeConfigSource :: V1NodeConfigSource Source #

Construct a value of type V1NodeConfigSource (by applying it's required fields, if any)

mkV1NodeConfigStatus :: V1NodeConfigStatus Source #

Construct a value of type V1NodeConfigStatus (by applying it's required fields, if any)

mkV1NodeDaemonEndpoints :: V1NodeDaemonEndpoints Source #

Construct a value of type V1NodeDaemonEndpoints (by applying it's required fields, if any)

mkV1NodeFeatures :: V1NodeFeatures Source #

Construct a value of type V1NodeFeatures (by applying it's required fields, if any)

mkV1NodeList Source #

Arguments

:: [V1Node]

$sel:v1NodeListItems:V1NodeList: List of nodes

-> V1NodeList 

Construct a value of type V1NodeList (by applying it's required fields, if any)

mkV1NodeRuntimeHandler :: V1NodeRuntimeHandler Source #

Construct a value of type V1NodeRuntimeHandler (by applying it's required fields, if any)

mkV1NodeRuntimeHandlerFeatures :: V1NodeRuntimeHandlerFeatures Source #

Construct a value of type V1NodeRuntimeHandlerFeatures (by applying it's required fields, if any)

mkV1NodeSelector Source #

Arguments

:: [V1NodeSelectorTerm]

$sel:v1NodeSelectorNodeSelectorTerms:V1NodeSelector: Required. A list of node selector terms. The terms are ORed.

-> V1NodeSelector 

Construct a value of type V1NodeSelector (by applying it's required fields, if any)

mkV1NodeSelectorRequirement Source #

Arguments

:: Text

$sel:v1NodeSelectorRequirementKey:V1NodeSelectorRequirement: The label key that the selector applies to.

-> Text

$sel:v1NodeSelectorRequirementOperator:V1NodeSelectorRequirement: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt.

-> V1NodeSelectorRequirement 

Construct a value of type V1NodeSelectorRequirement (by applying it's required fields, if any)

mkV1NodeSelectorTerm :: V1NodeSelectorTerm Source #

Construct a value of type V1NodeSelectorTerm (by applying it's required fields, if any)

mkV1NodeSpec :: V1NodeSpec Source #

Construct a value of type V1NodeSpec (by applying it's required fields, if any)

mkV1NodeStatus :: V1NodeStatus Source #

Construct a value of type V1NodeStatus (by applying it's required fields, if any)

mkV1NodeSystemInfo Source #

Arguments

:: Text

$sel:v1NodeSystemInfoArchitecture:V1NodeSystemInfo: The Architecture reported by the node

-> Text

$sel:v1NodeSystemInfoBootId:V1NodeSystemInfo: Boot ID reported by the node.

-> Text

$sel:v1NodeSystemInfoContainerRuntimeVersion:V1NodeSystemInfo: ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2).

-> Text

$sel:v1NodeSystemInfoKernelVersion:V1NodeSystemInfo: Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).

-> Text

$sel:v1NodeSystemInfoKubeProxyVersion:V1NodeSystemInfo: Deprecated: KubeProxy Version reported by the node.

-> Text

$sel:v1NodeSystemInfoKubeletVersion:V1NodeSystemInfo: Kubelet Version reported by the node.

-> Text

$sel:v1NodeSystemInfoMachineId:V1NodeSystemInfo: MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html

-> Text

$sel:v1NodeSystemInfoOperatingSystem:V1NodeSystemInfo: The Operating System reported by the node

-> Text

$sel:v1NodeSystemInfoOsImage:V1NodeSystemInfo: OS Image reported by the node from etcos-release (e.g. Debian GNU/Linux 7 (wheezy)).

-> Text

$sel:v1NodeSystemInfoSystemUuid:V1NodeSystemInfo: SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid

-> V1NodeSystemInfo 

Construct a value of type V1NodeSystemInfo (by applying it's required fields, if any)

mkV1NonResourceAttributes :: V1NonResourceAttributes Source #

Construct a value of type V1NonResourceAttributes (by applying it's required fields, if any)

mkV1NonResourcePolicyRule Source #

Arguments

:: [Text]

$sel:v1NonResourcePolicyRuleNonResourceUrls:V1NonResourcePolicyRule: nonResourceURLs is a set of url prefixes that a user should have access to and may not be empty. For example: - "healthz" is legal - "hea*" is illegal - "hea" is legal but matches nothing - "hea*" also matches nothing - "healthz/*" matches all per-component health checks. "*" matches all non-resource urls. if it is present, it must be the only entry. Required.

-> [Text]

$sel:v1NonResourcePolicyRuleVerbs:V1NonResourcePolicyRule: verbs is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.

-> V1NonResourcePolicyRule 

Construct a value of type V1NonResourcePolicyRule (by applying it's required fields, if any)

mkV1NonResourceRule Source #

Arguments

:: [Text]

$sel:v1NonResourceRuleVerbs:V1NonResourceRule: Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.

-> V1NonResourceRule 

Construct a value of type V1NonResourceRule (by applying it's required fields, if any)

mkV1ObjectFieldSelector Source #

Arguments

:: Text

$sel:v1ObjectFieldSelectorFieldPath:V1ObjectFieldSelector: Path of the field to select in the specified API version.

-> V1ObjectFieldSelector 

Construct a value of type V1ObjectFieldSelector (by applying it's required fields, if any)

mkV1ObjectMeta :: V1ObjectMeta Source #

Construct a value of type V1ObjectMeta (by applying it's required fields, if any)

mkV1ObjectReference :: V1ObjectReference Source #

Construct a value of type V1ObjectReference (by applying it's required fields, if any)

mkV1Overhead :: V1Overhead Source #

Construct a value of type V1Overhead (by applying it's required fields, if any)

mkV1ParamKind :: V1ParamKind Source #

Construct a value of type V1ParamKind (by applying it's required fields, if any)

mkV1ParamRef :: V1ParamRef Source #

Construct a value of type V1ParamRef (by applying it's required fields, if any)

mkV1PersistentVolume :: V1PersistentVolume Source #

Construct a value of type V1PersistentVolume (by applying it's required fields, if any)

mkV1PersistentVolumeClaim :: V1PersistentVolumeClaim Source #

Construct a value of type V1PersistentVolumeClaim (by applying it's required fields, if any)

mkV1PersistentVolumeClaimSpec :: V1PersistentVolumeClaimSpec Source #

Construct a value of type V1PersistentVolumeClaimSpec (by applying it's required fields, if any)

mkV1PersistentVolumeClaimStatus :: V1PersistentVolumeClaimStatus Source #

Construct a value of type V1PersistentVolumeClaimStatus (by applying it's required fields, if any)

mkV1PersistentVolumeClaimVolumeSource Source #

Construct a value of type V1PersistentVolumeClaimVolumeSource (by applying it's required fields, if any)

mkV1PersistentVolumeList Source #

Construct a value of type V1PersistentVolumeList (by applying it's required fields, if any)

mkV1PersistentVolumeSpec :: V1PersistentVolumeSpec Source #

Construct a value of type V1PersistentVolumeSpec (by applying it's required fields, if any)

mkV1PersistentVolumeStatus :: V1PersistentVolumeStatus Source #

Construct a value of type V1PersistentVolumeStatus (by applying it's required fields, if any)

mkV1PhotonPersistentDiskVolumeSource Source #

Arguments

:: Text

$sel:v1PhotonPersistentDiskVolumeSourcePdId:V1PhotonPersistentDiskVolumeSource: pdID is the ID that identifies Photon Controller persistent disk

-> V1PhotonPersistentDiskVolumeSource 

Construct a value of type V1PhotonPersistentDiskVolumeSource (by applying it's required fields, if any)

mkV1Pod :: V1Pod Source #

Construct a value of type V1Pod (by applying it's required fields, if any)

mkV1PodAffinity :: V1PodAffinity Source #

Construct a value of type V1PodAffinity (by applying it's required fields, if any)

mkV1PodAffinityTerm Source #

Arguments

:: Text

$sel:v1PodAffinityTermTopologyKey:V1PodAffinityTerm: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.

-> V1PodAffinityTerm 

Construct a value of type V1PodAffinityTerm (by applying it's required fields, if any)

mkV1PodAntiAffinity :: V1PodAntiAffinity Source #

Construct a value of type V1PodAntiAffinity (by applying it's required fields, if any)

mkV1PodCondition Source #

Construct a value of type V1PodCondition (by applying it's required fields, if any)

mkV1PodDNSConfig :: V1PodDNSConfig Source #

Construct a value of type V1PodDNSConfig (by applying it's required fields, if any)

mkV1PodDNSConfigOption :: V1PodDNSConfigOption Source #

Construct a value of type V1PodDNSConfigOption (by applying it's required fields, if any)

mkV1PodDisruptionBudget :: V1PodDisruptionBudget Source #

Construct a value of type V1PodDisruptionBudget (by applying it's required fields, if any)

mkV1PodDisruptionBudgetList Source #

Construct a value of type V1PodDisruptionBudgetList (by applying it's required fields, if any)

mkV1PodDisruptionBudgetSpec :: V1PodDisruptionBudgetSpec Source #

Construct a value of type V1PodDisruptionBudgetSpec (by applying it's required fields, if any)

mkV1PodDisruptionBudgetStatus Source #

Construct a value of type V1PodDisruptionBudgetStatus (by applying it's required fields, if any)

mkV1PodFailurePolicy Source #

Arguments

:: [V1PodFailurePolicyRule]

$sel:v1PodFailurePolicyRules:V1PodFailurePolicy: A list of pod failure policy rules. The rules are evaluated in order. Once a rule matches a Pod failure, the remaining of the rules are ignored. When no rule matches the Pod failure, the default handling applies - the counter of pod failures is incremented and it is checked against the backoffLimit. At most 20 elements are allowed.

-> V1PodFailurePolicy 

Construct a value of type V1PodFailurePolicy (by applying it's required fields, if any)

mkV1PodFailurePolicyOnExitCodesRequirement Source #

Arguments

:: Text

$sel:v1PodFailurePolicyOnExitCodesRequirementOperator:V1PodFailurePolicyOnExitCodesRequirement: Represents the relationship between the container exit code(s) and the specified values. Containers completed with success (exit code 0) are excluded from the requirement check. Possible values are: - In: the requirement is satisfied if at least one container exit code (might be multiple if there are multiple containers not restricted by the containerName field) is in the set of specified values. - NotIn: the requirement is satisfied if at least one container exit code (might be multiple if there are multiple containers not restricted by the containerName field) is not in the set of specified values. Additional values are considered to be added in the future. Clients should react to an unknown operator by assuming the requirement is not satisfied.

-> [Int]

$sel:v1PodFailurePolicyOnExitCodesRequirementValues:V1PodFailurePolicyOnExitCodesRequirement: Specifies the set of values. Each returned container exit code (might be multiple in case of multiple containers) is checked against this set of values with respect to the operator. The list of values must be ordered and must not contain duplicates. Value '0' cannot be used for the In operator. At least one element is required. At most 255 elements are allowed.

-> V1PodFailurePolicyOnExitCodesRequirement 

Construct a value of type V1PodFailurePolicyOnExitCodesRequirement (by applying it's required fields, if any)

mkV1PodFailurePolicyOnPodConditionsPattern Source #

Arguments

:: Text

$sel:v1PodFailurePolicyOnPodConditionsPatternStatus:V1PodFailurePolicyOnPodConditionsPattern: Specifies the required Pod condition status. To match a pod condition it is required that the specified status equals the pod condition status. Defaults to True.

-> Text

$sel:v1PodFailurePolicyOnPodConditionsPatternType:V1PodFailurePolicyOnPodConditionsPattern: Specifies the required Pod condition type. To match a pod condition it is required that specified type equals the pod condition type.

-> V1PodFailurePolicyOnPodConditionsPattern 

Construct a value of type V1PodFailurePolicyOnPodConditionsPattern (by applying it's required fields, if any)

mkV1PodFailurePolicyRule Source #

Arguments

:: Text

$sel:v1PodFailurePolicyRuleAction:V1PodFailurePolicyRule: Specifies the action taken on a pod failure when the requirements are satisfied. Possible values are: - FailJob: indicates that the pod's job is marked as Failed and all running pods are terminated. - FailIndex: indicates that the pod's index is marked as Failed and will not be restarted. This value is beta-level. It can be used when the JobBackoffLimitPerIndex feature gate is enabled (enabled by default). - Ignore: indicates that the counter towards the .backoffLimit is not incremented and a replacement pod is created. - Count: indicates that the pod is handled in the default way - the counter towards the .backoffLimit is incremented. Additional values are considered to be added in the future. Clients should react to an unknown action by skipping the rule.

-> V1PodFailurePolicyRule 

Construct a value of type V1PodFailurePolicyRule (by applying it's required fields, if any)

mkV1PodIP Source #

Arguments

:: Text

$sel:v1PodIPIp:V1PodIP: IP is the IP address assigned to the pod

-> V1PodIP 

Construct a value of type V1PodIP (by applying it's required fields, if any)

mkV1PodList Source #

Construct a value of type V1PodList (by applying it's required fields, if any)

mkV1PodOS Source #

Arguments

:: Text

$sel:v1PodOSName:V1PodOS: Name is the name of the operating system. The currently supported values are linux and windows. Additional value may be defined in future and can be one of: https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration Clients should expect to handle additional values and treat unrecognized values in this field as os: null

-> V1PodOS 

Construct a value of type V1PodOS (by applying it's required fields, if any)

mkV1PodReadinessGate Source #

Arguments

:: Text

$sel:v1PodReadinessGateConditionType:V1PodReadinessGate: ConditionType refers to a condition in the pod's condition list with matching type.

-> V1PodReadinessGate 

Construct a value of type V1PodReadinessGate (by applying it's required fields, if any)

mkV1PodResourceClaim Source #

Arguments

:: Text

$sel:v1PodResourceClaimName:V1PodResourceClaim: Name uniquely identifies this resource claim inside the pod. This must be a DNS_LABEL.

-> V1PodResourceClaim 

Construct a value of type V1PodResourceClaim (by applying it's required fields, if any)

mkV1PodResourceClaimStatus Source #

Arguments

:: Text

$sel:v1PodResourceClaimStatusName:V1PodResourceClaimStatus: Name uniquely identifies this resource claim inside the pod. This must match the name of an entry in pod.spec.resourceClaims, which implies that the string must be a DNS_LABEL.

-> V1PodResourceClaimStatus 

Construct a value of type V1PodResourceClaimStatus (by applying it's required fields, if any)

mkV1PodSchedulingGate Source #

Arguments

:: Text

$sel:v1PodSchedulingGateName:V1PodSchedulingGate: Name of the scheduling gate. Each scheduling gate must have a unique name field.

-> V1PodSchedulingGate 

Construct a value of type V1PodSchedulingGate (by applying it's required fields, if any)

mkV1PodSecurityContext :: V1PodSecurityContext Source #

Construct a value of type V1PodSecurityContext (by applying it's required fields, if any)

mkV1PodSpec Source #

Arguments

:: [V1Container]

$sel:v1PodSpecContainers:V1PodSpec: List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.

-> V1PodSpec 

Construct a value of type V1PodSpec (by applying it's required fields, if any)

mkV1PodStatus :: V1PodStatus Source #

Construct a value of type V1PodStatus (by applying it's required fields, if any)

mkV1PodTemplate :: V1PodTemplate Source #

Construct a value of type V1PodTemplate (by applying it's required fields, if any)

mkV1PodTemplateList Source #

Construct a value of type V1PodTemplateList (by applying it's required fields, if any)

mkV1PodTemplateSpec :: V1PodTemplateSpec Source #

Construct a value of type V1PodTemplateSpec (by applying it's required fields, if any)

mkV1PolicyRule Source #

Arguments

:: [Text]

$sel:v1PolicyRuleVerbs:V1PolicyRule: Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. * represents all verbs.

-> V1PolicyRule 

Construct a value of type V1PolicyRule (by applying it's required fields, if any)

mkV1PolicyRulesWithSubjects Source #

Arguments

:: [FlowcontrolV1Subject]

$sel:v1PolicyRulesWithSubjectsSubjects:V1PolicyRulesWithSubjects: subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required.

-> V1PolicyRulesWithSubjects 

Construct a value of type V1PolicyRulesWithSubjects (by applying it's required fields, if any)

mkV1PortStatus Source #

Arguments

:: Int

$sel:v1PortStatusPort:V1PortStatus: Port is the port number of the service port of which status is recorded here

-> Text

$sel:v1PortStatusProtocol:V1PortStatus: Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"

-> V1PortStatus 

Construct a value of type V1PortStatus (by applying it's required fields, if any)

mkV1PortworxVolumeSource Source #

Arguments

:: Text

$sel:v1PortworxVolumeSourceVolumeId:V1PortworxVolumeSource: volumeID uniquely identifies a Portworx volume

-> V1PortworxVolumeSource 

Construct a value of type V1PortworxVolumeSource (by applying it's required fields, if any)

mkV1Preconditions :: V1Preconditions Source #

Construct a value of type V1Preconditions (by applying it's required fields, if any)

mkV1PreferredSchedulingTerm Source #

Construct a value of type V1PreferredSchedulingTerm (by applying it's required fields, if any)

mkV1PriorityClass Source #

Arguments

:: Int

$sel:v1PriorityClassValue:V1PriorityClass: value represents the integer value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec.

-> V1PriorityClass 

Construct a value of type V1PriorityClass (by applying it's required fields, if any)

mkV1PriorityClassList Source #

Arguments

:: [V1PriorityClass]

$sel:v1PriorityClassListItems:V1PriorityClassList: items is the list of PriorityClasses

-> V1PriorityClassList 

Construct a value of type V1PriorityClassList (by applying it's required fields, if any)

mkV1PriorityLevelConfiguration :: V1PriorityLevelConfiguration Source #

Construct a value of type V1PriorityLevelConfiguration (by applying it's required fields, if any)

mkV1PriorityLevelConfigurationReference Source #

Arguments

:: Text

$sel:v1PriorityLevelConfigurationReferenceName:V1PriorityLevelConfigurationReference: name is the name of the priority level configuration being referenced Required.

-> V1PriorityLevelConfigurationReference 

Construct a value of type V1PriorityLevelConfigurationReference (by applying it's required fields, if any)

mkV1PriorityLevelConfigurationSpec Source #

Arguments

:: Text

$sel:v1PriorityLevelConfigurationSpecType:V1PriorityLevelConfigurationSpec: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.

-> V1PriorityLevelConfigurationSpec 

Construct a value of type V1PriorityLevelConfigurationSpec (by applying it's required fields, if any)

mkV1PriorityLevelConfigurationStatus :: V1PriorityLevelConfigurationStatus Source #

Construct a value of type V1PriorityLevelConfigurationStatus (by applying it's required fields, if any)

mkV1Probe :: V1Probe Source #

Construct a value of type V1Probe (by applying it's required fields, if any)

mkV1ProjectedVolumeSource :: V1ProjectedVolumeSource Source #

Construct a value of type V1ProjectedVolumeSource (by applying it's required fields, if any)

mkV1QueuingConfiguration :: V1QueuingConfiguration Source #

Construct a value of type V1QueuingConfiguration (by applying it's required fields, if any)

mkV1QuobyteVolumeSource Source #

Arguments

:: Text

$sel:v1QuobyteVolumeSourceRegistry:V1QuobyteVolumeSource: registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes

-> Text

$sel:v1QuobyteVolumeSourceVolume:V1QuobyteVolumeSource: volume is a string that references an already created Quobyte volume by name.

-> V1QuobyteVolumeSource 

Construct a value of type V1QuobyteVolumeSource (by applying it's required fields, if any)

mkV1RBDVolumeSource Source #

Construct a value of type V1RBDVolumeSource (by applying it's required fields, if any)

mkV1ReplicaSet :: V1ReplicaSet Source #

Construct a value of type V1ReplicaSet (by applying it's required fields, if any)

mkV1ReplicaSetCondition Source #

Arguments

:: Text

$sel:v1ReplicaSetConditionStatus:V1ReplicaSetCondition: Status of the condition, one of True, False, Unknown.

-> Text

$sel:v1ReplicaSetConditionType:V1ReplicaSetCondition: Type of replica set condition.

-> V1ReplicaSetCondition 

Construct a value of type V1ReplicaSetCondition (by applying it's required fields, if any)

mkV1ReplicaSetSpec Source #

Construct a value of type V1ReplicaSetSpec (by applying it's required fields, if any)

mkV1ReplicaSetStatus Source #

Construct a value of type V1ReplicaSetStatus (by applying it's required fields, if any)

mkV1ReplicationController :: V1ReplicationController Source #

Construct a value of type V1ReplicationController (by applying it's required fields, if any)

mkV1ReplicationControllerCondition Source #

Construct a value of type V1ReplicationControllerCondition (by applying it's required fields, if any)

mkV1ReplicationControllerSpec :: V1ReplicationControllerSpec Source #

Construct a value of type V1ReplicationControllerSpec (by applying it's required fields, if any)

mkV1ResourceAttributes :: V1ResourceAttributes Source #

Construct a value of type V1ResourceAttributes (by applying it's required fields, if any)

mkV1ResourceClaim Source #

Arguments

:: Text

$sel:v1ResourceClaimName:V1ResourceClaim: Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.

-> V1ResourceClaim 

Construct a value of type V1ResourceClaim (by applying it's required fields, if any)

mkV1ResourceFieldSelector Source #

Construct a value of type V1ResourceFieldSelector (by applying it's required fields, if any)

mkV1ResourceHealth Source #

Arguments

:: Text

$sel:v1ResourceHealthResourceId:V1ResourceHealth: ResourceID is the unique identifier of the resource. See the ResourceID type for more information.

-> V1ResourceHealth 

Construct a value of type V1ResourceHealth (by applying it's required fields, if any)

mkV1ResourcePolicyRule Source #

Arguments

:: [Text]

$sel:v1ResourcePolicyRuleApiGroups:V1ResourcePolicyRule: apiGroups is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.

-> [Text]

$sel:v1ResourcePolicyRuleResources:V1ResourcePolicyRule: resources is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.

-> [Text]

$sel:v1ResourcePolicyRuleVerbs:V1ResourcePolicyRule: verbs is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.

-> V1ResourcePolicyRule 

Construct a value of type V1ResourcePolicyRule (by applying it's required fields, if any)

mkV1ResourceQuota :: V1ResourceQuota Source #

Construct a value of type V1ResourceQuota (by applying it's required fields, if any)

mkV1ResourceQuotaList Source #

Construct a value of type V1ResourceQuotaList (by applying it's required fields, if any)

mkV1ResourceQuotaSpec :: V1ResourceQuotaSpec Source #

Construct a value of type V1ResourceQuotaSpec (by applying it's required fields, if any)

mkV1ResourceQuotaStatus :: V1ResourceQuotaStatus Source #

Construct a value of type V1ResourceQuotaStatus (by applying it's required fields, if any)

mkV1ResourceRequirements :: V1ResourceRequirements Source #

Construct a value of type V1ResourceRequirements (by applying it's required fields, if any)

mkV1ResourceRule Source #

Arguments

:: [Text]

$sel:v1ResourceRuleVerbs:V1ResourceRule: Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all.

-> V1ResourceRule 

Construct a value of type V1ResourceRule (by applying it's required fields, if any)

mkV1ResourceStatus Source #

Arguments

:: Text

$sel:v1ResourceStatusName:V1ResourceStatus: Name of the resource. Must be unique within the pod and in case of non-DRA resource, match one of the resources from the pod spec. For DRA resources, the value must be "claim:claim_name/request". When this status is reported about a container, the "claim_name" and "request" must match one of the claims of this container.

-> V1ResourceStatus 

Construct a value of type V1ResourceStatus (by applying it's required fields, if any)

mkV1Role :: V1Role Source #

Construct a value of type V1Role (by applying it's required fields, if any)

mkV1RoleBinding Source #

Construct a value of type V1RoleBinding (by applying it's required fields, if any)

mkV1RoleBindingList Source #

Arguments

:: [V1RoleBinding]

$sel:v1RoleBindingListItems:V1RoleBindingList: Items is a list of RoleBindings

-> V1RoleBindingList 

Construct a value of type V1RoleBindingList (by applying it's required fields, if any)

mkV1RoleList Source #

Arguments

:: [V1Role]

$sel:v1RoleListItems:V1RoleList: Items is a list of Roles

-> V1RoleList 

Construct a value of type V1RoleList (by applying it's required fields, if any)

mkV1RoleRef Source #

Arguments

:: Text

$sel:v1RoleRefApiGroup:V1RoleRef: APIGroup is the group for the resource being referenced

-> Text

$sel:v1RoleRefKind:V1RoleRef: Kind is the type of resource being referenced

-> Text

$sel:v1RoleRefName:V1RoleRef: Name is the name of resource being referenced

-> V1RoleRef 

Construct a value of type V1RoleRef (by applying it's required fields, if any)

mkV1RollingUpdateDaemonSet :: V1RollingUpdateDaemonSet Source #

Construct a value of type V1RollingUpdateDaemonSet (by applying it's required fields, if any)

mkV1RollingUpdateDeployment :: V1RollingUpdateDeployment Source #

Construct a value of type V1RollingUpdateDeployment (by applying it's required fields, if any)

mkV1RollingUpdateStatefulSetStrategy :: V1RollingUpdateStatefulSetStrategy Source #

Construct a value of type V1RollingUpdateStatefulSetStrategy (by applying it's required fields, if any)

mkV1RuleWithOperations :: V1RuleWithOperations Source #

Construct a value of type V1RuleWithOperations (by applying it's required fields, if any)

mkV1RuntimeClass Source #

Arguments

:: Text

$sel:v1RuntimeClassHandler:V1RuntimeClass: handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable.

-> V1RuntimeClass 

Construct a value of type V1RuntimeClass (by applying it's required fields, if any)

mkV1RuntimeClassList Source #

Arguments

:: [V1RuntimeClass]

$sel:v1RuntimeClassListItems:V1RuntimeClassList: items is a list of schema objects.

-> V1RuntimeClassList 

Construct a value of type V1RuntimeClassList (by applying it's required fields, if any)

mkV1SELinuxOptions :: V1SELinuxOptions Source #

Construct a value of type V1SELinuxOptions (by applying it's required fields, if any)

mkV1Scale :: V1Scale Source #

Construct a value of type V1Scale (by applying it's required fields, if any)

mkV1ScaleIOVolumeSource Source #

Arguments

:: Text

$sel:v1ScaleIOVolumeSourceGateway:V1ScaleIOVolumeSource: gateway is the host address of the ScaleIO API Gateway.

-> V1LocalObjectReference

$sel:v1ScaleIOVolumeSourceSecretRef:V1ScaleIOVolumeSource

-> Text

$sel:v1ScaleIOVolumeSourceSystem:V1ScaleIOVolumeSource: system is the name of the storage system as configured in ScaleIO.

-> V1ScaleIOVolumeSource 

Construct a value of type V1ScaleIOVolumeSource (by applying it's required fields, if any)

mkV1ScaleSpec :: V1ScaleSpec Source #

Construct a value of type V1ScaleSpec (by applying it's required fields, if any)

mkV1ScaleStatus Source #

Arguments

:: Int

$sel:v1ScaleStatusReplicas:V1ScaleStatus: replicas is the actual number of observed instances of the scaled object.

-> V1ScaleStatus 

Construct a value of type V1ScaleStatus (by applying it's required fields, if any)

mkV1Scheduling :: V1Scheduling Source #

Construct a value of type V1Scheduling (by applying it's required fields, if any)

mkV1ScopeSelector :: V1ScopeSelector Source #

Construct a value of type V1ScopeSelector (by applying it's required fields, if any)

mkV1ScopedResourceSelectorRequirement Source #

Arguments

:: Text

$sel:v1ScopedResourceSelectorRequirementOperator:V1ScopedResourceSelectorRequirement: Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist.

-> Text

$sel:v1ScopedResourceSelectorRequirementScopeName:V1ScopedResourceSelectorRequirement: The name of the scope that the selector applies to.

-> V1ScopedResourceSelectorRequirement 

Construct a value of type V1ScopedResourceSelectorRequirement (by applying it's required fields, if any)

mkV1SeccompProfile Source #

Arguments

:: Text

$sel:v1SeccompProfileType:V1SeccompProfile: type indicates which kind of seccomp profile will be applied. Valid options are: Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied.

-> V1SeccompProfile 

Construct a value of type V1SeccompProfile (by applying it's required fields, if any)

mkV1Secret :: V1Secret Source #

Construct a value of type V1Secret (by applying it's required fields, if any)

mkV1SecretEnvSource :: V1SecretEnvSource Source #

Construct a value of type V1SecretEnvSource (by applying it's required fields, if any)

mkV1SecretKeySelector Source #

Arguments

:: Text

$sel:v1SecretKeySelectorKey:V1SecretKeySelector: The key of the secret to select from. Must be a valid secret key.

-> V1SecretKeySelector 

Construct a value of type V1SecretKeySelector (by applying it's required fields, if any)

mkV1SecretList Source #

Construct a value of type V1SecretList (by applying it's required fields, if any)

mkV1SecretProjection :: V1SecretProjection Source #

Construct a value of type V1SecretProjection (by applying it's required fields, if any)

mkV1SecretReference :: V1SecretReference Source #

Construct a value of type V1SecretReference (by applying it's required fields, if any)

mkV1SecretVolumeSource :: V1SecretVolumeSource Source #

Construct a value of type V1SecretVolumeSource (by applying it's required fields, if any)

mkV1SecurityContext :: V1SecurityContext Source #

Construct a value of type V1SecurityContext (by applying it's required fields, if any)

mkV1SelectableField Source #

Arguments

:: Text

$sel:v1SelectableFieldJsonPath:V1SelectableField: jsonPath is a simple JSON path which is evaluated against each custom resource to produce a field selector value. Only JSON paths without the array notation are allowed. Must point to a field of type string, boolean or integer. Types with enum values and strings with formats are allowed. If jsonPath refers to absent field in a resource, the jsonPath evaluates to an empty string. Must not point to metdata fields. Required.

-> V1SelectableField 

Construct a value of type V1SelectableField (by applying it's required fields, if any)

mkV1SelfSubjectAccessReviewSpec :: V1SelfSubjectAccessReviewSpec Source #

Construct a value of type V1SelfSubjectAccessReviewSpec (by applying it's required fields, if any)

mkV1SelfSubjectReview :: V1SelfSubjectReview Source #

Construct a value of type V1SelfSubjectReview (by applying it's required fields, if any)

mkV1SelfSubjectReviewStatus :: V1SelfSubjectReviewStatus Source #

Construct a value of type V1SelfSubjectReviewStatus (by applying it's required fields, if any)

mkV1SelfSubjectRulesReviewSpec :: V1SelfSubjectRulesReviewSpec Source #

Construct a value of type V1SelfSubjectRulesReviewSpec (by applying it's required fields, if any)

mkV1ServerAddressByClientCIDR Source #

Arguments

:: Text

$sel:v1ServerAddressByClientCIDRClientCidr:V1ServerAddressByClientCIDR: The CIDR with which clients can match their IP to figure out the server address that they should use.

-> Text

$sel:v1ServerAddressByClientCIDRServerAddress:V1ServerAddressByClientCIDR: Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.

-> V1ServerAddressByClientCIDR 

Construct a value of type V1ServerAddressByClientCIDR (by applying it's required fields, if any)

mkV1Service :: V1Service Source #

Construct a value of type V1Service (by applying it's required fields, if any)

mkV1ServiceAccount :: V1ServiceAccount Source #

Construct a value of type V1ServiceAccount (by applying it's required fields, if any)

mkV1ServiceAccountSubject Source #

Arguments

:: Text

$sel:v1ServiceAccountSubjectName:V1ServiceAccountSubject: name is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.

-> Text

$sel:v1ServiceAccountSubjectNamespace:V1ServiceAccountSubject: namespace is the namespace of matching ServiceAccount objects. Required.

-> V1ServiceAccountSubject 

Construct a value of type V1ServiceAccountSubject (by applying it's required fields, if any)

mkV1ServiceAccountTokenProjection Source #

Arguments

:: Text

$sel:v1ServiceAccountTokenProjectionPath:V1ServiceAccountTokenProjection: path is the path relative to the mount point of the file to project the token into.

-> V1ServiceAccountTokenProjection 

Construct a value of type V1ServiceAccountTokenProjection (by applying it's required fields, if any)

mkV1ServiceBackendPort :: V1ServiceBackendPort Source #

Construct a value of type V1ServiceBackendPort (by applying it's required fields, if any)

mkV1ServiceList Source #

Construct a value of type V1ServiceList (by applying it's required fields, if any)

mkV1ServicePort Source #

Arguments

:: Int

$sel:v1ServicePortPort:V1ServicePort: The port that will be exposed by this service.

-> V1ServicePort 

Construct a value of type V1ServicePort (by applying it's required fields, if any)

mkV1ServiceSpec :: V1ServiceSpec Source #

Construct a value of type V1ServiceSpec (by applying it's required fields, if any)

mkV1ServiceStatus :: V1ServiceStatus Source #

Construct a value of type V1ServiceStatus (by applying it's required fields, if any)

mkV1SessionAffinityConfig :: V1SessionAffinityConfig Source #

Construct a value of type V1SessionAffinityConfig (by applying it's required fields, if any)

mkV1SleepAction Source #

Arguments

:: Integer

$sel:v1SleepActionSeconds:V1SleepAction: Seconds is the number of seconds to sleep.

-> V1SleepAction 

Construct a value of type V1SleepAction (by applying it's required fields, if any)

mkV1StatefulSet :: V1StatefulSet Source #

Construct a value of type V1StatefulSet (by applying it's required fields, if any)

mkV1StatefulSetCondition Source #

Arguments

:: Text

$sel:v1StatefulSetConditionStatus:V1StatefulSetCondition: Status of the condition, one of True, False, Unknown.

-> Text

$sel:v1StatefulSetConditionType:V1StatefulSetCondition: Type of statefulset condition.

-> V1StatefulSetCondition 

Construct a value of type V1StatefulSetCondition (by applying it's required fields, if any)

mkV1StatefulSetList Source #

Arguments

:: [V1StatefulSet]

$sel:v1StatefulSetListItems:V1StatefulSetList: Items is the list of stateful sets.

-> V1StatefulSetList 

Construct a value of type V1StatefulSetList (by applying it's required fields, if any)

mkV1StatefulSetOrdinals :: V1StatefulSetOrdinals Source #

Construct a value of type V1StatefulSetOrdinals (by applying it's required fields, if any)

mkV1StatefulSetSpec Source #

Arguments

:: V1LabelSelector

$sel:v1StatefulSetSpecSelector:V1StatefulSetSpec

-> Text

$sel:v1StatefulSetSpecServiceName:V1StatefulSetSpec: serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.

-> V1PodTemplateSpec

$sel:v1StatefulSetSpecTemplate:V1StatefulSetSpec

-> V1StatefulSetSpec 

Construct a value of type V1StatefulSetSpec (by applying it's required fields, if any)

mkV1StatefulSetStatus Source #

Arguments

:: Int

$sel:v1StatefulSetStatusReplicas:V1StatefulSetStatus: replicas is the number of Pods created by the StatefulSet controller.

-> V1StatefulSetStatus 

Construct a value of type V1StatefulSetStatus (by applying it's required fields, if any)

mkV1StatefulSetUpdateStrategy :: V1StatefulSetUpdateStrategy Source #

Construct a value of type V1StatefulSetUpdateStrategy (by applying it's required fields, if any)

mkV1Status :: V1Status Source #

Construct a value of type V1Status (by applying it's required fields, if any)

mkV1StatusCause :: V1StatusCause Source #

Construct a value of type V1StatusCause (by applying it's required fields, if any)

mkV1StatusDetails :: V1StatusDetails Source #

Construct a value of type V1StatusDetails (by applying it's required fields, if any)

mkV1StorageClass Source #

Arguments

:: Text

$sel:v1StorageClassProvisioner:V1StorageClass: provisioner indicates the type of the provisioner.

-> V1StorageClass 

Construct a value of type V1StorageClass (by applying it's required fields, if any)

mkV1StorageClassList Source #

Arguments

:: [V1StorageClass]

$sel:v1StorageClassListItems:V1StorageClassList: items is the list of StorageClasses

-> V1StorageClassList 

Construct a value of type V1StorageClassList (by applying it's required fields, if any)

mkV1StorageOSPersistentVolumeSource :: V1StorageOSPersistentVolumeSource Source #

Construct a value of type V1StorageOSPersistentVolumeSource (by applying it's required fields, if any)

mkV1StorageOSVolumeSource :: V1StorageOSVolumeSource Source #

Construct a value of type V1StorageOSVolumeSource (by applying it's required fields, if any)

mkV1SubjectAccessReviewSpec :: V1SubjectAccessReviewSpec Source #

Construct a value of type V1SubjectAccessReviewSpec (by applying it's required fields, if any)

mkV1SubjectAccessReviewStatus Source #

Arguments

:: Bool

$sel:v1SubjectAccessReviewStatusAllowed:V1SubjectAccessReviewStatus: Allowed is required. True if the action would be allowed, false otherwise.

-> V1SubjectAccessReviewStatus 

Construct a value of type V1SubjectAccessReviewStatus (by applying it's required fields, if any)

mkV1SubjectRulesReviewStatus Source #

Arguments

:: Bool

$sel:v1SubjectRulesReviewStatusIncomplete:V1SubjectRulesReviewStatus: Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation.

-> [V1NonResourceRule]

$sel:v1SubjectRulesReviewStatusNonResourceRules:V1SubjectRulesReviewStatus: NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

-> [V1ResourceRule]

$sel:v1SubjectRulesReviewStatusResourceRules:V1SubjectRulesReviewStatus: ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

-> V1SubjectRulesReviewStatus 

Construct a value of type V1SubjectRulesReviewStatus (by applying it's required fields, if any)

mkV1SuccessPolicy Source #

Arguments

:: [V1SuccessPolicyRule]

$sel:v1SuccessPolicyRules:V1SuccessPolicy: rules represents the list of alternative rules for the declaring the Jobs as successful before `.status.succeeded >= .spec.completions`. Once any of the rules are met, the "SucceededCriteriaMet" condition is added, and the lingering pods are removed. The terminal state for such a Job has the "Complete" condition. Additionally, these rules are evaluated in order; Once the Job meets one of the rules, other rules are ignored. At most 20 elements are allowed.

-> V1SuccessPolicy 

Construct a value of type V1SuccessPolicy (by applying it's required fields, if any)

mkV1SuccessPolicyRule :: V1SuccessPolicyRule Source #

Construct a value of type V1SuccessPolicyRule (by applying it's required fields, if any)

mkV1Sysctl Source #

Arguments

:: Text

$sel:v1SysctlName:V1Sysctl: Name of a property to set

-> Text

$sel:v1SysctlValue:V1Sysctl: Value of a property to set

-> V1Sysctl 

Construct a value of type V1Sysctl (by applying it's required fields, if any)

mkV1TCPSocketAction Source #

Construct a value of type V1TCPSocketAction (by applying it's required fields, if any)

mkV1Taint Source #

Arguments

:: Text

$sel:v1TaintEffect:V1Taint: Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.

-> Text

$sel:v1TaintKey:V1Taint: Required. The taint key to be applied to a node.

-> V1Taint 

Construct a value of type V1Taint (by applying it's required fields, if any)

mkV1TokenRequestSpec Source #

Arguments

:: [Text]

$sel:v1TokenRequestSpecAudiences:V1TokenRequestSpec: Audiences are the intendend audiences of the token. A recipient of a token must identify themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.

-> V1TokenRequestSpec 

Construct a value of type V1TokenRequestSpec (by applying it's required fields, if any)

mkV1TokenRequestStatus Source #

Arguments

:: DateTime

$sel:v1TokenRequestStatusExpirationTimestamp:V1TokenRequestStatus: ExpirationTimestamp is the time of expiration of the returned token.

-> Text

$sel:v1TokenRequestStatusToken:V1TokenRequestStatus: Token is the opaque bearer token.

-> V1TokenRequestStatus 

Construct a value of type V1TokenRequestStatus (by applying it's required fields, if any)

mkV1TokenReview Source #

Construct a value of type V1TokenReview (by applying it's required fields, if any)

mkV1TokenReviewSpec :: V1TokenReviewSpec Source #

Construct a value of type V1TokenReviewSpec (by applying it's required fields, if any)

mkV1TokenReviewStatus :: V1TokenReviewStatus Source #

Construct a value of type V1TokenReviewStatus (by applying it's required fields, if any)

mkV1Toleration :: V1Toleration Source #

Construct a value of type V1Toleration (by applying it's required fields, if any)

mkV1TopologySelectorLabelRequirement Source #

Arguments

:: Text

$sel:v1TopologySelectorLabelRequirementKey:V1TopologySelectorLabelRequirement: The label key that the selector applies to.

-> [Text]

$sel:v1TopologySelectorLabelRequirementValues:V1TopologySelectorLabelRequirement: An array of string values. One value must match the label to be selected. Each entry in Values is ORed.

-> V1TopologySelectorLabelRequirement 

Construct a value of type V1TopologySelectorLabelRequirement (by applying it's required fields, if any)

mkV1TopologySelectorTerm :: V1TopologySelectorTerm Source #

Construct a value of type V1TopologySelectorTerm (by applying it's required fields, if any)

mkV1TopologySpreadConstraint Source #

Arguments

:: Int

$sel:v1TopologySpreadConstraintMaxSkew:V1TopologySpreadConstraint: MaxSkew describes the degree to which pods may be unevenly distributed. When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference between the number of matching pods in the target topology and the global minimum. The global minimum is the minimum number of matching pods in an eligible domain or zero if the number of eligible domains is less than MinDomains. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 221: In this case, the global minimum is 1. | zone1 | zone2 | zone3 | | P P | P P | P | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 222; scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence to topologies that satisfy it. It's a required field. Default value is 1 and 0 is not allowed.

-> Text

$sel:v1TopologySpreadConstraintTopologyKey:V1TopologySpreadConstraint: TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each value as a "bucket", and try to put balanced number of pods into each bucket. We define a domain as a particular instance of a topology. Also, we define an eligible domain as a domain whose nodes meet the requirements of nodeAffinityPolicy and nodeTaintsPolicy. e.g. If TopologyKey is "kubernetes.iohostname", each Node is a domain of that topology. And, if TopologyKey is "topology.kubernetes.iozone", each zone is a domain of that topology. It's a required field.

-> Text

$sel:v1TopologySpreadConstraintWhenUnsatisfiable:V1TopologySpreadConstraint: WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location, but giving higher precedence to topologies that would help reduce the skew. A constraint is considered "Unsatisfiable" for an incoming pod if and only if every possible node assignment for that pod would violate "MaxSkew" on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 311: | zone1 | zone2 | zone3 | | P P P | P | P | If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled to zone2(zone3) to become 321(312) as ActualSkew(2-1) on zone2(zone3) satisfies MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler won't make it *more* imbalanced. It's a required field.

-> V1TopologySpreadConstraint 

Construct a value of type V1TopologySpreadConstraint (by applying it's required fields, if any)

mkV1TypeChecking :: V1TypeChecking Source #

Construct a value of type V1TypeChecking (by applying it's required fields, if any)

mkV1TypedLocalObjectReference Source #

Arguments

:: Text

$sel:v1TypedLocalObjectReferenceKind:V1TypedLocalObjectReference: Kind is the type of resource being referenced

-> Text

$sel:v1TypedLocalObjectReferenceName:V1TypedLocalObjectReference: Name is the name of resource being referenced

-> V1TypedLocalObjectReference 

Construct a value of type V1TypedLocalObjectReference (by applying it's required fields, if any)

mkV1TypedObjectReference Source #

Arguments

:: Text

$sel:v1TypedObjectReferenceKind:V1TypedObjectReference: Kind is the type of resource being referenced

-> Text

$sel:v1TypedObjectReferenceName:V1TypedObjectReference: Name is the name of resource being referenced

-> V1TypedObjectReference 

Construct a value of type V1TypedObjectReference (by applying it's required fields, if any)

mkV1UncountedTerminatedPods :: V1UncountedTerminatedPods Source #

Construct a value of type V1UncountedTerminatedPods (by applying it's required fields, if any)

mkV1UserInfo :: V1UserInfo Source #

Construct a value of type V1UserInfo (by applying it's required fields, if any)

mkV1UserSubject Source #

Arguments

:: Text

$sel:v1UserSubjectName:V1UserSubject: name is the username that matches, or "*" to match all usernames. Required.

-> V1UserSubject 

Construct a value of type V1UserSubject (by applying it's required fields, if any)

mkV1ValidatingAdmissionPolicy :: V1ValidatingAdmissionPolicy Source #

Construct a value of type V1ValidatingAdmissionPolicy (by applying it's required fields, if any)

mkV1ValidatingAdmissionPolicyBinding :: V1ValidatingAdmissionPolicyBinding Source #

Construct a value of type V1ValidatingAdmissionPolicyBinding (by applying it's required fields, if any)

mkV1ValidatingAdmissionPolicySpec :: V1ValidatingAdmissionPolicySpec Source #

Construct a value of type V1ValidatingAdmissionPolicySpec (by applying it's required fields, if any)

mkV1ValidatingAdmissionPolicyStatus :: V1ValidatingAdmissionPolicyStatus Source #

Construct a value of type V1ValidatingAdmissionPolicyStatus (by applying it's required fields, if any)

mkV1ValidatingWebhook Source #

Arguments

:: [Text]

$sel:v1ValidatingWebhookAdmissionReviewVersions:V1ValidatingWebhook: AdmissionReviewVersions is an ordered list of preferred AdmissionReview versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy.

-> AdmissionregistrationV1WebhookClientConfig

$sel:v1ValidatingWebhookClientConfig:V1ValidatingWebhook

-> Text

$sel:v1ValidatingWebhookName:V1ValidatingWebhook: The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.

-> Text

$sel:v1ValidatingWebhookSideEffects:V1ValidatingWebhook: SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some.

-> V1ValidatingWebhook 

Construct a value of type V1ValidatingWebhook (by applying it's required fields, if any)

mkV1ValidatingWebhookConfiguration :: V1ValidatingWebhookConfiguration Source #

Construct a value of type V1ValidatingWebhookConfiguration (by applying it's required fields, if any)

mkV1Validation Source #

Arguments

:: Text

$sel:v1ValidationExpression:V1Validation: Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the API requestresponse, organized into CEL variables as well as some other useful variables: - object - The object from the incoming request. The value is null for DELETE requests. - oldObject - The existing object. The value is null for CREATE requests. - request - Attributes of the API request([ref](pkgapisadmissiontypes.go#AdmissionRequest)). - params - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - namespaceObject - The namespace object that the incoming object belongs to. The value is null for cluster-scoped resources. - variables - Map of composited variables, from its name to its lazily evaluated value. For example, a variable named foo can be accessed as 'variables.foo'. - authorizer - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. See https:pkg.go.devk8s.ioapiserverpkgcellibrary#Authz - 'authorizer.requestResource' - A CEL ResourceCheck constructed from the authorizer and configured with the request resource. The apiVersion, kind, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible. Only property names of the form `[a-zA-Z_.-][a-zA-Z0-9_.-]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - __ escapes to __underscores__ - . escapes to __dot__ - - escapes to __dash__ - / escapes to __slash__ - Property names that exactly match a CEL RESERVED keyword escape to '{keyword}'. The keywords are: "true", "false", "null", "in", "as", "break", "const", "continue", "else", "for", "function", "if", "import", "let", "loop", "package", "namespace", "return". Examples: - Expression accessing a property named "namespace": {"Expression": "object.namespace > 0"} - Expression accessing a property named "x-prop": {"Expression": "object.xdashprop > 0"} - Expression accessing a property named "redactd": {"Expression": "object.redactunderscores__d > 0"} Equality on arrays with list type of set or map ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type: - set: `X + Y` performs a union where the array positions of all elements in X are preserved and non-intersecting elements in Y are appended, retaining their partial order. - map: `X + Y` performs a merge where the array positions of all keys in X are preserved but the values are overwritten by values in Y when the key sets of X and Y intersect. Elements in Y with non-intersecting keys are appended, retaining their partial order. Required.

-> V1Validation 

Construct a value of type V1Validation (by applying it's required fields, if any)

mkV1ValidationRule Source #

Arguments

:: Text

$sel:v1ValidationRuleRule:V1ValidationRule: Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The self variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual self.spec.maxDesired"} If the Rule is scoped to an object with properties, the accessible properties of the object are field selectable via `self.field` and field presence can be checked via `has(self.field)`. Null valued fields are treated as absent fields in CEL expressions. If the Rule is scoped to an object with additionalProperties (i.e. a map) the value of the map are accessible via `self[mapKey]`, map containment can be checked via `mapKey in self` and all entries of the map are accessible via CEL macros and functions such as `self.all(...)`. If the Rule is scoped to an array, the elements of the array are accessible via `self[i]` and also by macros and functions. If the Rule is scoped to a scalar, `self` is bound to the scalar value. Examples: - Rule scoped to a map of objects: {"rule": "self.components['Widget'].priority < 10"} - Rule scoped to a list of integers: {"rule": "self.values.all(value, value= 0 && value - Rule scoped to a string value: {"rule": "self.startsWith('kube')"} The `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object and from any x-kubernetes-embedded-resource annotated objects. No other metadata properties are accessible. Unknown data preserved in custom resources via x-kubernetes-preserve-unknown-fields is not accessible in CEL expressions. This includes: - Unknown field values that are preserved by object schemas with x-kubernetes-preserve-unknown-fields. - Object properties where the property schema is of an "unknown type". An "unknown type" is recursively defined as: - A schema with no type and x-kubernetes-preserve-unknown-fields set to true - An array where the items schema is of an "unknown type" - An object where the additionalProperties schema is of an "unknown type" Only property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are: "true", "false", "null", "in", "as", "break", "const", "continue", "else", "for", "function", "if", "import", "let", "loop", "package", "namespace", "return". Examples: - Rule accessing a property named "namespace": {"rule": "self.__namespace__ 0"} - Rule accessing a property named "x-prop": {"rule": "self.xdashprop > 0"} - Rule accessing a property named "redactd": {"rule": "self.redactunderscores__d > 0"} Equality on arrays with x-kubernetes-list-type of set or map ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type: - set: `X + Y` performs a union where the array positions of all elements in X are preserved and non-intersecting elements in Y are appended, retaining their partial order. - map: `X + Y` performs a merge where the array positions of all keys in X are preserved but the values are overwritten by values in Y when the key sets of X and Y intersect. Elements in Y with non-intersecting keys are appended, retaining their partial order. If rule makes use of the oldSelf variable it is implicitly a `transition rule`. By default, the oldSelf variable is the same type as self. When optionalOldSelf is true, the oldSelf variable is a CEL optional variable whose value() is the same type as self. See the documentation for the optionalOldSelf field for details. Transition rules by default are applied only on UPDATE requests and are skipped if an old value could not be found. You can opt a transition rule into unconditional evaluation by setting optionalOldSelf to true.

-> V1ValidationRule 

Construct a value of type V1ValidationRule (by applying it's required fields, if any)

mkV1Variable Source #

Arguments

:: Text

$sel:v1VariableExpression:V1Variable: Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.

-> Text

$sel:v1VariableName:V1Variable: Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through variables For example, if name is "foo", the variable will be available as `variables.foo`

-> V1Variable 

Construct a value of type V1Variable (by applying it's required fields, if any)

mkV1Volume Source #

Arguments

:: Text

$sel:v1VolumeName:V1Volume: name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

-> V1Volume 

Construct a value of type V1Volume (by applying it's required fields, if any)

mkV1VolumeAttachment Source #

Construct a value of type V1VolumeAttachment (by applying it's required fields, if any)

mkV1VolumeAttachmentList Source #

Construct a value of type V1VolumeAttachmentList (by applying it's required fields, if any)

mkV1VolumeAttachmentSource :: V1VolumeAttachmentSource Source #

Construct a value of type V1VolumeAttachmentSource (by applying it's required fields, if any)

mkV1VolumeAttachmentSpec Source #

Arguments

:: Text

$sel:v1VolumeAttachmentSpecAttacher:V1VolumeAttachmentSpec: attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().

-> Text

$sel:v1VolumeAttachmentSpecNodeName:V1VolumeAttachmentSpec: nodeName represents the node that the volume should be attached to.

-> V1VolumeAttachmentSource

$sel:v1VolumeAttachmentSpecSource:V1VolumeAttachmentSpec

-> V1VolumeAttachmentSpec 

Construct a value of type V1VolumeAttachmentSpec (by applying it's required fields, if any)

mkV1VolumeAttachmentStatus Source #

Arguments

:: Bool

$sel:v1VolumeAttachmentStatusAttached:V1VolumeAttachmentStatus: attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.

-> V1VolumeAttachmentStatus 

Construct a value of type V1VolumeAttachmentStatus (by applying it's required fields, if any)

mkV1VolumeDevice Source #

Arguments

:: Text

$sel:v1VolumeDeviceDevicePath:V1VolumeDevice: devicePath is the path inside of the container that the device will be mapped to.

-> Text

$sel:v1VolumeDeviceName:V1VolumeDevice: name must match the name of a persistentVolumeClaim in the pod

-> V1VolumeDevice 

Construct a value of type V1VolumeDevice (by applying it's required fields, if any)

mkV1VolumeError :: V1VolumeError Source #

Construct a value of type V1VolumeError (by applying it's required fields, if any)

mkV1VolumeMount Source #

Arguments

:: Text

$sel:v1VolumeMountMountPath:V1VolumeMount: Path within the container at which the volume should be mounted. Must not contain :.

-> Text

$sel:v1VolumeMountName:V1VolumeMount: This must match the Name of a Volume.

-> V1VolumeMount 

Construct a value of type V1VolumeMount (by applying it's required fields, if any)

mkV1VolumeMountStatus Source #

Arguments

:: Text

$sel:v1VolumeMountStatusMountPath:V1VolumeMountStatus: MountPath corresponds to the original VolumeMount.

-> Text

$sel:v1VolumeMountStatusName:V1VolumeMountStatus: Name corresponds to the name of the original VolumeMount.

-> V1VolumeMountStatus 

Construct a value of type V1VolumeMountStatus (by applying it's required fields, if any)

mkV1VolumeNodeAffinity :: V1VolumeNodeAffinity Source #

Construct a value of type V1VolumeNodeAffinity (by applying it's required fields, if any)

mkV1VolumeNodeResources :: V1VolumeNodeResources Source #

Construct a value of type V1VolumeNodeResources (by applying it's required fields, if any)

mkV1VolumeProjection :: V1VolumeProjection Source #

Construct a value of type V1VolumeProjection (by applying it's required fields, if any)

mkV1VolumeResourceRequirements :: V1VolumeResourceRequirements Source #

Construct a value of type V1VolumeResourceRequirements (by applying it's required fields, if any)

mkV1VsphereVirtualDiskVolumeSource Source #

Construct a value of type V1VsphereVirtualDiskVolumeSource (by applying it's required fields, if any)

mkV1WatchEvent Source #

Arguments

:: Value

$sel:v1WatchEventObject:V1WatchEvent: Object is: * If Type is Added or Modified: the new state of the object. * If Type is Deleted: the state of the object immediately before deletion. * If Type is Error: *Status is recommended; other types may make sense depending on context.

-> Text

$sel:v1WatchEventType:V1WatchEvent

-> V1WatchEvent 

Construct a value of type V1WatchEvent (by applying it's required fields, if any)

mkV1WebhookConversion Source #

Arguments

:: [Text]

$sel:v1WebhookConversionConversionReviewVersions:V1WebhookConversion: conversionReviewVersions is an ordered list of preferred ConversionReview versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail.

-> V1WebhookConversion 

Construct a value of type V1WebhookConversion (by applying it's required fields, if any)

mkV1WeightedPodAffinityTerm Source #

Construct a value of type V1WeightedPodAffinityTerm (by applying it's required fields, if any)

mkV1WindowsSecurityContextOptions :: V1WindowsSecurityContextOptions Source #

Construct a value of type V1WindowsSecurityContextOptions (by applying it's required fields, if any)

mkV1alpha1ApplyConfiguration :: V1alpha1ApplyConfiguration Source #

Construct a value of type V1alpha1ApplyConfiguration (by applying it's required fields, if any)

mkV1alpha1ClusterTrustBundleList Source #

Construct a value of type V1alpha1ClusterTrustBundleList (by applying it's required fields, if any)

mkV1alpha1ClusterTrustBundleSpec Source #

Arguments

:: Text

$sel:v1alpha1ClusterTrustBundleSpecTrustBundle:V1alpha1ClusterTrustBundleSpec: trustBundle contains the individual X.509 trust anchors for this bundle, as PEM bundle of PEM-wrapped, DER-formatted X.509 certificates. The data must consist only of PEM certificate blocks that parse as valid X.509 certificates. Each certificate must include a basic constraints extension with the CA bit set. The API server will reject objects that contain duplicate certificates, or that use PEM block headers. Users of ClusterTrustBundles, including Kubelet, are free to reorder and deduplicate certificate blocks in this file according to their own logic, as well as to drop PEM block headers and inter-block data.

-> V1alpha1ClusterTrustBundleSpec 

Construct a value of type V1alpha1ClusterTrustBundleSpec (by applying it's required fields, if any)

mkV1alpha1GroupVersionResource :: V1alpha1GroupVersionResource Source #

Construct a value of type V1alpha1GroupVersionResource (by applying it's required fields, if any)

mkV1alpha1JSONPatch :: V1alpha1JSONPatch Source #

Construct a value of type V1alpha1JSONPatch (by applying it's required fields, if any)

mkV1alpha1MatchCondition Source #

Arguments

:: Text

$sel:v1alpha1MatchConditionExpression:V1alpha1MatchCondition: Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables: object - The object from the incoming request. The value is null for DELETE requests. oldObject - The existing object. The value is null for CREATE requests. request - Attributes of the admission request(pkgapisadmissiontypes.go#AdmissionRequest). authorizer - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz 'authorizer.requestResource' - A CEL ResourceCheck constructed from the authorizer and configured with the request resource. Documentation on CEL: https://kubernetes.io/docs/reference/using-api/cel/ Required.

-> Text

$sel:v1alpha1MatchConditionName:V1alpha1MatchCondition: Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, -, '_' or ., and must start and end with an alphanumeric character (e.g. MyName, or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and / (e.g. 'example.com/MyName') Required.

-> V1alpha1MatchCondition 

Construct a value of type V1alpha1MatchCondition (by applying it's required fields, if any)

mkV1alpha1MatchResources :: V1alpha1MatchResources Source #

Construct a value of type V1alpha1MatchResources (by applying it's required fields, if any)

mkV1alpha1MigrationCondition Source #

Construct a value of type V1alpha1MigrationCondition (by applying it's required fields, if any)

mkV1alpha1MutatingAdmissionPolicy :: V1alpha1MutatingAdmissionPolicy Source #

Construct a value of type V1alpha1MutatingAdmissionPolicy (by applying it's required fields, if any)

mkV1alpha1Mutation Source #

Arguments

:: Text

$sel:v1alpha1MutationPatchType:V1alpha1Mutation: patchType indicates the patch strategy used. Allowed values are "ApplyConfiguration" and "JSONPatch". Required.

-> V1alpha1Mutation 

Construct a value of type V1alpha1Mutation (by applying it's required fields, if any)

mkV1alpha1NamedRuleWithOperations :: V1alpha1NamedRuleWithOperations Source #

Construct a value of type V1alpha1NamedRuleWithOperations (by applying it's required fields, if any)

mkV1alpha1ParamKind :: V1alpha1ParamKind Source #

Construct a value of type V1alpha1ParamKind (by applying it's required fields, if any)

mkV1alpha1ParamRef :: V1alpha1ParamRef Source #

Construct a value of type V1alpha1ParamRef (by applying it's required fields, if any)

mkV1alpha1ServerStorageVersion :: V1alpha1ServerStorageVersion Source #

Construct a value of type V1alpha1ServerStorageVersion (by applying it's required fields, if any)

mkV1alpha1StorageVersion Source #

Construct a value of type V1alpha1StorageVersion (by applying it's required fields, if any)

mkV1alpha1StorageVersionCondition Source #

Construct a value of type V1alpha1StorageVersionCondition (by applying it's required fields, if any)

mkV1alpha1StorageVersionList Source #

Construct a value of type V1alpha1StorageVersionList (by applying it's required fields, if any)

mkV1alpha1StorageVersionMigration :: V1alpha1StorageVersionMigration Source #

Construct a value of type V1alpha1StorageVersionMigration (by applying it's required fields, if any)

mkV1alpha1StorageVersionStatus :: V1alpha1StorageVersionStatus Source #

Construct a value of type V1alpha1StorageVersionStatus (by applying it's required fields, if any)

mkV1alpha1Variable Source #

Arguments

:: Text

$sel:v1alpha1VariableExpression:V1alpha1Variable: Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.

-> Text

$sel:v1alpha1VariableName:V1alpha1Variable: Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through variables For example, if name is "foo", the variable will be available as `variables.foo`

-> V1alpha1Variable 

Construct a value of type V1alpha1Variable (by applying it's required fields, if any)

mkV1alpha1VolumeAttributesClass Source #

Construct a value of type V1alpha1VolumeAttributesClass (by applying it's required fields, if any)

mkV1alpha1VolumeAttributesClassList Source #

Construct a value of type V1alpha1VolumeAttributesClassList (by applying it's required fields, if any)

mkV1alpha2LeaseCandidate :: V1alpha2LeaseCandidate Source #

Construct a value of type V1alpha2LeaseCandidate (by applying it's required fields, if any)

mkV1alpha2LeaseCandidateList Source #

Construct a value of type V1alpha2LeaseCandidateList (by applying it's required fields, if any)

mkV1alpha2LeaseCandidateSpec Source #

Arguments

:: Text

$sel:v1alpha2LeaseCandidateSpecBinaryVersion:V1alpha2LeaseCandidateSpec: BinaryVersion is the binary version. It must be in a semver format without leading v. This field is required.

-> Text

$sel:v1alpha2LeaseCandidateSpecLeaseName:V1alpha2LeaseCandidateSpec: LeaseName is the name of the lease for which this candidate is contending. This field is immutable.

-> Text

$sel:v1alpha2LeaseCandidateSpecStrategy:V1alpha2LeaseCandidateSpec: Strategy is the strategy that coordinated leader election will use for picking the leader. If multiple candidates for the same Lease return different strategies, the strategy provided by the candidate with the latest BinaryVersion will be used. If there is still conflict, this is a user error and coordinated leader election will not operate the Lease until resolved. (Alpha) Using this field requires the CoordinatedLeaderElection feature gate to be enabled.

-> V1alpha2LeaseCandidateSpec 

Construct a value of type V1alpha2LeaseCandidateSpec (by applying it's required fields, if any)

mkV1alpha3AllocatedDeviceStatus Source #

Arguments

:: Text

$sel:v1alpha3AllocatedDeviceStatusDevice:V1alpha3AllocatedDeviceStatus: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.

-> Text

$sel:v1alpha3AllocatedDeviceStatusDriver:V1alpha3AllocatedDeviceStatus: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.

-> Text

$sel:v1alpha3AllocatedDeviceStatusPool:V1alpha3AllocatedDeviceStatus: This name together with the driver name and the device name field identify which device was allocated (`namenamename`). Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.

-> V1alpha3AllocatedDeviceStatus 

Construct a value of type V1alpha3AllocatedDeviceStatus (by applying it's required fields, if any)

mkV1alpha3AllocationResult :: V1alpha3AllocationResult Source #

Construct a value of type V1alpha3AllocationResult (by applying it's required fields, if any)

mkV1alpha3BasicDevice :: V1alpha3BasicDevice Source #

Construct a value of type V1alpha3BasicDevice (by applying it's required fields, if any)

mkV1alpha3CELDeviceSelector Source #

Arguments

:: Text

$sel:v1alpha3CELDeviceSelectorExpression:V1alpha3CELDeviceSelector: Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort. The expression's input is an object named "device", which carries the following properties: - driver (string): the name of the driver which defines this device. - attributes (map[string]object): the device's attributes, grouped by prefix (e.g. device.attributes["dra.example.com"] evaluates to an object with all of the attributes which were prefixed by "dra.example.com". - capacity (map[string]object): the device's capacities, grouped by prefix. Example: Consider a device with driver="dra.example.com", which exposes two attributes named "model" and "ext.example.com/family" and which exposes one capacity named "modules". This input to this expression would have the following fields: device.driver device.attributes["dra.example.com"].model device.attributes["ext.example.com"].family device.capacity["dra.example.com"].modules The device.driver field can be used to check for a specific driver, either as a high-level precondition (i.e. you only want to consider devices from this driver) or as part of a multi-clause expression that is meant to consider devices from different drivers. The value type of each attribute is defined by the device definition, and users who write these expressions must consult the documentation for their specific drivers. The value type of each capacity is Quantity. If an unknown prefix is used as a lookup in either device.attributes or device.capacity, an empty map will be returned. Any reference to an unknown field will cause an evaluation error and allocation to abort. A robust expression should check for the existence of attributes before referencing them. For ease of use, the cel.bind() function is enabled, and can be used to simplify expressions that access multiple attributes with the same domain. For example: cel.bind(dra, device.attributes["dra.example.com"], dra.someBool && dra.anotherBool) The length of the expression must be smaller or equal to 10 Ki. The cost of evaluating it is also limited based on the estimated number of logical steps.

-> V1alpha3CELDeviceSelector 

Construct a value of type V1alpha3CELDeviceSelector (by applying it's required fields, if any)

mkV1alpha3Device Source #

Arguments

:: Text

$sel:v1alpha3DeviceName:V1alpha3Device: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.

-> V1alpha3Device 

Construct a value of type V1alpha3Device (by applying it's required fields, if any)

mkV1alpha3DeviceAllocationConfiguration Source #

Arguments

:: Text

$sel:v1alpha3DeviceAllocationConfigurationSource:V1alpha3DeviceAllocationConfiguration: Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.

-> V1alpha3DeviceAllocationConfiguration 

Construct a value of type V1alpha3DeviceAllocationConfiguration (by applying it's required fields, if any)

mkV1alpha3DeviceAllocationResult :: V1alpha3DeviceAllocationResult Source #

Construct a value of type V1alpha3DeviceAllocationResult (by applying it's required fields, if any)

mkV1alpha3DeviceAttribute :: V1alpha3DeviceAttribute Source #

Construct a value of type V1alpha3DeviceAttribute (by applying it's required fields, if any)

mkV1alpha3DeviceClaim :: V1alpha3DeviceClaim Source #

Construct a value of type V1alpha3DeviceClaim (by applying it's required fields, if any)

mkV1alpha3DeviceClaimConfiguration :: V1alpha3DeviceClaimConfiguration Source #

Construct a value of type V1alpha3DeviceClaimConfiguration (by applying it's required fields, if any)

mkV1alpha3DeviceClassConfiguration :: V1alpha3DeviceClassConfiguration Source #

Construct a value of type V1alpha3DeviceClassConfiguration (by applying it's required fields, if any)

mkV1alpha3DeviceClassList Source #

Construct a value of type V1alpha3DeviceClassList (by applying it's required fields, if any)

mkV1alpha3DeviceClassSpec :: V1alpha3DeviceClassSpec Source #

Construct a value of type V1alpha3DeviceClassSpec (by applying it's required fields, if any)

mkV1alpha3DeviceConstraint :: V1alpha3DeviceConstraint Source #

Construct a value of type V1alpha3DeviceConstraint (by applying it's required fields, if any)

mkV1alpha3DeviceRequest Source #

Arguments

:: Text

$sel:v1alpha3DeviceRequestDeviceClassName:V1alpha3DeviceRequest: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request. A class is required. Which classes are available depends on the cluster. Administrators may use this to restrict which devices may get requested by only installing classes with selectors for permitted devices. If users are free to request anything without restrictions, then administrators can create an empty DeviceClass for users to reference.

-> Text

$sel:v1alpha3DeviceRequestName:V1alpha3DeviceRequest: Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim. Must be a DNS label.

-> V1alpha3DeviceRequest 

Construct a value of type V1alpha3DeviceRequest (by applying it's required fields, if any)

mkV1alpha3DeviceRequestAllocationResult Source #

Arguments

:: Text

$sel:v1alpha3DeviceRequestAllocationResultDevice:V1alpha3DeviceRequestAllocationResult: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.

-> Text

$sel:v1alpha3DeviceRequestAllocationResultDriver:V1alpha3DeviceRequestAllocationResult: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.

-> Text

$sel:v1alpha3DeviceRequestAllocationResultPool:V1alpha3DeviceRequestAllocationResult: This name together with the driver name and the device name field identify which device was allocated (`namenamename`). Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.

-> Text

$sel:v1alpha3DeviceRequestAllocationResultRequest:V1alpha3DeviceRequestAllocationResult: Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.

-> V1alpha3DeviceRequestAllocationResult 

Construct a value of type V1alpha3DeviceRequestAllocationResult (by applying it's required fields, if any)

mkV1alpha3DeviceSelector :: V1alpha3DeviceSelector Source #

Construct a value of type V1alpha3DeviceSelector (by applying it's required fields, if any)

mkV1alpha3NetworkDeviceData :: V1alpha3NetworkDeviceData Source #

Construct a value of type V1alpha3NetworkDeviceData (by applying it's required fields, if any)

mkV1alpha3OpaqueDeviceConfiguration Source #

Arguments

:: Text

$sel:v1alpha3OpaqueDeviceConfigurationDriver:V1alpha3OpaqueDeviceConfiguration: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters. An admission policy provided by the driver developer could use this to decide whether it needs to validate them. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.

-> Value

$sel:v1alpha3OpaqueDeviceConfigurationParameters:V1alpha3OpaqueDeviceConfiguration: Parameters can contain arbitrary data. It is the responsibility of the driver developer to handle validation and versioning. Typically this includes self-identification and a version ("kind" + "apiVersion" for Kubernetes types), with conversion between different versions. The length of the raw data must be smaller or equal to 10 Ki.

-> V1alpha3OpaqueDeviceConfiguration 

Construct a value of type V1alpha3OpaqueDeviceConfiguration (by applying it's required fields, if any)

mkV1alpha3ResourceClaimConsumerReference Source #

Construct a value of type V1alpha3ResourceClaimConsumerReference (by applying it's required fields, if any)

mkV1alpha3ResourceClaimList Source #

Construct a value of type V1alpha3ResourceClaimList (by applying it's required fields, if any)

mkV1alpha3ResourceClaimSpec :: V1alpha3ResourceClaimSpec Source #

Construct a value of type V1alpha3ResourceClaimSpec (by applying it's required fields, if any)

mkV1alpha3ResourceClaimStatus :: V1alpha3ResourceClaimStatus Source #

Construct a value of type V1alpha3ResourceClaimStatus (by applying it's required fields, if any)

mkV1alpha3ResourcePool Source #

Arguments

:: Integer

$sel:v1alpha3ResourcePoolGeneration:V1alpha3ResourcePool: Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted. Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.

-> Text

$sel:v1alpha3ResourcePoolName:V1alpha3ResourcePool: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required. It must not be longer than 253 characters and must consist of one or more DNS sub-domains separated by slashes. This field is immutable.

-> Integer

$sel:v1alpha3ResourcePoolResourceSliceCount:V1alpha3ResourcePool: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero. Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.

-> V1alpha3ResourcePool 

Construct a value of type V1alpha3ResourcePool (by applying it's required fields, if any)

mkV1alpha3ResourceSliceList Source #

Construct a value of type V1alpha3ResourceSliceList (by applying it's required fields, if any)

mkV1alpha3ResourceSliceSpec Source #

Arguments

:: Text

$sel:v1alpha3ResourceSliceSpecDriver:V1alpha3ResourceSliceSpec: Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.

-> V1alpha3ResourcePool

$sel:v1alpha3ResourceSliceSpecPool:V1alpha3ResourceSliceSpec

-> V1alpha3ResourceSliceSpec 

Construct a value of type V1alpha3ResourceSliceSpec (by applying it's required fields, if any)

mkV1beta1AllocatedDeviceStatus Source #

Arguments

:: Text

$sel:v1beta1AllocatedDeviceStatusDevice:V1beta1AllocatedDeviceStatus: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.

-> Text

$sel:v1beta1AllocatedDeviceStatusDriver:V1beta1AllocatedDeviceStatus: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.

-> Text

$sel:v1beta1AllocatedDeviceStatusPool:V1beta1AllocatedDeviceStatus: This name together with the driver name and the device name field identify which device was allocated (`namenamename`). Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.

-> V1beta1AllocatedDeviceStatus 

Construct a value of type V1beta1AllocatedDeviceStatus (by applying it's required fields, if any)

mkV1beta1AllocationResult :: V1beta1AllocationResult Source #

Construct a value of type V1beta1AllocationResult (by applying it's required fields, if any)

mkV1beta1AuditAnnotation Source #

Arguments

:: Text

$sel:v1beta1AuditAnnotationKey:V1beta1AuditAnnotation: key specifies the audit annotation key. The audit annotation keys of a ValidatingAdmissionPolicy must be unique. The key must be a qualified name ([A-Za-z0-9][-A-Za-z0-9_.]*) no more than 63 bytes in length. The key is combined with the resource name of the ValidatingAdmissionPolicy to construct an audit annotation key: "{ValidatingAdmissionPolicy name}/{key}". If an admission webhook uses the same resource name as this ValidatingAdmissionPolicy and the same audit annotation key, the annotation key will be identical. In this case, the first annotation written with the key will be included in the audit event and all subsequent annotations with the same key will be discarded. Required.

-> Text

$sel:v1beta1AuditAnnotationValueExpression:V1beta1AuditAnnotation: valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb. If multiple ValidatingAdmissionPolicyBinding resources match an API request, then the valueExpression will be evaluated for each binding. All unique values produced by the valueExpressions will be joined together in a comma-separated list. Required.

-> V1beta1AuditAnnotation 

Construct a value of type V1beta1AuditAnnotation (by applying it's required fields, if any)

mkV1beta1BasicDevice :: V1beta1BasicDevice Source #

Construct a value of type V1beta1BasicDevice (by applying it's required fields, if any)

mkV1beta1CELDeviceSelector Source #

Arguments

:: Text

$sel:v1beta1CELDeviceSelectorExpression:V1beta1CELDeviceSelector: Expression is a CEL expression which evaluates a single device. It must evaluate to true when the device under consideration satisfies the desired criteria, and false when it does not. Any other result is an error and causes allocation of devices to abort. The expression's input is an object named "device", which carries the following properties: - driver (string): the name of the driver which defines this device. - attributes (map[string]object): the device's attributes, grouped by prefix (e.g. device.attributes["dra.example.com"] evaluates to an object with all of the attributes which were prefixed by "dra.example.com". - capacity (map[string]object): the device's capacities, grouped by prefix. Example: Consider a device with driver="dra.example.com", which exposes two attributes named "model" and "ext.example.com/family" and which exposes one capacity named "modules". This input to this expression would have the following fields: device.driver device.attributes["dra.example.com"].model device.attributes["ext.example.com"].family device.capacity["dra.example.com"].modules The device.driver field can be used to check for a specific driver, either as a high-level precondition (i.e. you only want to consider devices from this driver) or as part of a multi-clause expression that is meant to consider devices from different drivers. The value type of each attribute is defined by the device definition, and users who write these expressions must consult the documentation for their specific drivers. The value type of each capacity is Quantity. If an unknown prefix is used as a lookup in either device.attributes or device.capacity, an empty map will be returned. Any reference to an unknown field will cause an evaluation error and allocation to abort. A robust expression should check for the existence of attributes before referencing them. For ease of use, the cel.bind() function is enabled, and can be used to simplify expressions that access multiple attributes with the same domain. For example: cel.bind(dra, device.attributes["dra.example.com"], dra.someBool && dra.anotherBool) The length of the expression must be smaller or equal to 10 Ki. The cost of evaluating it is also limited based on the estimated number of logical steps.

-> V1beta1CELDeviceSelector 

Construct a value of type V1beta1CELDeviceSelector (by applying it's required fields, if any)

mkV1beta1Device Source #

Arguments

:: Text

$sel:v1beta1DeviceName:V1beta1Device: Name is unique identifier among all devices managed by the driver in the pool. It must be a DNS label.

-> V1beta1Device 

Construct a value of type V1beta1Device (by applying it's required fields, if any)

mkV1beta1DeviceAllocationConfiguration Source #

Arguments

:: Text

$sel:v1beta1DeviceAllocationConfigurationSource:V1beta1DeviceAllocationConfiguration: Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.

-> V1beta1DeviceAllocationConfiguration 

Construct a value of type V1beta1DeviceAllocationConfiguration (by applying it's required fields, if any)

mkV1beta1DeviceAllocationResult :: V1beta1DeviceAllocationResult Source #

Construct a value of type V1beta1DeviceAllocationResult (by applying it's required fields, if any)

mkV1beta1DeviceAttribute :: V1beta1DeviceAttribute Source #

Construct a value of type V1beta1DeviceAttribute (by applying it's required fields, if any)

mkV1beta1DeviceCapacity Source #

Construct a value of type V1beta1DeviceCapacity (by applying it's required fields, if any)

mkV1beta1DeviceClaim :: V1beta1DeviceClaim Source #

Construct a value of type V1beta1DeviceClaim (by applying it's required fields, if any)

mkV1beta1DeviceClaimConfiguration :: V1beta1DeviceClaimConfiguration Source #

Construct a value of type V1beta1DeviceClaimConfiguration (by applying it's required fields, if any)

mkV1beta1DeviceClass Source #

Construct a value of type V1beta1DeviceClass (by applying it's required fields, if any)

mkV1beta1DeviceClassConfiguration :: V1beta1DeviceClassConfiguration Source #

Construct a value of type V1beta1DeviceClassConfiguration (by applying it's required fields, if any)

mkV1beta1DeviceClassList Source #

Construct a value of type V1beta1DeviceClassList (by applying it's required fields, if any)

mkV1beta1DeviceClassSpec :: V1beta1DeviceClassSpec Source #

Construct a value of type V1beta1DeviceClassSpec (by applying it's required fields, if any)

mkV1beta1DeviceConstraint :: V1beta1DeviceConstraint Source #

Construct a value of type V1beta1DeviceConstraint (by applying it's required fields, if any)

mkV1beta1DeviceRequest Source #

Arguments

:: Text

$sel:v1beta1DeviceRequestDeviceClassName:V1beta1DeviceRequest: DeviceClassName references a specific DeviceClass, which can define additional configuration and selectors to be inherited by this request. A class is required. Which classes are available depends on the cluster. Administrators may use this to restrict which devices may get requested by only installing classes with selectors for permitted devices. If users are free to request anything without restrictions, then administrators can create an empty DeviceClass for users to reference.

-> Text

$sel:v1beta1DeviceRequestName:V1beta1DeviceRequest: Name can be used to reference this request in a pod.spec.containers[].resources.claims entry and in a constraint of the claim. Must be a DNS label.

-> V1beta1DeviceRequest 

Construct a value of type V1beta1DeviceRequest (by applying it's required fields, if any)

mkV1beta1DeviceRequestAllocationResult Source #

Arguments

:: Text

$sel:v1beta1DeviceRequestAllocationResultDevice:V1beta1DeviceRequestAllocationResult: Device references one device instance via its name in the driver's resource pool. It must be a DNS label.

-> Text

$sel:v1beta1DeviceRequestAllocationResultDriver:V1beta1DeviceRequestAllocationResult: Driver specifies the name of the DRA driver whose kubelet plugin should be invoked to process the allocation once the claim is needed on a node. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.

-> Text

$sel:v1beta1DeviceRequestAllocationResultPool:V1beta1DeviceRequestAllocationResult: This name together with the driver name and the device name field identify which device was allocated (`namenamename`). Must not be longer than 253 characters and may contain one or more DNS sub-domains separated by slashes.

-> Text

$sel:v1beta1DeviceRequestAllocationResultRequest:V1beta1DeviceRequestAllocationResult: Request is the name of the request in the claim which caused this device to be allocated. Multiple devices may have been allocated per request.

-> V1beta1DeviceRequestAllocationResult 

Construct a value of type V1beta1DeviceRequestAllocationResult (by applying it's required fields, if any)

mkV1beta1DeviceSelector :: V1beta1DeviceSelector Source #

Construct a value of type V1beta1DeviceSelector (by applying it's required fields, if any)

mkV1beta1ExpressionWarning Source #

Arguments

:: Text

$sel:v1beta1ExpressionWarningFieldRef:V1beta1ExpressionWarning: The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is "spec.validations[0].expression"

-> Text

$sel:v1beta1ExpressionWarningWarning:V1beta1ExpressionWarning: The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.

-> V1beta1ExpressionWarning 

Construct a value of type V1beta1ExpressionWarning (by applying it's required fields, if any)

mkV1beta1IPAddress :: V1beta1IPAddress Source #

Construct a value of type V1beta1IPAddress (by applying it's required fields, if any)

mkV1beta1IPAddressList Source #

Construct a value of type V1beta1IPAddressList (by applying it's required fields, if any)

mkV1beta1MatchCondition Source #

Arguments

:: Text

$sel:v1beta1MatchConditionExpression:V1beta1MatchCondition: Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables: object - The object from the incoming request. The value is null for DELETE requests. oldObject - The existing object. The value is null for CREATE requests. request - Attributes of the admission request(pkgapisadmissiontypes.go#AdmissionRequest). authorizer - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz 'authorizer.requestResource' - A CEL ResourceCheck constructed from the authorizer and configured with the request resource. Documentation on CEL: https://kubernetes.io/docs/reference/using-api/cel/ Required.

-> Text

$sel:v1beta1MatchConditionName:V1beta1MatchCondition: Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, -, '_' or ., and must start and end with an alphanumeric character (e.g. MyName, or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and / (e.g. 'example.com/MyName') Required.

-> V1beta1MatchCondition 

Construct a value of type V1beta1MatchCondition (by applying it's required fields, if any)

mkV1beta1MatchResources :: V1beta1MatchResources Source #

Construct a value of type V1beta1MatchResources (by applying it's required fields, if any)

mkV1beta1NamedRuleWithOperations :: V1beta1NamedRuleWithOperations Source #

Construct a value of type V1beta1NamedRuleWithOperations (by applying it's required fields, if any)

mkV1beta1NetworkDeviceData :: V1beta1NetworkDeviceData Source #

Construct a value of type V1beta1NetworkDeviceData (by applying it's required fields, if any)

mkV1beta1OpaqueDeviceConfiguration Source #

Arguments

:: Text

$sel:v1beta1OpaqueDeviceConfigurationDriver:V1beta1OpaqueDeviceConfiguration: Driver is used to determine which kubelet plugin needs to be passed these configuration parameters. An admission policy provided by the driver developer could use this to decide whether it needs to validate them. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver.

-> Value

$sel:v1beta1OpaqueDeviceConfigurationParameters:V1beta1OpaqueDeviceConfiguration: Parameters can contain arbitrary data. It is the responsibility of the driver developer to handle validation and versioning. Typically this includes self-identification and a version ("kind" + "apiVersion" for Kubernetes types), with conversion between different versions. The length of the raw data must be smaller or equal to 10 Ki.

-> V1beta1OpaqueDeviceConfiguration 

Construct a value of type V1beta1OpaqueDeviceConfiguration (by applying it's required fields, if any)

mkV1beta1ParamKind :: V1beta1ParamKind Source #

Construct a value of type V1beta1ParamKind (by applying it's required fields, if any)

mkV1beta1ParamRef :: V1beta1ParamRef Source #

Construct a value of type V1beta1ParamRef (by applying it's required fields, if any)

mkV1beta1ParentReference Source #

Arguments

:: Text

$sel:v1beta1ParentReferenceName:V1beta1ParentReference: Name is the name of the object being referenced.

-> Text

$sel:v1beta1ParentReferenceResource:V1beta1ParentReference: Resource is the resource of the object being referenced.

-> V1beta1ParentReference 

Construct a value of type V1beta1ParentReference (by applying it's required fields, if any)

mkV1beta1ResourceClaimConsumerReference Source #

Construct a value of type V1beta1ResourceClaimConsumerReference (by applying it's required fields, if any)

mkV1beta1ResourceClaimList Source #

Construct a value of type V1beta1ResourceClaimList (by applying it's required fields, if any)

mkV1beta1ResourceClaimSpec :: V1beta1ResourceClaimSpec Source #

Construct a value of type V1beta1ResourceClaimSpec (by applying it's required fields, if any)

mkV1beta1ResourceClaimStatus :: V1beta1ResourceClaimStatus Source #

Construct a value of type V1beta1ResourceClaimStatus (by applying it's required fields, if any)

mkV1beta1ResourcePool Source #

Arguments

:: Integer

$sel:v1beta1ResourcePoolGeneration:V1beta1ResourcePool: Generation tracks the change in a pool over time. Whenever a driver changes something about one or more of the resources in a pool, it must change the generation in all ResourceSlices which are part of that pool. Consumers of ResourceSlices should only consider resources from the pool with the highest generation number. The generation may be reset by drivers, which should be fine for consumers, assuming that all ResourceSlices in a pool are updated to match or deleted. Combined with ResourceSliceCount, this mechanism enables consumers to detect pools which are comprised of multiple ResourceSlices and are in an incomplete state.

-> Text

$sel:v1beta1ResourcePoolName:V1beta1ResourcePool: Name is used to identify the pool. For node-local devices, this is often the node name, but this is not required. It must not be longer than 253 characters and must consist of one or more DNS sub-domains separated by slashes. This field is immutable.

-> Integer

$sel:v1beta1ResourcePoolResourceSliceCount:V1beta1ResourcePool: ResourceSliceCount is the total number of ResourceSlices in the pool at this generation number. Must be greater than zero. Consumers can use this to check whether they have seen all ResourceSlices belonging to the same pool.

-> V1beta1ResourcePool 

Construct a value of type V1beta1ResourcePool (by applying it's required fields, if any)

mkV1beta1ResourceSliceList Source #

Construct a value of type V1beta1ResourceSliceList (by applying it's required fields, if any)

mkV1beta1ResourceSliceSpec Source #

Arguments

:: Text

$sel:v1beta1ResourceSliceSpecDriver:V1beta1ResourceSliceSpec: Driver identifies the DRA driver providing the capacity information. A field selector can be used to list only ResourceSlice objects with a certain driver name. Must be a DNS subdomain and should end with a DNS domain owned by the vendor of the driver. This field is immutable.

-> V1beta1ResourcePool

$sel:v1beta1ResourceSliceSpecPool:V1beta1ResourceSliceSpec

-> V1beta1ResourceSliceSpec 

Construct a value of type V1beta1ResourceSliceSpec (by applying it's required fields, if any)

mkV1beta1SelfSubjectReview :: V1beta1SelfSubjectReview Source #

Construct a value of type V1beta1SelfSubjectReview (by applying it's required fields, if any)

mkV1beta1SelfSubjectReviewStatus :: V1beta1SelfSubjectReviewStatus Source #

Construct a value of type V1beta1SelfSubjectReviewStatus (by applying it's required fields, if any)

mkV1beta1ServiceCIDR :: V1beta1ServiceCIDR Source #

Construct a value of type V1beta1ServiceCIDR (by applying it's required fields, if any)

mkV1beta1ServiceCIDRList Source #

Construct a value of type V1beta1ServiceCIDRList (by applying it's required fields, if any)

mkV1beta1ServiceCIDRSpec :: V1beta1ServiceCIDRSpec Source #

Construct a value of type V1beta1ServiceCIDRSpec (by applying it's required fields, if any)

mkV1beta1ServiceCIDRStatus :: V1beta1ServiceCIDRStatus Source #

Construct a value of type V1beta1ServiceCIDRStatus (by applying it's required fields, if any)

mkV1beta1TypeChecking :: V1beta1TypeChecking Source #

Construct a value of type V1beta1TypeChecking (by applying it's required fields, if any)

mkV1beta1ValidatingAdmissionPolicy :: V1beta1ValidatingAdmissionPolicy Source #

Construct a value of type V1beta1ValidatingAdmissionPolicy (by applying it's required fields, if any)

mkV1beta1Validation Source #

Arguments

:: Text

$sel:v1beta1ValidationExpression:V1beta1Validation: Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the API requestresponse, organized into CEL variables as well as some other useful variables: - object - The object from the incoming request. The value is null for DELETE requests. - oldObject - The existing object. The value is null for CREATE requests. - request - Attributes of the API request([ref](pkgapisadmissiontypes.go#AdmissionRequest)). - params - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - namespaceObject - The namespace object that the incoming object belongs to. The value is null for cluster-scoped resources. - variables - Map of composited variables, from its name to its lazily evaluated value. For example, a variable named foo can be accessed as 'variables.foo'. - authorizer - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. See https:pkg.go.devk8s.ioapiserverpkgcellibrary#Authz - 'authorizer.requestResource' - A CEL ResourceCheck constructed from the authorizer and configured with the request resource. The apiVersion, kind, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible. Only property names of the form `[a-zA-Z_.-][a-zA-Z0-9_.-]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - __ escapes to __underscores__ - . escapes to __dot__ - - escapes to __dash__ - / escapes to __slash__ - Property names that exactly match a CEL RESERVED keyword escape to '{keyword}'. The keywords are: "true", "false", "null", "in", "as", "break", "const", "continue", "else", "for", "function", "if", "import", "let", "loop", "package", "namespace", "return". Examples: - Expression accessing a property named "namespace": {"Expression": "object.namespace > 0"} - Expression accessing a property named "x-prop": {"Expression": "object.xdashprop > 0"} - Expression accessing a property named "redactd": {"Expression": "object.redactunderscores__d > 0"} Equality on arrays with list type of set or map ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type: - set: `X + Y` performs a union where the array positions of all elements in X are preserved and non-intersecting elements in Y are appended, retaining their partial order. - map: `X + Y` performs a merge where the array positions of all keys in X are preserved but the values are overwritten by values in Y when the key sets of X and Y intersect. Elements in Y with non-intersecting keys are appended, retaining their partial order. Required.

-> V1beta1Validation 

Construct a value of type V1beta1Validation (by applying it's required fields, if any)

mkV1beta1Variable Source #

Arguments

:: Text

$sel:v1beta1VariableExpression:V1beta1Variable: Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.

-> Text

$sel:v1beta1VariableName:V1beta1Variable: Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through variables For example, if name is "foo", the variable will be available as `variables.foo`

-> V1beta1Variable 

Construct a value of type V1beta1Variable (by applying it's required fields, if any)

mkV1beta1VolumeAttributesClass Source #

Construct a value of type V1beta1VolumeAttributesClass (by applying it's required fields, if any)

mkV1beta1VolumeAttributesClassList Source #

Construct a value of type V1beta1VolumeAttributesClassList (by applying it's required fields, if any)

mkV2HPAScalingPolicy Source #

Arguments

:: Int

$sel:v2HPAScalingPolicyPeriodSeconds:V2HPAScalingPolicy: periodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).

-> Text

$sel:v2HPAScalingPolicyType:V2HPAScalingPolicy: type is used to specify the scaling policy.

-> Int

$sel:v2HPAScalingPolicyValue:V2HPAScalingPolicy: value contains the amount of change which is permitted by the policy. It must be greater than zero

-> V2HPAScalingPolicy 

Construct a value of type V2HPAScalingPolicy (by applying it's required fields, if any)

mkV2HPAScalingRules :: V2HPAScalingRules Source #

Construct a value of type V2HPAScalingRules (by applying it's required fields, if any)

mkV2HorizontalPodAutoscaler :: V2HorizontalPodAutoscaler Source #

Construct a value of type V2HorizontalPodAutoscaler (by applying it's required fields, if any)

mkV2HorizontalPodAutoscalerBehavior :: V2HorizontalPodAutoscalerBehavior Source #

Construct a value of type V2HorizontalPodAutoscalerBehavior (by applying it's required fields, if any)

mkV2HorizontalPodAutoscalerCondition Source #

Construct a value of type V2HorizontalPodAutoscalerCondition (by applying it's required fields, if any)

mkV2HorizontalPodAutoscalerList Source #

Construct a value of type V2HorizontalPodAutoscalerList (by applying it's required fields, if any)

mkV2HorizontalPodAutoscalerSpec Source #

Arguments

:: Int

$sel:v2HorizontalPodAutoscalerSpecMaxReplicas:V2HorizontalPodAutoscalerSpec: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.

-> V2CrossVersionObjectReference

$sel:v2HorizontalPodAutoscalerSpecScaleTargetRef:V2HorizontalPodAutoscalerSpec

-> V2HorizontalPodAutoscalerSpec 

Construct a value of type V2HorizontalPodAutoscalerSpec (by applying it's required fields, if any)

mkV2HorizontalPodAutoscalerStatus Source #

Arguments

:: Int

$sel:v2HorizontalPodAutoscalerStatusDesiredReplicas:V2HorizontalPodAutoscalerStatus: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.

-> V2HorizontalPodAutoscalerStatus 

Construct a value of type V2HorizontalPodAutoscalerStatus (by applying it's required fields, if any)

mkV2MetricIdentifier Source #

Arguments

:: Text

$sel:v2MetricIdentifierName:V2MetricIdentifier: name is the name of the given metric

-> V2MetricIdentifier 

Construct a value of type V2MetricIdentifier (by applying it's required fields, if any)

mkV2MetricSpec Source #

Arguments

:: Text

$sel:v2MetricSpecType:V2MetricSpec: type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.

-> V2MetricSpec 

Construct a value of type V2MetricSpec (by applying it's required fields, if any)

mkV2MetricStatus Source #

Arguments

:: Text

$sel:v2MetricStatusType:V2MetricStatus: type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.

-> V2MetricStatus 

Construct a value of type V2MetricStatus (by applying it's required fields, if any)

mkV2MetricTarget Source #

Arguments

:: Text

$sel:v2MetricTargetType:V2MetricTarget: type represents whether the metric type is Utilization, Value, or AverageValue

-> V2MetricTarget 

Construct a value of type V2MetricTarget (by applying it's required fields, if any)

mkV2MetricValueStatus :: V2MetricValueStatus Source #

Construct a value of type V2MetricValueStatus (by applying it's required fields, if any)

mkV2ResourceMetricSource Source #

Construct a value of type V2ResourceMetricSource (by applying it's required fields, if any)

data IntOrString Source #

IntOrString IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.

Instances

Instances details
FromJSON IntOrString Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

ToJSON IntOrString Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

Generic IntOrString Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

Associated Types

type Rep IntOrString :: Type -> Type #

Show IntOrString Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

Eq IntOrString Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

type Rep IntOrString Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

type Rep IntOrString = D1 ('MetaData "IntOrString" "Kubernetes.OpenAPI.CustomTypes" "kubernetes-api-132.0.0-BT4cRSv6Wjg7pNkbp0Fpn9" 'False) (C1 ('MetaCons "IntOrStringS" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :+: C1 ('MetaCons "IntOrStringI" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int)))

newtype Quantity Source #

Quantity is a fixed-point representation of a number.

It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and Int64() accessors.

The serialization format is:

 <quantity>        ::= <signedNumber><suffix>
 (Note that <suffix> may be empty, from the "" case in <decimalSI>.)
 <digit>           ::= 0 | 1 | ... | 9
 <digits>          ::= <digit> | <digit><digits>
 <number>          ::= <digits> | <digits>.<digits> | <digits>. | .<digits>
 <sign>            ::= "+" | "-" <signedNumber>    ::= <number> | <sign><number>
 <suffix>          ::= <binarySI> | <decimalExponent> | <decimalSI>
 <binarySI>        ::= Ki | Mi | Gi | Ti | Pi | Ei
 (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html)
 <decimalSI>       ::= m | "" | k | M | G | T | P | E
 (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.)
 <decimalExponent> ::= "e" <signedNumber> | "E" <signedNumber>
 

No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.

When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized.

Before serializing, Quantity will be put in "canonical form". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that:

  • No precision is lost
  • No fractional digits will be emitted
  • The exponent (or suffix) is as large as possible.

The sign will be omitted unless the number is negative.

Examples:

  • 1.5 will be serialized as "1500m"
  • 1.5Gi will be serialized as "1536Mi"

Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.

Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)

This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation.

Constructors

Quantity 

Fields

Instances

Instances details
FromJSON Quantity Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

ToJSON Quantity Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

Generic Quantity Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

Associated Types

type Rep Quantity :: Type -> Type #

Methods

from :: Quantity -> Rep Quantity x #

to :: Rep Quantity x -> Quantity #

Show Quantity Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

Eq Quantity Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

type Rep Quantity Source # 
Instance details

Defined in Kubernetes.OpenAPI.CustomTypes

type Rep Quantity = D1 ('MetaData "Quantity" "Kubernetes.OpenAPI.CustomTypes" "kubernetes-api-132.0.0-BT4cRSv6Wjg7pNkbp0Fpn9" 'True) (C1 ('MetaCons "Quantity" 'PrefixI 'True) (S1 ('MetaSel ('Just "unQuantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))